From 6a8b55da256cf28e5177d66a829bfe00ab48039d Mon Sep 17 00:00:00 2001 From: FalkWolsky Date: Wed, 9 Oct 2024 17:20:10 +0200 Subject: [PATCH 1/4] Boomi as DataSource --- .../src/plugins/boomi/boomi.spec.json | 43104 ++++++++++++++++ .../node-service/src/plugins/boomi/index.ts | 80 + server/node-service/src/plugins/index.ts | 2 + .../src/static/plugin-icons/boomi.svg | 1 + 4 files changed, 43187 insertions(+) create mode 100644 server/node-service/src/plugins/boomi/boomi.spec.json create mode 100644 server/node-service/src/plugins/boomi/index.ts create mode 100644 server/node-service/src/static/plugin-icons/boomi.svg diff --git a/server/node-service/src/plugins/boomi/boomi.spec.json b/server/node-service/src/plugins/boomi/boomi.spec.json new file mode 100644 index 000000000..c5334bc29 --- /dev/null +++ b/server/node-service/src/plugins/boomi/boomi.spec.json @@ -0,0 +1,43104 @@ +{ + "openapi": "3.0.1", + "info": { + "title": "AtomSphere Platform API", + "description": "The AtomSphere Platform API allows for control of many objects associated with your account.", + "contact": { + "name": "Customer Support", + "url": "https://community.boomi.com/s/support", + "email": "support@boomi.com" + }, + "license": { + "name": "Boomi API License", + "url": "https://help.boomi.com/bundle/about/page/atm-API_licensing.html" + }, + "version": "1.0.0" + }, + "servers": [ + { + "url": "https://api.boomi.com/api/rest/v1/{accountId}", + "description": "Boomi API Endpoint URL", + "variables": { + "accountId": { + "description": "The Account id to make this request as.", + "default": "atomsphere_account_ID" + } + } + } + ], + "tags": [ + { + "name": "account" + }, + { + "name": "atom" + }, + { + "name": "component" + }, + { + "name": "deployment" + }, + { + "name": "documentTracking" + }, + { + "name": "environment" + }, + { + "name": "execution" + }, + { + "name": "executionStatistic" + }, + { + "name": "integrationpack" + } + ], + "paths": { + "/AS2ConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for an AS2ConnectorRecord object(s).", + "operationId": "QueryAS2ConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "ackStatus": { + "type": "string" + }, + "actionType": { + "type": "string" + }, + "as2FromId": { + "type": "string" + }, + "as2ToId": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "connectorName": { + "type": "string" + }, + "connectorType": { + "type": "string" + }, + "contentLength": { + "type": "string" + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time" + }, + "documentIndex": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + }, + "executionId": { + "type": "string" + }, + "filename": { + "type": "string" + }, + "id": { + "type": "string" + }, + "mdnMessage": { + "type": "string" + }, + "messageId": { + "type": "string" + }, + "mimetype": { + "type": "string" + }, + "operationName": { + "type": "string" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "subject": { + "type": "string" + }, + "successful": { + "type": "boolean" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AS2ConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for an AS2ConnectorRecord query.", + "operationId": "QueryMoreAS2ConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "ackStatus": { + "type": "string" + }, + "actionType": { + "type": "string" + }, + "as2FromId": { + "type": "string" + }, + "as2ToId": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "connectorName": { + "type": "string" + }, + "connectorType": { + "type": "string" + }, + "contentLength": { + "type": "string" + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time" + }, + "documentIndex": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + }, + "executionId": { + "type": "string" + }, + "filename": { + "type": "string" + }, + "id": { + "type": "string" + }, + "mdnMessage": { + "type": "string" + }, + "messageId": { + "type": "string" + }, + "mimetype": { + "type": "string" + }, + "operationName": { + "type": "string" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "subject": { + "type": "string" + }, + "successful": { + "type": "boolean" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Account/bulk": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves multiple Account objects by identifier.", + "operationId": "BulkAccount", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "dateCreated": { + "type": "string" + }, + "expirationDate": { + "type": "string" + }, + "licensing": { + "type": "object" + }, + "molecule": { + "type": "object" + }, + "name": { + "type": "string" + }, + "overDeployed": { + "type": "boolean" + }, + "status": { + "type": "string", + "enum": [ + "trial", + "active", + "suspended", + "deleted", + "unlimited" + ] + }, + "suggestionsEnabled": { + "type": "boolean" + }, + "supportAccess": { + "type": "boolean" + }, + "supportLevel": { + "type": "string", + "enum": [ + "standard", + "premier" + ] + }, + "widgetAccount": { + "type": "boolean" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Account/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for an Account object(s).", + "operationId": "QueryAccount", + "requestBody": { + "description": " Possible properties include: ACCOUNTID, DATECREATED, EXPIRATIONDATE, NAME, STATUS, WIDGETACCOUNT, OVERDEPLOYED", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "dateCreated": { + "type": "string" + }, + "expirationDate": { + "type": "string" + }, + "licensing": { + "type": "object" + }, + "molecule": { + "type": "object" + }, + "name": { + "type": "string" + }, + "overDeployed": { + "type": "boolean" + }, + "status": { + "type": "string", + "enum": [ + "trial", + "active", + "suspended", + "deleted", + "unlimited" + ] + }, + "suggestionsEnabled": { + "type": "boolean" + }, + "supportAccess": { + "type": "boolean" + }, + "supportLevel": { + "type": "string", + "enum": [ + "standard", + "premier" + ] + }, + "widgetAccount": { + "type": "boolean" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Account/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for an Account query.", + "operationId": "QueryMoreAccount", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "dateCreated": { + "type": "string" + }, + "expirationDate": { + "type": "string" + }, + "licensing": { + "type": "object" + }, + "molecule": { + "type": "object" + }, + "name": { + "type": "string" + }, + "overDeployed": { + "type": "boolean" + }, + "status": { + "type": "string", + "enum": [ + "trial", + "active", + "suspended", + "deleted", + "unlimited" + ] + }, + "suggestionsEnabled": { + "type": "boolean" + }, + "supportAccess": { + "type": "boolean" + }, + "supportLevel": { + "type": "string", + "enum": [ + "standard", + "premier" + ] + }, + "widgetAccount": { + "type": "boolean" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Account/{id}": { + "get": { + "tags": [ + "account" + ], + "summary": "Retrieves an instance of an Account object.", + "operationId": "GetAccount", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "dateCreated": { + "type": "string" + }, + "expirationDate": { + "type": "string" + }, + "licensing": { + "type": "object", + "properties": { + "enterprise": { + "type": "object" + }, + "enterpriseTest": { + "type": "object" + }, + "smallBusiness": { + "type": "object" + }, + "smallBusinessTest": { + "type": "object" + }, + "standard": { + "type": "object" + }, + "standardTest": { + "type": "object" + }, + "tradingPartner": { + "type": "object" + }, + "tradingPartnerTest": { + "type": "object" + } + } + }, + "molecule": { + "type": "object", + "properties": { + "purchased": { + "type": "integer", + "format": "int32" + }, + "used": { + "type": "integer", + "format": "int32" + } + } + }, + "name": { + "type": "string" + }, + "overDeployed": { + "type": "boolean" + }, + "status": { + "type": "string", + "enum": [ + "trial", + "active", + "suspended", + "deleted", + "unlimited" + ] + }, + "suggestionsEnabled": { + "type": "boolean" + }, + "supportAccess": { + "type": "boolean" + }, + "supportLevel": { + "type": "string", + "enum": [ + "standard", + "premier" + ] + }, + "widgetAccount": { + "type": "boolean" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountCloudAttachmentProperties/{id}": { + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates an AccountCloudAttachmentProperties object.", + "operationId": "UpdateAccountCloudAttachmentProperties", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountDiskUsage": { + "type": "integer", + "format": "int64" + }, + "as2Workload": { + "type": "string", + "enum": [ + "GENERAL", + "LOW_LATENCY_DEBUG" + ] + }, + "atomInputSize": { + "type": "integer", + "format": "int64" + }, + "atomOutputOverflowSize": { + "type": "integer", + "format": "int64" + }, + "atomWorkingOverflowSize": { + "type": "integer", + "format": "int64" + }, + "cloudAccountExecutionLimit": { + "type": "integer", + "format": "int32" + }, + "cloudAccountExecutionWarningOffset": { + "type": "integer", + "format": "int32" + }, + "containerId": { + "type": "string" + }, + "downloadRunnerlogs": { + "type": "boolean" + }, + "enableAccountDataArchiving": { + "type": "boolean" + }, + "enableAtomWorkerWarmup": { + "type": "boolean" + }, + "flowControlParallelProcessTypeOverride": { + "type": "string", + "enum": [ + "NONE", + "THREADS", + "PROCESSES" + ] + }, + "httpRequestRate": { + "type": "integer", + "format": "int32" + }, + "httpWorkload": { + "type": "string", + "enum": [ + "GENERAL", + "LOW_LATENCY_DEBUG", + "LOW_LATENCY" + ] + }, + "listenerMaxConcurrentExecutions": { + "type": "integer", + "format": "int32" + }, + "maxConnectorTrackDocs": { + "type": "integer", + "format": "int32" + }, + "minNumberofAtomWorkers": { + "type": "integer", + "format": "int32" + }, + "numberofAtomWorkers": { + "type": "integer", + "format": "int32" + }, + "queueIncomingMessageRateLimit": { + "type": "integer", + "format": "int32" + }, + "sessionId": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "testModeMaxDocBytes": { + "type": "integer", + "format": "int64" + }, + "testModeMaxDocs": { + "type": "integer", + "format": "int32" + }, + "workerElasticScalingThreshold": { + "type": "integer", + "format": "int32" + }, + "workerMaxExecutionTime": { + "type": "integer", + "format": "int64" + }, + "workerMaxGeneralExecutionTime": { + "type": "integer", + "format": "int64" + }, + "workerMaxQueuedExecutions": { + "type": "integer", + "format": "int32" + }, + "workerMaxRunningExecutions": { + "type": "integer", + "format": "int32" + }, + "workerQueuedExecutionTimeout": { + "type": "integer", + "format": "int64" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountDiskUsage": { + "type": "integer", + "format": "int64" + }, + "as2Workload": { + "type": "string", + "enum": [ + "GENERAL", + "LOW_LATENCY_DEBUG" + ] + }, + "atomInputSize": { + "type": "integer", + "format": "int64" + }, + "atomOutputOverflowSize": { + "type": "integer", + "format": "int64" + }, + "atomWorkingOverflowSize": { + "type": "integer", + "format": "int64" + }, + "cloudAccountExecutionLimit": { + "type": "integer", + "format": "int32" + }, + "cloudAccountExecutionWarningOffset": { + "type": "integer", + "format": "int32" + }, + "containerId": { + "type": "string" + }, + "downloadRunnerlogs": { + "type": "boolean" + }, + "enableAccountDataArchiving": { + "type": "boolean" + }, + "enableAtomWorkerWarmup": { + "type": "boolean" + }, + "flowControlParallelProcessTypeOverride": { + "type": "string", + "enum": [ + "NONE", + "THREADS", + "PROCESSES" + ] + }, + "httpRequestRate": { + "type": "integer", + "format": "int32" + }, + "httpWorkload": { + "type": "string", + "enum": [ + "GENERAL", + "LOW_LATENCY_DEBUG", + "LOW_LATENCY" + ] + }, + "listenerMaxConcurrentExecutions": { + "type": "integer", + "format": "int32" + }, + "maxConnectorTrackDocs": { + "type": "integer", + "format": "int32" + }, + "minNumberofAtomWorkers": { + "type": "integer", + "format": "int32" + }, + "numberofAtomWorkers": { + "type": "integer", + "format": "int32" + }, + "queueIncomingMessageRateLimit": { + "type": "integer", + "format": "int32" + }, + "sessionId": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "testModeMaxDocBytes": { + "type": "integer", + "format": "int64" + }, + "testModeMaxDocs": { + "type": "integer", + "format": "int32" + }, + "workerElasticScalingThreshold": { + "type": "integer", + "format": "int32" + }, + "workerMaxExecutionTime": { + "type": "integer", + "format": "int64" + }, + "workerMaxGeneralExecutionTime": { + "type": "integer", + "format": "int64" + }, + "workerMaxQueuedExecutions": { + "type": "integer", + "format": "int32" + }, + "workerMaxRunningExecutions": { + "type": "integer", + "format": "int32" + }, + "workerQueuedExecutionTimeout": { + "type": "integer", + "format": "int64" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountCloudAttachmentQuota": { + "post": { + "tags": [ + "atom" + ], + "summary": "Creates an AccountCloudAttachmentQuota object.", + "operationId": "CreateAccountCloudAttachmentQuota", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "cloudId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "maxAtomAttachment": { + "type": "integer", + "format": "int32" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "cloudId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "maxAtomAttachment": { + "type": "integer", + "format": "int32" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountCloudAttachmentQuota/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple AccountCloudAttachmentQuota objects by identifier.", + "operationId": "BulkAccountCloudAttachmentQuota", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "cloudId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "maxAtomAttachment": { + "type": "integer", + "format": "int32" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountCloudAttachmentQuota/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of an AccountCloudAttachmentQuota object.", + "operationId": "GetAccountCloudAttachmentQuota", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "cloudId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "maxAtomAttachment": { + "type": "integer", + "format": "int32" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates an AccountCloudAttachmentQuota object.", + "operationId": "UpdateAccountCloudAttachmentQuota", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "cloudId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "maxAtomAttachment": { + "type": "integer", + "format": "int32" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "cloudId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "maxAtomAttachment": { + "type": "integer", + "format": "int32" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "atom" + ], + "summary": "Deletes an AccountCloudAttachmentQuota object.", + "operationId": "DeleteAccountCloudAttachmentQuota", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroup": { + "post": { + "tags": [ + "account" + ], + "summary": "Creates an AccountGroup object.", + "operationId": "CreateAccountGroup", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "autoSubscribeAlertLevel": { + "type": "string", + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "autoSubscribeAlertLevel": { + "type": "string", + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroup/bulk": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves multiple AccountGroup objects by identifier.", + "operationId": "BulkAccountGroup", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "autoSubscribeAlertLevel": { + "type": "string", + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroup/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for an AccountGroup object(s).", + "operationId": "QueryAccountGroup", + "requestBody": { + "description": " Possible properties include: id, accountId, name, defaultGroup, autoSubscribeAlertLevel", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "autoSubscribeAlertLevel": { + "type": "string", + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroup/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for an AccountGroup query.", + "operationId": "QueryMoreAccountGroup", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "autoSubscribeAlertLevel": { + "type": "string", + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroup/{id}": { + "get": { + "tags": [ + "account" + ], + "summary": "Retrieves an instance of an AccountGroup object.", + "operationId": "GetAccountGroup", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "autoSubscribeAlertLevel": { + "type": "string", + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "account" + ], + "summary": "Modifies or updates an AccountGroup object.", + "operationId": "UpdateAccountGroup", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "autoSubscribeAlertLevel": { + "type": "string", + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "autoSubscribeAlertLevel": { + "type": "string", + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroupAccount": { + "post": { + "tags": [ + "account" + ], + "summary": "Creates an AccountGroupAccount object.", + "operationId": "CreateAccountGroupAccount", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string" + }, + "accountId": { + "type": "string" + }, + "id": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string" + }, + "accountId": { + "type": "string" + }, + "id": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroupAccount/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for an AccountGroupAccount object(s).", + "operationId": "QueryAccountGroupAccount", + "requestBody": { + "description": " Possible properties include: accountGroupId, accountId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string" + }, + "accountId": { + "type": "string" + }, + "id": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroupAccount/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for an AccountGroupAccount query.", + "operationId": "QueryMoreAccountGroupAccount", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string" + }, + "accountId": { + "type": "string" + }, + "id": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroupAccount/{id}": { + "delete": { + "tags": [ + "account" + ], + "summary": "Deletes an AccountGroupAccount object.", + "operationId": "DeleteAccountGroupAccount", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroupUserRole": { + "post": { + "tags": [ + "account" + ], + "summary": "Creates an AccountGroupUserRole object.", + "operationId": "CreateAccountGroupUserRole", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string" + }, + "firstName": { + "type": "string" + }, + "id": { + "type": "string" + }, + "lastName": { + "type": "string" + }, + "notifyUser": { + "type": "boolean" + }, + "roleId": { + "type": "string" + }, + "userId": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string" + }, + "firstName": { + "type": "string" + }, + "id": { + "type": "string" + }, + "lastName": { + "type": "string" + }, + "notifyUser": { + "type": "boolean" + }, + "roleId": { + "type": "string" + }, + "userId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroupUserRole/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for an AccountGroupUserRole object(s).", + "operationId": "QueryAccountGroupUserRole", + "requestBody": { + "description": " Possible properties include: accountGroupId, userId, roleId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string" + }, + "firstName": { + "type": "string" + }, + "id": { + "type": "string" + }, + "lastName": { + "type": "string" + }, + "notifyUser": { + "type": "boolean" + }, + "roleId": { + "type": "string" + }, + "userId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroupUserRole/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for an AccountGroupUserRole query.", + "operationId": "QueryMoreAccountGroupUserRole", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string" + }, + "firstName": { + "type": "string" + }, + "id": { + "type": "string" + }, + "lastName": { + "type": "string" + }, + "notifyUser": { + "type": "boolean" + }, + "roleId": { + "type": "string" + }, + "userId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroupUserRole/{id}": { + "delete": { + "tags": [ + "account" + ], + "summary": "Deletes an AccountGroupUserRole object.", + "operationId": "DeleteAccountGroupUserRole", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountSSOConfig/bulk": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves multiple AccountSSOConfig objects by identifier.", + "operationId": "BulkAccountSSOConfig", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "assertionEncryption": { + "type": "boolean" + }, + "authnContext": { + "type": "string" + }, + "authnContextComparison": { + "type": "string" + }, + "certInfo": { + "type": "string" + }, + "certificate": { + "type": "array", + "items": { + "type": "string", + "format": "byte" + } + }, + "enabled": { + "type": "boolean" + }, + "fedIdFromNameId": { + "type": "boolean" + }, + "idpUrl": { + "type": "string" + }, + "nameIdPolicy": { + "type": "string" + }, + "signoutRedirectUrl": { + "type": "string" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountSSOConfig/{id}": { + "get": { + "tags": [ + "account" + ], + "summary": "Retrieves an instance of an AccountSSOConfig object.", + "operationId": "GetAccountSSOConfig", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "assertionEncryption": { + "type": "boolean" + }, + "authnContext": { + "type": "string" + }, + "authnContextComparison": { + "type": "string" + }, + "certInfo": { + "type": "string" + }, + "certificate": { + "type": "array", + "items": { + "type": "string", + "format": "byte" + } + }, + "enabled": { + "type": "boolean" + }, + "fedIdFromNameId": { + "type": "boolean" + }, + "idpUrl": { + "type": "string" + }, + "nameIdPolicy": { + "type": "string" + }, + "signoutRedirectUrl": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "account" + ], + "summary": "Modifies or updates an AccountSSOConfig object.", + "operationId": "UpdateAccountSSOConfig", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "assertionEncryption": { + "type": "boolean" + }, + "authnContext": { + "type": "string" + }, + "authnContextComparison": { + "type": "string" + }, + "certInfo": { + "type": "string" + }, + "certificate": { + "type": "array", + "items": { + "type": "string", + "format": "byte" + } + }, + "enabled": { + "type": "boolean" + }, + "fedIdFromNameId": { + "type": "boolean" + }, + "idpUrl": { + "type": "string" + }, + "nameIdPolicy": { + "type": "string" + }, + "signoutRedirectUrl": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "assertionEncryption": { + "type": "boolean" + }, + "authnContext": { + "type": "string" + }, + "authnContextComparison": { + "type": "string" + }, + "certInfo": { + "type": "string" + }, + "certificate": { + "type": "array", + "items": { + "type": "string", + "format": "byte" + } + }, + "enabled": { + "type": "boolean" + }, + "fedIdFromNameId": { + "type": "boolean" + }, + "idpUrl": { + "type": "string" + }, + "nameIdPolicy": { + "type": "string" + }, + "signoutRedirectUrl": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "account" + ], + "summary": "Deletes an AccountSSOConfig object.", + "operationId": "DeleteAccountSSOConfig", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountUserFederation": { + "post": { + "tags": [ + "account" + ], + "summary": "Creates an AccountUserFederation object.", + "operationId": "CreateAccountUserFederation", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "federationId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "userId": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "federationId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "userId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountUserFederation/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for an AccountUserFederation object(s).", + "operationId": "QueryAccountUserFederation", + "requestBody": { + "description": " Possible properties include: accountId, userId, federationId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "federationId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "userId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountUserFederation/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for an AccountUserFederation query.", + "operationId": "QueryMoreAccountUserFederation", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "federationId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "userId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountUserFederation/{id}": { + "post": { + "tags": [ + "account" + ], + "summary": "Modifies or updates an AccountUserFederation object.", + "operationId": "UpdateAccountUserFederation", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "federationId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "userId": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "federationId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "userId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "account" + ], + "summary": "Deletes an AccountUserFederation object.", + "operationId": "DeleteAccountUserFederation", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountUserRole": { + "post": { + "tags": [ + "account" + ], + "summary": "Creates an AccountUserRole object.", + "operationId": "CreateAccountUserRole", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "firstName": { + "type": "string" + }, + "id": { + "type": "string" + }, + "lastName": { + "type": "string" + }, + "notifyUser": { + "type": "boolean" + }, + "roleId": { + "type": "string" + }, + "userId": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "firstName": { + "type": "string" + }, + "id": { + "type": "string" + }, + "lastName": { + "type": "string" + }, + "notifyUser": { + "type": "boolean" + }, + "roleId": { + "type": "string" + }, + "userId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountUserRole/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for an AccountUserRole object(s).", + "operationId": "QueryAccountUserRole", + "requestBody": { + "description": " Possible properties include: accountId, userId, roleId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "firstName": { + "type": "string" + }, + "id": { + "type": "string" + }, + "lastName": { + "type": "string" + }, + "notifyUser": { + "type": "boolean" + }, + "roleId": { + "type": "string" + }, + "userId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountUserRole/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for an AccountUserRole query.", + "operationId": "QueryMoreAccountUserRole", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "firstName": { + "type": "string" + }, + "id": { + "type": "string" + }, + "lastName": { + "type": "string" + }, + "notifyUser": { + "type": "boolean" + }, + "roleId": { + "type": "string" + }, + "userId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountUserRole/{id}": { + "delete": { + "tags": [ + "account" + ], + "summary": "Deletes an AccountUserRole object.", + "operationId": "DeleteAccountUserRole", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ApiUsageCount/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for an ApiUsageCount object(s).", + "operationId": "QueryApiUsageCount", + "requestBody": { + "description": " Possible properties include: processDate, classification, successCount, errorCount", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "enum": [ + "PROD", + "TEST" + ] + }, + "errorCount": { + "type": "integer", + "format": "int64" + }, + "processDate": { + "type": "string", + "format": "date-time" + }, + "successCount": { + "type": "integer", + "format": "int64" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ApiUsageCount/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for an ApiUsageCount query.", + "operationId": "QueryMoreApiUsageCount", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "enum": [ + "PROD", + "TEST" + ] + }, + "errorCount": { + "type": "integer", + "format": "int64" + }, + "processDate": { + "type": "string", + "format": "date-time" + }, + "successCount": { + "type": "integer", + "format": "int64" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Atom": { + "post": { + "tags": [ + "atom" + ], + "summary": "Creates an Atom object.", + "operationId": "CreateAtom", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string" + }, + "cloudMoleculeId": { + "type": "string" + }, + "cloudMoleculeName": { + "type": "string" + }, + "cloudName": { + "type": "string" + }, + "cloudOwnerName": { + "type": "string" + }, + "cluster": { + "type": "object", + "properties": { + "node": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string" + }, + "currentVersion": { + "type": "string" + }, + "dateInstalled": { + "type": "string", + "format": "date-time" + }, + "forceRestartTime": { + "type": "integer", + "format": "int64" + }, + "hostName": { + "type": "string" + }, + "id": { + "type": "string" + }, + "instanceId": { + "type": "string" + }, + "isCloudAttachment": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32" + }, + "purgeImmediate": { + "type": "boolean" + }, + "status": { + "type": "string", + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string" + }, + "cloudMoleculeId": { + "type": "string" + }, + "cloudMoleculeName": { + "type": "string" + }, + "cloudName": { + "type": "string" + }, + "cloudOwnerName": { + "type": "string" + }, + "cluster": { + "type": "object", + "properties": { + "node": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string" + }, + "currentVersion": { + "type": "string" + }, + "dateInstalled": { + "type": "string", + "format": "date-time" + }, + "forceRestartTime": { + "type": "integer", + "format": "int64" + }, + "hostName": { + "type": "string" + }, + "id": { + "type": "string" + }, + "instanceId": { + "type": "string" + }, + "isCloudAttachment": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32" + }, + "purgeImmediate": { + "type": "boolean" + }, + "status": { + "type": "string", + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Atom/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple Atom objects by identifier.", + "operationId": "BulkAtom", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string" + }, + "cloudMoleculeId": { + "type": "string" + }, + "cloudMoleculeName": { + "type": "string" + }, + "cloudName": { + "type": "string" + }, + "cloudOwnerName": { + "type": "string" + }, + "cluster": { + "type": "object" + }, + "createdBy": { + "type": "string" + }, + "currentVersion": { + "type": "string" + }, + "dateInstalled": { + "type": "string", + "format": "date-time" + }, + "forceRestartTime": { + "type": "integer", + "format": "int64" + }, + "hostName": { + "type": "string" + }, + "id": { + "type": "string" + }, + "instanceId": { + "type": "string" + }, + "isCloudAttachment": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32" + }, + "purgeImmediate": { + "type": "boolean" + }, + "status": { + "type": "string", + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Atom/query": { + "post": { + "tags": [ + "atom" + ], + "summary": "Queries for an Atom object(s).", + "operationId": "QueryAtom", + "requestBody": { + "description": " Possible properties include: name, id, hostname, status, type, capabilities", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string" + }, + "cloudMoleculeId": { + "type": "string" + }, + "cloudMoleculeName": { + "type": "string" + }, + "cloudName": { + "type": "string" + }, + "cloudOwnerName": { + "type": "string" + }, + "cluster": { + "type": "object" + }, + "createdBy": { + "type": "string" + }, + "currentVersion": { + "type": "string" + }, + "dateInstalled": { + "type": "string", + "format": "date-time" + }, + "forceRestartTime": { + "type": "integer", + "format": "int64" + }, + "hostName": { + "type": "string" + }, + "id": { + "type": "string" + }, + "instanceId": { + "type": "string" + }, + "isCloudAttachment": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32" + }, + "purgeImmediate": { + "type": "boolean" + }, + "status": { + "type": "string", + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Atom/queryMore": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves additional results for an Atom query.", + "operationId": "QueryMoreAtom", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string" + }, + "cloudMoleculeId": { + "type": "string" + }, + "cloudMoleculeName": { + "type": "string" + }, + "cloudName": { + "type": "string" + }, + "cloudOwnerName": { + "type": "string" + }, + "cluster": { + "type": "object" + }, + "createdBy": { + "type": "string" + }, + "currentVersion": { + "type": "string" + }, + "dateInstalled": { + "type": "string", + "format": "date-time" + }, + "forceRestartTime": { + "type": "integer", + "format": "int64" + }, + "hostName": { + "type": "string" + }, + "id": { + "type": "string" + }, + "instanceId": { + "type": "string" + }, + "isCloudAttachment": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32" + }, + "purgeImmediate": { + "type": "boolean" + }, + "status": { + "type": "string", + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Atom/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of an Atom object.", + "operationId": "GetAtom", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string" + }, + "cloudMoleculeId": { + "type": "string" + }, + "cloudMoleculeName": { + "type": "string" + }, + "cloudName": { + "type": "string" + }, + "cloudOwnerName": { + "type": "string" + }, + "cluster": { + "type": "object", + "properties": { + "node": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string" + }, + "currentVersion": { + "type": "string" + }, + "dateInstalled": { + "type": "string", + "format": "date-time" + }, + "forceRestartTime": { + "type": "integer", + "format": "int64" + }, + "hostName": { + "type": "string" + }, + "id": { + "type": "string" + }, + "instanceId": { + "type": "string" + }, + "isCloudAttachment": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32" + }, + "purgeImmediate": { + "type": "boolean" + }, + "status": { + "type": "string", + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates an Atom object.", + "operationId": "UpdateAtom", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string" + }, + "cloudMoleculeId": { + "type": "string" + }, + "cloudMoleculeName": { + "type": "string" + }, + "cloudName": { + "type": "string" + }, + "cloudOwnerName": { + "type": "string" + }, + "cluster": { + "type": "object", + "properties": { + "node": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string" + }, + "currentVersion": { + "type": "string" + }, + "dateInstalled": { + "type": "string", + "format": "date-time" + }, + "forceRestartTime": { + "type": "integer", + "format": "int64" + }, + "hostName": { + "type": "string" + }, + "id": { + "type": "string" + }, + "instanceId": { + "type": "string" + }, + "isCloudAttachment": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32" + }, + "purgeImmediate": { + "type": "boolean" + }, + "status": { + "type": "string", + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string" + }, + "cloudMoleculeId": { + "type": "string" + }, + "cloudMoleculeName": { + "type": "string" + }, + "cloudName": { + "type": "string" + }, + "cloudOwnerName": { + "type": "string" + }, + "cluster": { + "type": "object", + "properties": { + "node": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string" + }, + "currentVersion": { + "type": "string" + }, + "dateInstalled": { + "type": "string", + "format": "date-time" + }, + "forceRestartTime": { + "type": "integer", + "format": "int64" + }, + "hostName": { + "type": "string" + }, + "id": { + "type": "string" + }, + "instanceId": { + "type": "string" + }, + "isCloudAttachment": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32" + }, + "purgeImmediate": { + "type": "boolean" + }, + "status": { + "type": "string", + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "atom" + ], + "summary": "Deletes an Atom object.", + "operationId": "DeleteAtom", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomAS2Artifacts": { + "post": { + "tags": [ + "execution" + ], + "summary": "Creates an AtomAS2Artifacts object.", + "operationId": "CreateAtomAS2Artifacts", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "logDate": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "logDate": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomConnectionFieldExtensionSummary/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an AtomConnectionFieldExtensionSummary object(s).", + "operationId": "QueryAtomConnectionFieldExtensionSummary", + "requestBody": { + "description": " Possible properties include: atomId, extensionGroupId, connectionId, fieldId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "field" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "connectionId": { + "type": "string" + }, + "extensionGroupId": { + "type": "string" + }, + "field": { + "type": "object" + }, + "id": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomConnectionFieldExtensionSummary/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an AtomConnectionFieldExtensionSummary query.", + "operationId": "QueryMoreAtomConnectionFieldExtensionSummary", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "field" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "connectionId": { + "type": "string" + }, + "extensionGroupId": { + "type": "string" + }, + "field": { + "type": "object" + }, + "id": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomConnectorVersions/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple AtomConnectorVersions objects by identifier.", + "operationId": "BulkAtomConnectorVersions", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "ConnectorVersion": { + "type": "array", + "items": { + "type": "object" + } + }, + "id": { + "type": "string" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomConnectorVersions/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of an AtomConnectorVersions object.", + "operationId": "GetAtomConnectorVersions", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ConnectorVersion": { + "type": "array", + "items": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "version": { + "type": "string" + } + } + } + }, + "id": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomCounters/{id}": { + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates an AtomCounters object.", + "operationId": "UpdateAtomCounters", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "counter": { + "type": "array", + "items": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "integer", + "format": "int32" + } + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "counter": { + "type": "array", + "items": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "integer", + "format": "int32" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomLog": { + "post": { + "tags": [ + "atom" + ], + "summary": "Creates an AtomLog object.", + "operationId": "CreateAtomLog", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "includeBin": { + "type": "boolean" + }, + "logDate": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "includeBin": { + "type": "boolean" + }, + "logDate": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomPurge/{id}": { + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates an AtomPurge object.", + "operationId": "UpdateAtomPurge", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomSecurityPolicies/{id}": { + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates an AtomSecurityPolicies object.", + "operationId": "UpdateAtomSecurityPolicies", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "atomId", + "common" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "browser": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "common": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "runner": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "worker": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "atomId", + "common" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "browser": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "common": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "runner": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "worker": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomStartupProperties/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple AtomStartupProperties objects by identifier.", + "operationId": "BulkAtomStartupProperties", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "Property": { + "type": "array", + "items": { + "type": "object" + } + }, + "id": { + "type": "string" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomStartupProperties/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of an AtomStartupProperties object.", + "operationId": "GetAtomStartupProperties", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Property": { + "type": "array", + "items": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "string" + } + } + } + }, + "id": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomWorkerLog": { + "post": { + "tags": [ + "atom" + ], + "summary": "Creates an AtomWorkerLog object.", + "operationId": "CreateAtomWorkerLog", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "workerId": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "workerId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AuditLog/bulk": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves multiple AuditLog objects by identifier.", + "operationId": "BulkAuditLog", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "AuditLogProperty": { + "type": "array", + "items": { + "type": "object" + } + }, + "accountId": { + "type": "string" + }, + "action": { + "type": "string" + }, + "containerId": { + "type": "string" + }, + "date": { + "type": "string", + "format": "date-time" + }, + "documentId": { + "type": "string" + }, + "level": { + "type": "string" + }, + "message": { + "type": "string" + }, + "modifier": { + "type": "string" + }, + "source": { + "type": "string" + }, + "type": { + "type": "string" + }, + "userId": { + "type": "string" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AuditLog/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for an AuditLog object(s).", + "operationId": "QueryAuditLog", + "requestBody": { + "description": " Possible properties include: containerId, userId, date, type, action, modifier, level, source", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "AuditLogProperty": { + "type": "array", + "items": { + "type": "object" + } + }, + "accountId": { + "type": "string" + }, + "action": { + "type": "string" + }, + "containerId": { + "type": "string" + }, + "date": { + "type": "string", + "format": "date-time" + }, + "documentId": { + "type": "string" + }, + "level": { + "type": "string" + }, + "message": { + "type": "string" + }, + "modifier": { + "type": "string" + }, + "source": { + "type": "string" + }, + "type": { + "type": "string" + }, + "userId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AuditLog/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for an AuditLog query.", + "operationId": "QueryMoreAuditLog", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "AuditLogProperty": { + "type": "array", + "items": { + "type": "object" + } + }, + "accountId": { + "type": "string" + }, + "action": { + "type": "string" + }, + "containerId": { + "type": "string" + }, + "date": { + "type": "string", + "format": "date-time" + }, + "documentId": { + "type": "string" + }, + "level": { + "type": "string" + }, + "message": { + "type": "string" + }, + "modifier": { + "type": "string" + }, + "source": { + "type": "string" + }, + "type": { + "type": "string" + }, + "userId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AuditLog/{id}": { + "get": { + "tags": [ + "account" + ], + "summary": "Retrieves an instance of an AuditLog object.", + "operationId": "GetAuditLog", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "AuditLogProperty": { + "type": "array", + "items": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "previousValue": { + "type": "string" + }, + "value": { + "type": "string" + } + } + } + }, + "accountId": { + "type": "string" + }, + "action": { + "type": "string" + }, + "containerId": { + "type": "string" + }, + "date": { + "type": "string", + "format": "date-time" + }, + "documentId": { + "type": "string" + }, + "level": { + "type": "string" + }, + "message": { + "type": "string" + }, + "modifier": { + "type": "string" + }, + "source": { + "type": "string" + }, + "type": { + "type": "string" + }, + "userId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Branch": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a Branch object.", + "operationId": "CreateBranch", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "deleted": { + "type": "boolean" + }, + "deploymentId": { + "type": "string" + }, + "description": { + "type": "string" + }, + "id": { + "type": "string" + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string" + }, + "packageId": { + "type": "string" + }, + "parentId": { + "type": "string" + }, + "ready": { + "type": "boolean" + }, + "stage": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "deleted": { + "type": "boolean" + }, + "deploymentId": { + "type": "string" + }, + "description": { + "type": "string" + }, + "id": { + "type": "string" + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string" + }, + "packageId": { + "type": "string" + }, + "parentId": { + "type": "string" + }, + "ready": { + "type": "boolean" + }, + "stage": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Branch/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple Branch objects by identifier.", + "operationId": "BulkBranch", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "deleted": { + "type": "boolean" + }, + "deploymentId": { + "type": "string" + }, + "description": { + "type": "string" + }, + "id": { + "type": "string" + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string" + }, + "packageId": { + "type": "string" + }, + "parentId": { + "type": "string" + }, + "ready": { + "type": "boolean" + }, + "stage": { + "type": "string" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Branch/query": { + "post": { + "tags": [ + "component" + ], + "summary": "Queries for a Branch object(s).", + "operationId": "QueryBranch", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "deleted": { + "type": "boolean" + }, + "deploymentId": { + "type": "string" + }, + "description": { + "type": "string" + }, + "id": { + "type": "string" + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string" + }, + "packageId": { + "type": "string" + }, + "parentId": { + "type": "string" + }, + "ready": { + "type": "boolean" + }, + "stage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Branch/queryMore": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves additional results for a Branch query.", + "operationId": "QueryMoreBranch", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "deleted": { + "type": "boolean" + }, + "deploymentId": { + "type": "string" + }, + "description": { + "type": "string" + }, + "id": { + "type": "string" + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string" + }, + "packageId": { + "type": "string" + }, + "parentId": { + "type": "string" + }, + "ready": { + "type": "boolean" + }, + "stage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Branch/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a Branch object.", + "operationId": "GetBranch", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "deleted": { + "type": "boolean" + }, + "deploymentId": { + "type": "string" + }, + "description": { + "type": "string" + }, + "id": { + "type": "string" + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string" + }, + "packageId": { + "type": "string" + }, + "parentId": { + "type": "string" + }, + "ready": { + "type": "boolean" + }, + "stage": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "component" + ], + "summary": "Modifies or updates a Branch object.", + "operationId": "UpdateBranch", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "deleted": { + "type": "boolean" + }, + "deploymentId": { + "type": "string" + }, + "description": { + "type": "string" + }, + "id": { + "type": "string" + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string" + }, + "packageId": { + "type": "string" + }, + "parentId": { + "type": "string" + }, + "ready": { + "type": "boolean" + }, + "stage": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "deleted": { + "type": "boolean" + }, + "deploymentId": { + "type": "string" + }, + "description": { + "type": "string" + }, + "id": { + "type": "string" + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string" + }, + "packageId": { + "type": "string" + }, + "parentId": { + "type": "string" + }, + "ready": { + "type": "boolean" + }, + "stage": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "component" + ], + "summary": "Deletes a Branch object.", + "operationId": "DeleteBranch", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/BranchMergeRequest": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a BranchMergeRequest object.", + "operationId": "CreateBranchMergeRequest", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "sourceBranchId", + "targetBranchId" + ], + "type": "object", + "properties": { + "ComponentMergeConfigs": { + "type": "object", + "properties": { + "ComponentMergeConfig": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "mergeScope": { + "type": "string" + }, + "mergeStrategy": { + "type": "string" + }, + "priorityBranch": { + "type": "string" + }, + "sourceBranchId": { + "type": "string" + }, + "targetBranchId": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "sourceBranchId", + "targetBranchId" + ], + "type": "object", + "properties": { + "ComponentMergeConfigs": { + "type": "object", + "properties": { + "ComponentMergeConfig": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "mergeScope": { + "type": "string" + }, + "mergeStrategy": { + "type": "string" + }, + "priorityBranch": { + "type": "string" + }, + "sourceBranchId": { + "type": "string" + }, + "targetBranchId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ChangeListenerStatus": { + "post": { + "tags": [ + "atom" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "action": { + "type": "string", + "enum": [ + "restart", + "restart_all", + "pause", + "pause_all", + "resume", + "resume_all" + ] + }, + "containerId": { + "type": "string" + }, + "listenerId": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ClearQueue/execute/{id}": { + "post": { + "tags": [ + "atom" + ], + "summary": "Executes an action on a ClearQueue object.", + "operationId": "ExecuteClearQueue", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "AtomId", + "QueueName" + ], + "type": "object", + "properties": { + "AtomId": { + "type": "string" + }, + "DLQ": { + "type": "boolean" + }, + "QueueName": { + "type": "string" + }, + "SubscriberName": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "AtomId", + "QueueName" + ], + "type": "object", + "properties": { + "AtomId": { + "type": "string" + }, + "DLQ": { + "type": "boolean" + }, + "QueueName": { + "type": "string" + }, + "SubscriberName": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Cloud/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple Cloud objects by identifier.", + "operationId": "BulkCloud", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "Atom": { + "type": "array", + "items": { + "type": "object" + } + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Cloud/query": { + "post": { + "tags": [ + "atom" + ], + "summary": "Queries for a Cloud object(s).", + "operationId": "QueryCloud", + "requestBody": { + "description": " Possible properties include: name, id", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "Atom": { + "type": "array", + "items": { + "type": "object" + } + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Cloud/queryMore": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves additional results for a Cloud query.", + "operationId": "QueryMoreCloud", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "Atom": { + "type": "array", + "items": { + "type": "object" + } + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Cloud/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of a Cloud object.", + "operationId": "GetCloud", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Atom": { + "type": "array", + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "deleted": { + "type": "boolean" + } + } + } + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Component": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a Component object.", + "operationId": "CreateComponent", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "description", + "encryptedValues", + "object", + "processOverrides" + ], + "type": "object", + "allOf": [ + { + "type": "object", + "properties": { + "branchId": { + "type": "string" + }, + "branchName": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "copiedFromComponentId": { + "type": "string" + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32" + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "currentVersion": { + "type": "boolean" + }, + "deleted": { + "type": "boolean" + }, + "folderId": { + "type": "string" + }, + "folderName": { + "type": "string" + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string" + }, + "subType": { + "type": "string" + }, + "type": { + "type": "string", + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32" + } + } + }, + { + "type": "object", + "properties": { + "encryptedValues": { + "type": "object" + }, + "description": { + "type": "string" + }, + "object": { + "type": "object" + }, + "processOverrides": { + "type": "object" + }, + "folderFullPath": { + "type": "string" + } + } + } + ] + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": {} + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Component/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple Component objects by identifier.", + "operationId": "BulkComponent", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": {} + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Component/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a Component object.", + "operationId": "GetComponent", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": {} + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "component" + ], + "summary": "Modifies or updates a Component object.", + "operationId": "UpdateComponent", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "description", + "encryptedValues", + "object", + "processOverrides" + ], + "type": "object", + "allOf": [ + { + "type": "object", + "properties": { + "branchId": { + "type": "string" + }, + "branchName": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "copiedFromComponentId": { + "type": "string" + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32" + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "currentVersion": { + "type": "boolean" + }, + "deleted": { + "type": "boolean" + }, + "folderId": { + "type": "string" + }, + "folderName": { + "type": "string" + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string" + }, + "subType": { + "type": "string" + }, + "type": { + "type": "string", + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32" + } + } + }, + { + "type": "object", + "properties": { + "encryptedValues": { + "type": "object" + }, + "description": { + "type": "string" + }, + "object": { + "type": "object" + }, + "processOverrides": { + "type": "object" + }, + "folderFullPath": { + "type": "string" + } + } + } + ] + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": {} + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentAtomAttachment": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Creates a ComponentAtomAttachment object.", + "operationId": "CreateComponentAtomAttachment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "id": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "id": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentAtomAttachment/query": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Queries for a ComponentAtomAttachment object(s).", + "operationId": "QueryComponentAtomAttachment", + "requestBody": { + "description": " Possible properties include: atomId, componentId, componentType", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "id": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentAtomAttachment/queryMore": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves additional results for a ComponentAtomAttachment query.", + "operationId": "QueryMoreComponentAtomAttachment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "id": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentAtomAttachment/{id}": { + "delete": { + "tags": [ + "deployment" + ], + "summary": "Deletes a ComponentAtomAttachment object.", + "operationId": "DeleteComponentAtomAttachment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentDiffRequest": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a ComponentDiffRequest object.", + "operationId": "CreateComponentDiffRequest", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "componentId", + "sourceVersion", + "targetVersion" + ], + "type": "object", + "properties": { + "CompDiffConfig": { + "type": "object", + "properties": { + "CompDiffElement": { + "type": "array", + "items": { + "type": "object" + } + }, + "componentType": { + "type": "string", + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + } + } + }, + "componentId": { + "type": "string" + }, + "sourceVersion": { + "type": "integer", + "format": "int32" + }, + "targetVersion": { + "type": "integer", + "format": "int32" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "componentId", + "sourceVersion", + "targetVersion" + ], + "type": "object", + "properties": { + "CompDiffConfig": { + "type": "object", + "properties": { + "CompDiffElement": { + "type": "array", + "items": { + "type": "object" + } + }, + "componentType": { + "type": "string", + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + } + } + }, + "componentId": { + "type": "string" + }, + "sourceVersion": { + "type": "integer", + "format": "int32" + }, + "targetVersion": { + "type": "integer", + "format": "int32" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentDiffRequest/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple ComponentDiffRequest objects by identifier.", + "operationId": "BulkComponentDiffRequest", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "componentId", + "sourceVersion", + "targetVersion" + ], + "type": "object", + "properties": { + "CompDiffConfig": { + "type": "object" + }, + "componentId": { + "type": "string" + }, + "sourceVersion": { + "type": "integer", + "format": "int32" + }, + "targetVersion": { + "type": "integer", + "format": "int32" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentDiffRequest/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a ComponentDiffRequest object.", + "operationId": "GetComponentDiffRequest", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "componentId", + "sourceVersion", + "targetVersion" + ], + "type": "object", + "properties": { + "CompDiffConfig": { + "type": "object", + "properties": { + "CompDiffElement": { + "type": "array", + "items": { + "type": "object" + } + }, + "componentType": { + "type": "string", + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + } + } + }, + "componentId": { + "type": "string" + }, + "sourceVersion": { + "type": "integer", + "format": "int32" + }, + "targetVersion": { + "type": "integer", + "format": "int32" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentEnvironmentAttachment": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Creates a ComponentEnvironmentAttachment object.", + "operationId": "CreateComponentEnvironmentAttachment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentEnvironmentAttachment/query": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Queries for a ComponentEnvironmentAttachment object(s).", + "operationId": "QueryComponentEnvironmentAttachment", + "requestBody": { + "description": " Possible properties include: environmentId, componentId, componentType", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentEnvironmentAttachment/queryMore": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves additional results for a ComponentEnvironmentAttachment query.", + "operationId": "QueryMoreComponentEnvironmentAttachment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentEnvironmentAttachment/{id}": { + "delete": { + "tags": [ + "deployment" + ], + "summary": "Deletes a ComponentEnvironmentAttachment object.", + "operationId": "DeleteComponentEnvironmentAttachment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentMetadata": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a ComponentMetadata object.", + "operationId": "CreateComponentMetadata", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "branchId": { + "type": "string" + }, + "branchName": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "copiedFromComponentId": { + "type": "string" + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32" + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "currentVersion": { + "type": "boolean" + }, + "deleted": { + "type": "boolean" + }, + "folderId": { + "type": "string" + }, + "folderName": { + "type": "string" + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string" + }, + "subType": { + "type": "string" + }, + "type": { + "type": "string", + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "branchId": { + "type": "string" + }, + "branchName": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "copiedFromComponentId": { + "type": "string" + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32" + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "currentVersion": { + "type": "boolean" + }, + "deleted": { + "type": "boolean" + }, + "folderId": { + "type": "string" + }, + "folderName": { + "type": "string" + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string" + }, + "subType": { + "type": "string" + }, + "type": { + "type": "string", + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentMetadata/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple ComponentMetadata objects by identifier.", + "operationId": "BulkComponentMetadata", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "branchId": { + "type": "string" + }, + "branchName": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "copiedFromComponentId": { + "type": "string" + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32" + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "currentVersion": { + "type": "boolean" + }, + "deleted": { + "type": "boolean" + }, + "folderId": { + "type": "string" + }, + "folderName": { + "type": "string" + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string" + }, + "subType": { + "type": "string" + }, + "type": { + "type": "string", + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentMetadata/query": { + "post": { + "tags": [ + "component" + ], + "summary": "Queries for a ComponentMetadata object(s).", + "operationId": "QueryComponentMetadata", + "requestBody": { + "description": " Possible properties include: accountId, componentId, version, name, type, subType, createdDate, createdBy, modifiedDate, modifiedBy, deleted, currentVersion, folderName, folderId, copiedFromComponentId, copiedFromComponentVersion, branchName, branchId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "branchId": { + "type": "string" + }, + "branchName": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "copiedFromComponentId": { + "type": "string" + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32" + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "currentVersion": { + "type": "boolean" + }, + "deleted": { + "type": "boolean" + }, + "folderId": { + "type": "string" + }, + "folderName": { + "type": "string" + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string" + }, + "subType": { + "type": "string" + }, + "type": { + "type": "string", + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentMetadata/queryMore": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves additional results for a ComponentMetadata query.", + "operationId": "QueryMoreComponentMetadata", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "branchId": { + "type": "string" + }, + "branchName": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "copiedFromComponentId": { + "type": "string" + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32" + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "currentVersion": { + "type": "boolean" + }, + "deleted": { + "type": "boolean" + }, + "folderId": { + "type": "string" + }, + "folderName": { + "type": "string" + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string" + }, + "subType": { + "type": "string" + }, + "type": { + "type": "string", + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentMetadata/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a ComponentMetadata object.", + "operationId": "GetComponentMetadata", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "branchId": { + "type": "string" + }, + "branchName": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "copiedFromComponentId": { + "type": "string" + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32" + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "currentVersion": { + "type": "boolean" + }, + "deleted": { + "type": "boolean" + }, + "folderId": { + "type": "string" + }, + "folderName": { + "type": "string" + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string" + }, + "subType": { + "type": "string" + }, + "type": { + "type": "string", + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "component" + ], + "summary": "Modifies or updates a ComponentMetadata object.", + "operationId": "UpdateComponentMetadata", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "branchId": { + "type": "string" + }, + "branchName": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "copiedFromComponentId": { + "type": "string" + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32" + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "currentVersion": { + "type": "boolean" + }, + "deleted": { + "type": "boolean" + }, + "folderId": { + "type": "string" + }, + "folderName": { + "type": "string" + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string" + }, + "subType": { + "type": "string" + }, + "type": { + "type": "string", + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "branchId": { + "type": "string" + }, + "branchName": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "copiedFromComponentId": { + "type": "string" + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32" + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "currentVersion": { + "type": "boolean" + }, + "deleted": { + "type": "boolean" + }, + "folderId": { + "type": "string" + }, + "folderName": { + "type": "string" + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string" + }, + "subType": { + "type": "string" + }, + "type": { + "type": "string", + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "component" + ], + "summary": "Deletes a ComponentMetadata object.", + "operationId": "DeleteComponentMetadata", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentReference/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple ComponentReference objects by identifier.", + "operationId": "BulkComponentReference", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "references": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentReference/query": { + "post": { + "tags": [ + "component" + ], + "summary": "Queries for a ComponentReference object(s).", + "operationId": "QueryComponentReference", + "requestBody": { + "description": " Possible properties include: parentComponentId, parentVersion, componentId, type", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "references": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentReference/queryMore": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves additional results for a ComponentReference query.", + "operationId": "QueryMoreComponentReference", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "references": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentReference/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a ComponentReference object.", + "operationId": "GetComponentReference", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "references": { + "type": "array", + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string" + }, + "parentComponentId": { + "type": "string" + }, + "parentVersion": { + "type": "integer", + "format": "int32" + }, + "type": { + "type": "string", + "enum": [ + "DEPENDENT", + "INDEPENDENT" + ] + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ConnectionLicensingReport": { + "post": { + "tags": [ + "execution" + ], + "summary": "Creates a ConnectionLicensingReport object.", + "operationId": "CreateConnectionLicensingReport", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Connector/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple Connector objects by identifier.", + "operationId": "BulkConnector", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Connector/query": { + "post": { + "tags": [ + "component" + ], + "summary": "Queries for a Connector object(s).", + "operationId": "QueryConnector", + "requestBody": { + "description": " Possible properties include: type, name", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Connector/queryMore": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves additional results for a Connector query.", + "operationId": "QueryMoreConnector", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Connector/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a Connector object.", + "operationId": "GetConnector", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ConnectorDocument": { + "post": { + "tags": [ + "execution" + ], + "summary": "Creates a ConnectorDocument object.", + "operationId": "CreateConnectorDocument", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "genericConnectorRecordId": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "genericConnectorRecordId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/CustomTrackedField/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for a CustomTrackedField object(s).", + "operationId": "QueryCustomTrackedField", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "label": { + "type": "string" + }, + "position": { + "type": "integer", + "format": "int32" + }, + "type": { + "type": "string", + "enum": [ + "character", + "datetime", + "number" + ] + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/CustomTrackedField/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for a CustomTrackedField query.", + "operationId": "QueryMoreCustomTrackedField", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "label": { + "type": "string" + }, + "position": { + "type": "integer", + "format": "int32" + }, + "type": { + "type": "string", + "enum": [ + "character", + "datetime", + "number" + ] + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/DeployedExpiredCertificate/query": { + "post": { + "tags": [ + "atom" + ], + "summary": "Queries for a DeployedExpiredCertificate object(s).", + "operationId": "QueryDeployedExpiredCertificate", + "requestBody": { + "description": " Possible properties include: containerId, containerName, environmentId, environmentName, expirationBoundary", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "certificateId": { + "type": "string" + }, + "certificateName": { + "type": "string" + }, + "certificateType": { + "type": "string" + }, + "containerId": { + "type": "string" + }, + "containerName": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "environmentName": { + "type": "string" + }, + "expirationDate": { + "type": "string", + "format": "date-time" + }, + "location": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/DeployedExpiredCertificate/queryMore": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves additional results for a DeployedExpiredCertificate query.", + "operationId": "QueryMoreDeployedExpiredCertificate", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "certificateId": { + "type": "string" + }, + "certificateName": { + "type": "string" + }, + "certificateType": { + "type": "string" + }, + "containerId": { + "type": "string" + }, + "containerName": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "environmentName": { + "type": "string" + }, + "expirationDate": { + "type": "string", + "format": "date-time" + }, + "location": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/DeployedPackage": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Creates a DeployedPackage object.", + "operationId": "CreateDeployedPackage", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "active": { + "type": "boolean" + }, + "branchName": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "componentVersion": { + "type": "integer", + "format": "int32" + }, + "deployedBy": { + "type": "string" + }, + "deployedDate": { + "type": "string", + "format": "date-time" + }, + "deploymentId": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "listenerStatus": { + "type": "string", + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "packageId": { + "type": "string" + }, + "packageVersion": { + "type": "string" + }, + "version": { + "type": "integer", + "format": "int32" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "active": { + "type": "boolean" + }, + "branchName": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "componentVersion": { + "type": "integer", + "format": "int32" + }, + "deployedBy": { + "type": "string" + }, + "deployedDate": { + "type": "string", + "format": "date-time" + }, + "deploymentId": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "listenerStatus": { + "type": "string", + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "packageId": { + "type": "string" + }, + "packageVersion": { + "type": "string" + }, + "version": { + "type": "integer", + "format": "int32" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/DeployedPackage/bulk": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves multiple DeployedPackage objects by identifier.", + "operationId": "BulkDeployedPackage", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "active": { + "type": "boolean" + }, + "branchName": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "componentVersion": { + "type": "integer", + "format": "int32" + }, + "deployedBy": { + "type": "string" + }, + "deployedDate": { + "type": "string", + "format": "date-time" + }, + "deploymentId": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "listenerStatus": { + "type": "string", + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "packageId": { + "type": "string" + }, + "packageVersion": { + "type": "string" + }, + "version": { + "type": "integer", + "format": "int32" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/DeployedPackage/query": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Queries for a DeployedPackage object(s).", + "operationId": "QueryDeployedPackage", + "requestBody": { + "description": " Possible properties include: uid, notes, current, packageNotes, active, componentId, componentVersion, componentName, componentType, deployedBy, deployedDate, deploymentId, environmentId, environmentName, packageId, packageVersion, version, accountId, branch", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "active": { + "type": "boolean" + }, + "branchName": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "componentVersion": { + "type": "integer", + "format": "int32" + }, + "deployedBy": { + "type": "string" + }, + "deployedDate": { + "type": "string", + "format": "date-time" + }, + "deploymentId": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "listenerStatus": { + "type": "string", + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "packageId": { + "type": "string" + }, + "packageVersion": { + "type": "string" + }, + "version": { + "type": "integer", + "format": "int32" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/DeployedPackage/queryMore": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves additional results for a DeployedPackage query.", + "operationId": "QueryMoreDeployedPackage", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "active": { + "type": "boolean" + }, + "branchName": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "componentVersion": { + "type": "integer", + "format": "int32" + }, + "deployedBy": { + "type": "string" + }, + "deployedDate": { + "type": "string", + "format": "date-time" + }, + "deploymentId": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "listenerStatus": { + "type": "string", + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "packageId": { + "type": "string" + }, + "packageVersion": { + "type": "string" + }, + "version": { + "type": "integer", + "format": "int32" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/DeployedPackage/{id}": { + "get": { + "tags": [ + "deployment" + ], + "summary": "Retrieves an instance of a DeployedPackage object.", + "operationId": "GetDeployedPackage", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "active": { + "type": "boolean" + }, + "branchName": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "componentVersion": { + "type": "integer", + "format": "int32" + }, + "deployedBy": { + "type": "string" + }, + "deployedDate": { + "type": "string", + "format": "date-time" + }, + "deploymentId": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "listenerStatus": { + "type": "string", + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "packageId": { + "type": "string" + }, + "packageVersion": { + "type": "string" + }, + "version": { + "type": "integer", + "format": "int32" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "deployment" + ], + "summary": "Deletes a DeployedPackage object.", + "operationId": "DeleteDeployedPackage", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Deployment": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Creates a Deployment object.", + "operationId": "CreateDeployment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "componentId", + "componentType", + "deployedBy", + "deployedOn", + "digest", + "environmentId", + "id", + "notes", + "processId" + ], + "type": "object", + "properties": { + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "current": { + "type": "boolean" + }, + "deployedBy": { + "type": "string" + }, + "deployedOn": { + "type": "string", + "format": "date-time" + }, + "digest": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "listenerStatus": { + "type": "string", + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "processId": { + "type": "string" + }, + "version": { + "type": "integer", + "format": "int32" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "componentId", + "componentType", + "deployedBy", + "deployedOn", + "digest", + "environmentId", + "id", + "notes", + "processId" + ], + "type": "object", + "properties": { + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "current": { + "type": "boolean" + }, + "deployedBy": { + "type": "string" + }, + "deployedOn": { + "type": "string", + "format": "date-time" + }, + "digest": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "listenerStatus": { + "type": "string", + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "processId": { + "type": "string" + }, + "version": { + "type": "integer", + "format": "int32" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Deployment/bulk": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves multiple Deployment objects by identifier.", + "operationId": "BulkDeployment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "componentId", + "componentType", + "deployedBy", + "deployedOn", + "digest", + "environmentId", + "id", + "notes", + "processId" + ], + "type": "object", + "properties": { + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "current": { + "type": "boolean" + }, + "deployedBy": { + "type": "string" + }, + "deployedOn": { + "type": "string", + "format": "date-time" + }, + "digest": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "listenerStatus": { + "type": "string", + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "processId": { + "type": "string" + }, + "version": { + "type": "integer", + "format": "int32" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Deployment/query": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Queries for a Deployment object(s).", + "operationId": "QueryDeployment", + "requestBody": { + "description": " Possible properties include: environmentId, processId, componentId, componentType, current", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "componentId", + "componentType", + "deployedBy", + "deployedOn", + "digest", + "environmentId", + "id", + "notes", + "processId" + ], + "type": "object", + "properties": { + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "current": { + "type": "boolean" + }, + "deployedBy": { + "type": "string" + }, + "deployedOn": { + "type": "string", + "format": "date-time" + }, + "digest": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "listenerStatus": { + "type": "string", + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "processId": { + "type": "string" + }, + "version": { + "type": "integer", + "format": "int32" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Deployment/queryMore": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves additional results for a Deployment query.", + "operationId": "QueryMoreDeployment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "componentId", + "componentType", + "deployedBy", + "deployedOn", + "digest", + "environmentId", + "id", + "notes", + "processId" + ], + "type": "object", + "properties": { + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "current": { + "type": "boolean" + }, + "deployedBy": { + "type": "string" + }, + "deployedOn": { + "type": "string", + "format": "date-time" + }, + "digest": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "listenerStatus": { + "type": "string", + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "processId": { + "type": "string" + }, + "version": { + "type": "integer", + "format": "int32" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Deployment/{id}": { + "get": { + "tags": [ + "deployment" + ], + "summary": "Retrieves an instance of a Deployment object.", + "operationId": "GetDeployment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "componentId", + "componentType", + "deployedBy", + "deployedOn", + "digest", + "environmentId", + "id", + "notes", + "processId" + ], + "type": "object", + "properties": { + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "current": { + "type": "boolean" + }, + "deployedBy": { + "type": "string" + }, + "deployedOn": { + "type": "string", + "format": "date-time" + }, + "digest": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "listenerStatus": { + "type": "string", + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "processId": { + "type": "string" + }, + "version": { + "type": "integer", + "format": "int32" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/DocumentCountAccount/query": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Queries for a DocumentCountAccount object(s).", + "operationId": "QueryDocumentCountAccount", + "requestBody": { + "description": " Possible properties include: environmentId, atomId, processDate", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "date": { + "type": "string" + }, + "value": { + "type": "integer", + "format": "int64" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/DocumentCountAccount/queryMore": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Retrieves additional results for a DocumentCountAccount query.", + "operationId": "QueryMoreDocumentCountAccount", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "date": { + "type": "string" + }, + "value": { + "type": "integer", + "format": "int64" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/DocumentCountAccountGroup/query": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Queries for a DocumentCountAccountGroup object(s).", + "operationId": "QueryDocumentCountAccountGroup", + "requestBody": { + "description": " Possible properties include: accountGroupId, processDate", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "allOf": [ + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/DocumentCountAccountGroup/queryMore": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Retrieves additional results for a DocumentCountAccountGroup query.", + "operationId": "QueryMoreDocumentCountAccountGroup", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "allOf": [ + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EDIFACTConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for an EDIFACTConnectorRecord object(s).", + "operationId": "QueryEDIFACTConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "ackReport": { + "type": "string" + }, + "ackRequested": { + "type": "string" + }, + "ackStatus": { + "type": "string" + }, + "actionType": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "connectorName": { + "type": "string" + }, + "connectorType": { + "type": "string" + }, + "controllingAgency": { + "type": "string" + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time" + }, + "documentIndex": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + }, + "executionId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "interchangeControlReference": { + "type": "string" + }, + "interchangeDate": { + "type": "string" + }, + "interchangeTime": { + "type": "string" + }, + "messageReferenceNumber": { + "type": "string" + }, + "messageType": { + "type": "string" + }, + "operationName": { + "type": "string" + }, + "outboundValidationReport": { + "type": "string" + }, + "outboundValidationStatus": { + "type": "string" + }, + "receiverID": { + "type": "string" + }, + "release": { + "type": "string" + }, + "senderID": { + "type": "string" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "successful": { + "type": "boolean" + }, + "version": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EDIFACTConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for an EDIFACTConnectorRecord query.", + "operationId": "QueryMoreEDIFACTConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "ackReport": { + "type": "string" + }, + "ackRequested": { + "type": "string" + }, + "ackStatus": { + "type": "string" + }, + "actionType": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "connectorName": { + "type": "string" + }, + "connectorType": { + "type": "string" + }, + "controllingAgency": { + "type": "string" + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time" + }, + "documentIndex": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + }, + "executionId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "interchangeControlReference": { + "type": "string" + }, + "interchangeDate": { + "type": "string" + }, + "interchangeTime": { + "type": "string" + }, + "messageReferenceNumber": { + "type": "string" + }, + "messageType": { + "type": "string" + }, + "operationName": { + "type": "string" + }, + "outboundValidationReport": { + "type": "string" + }, + "outboundValidationStatus": { + "type": "string" + }, + "receiverID": { + "type": "string" + }, + "release": { + "type": "string" + }, + "senderID": { + "type": "string" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "successful": { + "type": "boolean" + }, + "version": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EdiCustomConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for an EdiCustomConnectorRecord object(s).", + "operationId": "QueryEdiCustomConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "actionType": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "connectorName": { + "type": "string" + }, + "connectorType": { + "type": "string" + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time" + }, + "documentIndex": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + }, + "executionId": { + "type": "string" + }, + "fromTradingPartner": { + "type": "string" + }, + "id": { + "type": "string" + }, + "operationName": { + "type": "string" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "successful": { + "type": "boolean" + }, + "toTradingPartner": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EdiCustomConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for an EdiCustomConnectorRecord query.", + "operationId": "QueryMoreEdiCustomConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "actionType": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "connectorName": { + "type": "string" + }, + "connectorType": { + "type": "string" + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time" + }, + "documentIndex": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + }, + "executionId": { + "type": "string" + }, + "fromTradingPartner": { + "type": "string" + }, + "id": { + "type": "string" + }, + "operationName": { + "type": "string" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "successful": { + "type": "boolean" + }, + "toTradingPartner": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Environment": { + "post": { + "tags": [ + "environment" + ], + "summary": "Creates an Environment object.", + "operationId": "CreateEnvironment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentAccount": { + "type": "string" + }, + "parentEnvironment": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentAccount": { + "type": "string" + }, + "parentEnvironment": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Environment/bulk": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves multiple Environment objects by identifier.", + "operationId": "BulkEnvironment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentAccount": { + "type": "string" + }, + "parentEnvironment": { + "type": "string" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Environment/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an Environment object(s).", + "operationId": "QueryEnvironment", + "requestBody": { + "description": " Possible properties include: name, id, classification", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentAccount": { + "type": "string" + }, + "parentEnvironment": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Environment/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an Environment query.", + "operationId": "QueryMoreEnvironment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentAccount": { + "type": "string" + }, + "parentEnvironment": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Environment/{id}": { + "get": { + "tags": [ + "environment" + ], + "summary": "Retrieves an instance of an Environment object.", + "operationId": "GetEnvironment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentAccount": { + "type": "string" + }, + "parentEnvironment": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "environment" + ], + "summary": "Modifies or updates an Environment object.", + "operationId": "UpdateEnvironment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentAccount": { + "type": "string" + }, + "parentEnvironment": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentAccount": { + "type": "string" + }, + "parentEnvironment": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "environment" + ], + "summary": "Deletes an Environment object.", + "operationId": "DeleteEnvironment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentAtomAttachment": { + "post": { + "tags": [ + "environment" + ], + "summary": "Creates an EnvironmentAtomAttachment object.", + "operationId": "CreateEnvironmentAtomAttachment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentAtomAttachment/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an EnvironmentAtomAttachment object(s).", + "operationId": "QueryEnvironmentAtomAttachment", + "requestBody": { + "description": " Possible properties include: atomId, environmentId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentAtomAttachment/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an EnvironmentAtomAttachment query.", + "operationId": "QueryMoreEnvironmentAtomAttachment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentAtomAttachment/{id}": { + "delete": { + "tags": [ + "environment" + ], + "summary": "Deletes an EnvironmentAtomAttachment object.", + "operationId": "DeleteEnvironmentAtomAttachment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentConnectionFieldExtensionSummary/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an EnvironmentConnectionFieldExtensionSummary object(s).", + "operationId": "QueryEnvironmentConnectionFieldExtensionSummary", + "requestBody": { + "description": " Possible properties include: environmentId, extensionGroupId, connectionId, fieldId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "field" + ], + "type": "object", + "properties": { + "connectionId": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "extensionGroupId": { + "type": "string" + }, + "field": { + "type": "object" + }, + "id": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentConnectionFieldExtensionSummary/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an EnvironmentConnectionFieldExtensionSummary query.", + "operationId": "QueryMoreEnvironmentConnectionFieldExtensionSummary", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "field" + ], + "type": "object", + "properties": { + "connectionId": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "extensionGroupId": { + "type": "string" + }, + "field": { + "type": "object" + }, + "id": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentExtensions/bulk": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves multiple EnvironmentExtensions objects by identifier.", + "operationId": "BulkEnvironmentExtensions", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "PGPCertificates", + "connections", + "crossReferences", + "operations", + "processProperties", + "properties", + "sharedCommunications", + "tradingPartners" + ], + "type": "object", + "properties": { + "PGPCertificates": { + "type": "object" + }, + "connections": { + "type": "object" + }, + "crossReferences": { + "type": "object" + }, + "environmentId": { + "type": "string" + }, + "extensionGroupId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "operations": { + "type": "object" + }, + "partial": { + "type": "boolean" + }, + "processProperties": { + "type": "object" + }, + "properties": { + "type": "object" + }, + "sharedCommunications": { + "type": "object" + }, + "tradingPartners": { + "type": "object" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentExtensions/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an EnvironmentExtensions object(s).", + "operationId": "QueryEnvironmentExtensions", + "requestBody": { + "description": " Possible properties include: environmentId, extensionGroupId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "PGPCertificates", + "connections", + "crossReferences", + "operations", + "processProperties", + "properties", + "sharedCommunications", + "tradingPartners" + ], + "type": "object", + "properties": { + "PGPCertificates": { + "type": "object" + }, + "connections": { + "type": "object" + }, + "crossReferences": { + "type": "object" + }, + "environmentId": { + "type": "string" + }, + "extensionGroupId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "operations": { + "type": "object" + }, + "partial": { + "type": "boolean" + }, + "processProperties": { + "type": "object" + }, + "properties": { + "type": "object" + }, + "sharedCommunications": { + "type": "object" + }, + "tradingPartners": { + "type": "object" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentExtensions/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an EnvironmentExtensions query.", + "operationId": "QueryMoreEnvironmentExtensions", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "PGPCertificates", + "connections", + "crossReferences", + "operations", + "processProperties", + "properties", + "sharedCommunications", + "tradingPartners" + ], + "type": "object", + "properties": { + "PGPCertificates": { + "type": "object" + }, + "connections": { + "type": "object" + }, + "crossReferences": { + "type": "object" + }, + "environmentId": { + "type": "string" + }, + "extensionGroupId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "operations": { + "type": "object" + }, + "partial": { + "type": "boolean" + }, + "processProperties": { + "type": "object" + }, + "properties": { + "type": "object" + }, + "sharedCommunications": { + "type": "object" + }, + "tradingPartners": { + "type": "object" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentExtensions/{id}": { + "get": { + "tags": [ + "environment" + ], + "summary": "Retrieves an instance of an EnvironmentExtensions object.", + "operationId": "GetEnvironmentExtensions", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "PGPCertificates", + "connections", + "crossReferences", + "operations", + "processProperties", + "properties", + "sharedCommunications", + "tradingPartners" + ], + "type": "object", + "properties": { + "PGPCertificates": { + "type": "object", + "properties": { + "PGPCertificate": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "connections": { + "type": "object", + "properties": { + "connection": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "crossReferences": { + "type": "object", + "properties": { + "crossReference": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "environmentId": { + "type": "string" + }, + "extensionGroupId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "operations": { + "type": "object", + "properties": { + "operation": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "partial": { + "type": "boolean" + }, + "processProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "properties": { + "type": "object", + "properties": { + "property": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "sharedCommunications": { + "type": "object", + "properties": { + "sharedCommunication": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "tradingPartners": { + "type": "object", + "properties": { + "tradingPartner": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "environment" + ], + "summary": "Modifies or updates an EnvironmentExtensions object.", + "operationId": "UpdateEnvironmentExtensions", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "PGPCertificates", + "connections", + "crossReferences", + "operations", + "processProperties", + "properties", + "sharedCommunications", + "tradingPartners" + ], + "type": "object", + "properties": { + "PGPCertificates": { + "type": "object", + "properties": { + "PGPCertificate": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "connections": { + "type": "object", + "properties": { + "connection": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "crossReferences": { + "type": "object", + "properties": { + "crossReference": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "environmentId": { + "type": "string" + }, + "extensionGroupId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "operations": { + "type": "object", + "properties": { + "operation": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "partial": { + "type": "boolean" + }, + "processProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "properties": { + "type": "object", + "properties": { + "property": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "sharedCommunications": { + "type": "object", + "properties": { + "sharedCommunication": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "tradingPartners": { + "type": "object", + "properties": { + "tradingPartner": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "PGPCertificates", + "connections", + "crossReferences", + "operations", + "processProperties", + "properties", + "sharedCommunications", + "tradingPartners" + ], + "type": "object", + "properties": { + "PGPCertificates": { + "type": "object", + "properties": { + "PGPCertificate": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "connections": { + "type": "object", + "properties": { + "connection": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "crossReferences": { + "type": "object", + "properties": { + "crossReference": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "environmentId": { + "type": "string" + }, + "extensionGroupId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "operations": { + "type": "object", + "properties": { + "operation": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "partial": { + "type": "boolean" + }, + "processProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "properties": { + "type": "object", + "properties": { + "property": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "sharedCommunications": { + "type": "object", + "properties": { + "sharedCommunication": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "tradingPartners": { + "type": "object", + "properties": { + "tradingPartner": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentMapExtension/bulk": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves multiple EnvironmentMapExtension objects by identifier.", + "operationId": "BulkEnvironmentMapExtension", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "Map": { + "type": "object" + }, + "environmentId": { + "type": "string" + }, + "extensionGroupId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "mapId": { + "type": "string" + }, + "name": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentMapExtension/execute/{id}": { + "post": { + "tags": [ + "environment" + ], + "summary": "Executes an action on an EnvironmentMapExtension object.", + "operationId": "ExecuteEnvironmentMapExtension", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Map": { + "required": [ + "BrowseSettings", + "DestinationProfile", + "DestinationProfileExtensions", + "ExtendedFunctions", + "ExtendedMappings", + "SourceProfile", + "SourceProfileExtensions" + ], + "type": "object", + "properties": { + "BrowseSettings": { + "type": "object" + }, + "DestinationProfile": { + "type": "object" + }, + "DestinationProfileExtensions": { + "type": "object" + }, + "ExtendedFunctions": { + "type": "object" + }, + "ExtendedMappings": { + "type": "object" + }, + "SourceProfile": { + "type": "object" + }, + "SourceProfileExtensions": { + "type": "object" + } + } + }, + "environmentId": { + "type": "string" + }, + "extensionGroupId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "mapId": { + "type": "string" + }, + "name": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Map": { + "required": [ + "BrowseSettings", + "DestinationProfile", + "DestinationProfileExtensions", + "ExtendedFunctions", + "ExtendedMappings", + "SourceProfile", + "SourceProfileExtensions" + ], + "type": "object", + "properties": { + "BrowseSettings": { + "type": "object" + }, + "DestinationProfile": { + "type": "object" + }, + "DestinationProfileExtensions": { + "type": "object" + }, + "ExtendedFunctions": { + "type": "object" + }, + "ExtendedMappings": { + "type": "object" + }, + "SourceProfile": { + "type": "object" + }, + "SourceProfileExtensions": { + "type": "object" + } + } + }, + "environmentId": { + "type": "string" + }, + "extensionGroupId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "mapId": { + "type": "string" + }, + "name": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentMapExtension/{id}": { + "get": { + "tags": [ + "environment" + ], + "summary": "Retrieves an instance of an EnvironmentMapExtension object.", + "operationId": "GetEnvironmentMapExtension", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Map": { + "required": [ + "BrowseSettings", + "DestinationProfile", + "DestinationProfileExtensions", + "ExtendedFunctions", + "ExtendedMappings", + "SourceProfile", + "SourceProfileExtensions" + ], + "type": "object", + "properties": { + "BrowseSettings": { + "type": "object" + }, + "DestinationProfile": { + "type": "object" + }, + "DestinationProfileExtensions": { + "type": "object" + }, + "ExtendedFunctions": { + "type": "object" + }, + "ExtendedMappings": { + "type": "object" + }, + "SourceProfile": { + "type": "object" + }, + "SourceProfileExtensions": { + "type": "object" + } + } + }, + "environmentId": { + "type": "string" + }, + "extensionGroupId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "mapId": { + "type": "string" + }, + "name": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "environment" + ], + "summary": "Modifies or updates an EnvironmentMapExtension object.", + "operationId": "UpdateEnvironmentMapExtension", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Map": { + "required": [ + "BrowseSettings", + "DestinationProfile", + "DestinationProfileExtensions", + "ExtendedFunctions", + "ExtendedMappings", + "SourceProfile", + "SourceProfileExtensions" + ], + "type": "object", + "properties": { + "BrowseSettings": { + "type": "object" + }, + "DestinationProfile": { + "type": "object" + }, + "DestinationProfileExtensions": { + "type": "object" + }, + "ExtendedFunctions": { + "type": "object" + }, + "ExtendedMappings": { + "type": "object" + }, + "SourceProfile": { + "type": "object" + }, + "SourceProfileExtensions": { + "type": "object" + } + } + }, + "environmentId": { + "type": "string" + }, + "extensionGroupId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "mapId": { + "type": "string" + }, + "name": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Map": { + "required": [ + "BrowseSettings", + "DestinationProfile", + "DestinationProfileExtensions", + "ExtendedFunctions", + "ExtendedMappings", + "SourceProfile", + "SourceProfileExtensions" + ], + "type": "object", + "properties": { + "BrowseSettings": { + "type": "object" + }, + "DestinationProfile": { + "type": "object" + }, + "DestinationProfileExtensions": { + "type": "object" + }, + "ExtendedFunctions": { + "type": "object" + }, + "ExtendedMappings": { + "type": "object" + }, + "SourceProfile": { + "type": "object" + }, + "SourceProfileExtensions": { + "type": "object" + } + } + }, + "environmentId": { + "type": "string" + }, + "extensionGroupId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "mapId": { + "type": "string" + }, + "name": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentMapExtensionExternalComponent/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an EnvironmentMapExtensionExternalComponent object(s).", + "operationId": "QueryEnvironmentMapExtensionExternalComponent", + "requestBody": { + "description": " Possible properties include: ACCOUNT_ID, ENVIRONMENT_MAP_EXTENSION_ID, PACKAGED_COMPONENT_UID, COMPONENT_ID, COMPONENT_VERSION, COMPONENT_NAME, COMPONENT_TYPE", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string" + }, + "componentName": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "componentVersion": { + "type": "integer", + "format": "int32" + }, + "environmentMapExtensionId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentMapExtensionExternalComponent/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an EnvironmentMapExtensionExternalComponent query.", + "operationId": "QueryMoreEnvironmentMapExtensionExternalComponent", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string" + }, + "componentName": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "componentVersion": { + "type": "integer", + "format": "int32" + }, + "environmentMapExtensionId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentMapExtensionUserDefinedFunction": { + "post": { + "tags": [ + "environment" + ], + "summary": "Creates an EnvironmentMapExtensionUserDefinedFunction object.", + "operationId": "CreateEnvironmentMapExtensionUserDefinedFunction", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "Inputs", + "Mappings", + "Outputs", + "Steps" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "Mappings": { + "type": "object", + "properties": { + "Mapping": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "Steps": { + "type": "object", + "properties": { + "Step": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "deleted": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "environmentMapExtensionId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "Inputs", + "Mappings", + "Outputs", + "Steps" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "Mappings": { + "type": "object", + "properties": { + "Mapping": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "Steps": { + "type": "object", + "properties": { + "Step": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "deleted": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "environmentMapExtensionId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentMapExtensionUserDefinedFunction/bulk": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves multiple EnvironmentMapExtensionUserDefinedFunction objects by identifier.", + "operationId": "BulkEnvironmentMapExtensionUserDefinedFunction", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "Inputs", + "Mappings", + "Outputs", + "Steps" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object" + }, + "Mappings": { + "type": "object" + }, + "Outputs": { + "type": "object" + }, + "Steps": { + "type": "object" + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "deleted": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "environmentMapExtensionId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentMapExtensionUserDefinedFunction/{id}": { + "get": { + "tags": [ + "environment" + ], + "summary": "Retrieves an instance of an EnvironmentMapExtensionUserDefinedFunction object.", + "operationId": "GetEnvironmentMapExtensionUserDefinedFunction", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "Inputs", + "Mappings", + "Outputs", + "Steps" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "Mappings": { + "type": "object", + "properties": { + "Mapping": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "Steps": { + "type": "object", + "properties": { + "Step": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "deleted": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "environmentMapExtensionId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "environment" + ], + "summary": "Modifies or updates an EnvironmentMapExtensionUserDefinedFunction object.", + "operationId": "UpdateEnvironmentMapExtensionUserDefinedFunction", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "Inputs", + "Mappings", + "Outputs", + "Steps" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "Mappings": { + "type": "object", + "properties": { + "Mapping": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "Steps": { + "type": "object", + "properties": { + "Step": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "deleted": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "environmentMapExtensionId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "Inputs", + "Mappings", + "Outputs", + "Steps" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "Mappings": { + "type": "object", + "properties": { + "Mapping": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "Steps": { + "type": "object", + "properties": { + "Step": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "deleted": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "environmentMapExtensionId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "environment" + ], + "summary": "Deletes an EnvironmentMapExtensionUserDefinedFunction object.", + "operationId": "DeleteEnvironmentMapExtensionUserDefinedFunction", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentMapExtensionUserDefinedFunctionSummary/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an EnvironmentMapExtensionUserDefinedFunctionSummary object(s).", + "operationId": "QueryEnvironmentMapExtensionUserDefinedFunctionSummary", + "requestBody": { + "description": " Possible properties include: environmentId, extensionGroupId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string" + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "deleted": { + "type": "boolean" + }, + "environmentMapExtensionId": { + "type": "string" + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentMapExtensionUserDefinedFunctionSummary/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an EnvironmentMapExtensionUserDefinedFunctionSummary query.", + "operationId": "QueryMoreEnvironmentMapExtensionUserDefinedFunctionSummary", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string" + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "deleted": { + "type": "boolean" + }, + "environmentMapExtensionId": { + "type": "string" + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentMapExtensionsSummary/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an EnvironmentMapExtensionsSummary object(s).", + "operationId": "QueryEnvironmentMapExtensionsSummary", + "requestBody": { + "description": " Possible properties include: environmentId, extensionGroupId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "DestinationFieldSet", + "SourceFieldSet" + ], + "type": "object", + "properties": { + "DestinationFieldSet": { + "type": "object" + }, + "SourceFieldSet": { + "type": "object" + }, + "environmentId": { + "type": "string" + }, + "extensionGroupId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "mapId": { + "type": "string" + }, + "name": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentMapExtensionsSummary/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an EnvironmentMapExtensionsSummary query.", + "operationId": "QueryMoreEnvironmentMapExtensionsSummary", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "DestinationFieldSet", + "SourceFieldSet" + ], + "type": "object", + "properties": { + "DestinationFieldSet": { + "type": "object" + }, + "SourceFieldSet": { + "type": "object" + }, + "environmentId": { + "type": "string" + }, + "extensionGroupId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "mapId": { + "type": "string" + }, + "name": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentRole": { + "post": { + "tags": [ + "environment" + ], + "summary": "Creates an EnvironmentRole object.", + "operationId": "CreateEnvironmentRole", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "roleId": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "roleId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentRole/bulk": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves multiple EnvironmentRole objects by identifier.", + "operationId": "BulkEnvironmentRole", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "roleId": { + "type": "string" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentRole/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an EnvironmentRole object(s).", + "operationId": "QueryEnvironmentRole", + "requestBody": { + "description": " Possible properties include: environmentId, roleId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "roleId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentRole/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an EnvironmentRole query.", + "operationId": "QueryMoreEnvironmentRole", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "roleId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentRole/{id}": { + "get": { + "tags": [ + "environment" + ], + "summary": "Retrieves an instance of an EnvironmentRole object.", + "operationId": "GetEnvironmentRole", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "roleId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "environment" + ], + "summary": "Deletes an EnvironmentRole object.", + "operationId": "DeleteEnvironmentRole", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Event/query": { + "post": { + "tags": [ + "execution" + ], + "summary": "Queries for an Event object(s).", + "operationId": "QueryEvent", + "requestBody": { + "description": " Possible properties include: eventId, accountId, atomId, atomName, eventLevel, eventDate, status, eventType, executionId, title, updateDate, startTime, endTime, errorDocumentCount, inboundDocumentCount, outboundDocumentCount, processName, recordDate, error, environment, classification", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "accountId", + "atomId", + "atomName", + "classification", + "endTime", + "environment", + "error", + "errorType", + "erroredStepLabel", + "erroredStepType", + "eventDate", + "eventId", + "eventLevel", + "eventType", + "executionId", + "processId", + "processName", + "recordDate", + "startTime", + "status", + "title", + "topLevelProcessId", + "updateDate" + ], + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "atomName": { + "type": "string" + }, + "classification": { + "type": "string" + }, + "endTime": { + "type": "string", + "format": "date-time" + }, + "environment": { + "type": "string" + }, + "error": { + "type": "string" + }, + "errorDocumentCount": { + "type": "integer", + "format": "int32" + }, + "errorType": { + "type": "string" + }, + "erroredStepLabel": { + "type": "string" + }, + "erroredStepType": { + "type": "string" + }, + "eventDate": { + "type": "string", + "format": "date-time" + }, + "eventId": { + "type": "string" + }, + "eventLevel": { + "type": "string" + }, + "eventType": { + "type": "string" + }, + "executionId": { + "type": "string" + }, + "inboundDocumentCount": { + "type": "integer", + "format": "int32" + }, + "outboundDocumentCount": { + "type": "integer", + "format": "int32" + }, + "processId": { + "type": "string" + }, + "processName": { + "type": "string" + }, + "recordDate": { + "type": "string", + "format": "date-time" + }, + "startTime": { + "type": "string", + "format": "date-time" + }, + "status": { + "type": "string" + }, + "title": { + "type": "string" + }, + "topLevelProcessId": { + "type": "string" + }, + "updateDate": { + "type": "string", + "format": "date-time" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Event/queryMore": { + "post": { + "tags": [ + "execution" + ], + "summary": "Retrieves additional results for an Event query.", + "operationId": "QueryMoreEvent", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "accountId", + "atomId", + "atomName", + "classification", + "endTime", + "environment", + "error", + "errorType", + "erroredStepLabel", + "erroredStepType", + "eventDate", + "eventId", + "eventLevel", + "eventType", + "executionId", + "processId", + "processName", + "recordDate", + "startTime", + "status", + "title", + "topLevelProcessId", + "updateDate" + ], + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "atomName": { + "type": "string" + }, + "classification": { + "type": "string" + }, + "endTime": { + "type": "string", + "format": "date-time" + }, + "environment": { + "type": "string" + }, + "error": { + "type": "string" + }, + "errorDocumentCount": { + "type": "integer", + "format": "int32" + }, + "errorType": { + "type": "string" + }, + "erroredStepLabel": { + "type": "string" + }, + "erroredStepType": { + "type": "string" + }, + "eventDate": { + "type": "string", + "format": "date-time" + }, + "eventId": { + "type": "string" + }, + "eventLevel": { + "type": "string" + }, + "eventType": { + "type": "string" + }, + "executionId": { + "type": "string" + }, + "inboundDocumentCount": { + "type": "integer", + "format": "int32" + }, + "outboundDocumentCount": { + "type": "integer", + "format": "int32" + }, + "processId": { + "type": "string" + }, + "processName": { + "type": "string" + }, + "recordDate": { + "type": "string", + "format": "date-time" + }, + "startTime": { + "type": "string", + "format": "date-time" + }, + "status": { + "type": "string" + }, + "title": { + "type": "string" + }, + "topLevelProcessId": { + "type": "string" + }, + "updateDate": { + "type": "string", + "format": "date-time" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ExecutionArtifacts": { + "post": { + "tags": [ + "execution" + ], + "summary": "Creates an ExecutionArtifacts object.", + "operationId": "CreateExecutionArtifacts", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "executionId": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "executionId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ExecutionConnector/query": { + "post": { + "tags": [ + "execution" + ], + "summary": "Queries for an ExecutionConnector object(s).", + "operationId": "QueryExecutionConnector", + "requestBody": { + "description": " Possible properties include: executionId, connectorType, actionType, errorCount, successCount, size, isStartShape, recordType", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "actionType": { + "type": "string" + }, + "connectorType": { + "type": "string" + }, + "errorCount": { + "type": "integer", + "format": "int32" + }, + "executionConnector": { + "type": "string" + }, + "executionId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "isStartShape": { + "type": "boolean" + }, + "recordType": { + "type": "string" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "successCount": { + "type": "integer", + "format": "int32" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ExecutionConnector/queryMore": { + "post": { + "tags": [ + "execution" + ], + "summary": "Retrieves additional results for an ExecutionConnector query.", + "operationId": "QueryMoreExecutionConnector", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "actionType": { + "type": "string" + }, + "connectorType": { + "type": "string" + }, + "errorCount": { + "type": "integer", + "format": "int32" + }, + "executionConnector": { + "type": "string" + }, + "executionId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "isStartShape": { + "type": "boolean" + }, + "recordType": { + "type": "string" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "successCount": { + "type": "integer", + "format": "int32" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ExecutionCountAccount/query": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Queries for an ExecutionCountAccount object(s).", + "operationId": "QueryExecutionCountAccount", + "requestBody": { + "description": " Possible properties include: environmentId, atomId, processDate", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "date": { + "type": "string" + }, + "failures": { + "type": "integer", + "format": "int64" + }, + "successes": { + "type": "integer", + "format": "int64" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ExecutionCountAccount/queryMore": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Retrieves additional results for an ExecutionCountAccount query.", + "operationId": "QueryMoreExecutionCountAccount", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "date": { + "type": "string" + }, + "failures": { + "type": "integer", + "format": "int64" + }, + "successes": { + "type": "integer", + "format": "int64" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ExecutionCountAccountGroup/query": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Queries for an ExecutionCountAccountGroup object(s).", + "operationId": "QueryExecutionCountAccountGroup", + "requestBody": { + "description": " Possible properties include: accountGroupId, processDate", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "allOf": [ + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ExecutionCountAccountGroup/queryMore": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Retrieves additional results for an ExecutionCountAccountGroup query.", + "operationId": "QueryMoreExecutionCountAccountGroup", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "allOf": [ + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ExecutionRecord/query": { + "post": { + "tags": [ + "execution" + ], + "summary": "Queries for an ExecutionRecord object(s).", + "operationId": "QueryExecutionRecord", + "requestBody": { + "description": " Possible properties include: executionId, originalExecutionId, account, executionTime, status, executionType, processName, processId, atomName, atomId, inboundDocumentCount, outboundDocumentCount, executionDuration, message, reportKey, launcherId, nodeId, recordedDate", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "account", + "atomId", + "atomName", + "executionId", + "executionTime", + "executionType", + "launcherID", + "message", + "nodeId", + "originalExecutionId", + "parentExecutionId", + "processId", + "processName", + "recordedDate", + "reportKey", + "status", + "topLevelExecutionId" + ], + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "atomName": { + "type": "string" + }, + "executionDuration": { + "type": "integer", + "format": "int64" + }, + "executionId": { + "type": "string" + }, + "executionTime": { + "type": "string", + "format": "date-time" + }, + "executionType": { + "type": "string", + "enum": [ + "exec_manual", + "exec_sched", + "exec_listener", + "exec_listener_bridge", + "exec_remote", + "retry_manual", + "retry_sched", + "fiber", + "sub_process", + "test_manual", + "test_sub_process", + "unknown" + ] + }, + "inboundDocumentCount": { + "type": "integer", + "format": "int32" + }, + "inboundDocumentSize": { + "type": "integer", + "format": "int64" + }, + "inboundErrorDocumentCount": { + "type": "integer", + "format": "int32" + }, + "launcherID": { + "type": "string" + }, + "message": { + "type": "string" + }, + "nodeId": { + "type": "string" + }, + "originalExecutionId": { + "type": "string" + }, + "outboundDocumentCount": { + "type": "integer", + "format": "int32" + }, + "outboundDocumentSize": { + "type": "integer", + "format": "int64" + }, + "parentExecutionId": { + "type": "string" + }, + "processId": { + "type": "string" + }, + "processName": { + "type": "string" + }, + "recordedDate": { + "type": "string", + "format": "date-time" + }, + "reportKey": { + "type": "string" + }, + "status": { + "type": "string" + }, + "topLevelExecutionId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ExecutionRecord/queryMore": { + "post": { + "tags": [ + "execution" + ], + "summary": "Retrieves additional results for an ExecutionRecord query.", + "operationId": "QueryMoreExecutionRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "account", + "atomId", + "atomName", + "executionId", + "executionTime", + "executionType", + "launcherID", + "message", + "nodeId", + "originalExecutionId", + "parentExecutionId", + "processId", + "processName", + "recordedDate", + "reportKey", + "status", + "topLevelExecutionId" + ], + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "atomName": { + "type": "string" + }, + "executionDuration": { + "type": "integer", + "format": "int64" + }, + "executionId": { + "type": "string" + }, + "executionTime": { + "type": "string", + "format": "date-time" + }, + "executionType": { + "type": "string", + "enum": [ + "exec_manual", + "exec_sched", + "exec_listener", + "exec_listener_bridge", + "exec_remote", + "retry_manual", + "retry_sched", + "fiber", + "sub_process", + "test_manual", + "test_sub_process", + "unknown" + ] + }, + "inboundDocumentCount": { + "type": "integer", + "format": "int32" + }, + "inboundDocumentSize": { + "type": "integer", + "format": "int64" + }, + "inboundErrorDocumentCount": { + "type": "integer", + "format": "int32" + }, + "launcherID": { + "type": "string" + }, + "message": { + "type": "string" + }, + "nodeId": { + "type": "string" + }, + "originalExecutionId": { + "type": "string" + }, + "outboundDocumentCount": { + "type": "integer", + "format": "int32" + }, + "outboundDocumentSize": { + "type": "integer", + "format": "int64" + }, + "parentExecutionId": { + "type": "string" + }, + "processId": { + "type": "string" + }, + "processName": { + "type": "string" + }, + "recordedDate": { + "type": "string", + "format": "date-time" + }, + "reportKey": { + "type": "string" + }, + "status": { + "type": "string" + }, + "topLevelExecutionId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ExecutionRequest": { + "post": { + "tags": [ + "execution" + ], + "summary": "Creates an ExecutionRequest object.", + "operationId": "CreateExecutionRequest", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "DynamicProcessProperties", + "ProcessProperties", + "atomId" + ], + "type": "object", + "properties": { + "DynamicProcessProperties": { + "type": "object", + "properties": { + "DynamicProcessProperty": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "ProcessProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "atomId": { + "type": "string" + }, + "processId": { + "type": "string" + }, + "processName": { + "type": "string" + }, + "recordUrl": { + "type": "string" + }, + "requestId": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "DynamicProcessProperties", + "ProcessProperties", + "atomId" + ], + "type": "object", + "properties": { + "DynamicProcessProperties": { + "type": "object", + "properties": { + "DynamicProcessProperty": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "ProcessProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "atomId": { + "type": "string" + }, + "processId": { + "type": "string" + }, + "processName": { + "type": "string" + }, + "recordUrl": { + "type": "string" + }, + "requestId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ExecutionSummaryRecord/query": { + "post": { + "tags": [ + "execution" + ], + "summary": "Queries for an ExecutionSummaryRecord object(s).", + "operationId": "QueryExecutionSummaryRecord", + "requestBody": { + "description": " Possible properties include: processId, timeBlock, atomId, status, reportKey, launcherId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accountID": { + "type": "string" + }, + "atomID": { + "type": "string" + }, + "atomName": { + "type": "string" + }, + "elapsedTime": { + "type": "integer", + "format": "int64" + }, + "elapsedVarSum": { + "type": "number", + "format": "double" + }, + "executionCount": { + "type": "integer", + "format": "int32" + }, + "inboundDocCount": { + "type": "integer", + "format": "int32" + }, + "inboundDocSize": { + "type": "integer", + "format": "int64" + }, + "launchElapsedTime": { + "type": "integer", + "format": "int64" + }, + "launcherID": { + "type": "string" + }, + "maxElapsedTime": { + "type": "integer", + "format": "int32" + }, + "outboundDocCount": { + "type": "integer", + "format": "int32" + }, + "outboundDocSize": { + "type": "integer", + "format": "int64" + }, + "processID": { + "type": "string" + }, + "processName": { + "type": "string" + }, + "reportKey": { + "type": "string" + }, + "returnDocCount": { + "type": "integer", + "format": "int32" + }, + "returnDocSize": { + "type": "integer", + "format": "int64" + }, + "status": { + "type": "string" + }, + "timeBlock": { + "type": "string", + "format": "date-time" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ExecutionSummaryRecord/queryMore": { + "post": { + "tags": [ + "execution" + ], + "summary": "Retrieves additional results for an ExecutionSummaryRecord query.", + "operationId": "QueryMoreExecutionSummaryRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accountID": { + "type": "string" + }, + "atomID": { + "type": "string" + }, + "atomName": { + "type": "string" + }, + "elapsedTime": { + "type": "integer", + "format": "int64" + }, + "elapsedVarSum": { + "type": "number", + "format": "double" + }, + "executionCount": { + "type": "integer", + "format": "int32" + }, + "inboundDocCount": { + "type": "integer", + "format": "int32" + }, + "inboundDocSize": { + "type": "integer", + "format": "int64" + }, + "launchElapsedTime": { + "type": "integer", + "format": "int64" + }, + "launcherID": { + "type": "string" + }, + "maxElapsedTime": { + "type": "integer", + "format": "int32" + }, + "outboundDocCount": { + "type": "integer", + "format": "int32" + }, + "outboundDocSize": { + "type": "integer", + "format": "int64" + }, + "processID": { + "type": "string" + }, + "processName": { + "type": "string" + }, + "reportKey": { + "type": "string" + }, + "returnDocCount": { + "type": "integer", + "format": "int32" + }, + "returnDocSize": { + "type": "integer", + "format": "int64" + }, + "status": { + "type": "string" + }, + "timeBlock": { + "type": "string", + "format": "date-time" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Folder": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a Folder object.", + "operationId": "CreateFolder", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object", + "properties": { + "RoleReference": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "deleted": { + "type": "boolean" + }, + "fullPath": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentId": { + "type": "string" + }, + "parentName": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object", + "properties": { + "RoleReference": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "deleted": { + "type": "boolean" + }, + "fullPath": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentId": { + "type": "string" + }, + "parentName": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Folder/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple Folder objects by identifier.", + "operationId": "BulkFolder", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object" + }, + "deleted": { + "type": "boolean" + }, + "fullPath": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentId": { + "type": "string" + }, + "parentName": { + "type": "string" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Folder/query": { + "post": { + "tags": [ + "component" + ], + "summary": "Queries for a Folder object(s).", + "operationId": "QueryFolder", + "requestBody": { + "description": " Possible properties include: accountId, id, name, fullPath, deleted, parentId, parentName, permittedRoles", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object" + }, + "deleted": { + "type": "boolean" + }, + "fullPath": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentId": { + "type": "string" + }, + "parentName": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Folder/queryMore": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves additional results for a Folder query.", + "operationId": "QueryMoreFolder", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object" + }, + "deleted": { + "type": "boolean" + }, + "fullPath": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentId": { + "type": "string" + }, + "parentName": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Folder/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a Folder object.", + "operationId": "GetFolder", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object", + "properties": { + "RoleReference": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "deleted": { + "type": "boolean" + }, + "fullPath": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentId": { + "type": "string" + }, + "parentName": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "component" + ], + "summary": "Modifies or updates a Folder object.", + "operationId": "UpdateFolder", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object", + "properties": { + "RoleReference": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "deleted": { + "type": "boolean" + }, + "fullPath": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentId": { + "type": "string" + }, + "parentName": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object", + "properties": { + "RoleReference": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "deleted": { + "type": "boolean" + }, + "fullPath": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentId": { + "type": "string" + }, + "parentName": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "component" + ], + "summary": "Deletes a Folder object.", + "operationId": "DeleteFolder", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/GenericConnectorRecord/bulk": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves multiple GenericConnectorRecord objects by identifier.", + "operationId": "BulkGenericConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "connectorFields", + "errorMessage", + "trackedFields" + ], + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "actionType": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "connectionId": { + "type": "string" + }, + "connectionName": { + "type": "string" + }, + "connectorFields": { + "type": "object" + }, + "connectorType": { + "type": "string" + }, + "dateProcessed": { + "type": "string", + "format": "date-time" + }, + "documentIndex": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + }, + "executionConnectorId": { + "type": "string" + }, + "executionId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "incrementalDocumentIndex": { + "type": "integer", + "format": "int32" + }, + "operationId": { + "type": "string" + }, + "operationName": { + "type": "string" + }, + "retryable": { + "type": "boolean" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "startShape": { + "type": "boolean" + }, + "status": { + "type": "string", + "enum": [ + "SUCCESS", + "ERROR" + ] + }, + "trackedFields": { + "type": "object" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/GenericConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for a GenericConnectorRecord object(s).", + "operationId": "QueryGenericConnectorRecord", + "requestBody": { + "description": " Possible properties include: id, executionConnectorId, executionId, connectionId, operationId, actionType, connectorType, atomId, dateProcessed, connectionName, operationName, errorMessage, status, documentIndex, incrementalDocumentIndex, size, startShape, retryable", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "connectorFields", + "errorMessage", + "trackedFields" + ], + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "actionType": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "connectionId": { + "type": "string" + }, + "connectionName": { + "type": "string" + }, + "connectorFields": { + "type": "object" + }, + "connectorType": { + "type": "string" + }, + "dateProcessed": { + "type": "string", + "format": "date-time" + }, + "documentIndex": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + }, + "executionConnectorId": { + "type": "string" + }, + "executionId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "incrementalDocumentIndex": { + "type": "integer", + "format": "int32" + }, + "operationId": { + "type": "string" + }, + "operationName": { + "type": "string" + }, + "retryable": { + "type": "boolean" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "startShape": { + "type": "boolean" + }, + "status": { + "type": "string", + "enum": [ + "SUCCESS", + "ERROR" + ] + }, + "trackedFields": { + "type": "object" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/GenericConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for a GenericConnectorRecord query.", + "operationId": "QueryMoreGenericConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "connectorFields", + "errorMessage", + "trackedFields" + ], + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "actionType": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "connectionId": { + "type": "string" + }, + "connectionName": { + "type": "string" + }, + "connectorFields": { + "type": "object" + }, + "connectorType": { + "type": "string" + }, + "dateProcessed": { + "type": "string", + "format": "date-time" + }, + "documentIndex": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + }, + "executionConnectorId": { + "type": "string" + }, + "executionId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "incrementalDocumentIndex": { + "type": "integer", + "format": "int32" + }, + "operationId": { + "type": "string" + }, + "operationName": { + "type": "string" + }, + "retryable": { + "type": "boolean" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "startShape": { + "type": "boolean" + }, + "status": { + "type": "string", + "enum": [ + "SUCCESS", + "ERROR" + ] + }, + "trackedFields": { + "type": "object" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/GenericConnectorRecord/{id}": { + "get": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves an instance of a GenericConnectorRecord object.", + "operationId": "GetGenericConnectorRecord", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "connectorFields", + "errorMessage", + "trackedFields" + ], + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "actionType": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "connectionId": { + "type": "string" + }, + "connectionName": { + "type": "string" + }, + "connectorFields": { + "type": "object", + "properties": { + "connectorField": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "connectorType": { + "type": "string" + }, + "dateProcessed": { + "type": "string", + "format": "date-time" + }, + "documentIndex": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + }, + "executionConnectorId": { + "type": "string" + }, + "executionId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "incrementalDocumentIndex": { + "type": "integer", + "format": "int32" + }, + "operationId": { + "type": "string" + }, + "operationName": { + "type": "string" + }, + "retryable": { + "type": "boolean" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "startShape": { + "type": "boolean" + }, + "status": { + "type": "string", + "enum": [ + "SUCCESS", + "ERROR" + ] + }, + "trackedFields": { + "type": "object", + "properties": { + "trackedField": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/GetAssignableRoles": { + "get": { + "tags": [ + "account" + ], + "summary": "", + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Role": { + "type": "array", + "items": { + "type": "object", + "properties": { + "Description": { + "type": "string" + }, + "Privileges": { + "type": "object" + }, + "accountId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/HL7ConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for a HL7ConnectorRecord object(s).", + "operationId": "QueryHL7ConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "acceptAckReport": { + "type": "string" + }, + "acceptAckStatus": { + "type": "string" + }, + "account": { + "type": "string" + }, + "ackReport": { + "type": "string" + }, + "ackStatus": { + "type": "string" + }, + "actionType": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "connectorName": { + "type": "string" + }, + "connectorType": { + "type": "string" + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time" + }, + "documentIndex": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + }, + "executionId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "isValidMessage": { + "type": "string" + }, + "messageControlId": { + "type": "string" + }, + "messageType": { + "type": "string" + }, + "operationName": { + "type": "string" + }, + "outboundValidationReport": { + "type": "string" + }, + "outboundValidationStatus": { + "type": "string" + }, + "receiverApplicationId": { + "type": "string" + }, + "receiverFacilityId": { + "type": "string" + }, + "senderApplicationId": { + "type": "string" + }, + "senderFacilityId": { + "type": "string" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "successful": { + "type": "boolean" + }, + "version": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/HL7ConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for a HL7ConnectorRecord query.", + "operationId": "QueryMoreHL7ConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "acceptAckReport": { + "type": "string" + }, + "acceptAckStatus": { + "type": "string" + }, + "account": { + "type": "string" + }, + "ackReport": { + "type": "string" + }, + "ackStatus": { + "type": "string" + }, + "actionType": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "connectorName": { + "type": "string" + }, + "connectorType": { + "type": "string" + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time" + }, + "documentIndex": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + }, + "executionId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "isValidMessage": { + "type": "string" + }, + "messageControlId": { + "type": "string" + }, + "messageType": { + "type": "string" + }, + "operationName": { + "type": "string" + }, + "outboundValidationReport": { + "type": "string" + }, + "outboundValidationStatus": { + "type": "string" + }, + "receiverApplicationId": { + "type": "string" + }, + "receiverFacilityId": { + "type": "string" + }, + "senderApplicationId": { + "type": "string" + }, + "senderFacilityId": { + "type": "string" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "successful": { + "type": "boolean" + }, + "version": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/InstallerToken": { + "post": { + "tags": [ + "atom" + ], + "summary": "Creates an InstallerToken object.", + "operationId": "CreateInstallerToken", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "cloudId": { + "type": "string" + }, + "created": { + "type": "string", + "format": "date-time" + }, + "durationMinutes": { + "type": "integer", + "format": "int32" + }, + "expiration": { + "type": "string", + "format": "date-time" + }, + "installType": { + "type": "string", + "enum": [ + "CLOUD", + "ATOM", + "MOLECULE", + "BROKER", + "GATEWAY" + ] + }, + "token": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "cloudId": { + "type": "string" + }, + "created": { + "type": "string", + "format": "date-time" + }, + "durationMinutes": { + "type": "integer", + "format": "int32" + }, + "expiration": { + "type": "string", + "format": "date-time" + }, + "installType": { + "type": "string", + "enum": [ + "CLOUD", + "ATOM", + "MOLECULE", + "BROKER", + "GATEWAY" + ] + }, + "token": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPack/bulk": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves multiple IntegrationPack objects by identifier.", + "operationId": "BulkIntegrationPack", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string" + }, + "id": { + "type": "string" + }, + "installationType": { + "type": "string", + "enum": [ + "SINGLE", + "MULTI" + ] + }, + "name": { + "type": "string" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPack/query": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Queries for an IntegrationPack object(s).", + "operationId": "QueryIntegrationPack", + "requestBody": { + "description": " Possible properties include: name, id, installationType", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string" + }, + "id": { + "type": "string" + }, + "installationType": { + "type": "string", + "enum": [ + "SINGLE", + "MULTI" + ] + }, + "name": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPack/queryMore": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves additional results for an IntegrationPack query.", + "operationId": "QueryMoreIntegrationPack", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string" + }, + "id": { + "type": "string" + }, + "installationType": { + "type": "string", + "enum": [ + "SINGLE", + "MULTI" + ] + }, + "name": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPack/{id}": { + "get": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves an instance of an IntegrationPack object.", + "operationId": "GetIntegrationPack", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string" + }, + "id": { + "type": "string" + }, + "installationType": { + "type": "string", + "enum": [ + "SINGLE", + "MULTI" + ] + }, + "name": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackAtomAttachment": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Creates an IntegrationPackAtomAttachment object.", + "operationId": "CreateIntegrationPackAtomAttachment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "integrationPackInstanceId": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "integrationPackInstanceId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackAtomAttachment/query": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Queries for an IntegrationPackAtomAttachment object(s).", + "operationId": "QueryIntegrationPackAtomAttachment", + "requestBody": { + "description": " Possible properties include: atomId, integrationPackInstanceId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "integrationPackInstanceId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackAtomAttachment/queryMore": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves additional results for an IntegrationPackAtomAttachment query.", + "operationId": "QueryMoreIntegrationPackAtomAttachment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "integrationPackInstanceId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackAtomAttachment/{id}": { + "delete": { + "tags": [ + "integrationpack" + ], + "summary": "Deletes an IntegrationPackAtomAttachment object.", + "operationId": "DeleteIntegrationPackAtomAttachment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackEnvironmentAttachment": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Creates an IntegrationPackEnvironmentAttachment object.", + "operationId": "CreateIntegrationPackEnvironmentAttachment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "integrationPackInstanceId": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "integrationPackInstanceId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackEnvironmentAttachment/query": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Queries for an IntegrationPackEnvironmentAttachment object(s).", + "operationId": "QueryIntegrationPackEnvironmentAttachment", + "requestBody": { + "description": " Possible properties include: environmentId, integrationPackInstanceId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "integrationPackInstanceId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackEnvironmentAttachment/queryMore": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves additional results for an IntegrationPackEnvironmentAttachment query.", + "operationId": "QueryMoreIntegrationPackEnvironmentAttachment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "integrationPackInstanceId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackEnvironmentAttachment/{id}": { + "delete": { + "tags": [ + "integrationpack" + ], + "summary": "Deletes an IntegrationPackEnvironmentAttachment object.", + "operationId": "DeleteIntegrationPackEnvironmentAttachment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackInstance": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Creates an IntegrationPackInstance object.", + "operationId": "CreateIntegrationPackInstance", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ProcessId": { + "type": "array", + "items": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "originalProcessId": { + "type": "string" + }, + "wrapperProcessId": { + "type": "string" + } + } + } + }, + "id": { + "type": "string" + }, + "integrationPackId": { + "type": "string" + }, + "integrationPackOverrideName": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ProcessId": { + "type": "array", + "items": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "originalProcessId": { + "type": "string" + }, + "wrapperProcessId": { + "type": "string" + } + } + } + }, + "id": { + "type": "string" + }, + "integrationPackId": { + "type": "string" + }, + "integrationPackOverrideName": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackInstance/bulk": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves multiple IntegrationPackInstance objects by identifier.", + "operationId": "BulkIntegrationPackInstance", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "ProcessId": { + "type": "array", + "items": { + "type": "object" + } + }, + "id": { + "type": "string" + }, + "integrationPackId": { + "type": "string" + }, + "integrationPackOverrideName": { + "type": "string" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackInstance/query": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Queries for an IntegrationPackInstance object(s).", + "operationId": "QueryIntegrationPackInstance", + "requestBody": { + "description": " Possible properties include: integrationPackOverrideName, integrationPackName, integrationPackId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "ProcessId": { + "type": "array", + "items": { + "type": "object" + } + }, + "id": { + "type": "string" + }, + "integrationPackId": { + "type": "string" + }, + "integrationPackOverrideName": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackInstance/queryMore": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves additional results for an IntegrationPackInstance query.", + "operationId": "QueryMoreIntegrationPackInstance", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "ProcessId": { + "type": "array", + "items": { + "type": "object" + } + }, + "id": { + "type": "string" + }, + "integrationPackId": { + "type": "string" + }, + "integrationPackOverrideName": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackInstance/{id}": { + "get": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves an instance of an IntegrationPackInstance object.", + "operationId": "GetIntegrationPackInstance", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ProcessId": { + "type": "array", + "items": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "originalProcessId": { + "type": "string" + }, + "wrapperProcessId": { + "type": "string" + } + } + } + }, + "id": { + "type": "string" + }, + "integrationPackId": { + "type": "string" + }, + "integrationPackOverrideName": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "integrationpack" + ], + "summary": "Deletes an IntegrationPackInstance object.", + "operationId": "DeleteIntegrationPackInstance", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/JavaRollback/execute/{id}": { + "post": { + "tags": [ + "atom" + ], + "summary": "Executes an action on a JavaRollback object.", + "operationId": "ExecuteJavaRollback", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/JavaUpgrade": { + "post": { + "tags": [ + "atom" + ], + "summary": "Creates a JavaUpgrade object.", + "operationId": "CreateJavaUpgrade", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "JavaUpgradeOptions": { + "required": [ + "cacertsPath", + "externalJDKPath", + "prefJreLocation" + ], + "type": "object", + "properties": { + "cacertsPath": { + "type": "string" + }, + "externalJDKPath": { + "type": "string" + }, + "migrateCertificate": { + "type": "boolean" + }, + "prefJreLocation": { + "type": "string" + } + } + }, + "atomId": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "JavaUpgradeOptions": { + "required": [ + "cacertsPath", + "externalJDKPath", + "prefJreLocation" + ], + "type": "object", + "properties": { + "cacertsPath": { + "type": "string" + }, + "externalJDKPath": { + "type": "string" + }, + "migrateCertificate": { + "type": "boolean" + }, + "prefJreLocation": { + "type": "string" + } + } + }, + "atomId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/MergeRequest": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a MergeRequest object.", + "operationId": "CreateMergeRequest", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object", + "properties": { + "MergeRequestDetail": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "destinationBranchId": { + "type": "string" + }, + "destinationBranchName": { + "type": "string" + }, + "id": { + "type": "string" + }, + "inactiveDate": { + "type": "string", + "format": "date-time" + }, + "lockNonce": { + "type": "integer", + "format": "int64" + }, + "lockedBy": { + "type": "string" + }, + "lockedDate": { + "type": "string", + "format": "date-time" + }, + "mergeRequestAction": { + "type": "string", + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "note": { + "type": "string" + }, + "previousStage": { + "type": "string", + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string" + }, + "sourceBranchName": { + "type": "string" + }, + "stage": { + "type": "string", + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object", + "properties": { + "MergeRequestDetail": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "destinationBranchId": { + "type": "string" + }, + "destinationBranchName": { + "type": "string" + }, + "id": { + "type": "string" + }, + "inactiveDate": { + "type": "string", + "format": "date-time" + }, + "lockNonce": { + "type": "integer", + "format": "int64" + }, + "lockedBy": { + "type": "string" + }, + "lockedDate": { + "type": "string", + "format": "date-time" + }, + "mergeRequestAction": { + "type": "string", + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "note": { + "type": "string" + }, + "previousStage": { + "type": "string", + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string" + }, + "sourceBranchName": { + "type": "string" + }, + "stage": { + "type": "string", + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/MergeRequest/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple MergeRequest objects by identifier.", + "operationId": "BulkMergeRequest", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object" + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "destinationBranchId": { + "type": "string" + }, + "destinationBranchName": { + "type": "string" + }, + "id": { + "type": "string" + }, + "inactiveDate": { + "type": "string", + "format": "date-time" + }, + "lockNonce": { + "type": "integer", + "format": "int64" + }, + "lockedBy": { + "type": "string" + }, + "lockedDate": { + "type": "string", + "format": "date-time" + }, + "mergeRequestAction": { + "type": "string", + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "note": { + "type": "string" + }, + "previousStage": { + "type": "string", + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string" + }, + "sourceBranchName": { + "type": "string" + }, + "stage": { + "type": "string", + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/MergeRequest/execute/{id}": { + "post": { + "tags": [ + "component" + ], + "summary": "Executes an action on a MergeRequest object.", + "operationId": "ExecuteMergeRequest", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object", + "properties": { + "MergeRequestDetail": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "destinationBranchId": { + "type": "string" + }, + "destinationBranchName": { + "type": "string" + }, + "id": { + "type": "string" + }, + "inactiveDate": { + "type": "string", + "format": "date-time" + }, + "lockNonce": { + "type": "integer", + "format": "int64" + }, + "lockedBy": { + "type": "string" + }, + "lockedDate": { + "type": "string", + "format": "date-time" + }, + "mergeRequestAction": { + "type": "string", + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "note": { + "type": "string" + }, + "previousStage": { + "type": "string", + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string" + }, + "sourceBranchName": { + "type": "string" + }, + "stage": { + "type": "string", + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object", + "properties": { + "MergeRequestDetail": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "destinationBranchId": { + "type": "string" + }, + "destinationBranchName": { + "type": "string" + }, + "id": { + "type": "string" + }, + "inactiveDate": { + "type": "string", + "format": "date-time" + }, + "lockNonce": { + "type": "integer", + "format": "int64" + }, + "lockedBy": { + "type": "string" + }, + "lockedDate": { + "type": "string", + "format": "date-time" + }, + "mergeRequestAction": { + "type": "string", + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "note": { + "type": "string" + }, + "previousStage": { + "type": "string", + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string" + }, + "sourceBranchName": { + "type": "string" + }, + "stage": { + "type": "string", + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/MergeRequest/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a MergeRequest object.", + "operationId": "GetMergeRequest", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object", + "properties": { + "MergeRequestDetail": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "destinationBranchId": { + "type": "string" + }, + "destinationBranchName": { + "type": "string" + }, + "id": { + "type": "string" + }, + "inactiveDate": { + "type": "string", + "format": "date-time" + }, + "lockNonce": { + "type": "integer", + "format": "int64" + }, + "lockedBy": { + "type": "string" + }, + "lockedDate": { + "type": "string", + "format": "date-time" + }, + "mergeRequestAction": { + "type": "string", + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "note": { + "type": "string" + }, + "previousStage": { + "type": "string", + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string" + }, + "sourceBranchName": { + "type": "string" + }, + "stage": { + "type": "string", + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "component" + ], + "summary": "Modifies or updates a MergeRequest object.", + "operationId": "UpdateMergeRequest", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object", + "properties": { + "MergeRequestDetail": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "destinationBranchId": { + "type": "string" + }, + "destinationBranchName": { + "type": "string" + }, + "id": { + "type": "string" + }, + "inactiveDate": { + "type": "string", + "format": "date-time" + }, + "lockNonce": { + "type": "integer", + "format": "int64" + }, + "lockedBy": { + "type": "string" + }, + "lockedDate": { + "type": "string", + "format": "date-time" + }, + "mergeRequestAction": { + "type": "string", + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "note": { + "type": "string" + }, + "previousStage": { + "type": "string", + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string" + }, + "sourceBranchName": { + "type": "string" + }, + "stage": { + "type": "string", + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object", + "properties": { + "MergeRequestDetail": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "destinationBranchId": { + "type": "string" + }, + "destinationBranchName": { + "type": "string" + }, + "id": { + "type": "string" + }, + "inactiveDate": { + "type": "string", + "format": "date-time" + }, + "lockNonce": { + "type": "integer", + "format": "int64" + }, + "lockedBy": { + "type": "string" + }, + "lockedDate": { + "type": "string", + "format": "date-time" + }, + "mergeRequestAction": { + "type": "string", + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string" + }, + "modifiedDate": { + "type": "string", + "format": "date-time" + }, + "note": { + "type": "string" + }, + "previousStage": { + "type": "string", + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string" + }, + "sourceBranchName": { + "type": "string" + }, + "stage": { + "type": "string", + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "component" + ], + "summary": "Deletes a MergeRequest object.", + "operationId": "DeleteMergeRequest", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/MoveQueueRequest": { + "post": { + "tags": [ + "atom" + ], + "summary": "Creates a MoveQueueRequest object.", + "operationId": "CreateMoveQueueRequest", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "AtomId", + "DestinationQueue", + "SourceQueue" + ], + "type": "object", + "properties": { + "AtomId": { + "type": "string" + }, + "DestinationQueue": { + "required": [ + "DLQ", + "QueueName" + ], + "type": "object", + "properties": { + "DLQ": { + "type": "boolean" + }, + "QueueName": { + "type": "string" + }, + "SubscriberName": { + "type": "string" + } + } + }, + "SourceQueue": { + "required": [ + "DLQ", + "QueueName" + ], + "type": "object", + "properties": { + "DLQ": { + "type": "boolean" + }, + "QueueName": { + "type": "string" + }, + "SubscriberName": { + "type": "string" + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "AtomId", + "DestinationQueue", + "SourceQueue" + ], + "type": "object", + "properties": { + "AtomId": { + "type": "string" + }, + "DestinationQueue": { + "required": [ + "DLQ", + "QueueName" + ], + "type": "object", + "properties": { + "DLQ": { + "type": "boolean" + }, + "QueueName": { + "type": "string" + }, + "SubscriberName": { + "type": "string" + } + } + }, + "SourceQueue": { + "required": [ + "DLQ", + "QueueName" + ], + "type": "object", + "properties": { + "DLQ": { + "type": "boolean" + }, + "QueueName": { + "type": "string" + }, + "SubscriberName": { + "type": "string" + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/NodeOffboard": { + "post": { + "tags": [ + "atom" + ], + "summary": "Creates a NodeOffboard object.", + "operationId": "CreateNodeOffboard", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "nodeId": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "nodeId": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/OFTP2ConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for an OFTP2ConnectorRecord object(s).", + "operationId": "QueryOFTP2ConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "actionType": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "connectorName": { + "type": "string" + }, + "connectorType": { + "type": "string" + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time" + }, + "documentIndex": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + }, + "executionId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "initiator_ssidcode": { + "type": "string" + }, + "nareas": { + "type": "string" + }, + "nareast": { + "type": "string" + }, + "objecttype": { + "type": "string" + }, + "operationName": { + "type": "string" + }, + "responder_ssidcode": { + "type": "string" + }, + "sfidciph": { + "type": "string" + }, + "sfidcomp": { + "type": "string" + }, + "sfiddate": { + "type": "string" + }, + "sfiddesc": { + "type": "string" + }, + "sfiddest": { + "type": "string" + }, + "sfiddsn": { + "type": "string" + }, + "sfidenv": { + "type": "string" + }, + "sfidorig": { + "type": "string" + }, + "sfidosiz": { + "type": "string" + }, + "sfidsec": { + "type": "string" + }, + "sfidsign": { + "type": "string" + }, + "sfidtime": { + "type": "string" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "status": { + "type": "string" + }, + "successful": { + "type": "boolean" + }, + "ticker": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/OFTP2ConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for an OFTP2ConnectorRecord query.", + "operationId": "QueryMoreOFTP2ConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "actionType": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "connectorName": { + "type": "string" + }, + "connectorType": { + "type": "string" + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time" + }, + "documentIndex": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + }, + "executionId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "initiator_ssidcode": { + "type": "string" + }, + "nareas": { + "type": "string" + }, + "nareast": { + "type": "string" + }, + "objecttype": { + "type": "string" + }, + "operationName": { + "type": "string" + }, + "responder_ssidcode": { + "type": "string" + }, + "sfidciph": { + "type": "string" + }, + "sfidcomp": { + "type": "string" + }, + "sfiddate": { + "type": "string" + }, + "sfiddesc": { + "type": "string" + }, + "sfiddest": { + "type": "string" + }, + "sfiddsn": { + "type": "string" + }, + "sfidenv": { + "type": "string" + }, + "sfidorig": { + "type": "string" + }, + "sfidosiz": { + "type": "string" + }, + "sfidsec": { + "type": "string" + }, + "sfidsign": { + "type": "string" + }, + "sfidtime": { + "type": "string" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "status": { + "type": "string" + }, + "successful": { + "type": "boolean" + }, + "ticker": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/PackagedComponent": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Creates a PackagedComponent object.", + "operationId": "CreatePackagedComponent", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "branchName", + "componentId", + "componentType", + "createdBy", + "createdDate", + "notes", + "packageId", + "packageVersion" + ], + "type": "object", + "properties": { + "branchName": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "componentVersion": { + "type": "integer", + "format": "int32" + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "deleted": { + "type": "boolean" + }, + "fullyPubliclyConsumable": { + "type": "boolean" + }, + "notes": { + "type": "string" + }, + "packageId": { + "type": "string" + }, + "packageVersion": { + "type": "string" + }, + "shareable": { + "type": "boolean" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "branchName", + "componentId", + "componentType", + "createdBy", + "createdDate", + "notes", + "packageId", + "packageVersion" + ], + "type": "object", + "properties": { + "branchName": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "componentVersion": { + "type": "integer", + "format": "int32" + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "deleted": { + "type": "boolean" + }, + "fullyPubliclyConsumable": { + "type": "boolean" + }, + "notes": { + "type": "string" + }, + "packageId": { + "type": "string" + }, + "packageVersion": { + "type": "string" + }, + "shareable": { + "type": "boolean" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/PackagedComponent/bulk": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves multiple PackagedComponent objects by identifier.", + "operationId": "BulkPackagedComponent", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "branchName", + "componentId", + "componentType", + "createdBy", + "createdDate", + "notes", + "packageId", + "packageVersion" + ], + "type": "object", + "properties": { + "branchName": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "componentVersion": { + "type": "integer", + "format": "int32" + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "deleted": { + "type": "boolean" + }, + "fullyPubliclyConsumable": { + "type": "boolean" + }, + "notes": { + "type": "string" + }, + "packageId": { + "type": "string" + }, + "packageVersion": { + "type": "string" + }, + "shareable": { + "type": "boolean" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/PackagedComponent/query": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Queries for a PackagedComponent object(s).", + "operationId": "QueryPackagedComponent", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "branchName", + "componentId", + "componentType", + "createdBy", + "createdDate", + "notes", + "packageId", + "packageVersion" + ], + "type": "object", + "properties": { + "branchName": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "componentVersion": { + "type": "integer", + "format": "int32" + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "deleted": { + "type": "boolean" + }, + "fullyPubliclyConsumable": { + "type": "boolean" + }, + "notes": { + "type": "string" + }, + "packageId": { + "type": "string" + }, + "packageVersion": { + "type": "string" + }, + "shareable": { + "type": "boolean" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/PackagedComponent/queryMore": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves additional results for a PackagedComponent query.", + "operationId": "QueryMorePackagedComponent", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "branchName", + "componentId", + "componentType", + "createdBy", + "createdDate", + "notes", + "packageId", + "packageVersion" + ], + "type": "object", + "properties": { + "branchName": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "componentVersion": { + "type": "integer", + "format": "int32" + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "deleted": { + "type": "boolean" + }, + "fullyPubliclyConsumable": { + "type": "boolean" + }, + "notes": { + "type": "string" + }, + "packageId": { + "type": "string" + }, + "packageVersion": { + "type": "string" + }, + "shareable": { + "type": "boolean" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/PackagedComponent/{id}": { + "get": { + "tags": [ + "deployment" + ], + "summary": "Retrieves an instance of a PackagedComponent object.", + "operationId": "GetPackagedComponent", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "branchName", + "componentId", + "componentType", + "createdBy", + "createdDate", + "notes", + "packageId", + "packageVersion" + ], + "type": "object", + "properties": { + "branchName": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "componentVersion": { + "type": "integer", + "format": "int32" + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "deleted": { + "type": "boolean" + }, + "fullyPubliclyConsumable": { + "type": "boolean" + }, + "notes": { + "type": "string" + }, + "packageId": { + "type": "string" + }, + "packageVersion": { + "type": "string" + }, + "shareable": { + "type": "boolean" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "deployment" + ], + "summary": "Deletes a PackagedComponent object.", + "operationId": "DeletePackagedComponent", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/PackagedComponentManifest/bulk": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves multiple PackagedComponentManifest objects by identifier.", + "operationId": "BulkPackagedComponentManifest", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "packageId" + ], + "type": "object", + "properties": { + "componentInfo": { + "type": "array", + "items": { + "type": "object" + } + }, + "packageId": { + "type": "string" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/PackagedComponentManifest/{id}": { + "get": { + "tags": [ + "deployment" + ], + "summary": "Retrieves an instance of a PackagedComponentManifest object.", + "operationId": "GetPackagedComponentManifest", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "packageId" + ], + "type": "object", + "properties": { + "componentInfo": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "version": { + "type": "integer", + "format": "int32" + } + } + } + }, + "packageId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/PersistedProcessProperties/{id}": { + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates a PersistedProcessProperties object.", + "operationId": "UpdatePersistedProcessProperties", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "atomId" + ], + "type": "object", + "properties": { + "Process": { + "type": "array", + "items": { + "required": [ + "ProcessProperties", + "processId" + ], + "type": "object", + "properties": { + "ProcessProperties": { + "type": "object" + }, + "processId": { + "type": "string" + } + } + } + }, + "atomId": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "atomId" + ], + "type": "object", + "properties": { + "Process": { + "type": "array", + "items": { + "required": [ + "ProcessProperties", + "processId" + ], + "type": "object", + "properties": { + "ProcessProperties": { + "type": "object" + }, + "processId": { + "type": "string" + } + } + } + }, + "atomId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Process/bulk": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves multiple Process objects by identifier.", + "operationId": "BulkProcess", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string" + }, + "IntegrationPack": { + "type": "array", + "items": { + "type": "object" + } + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Process/query": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Queries for a Process object(s).", + "operationId": "QueryProcess", + "requestBody": { + "description": " Possible properties include: name, id, integrationPackId, integrationPackInstanceId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string" + }, + "IntegrationPack": { + "type": "array", + "items": { + "type": "object" + } + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Process/queryMore": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves additional results for a Process query.", + "operationId": "QueryMoreProcess", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string" + }, + "IntegrationPack": { + "type": "array", + "items": { + "type": "object" + } + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Process/{id}": { + "get": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves an instance of a Process object.", + "operationId": "GetProcess", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string" + }, + "IntegrationPack": { + "type": "array", + "items": { + "type": "object", + "properties": { + "integrationPackId": { + "type": "string" + }, + "integrationPackInstanceId": { + "type": "string" + } + } + } + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessAtomAttachment": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Creates a ProcessAtomAttachment object.", + "operationId": "CreateProcessAtomAttachment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "id": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "id": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessAtomAttachment/query": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Queries for a ProcessAtomAttachment object(s).", + "operationId": "QueryProcessAtomAttachment", + "requestBody": { + "description": " Possible properties include: atomId, processId, componentType", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "id": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessAtomAttachment/queryMore": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves additional results for a ProcessAtomAttachment query.", + "operationId": "QueryMoreProcessAtomAttachment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "id": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessAtomAttachment/{id}": { + "delete": { + "tags": [ + "deployment" + ], + "summary": "Deletes a ProcessAtomAttachment object.", + "operationId": "DeleteProcessAtomAttachment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessEnvironmentAttachment": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Creates a ProcessEnvironmentAttachment object.", + "operationId": "CreateProcessEnvironmentAttachment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "componentType": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "componentType": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessEnvironmentAttachment/query": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Queries for a ProcessEnvironmentAttachment object(s).", + "operationId": "QueryProcessEnvironmentAttachment", + "requestBody": { + "description": " Possible properties include: environmentId, processId, componentType", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "componentType": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessEnvironmentAttachment/queryMore": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves additional results for a ProcessEnvironmentAttachment query.", + "operationId": "QueryMoreProcessEnvironmentAttachment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "componentType": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessEnvironmentAttachment/{id}": { + "delete": { + "tags": [ + "deployment" + ], + "summary": "Deletes a ProcessEnvironmentAttachment object.", + "operationId": "DeleteProcessEnvironmentAttachment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessLog": { + "post": { + "tags": [ + "execution" + ], + "summary": "Creates a ProcessLog object.", + "operationId": "CreateProcessLog", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "executionId": { + "type": "string" + }, + "logLevel": { + "type": "string", + "enum": [ + "SEVERE", + "WARNING", + "INFO", + "CONFIG", + "FINE", + "FINER", + "FINEST", + "ALL" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "executionId": { + "type": "string" + }, + "logLevel": { + "type": "string", + "enum": [ + "SEVERE", + "WARNING", + "INFO", + "CONFIG", + "FINE", + "FINER", + "FINEST", + "ALL" + ] + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessScheduleStatus/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple ProcessScheduleStatus objects by identifier.", + "operationId": "BulkProcessScheduleStatus", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "enabled": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessScheduleStatus/query": { + "post": { + "tags": [ + "atom" + ], + "summary": "Queries for a ProcessScheduleStatus object(s).", + "operationId": "QueryProcessScheduleStatus", + "requestBody": { + "description": " Possible properties include: processId, atomId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "enabled": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessScheduleStatus/queryMore": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves additional results for a ProcessScheduleStatus query.", + "operationId": "QueryMoreProcessScheduleStatus", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "enabled": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessScheduleStatus/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of a ProcessScheduleStatus object.", + "operationId": "GetProcessScheduleStatus", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "enabled": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates a ProcessScheduleStatus object.", + "operationId": "UpdateProcessScheduleStatus", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "enabled": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "enabled": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessSchedules/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple ProcessSchedules objects by identifier.", + "operationId": "BulkProcessSchedules", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "Retry": { + "type": "object" + }, + "Schedule": { + "type": "array", + "items": { + "type": "object" + } + }, + "atomId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessSchedules/query": { + "post": { + "tags": [ + "atom" + ], + "summary": "Queries for a ProcessSchedules object(s).", + "operationId": "QueryProcessSchedules", + "requestBody": { + "description": " Possible properties include: processId, atomId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "Retry": { + "type": "object" + }, + "Schedule": { + "type": "array", + "items": { + "type": "object" + } + }, + "atomId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessSchedules/queryMore": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves additional results for a ProcessSchedules query.", + "operationId": "QueryMoreProcessSchedules", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "Retry": { + "type": "object" + }, + "Schedule": { + "type": "array", + "items": { + "type": "object" + } + }, + "atomId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessSchedules/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of a ProcessSchedules object.", + "operationId": "GetProcessSchedules", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Retry": { + "type": "object", + "properties": { + "Schedule": { + "type": "array", + "items": { + "type": "object" + } + }, + "maxRetry": { + "type": "integer", + "format": "int32" + } + } + }, + "Schedule": { + "type": "array", + "items": { + "type": "object", + "properties": { + "daysOfMonth": { + "type": "string" + }, + "daysOfWeek": { + "type": "string" + }, + "hours": { + "type": "string" + }, + "minutes": { + "type": "string" + }, + "months": { + "type": "string" + }, + "years": { + "type": "string" + } + } + } + }, + "atomId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates a ProcessSchedules object.", + "operationId": "UpdateProcessSchedules", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Retry": { + "type": "object", + "properties": { + "Schedule": { + "type": "array", + "items": { + "type": "object" + } + }, + "maxRetry": { + "type": "integer", + "format": "int32" + } + } + }, + "Schedule": { + "type": "array", + "items": { + "type": "object", + "properties": { + "daysOfMonth": { + "type": "string" + }, + "daysOfWeek": { + "type": "string" + }, + "hours": { + "type": "string" + }, + "minutes": { + "type": "string" + }, + "months": { + "type": "string" + }, + "years": { + "type": "string" + } + } + } + }, + "atomId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Retry": { + "type": "object", + "properties": { + "Schedule": { + "type": "array", + "items": { + "type": "object" + } + }, + "maxRetry": { + "type": "integer", + "format": "int32" + } + } + }, + "Schedule": { + "type": "array", + "items": { + "type": "object", + "properties": { + "daysOfMonth": { + "type": "string" + }, + "daysOfWeek": { + "type": "string" + }, + "hours": { + "type": "string" + }, + "minutes": { + "type": "string" + }, + "months": { + "type": "string" + }, + "years": { + "type": "string" + } + } + } + }, + "atomId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "processId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/RerunDocument": { + "post": { + "tags": [ + "execution" + ], + "summary": "Creates a RerunDocument object.", + "operationId": "CreateRerunDocument", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "AllDocuments", + "SelectedDocuments", + "originalExecutionId" + ], + "type": "object", + "properties": { + "AllDocuments": { + "type": "object", + "properties": { + "documentStatus": { + "type": "string", + "enum": [ + "ANY", + "SUCCESS", + "ERROR" + ] + } + } + }, + "SelectedDocuments": { + "type": "object", + "properties": { + "Document": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "originalExecutionId": { + "type": "string" + }, + "recordUrl": { + "type": "string" + }, + "requestId": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "AllDocuments", + "SelectedDocuments", + "originalExecutionId" + ], + "type": "object", + "properties": { + "AllDocuments": { + "type": "object", + "properties": { + "documentStatus": { + "type": "string", + "enum": [ + "ANY", + "SUCCESS", + "ERROR" + ] + } + } + }, + "SelectedDocuments": { + "type": "object", + "properties": { + "Document": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "originalExecutionId": { + "type": "string" + }, + "recordUrl": { + "type": "string" + }, + "requestId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Role": { + "post": { + "tags": [ + "account" + ], + "summary": "Creates a Role object.", + "operationId": "CreateRole", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Description": { + "type": "string" + }, + "Privileges": { + "type": "object", + "properties": { + "Privilege": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "accountId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentId": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Description": { + "type": "string" + }, + "Privileges": { + "type": "object", + "properties": { + "Privilege": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "accountId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Role/bulk": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves multiple Role objects by identifier.", + "operationId": "BulkRole", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "Description": { + "type": "string" + }, + "Privileges": { + "type": "object" + }, + "accountId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentId": { + "type": "string" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Role/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for a Role object(s).", + "operationId": "QueryRole", + "requestBody": { + "description": " Possible properties include: name, parentId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "Description": { + "type": "string" + }, + "Privileges": { + "type": "object" + }, + "accountId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Role/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for a Role query.", + "operationId": "QueryMoreRole", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "Description": { + "type": "string" + }, + "Privileges": { + "type": "object" + }, + "accountId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Role/{id}": { + "get": { + "tags": [ + "account" + ], + "summary": "Retrieves an instance of a Role object.", + "operationId": "GetRole", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Description": { + "type": "string" + }, + "Privileges": { + "type": "object", + "properties": { + "Privilege": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "accountId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "account" + ], + "summary": "Modifies or updates a Role object.", + "operationId": "UpdateRole", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Description": { + "type": "string" + }, + "Privileges": { + "type": "object", + "properties": { + "Privilege": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "accountId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentId": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Description": { + "type": "string" + }, + "Privileges": { + "type": "object", + "properties": { + "Privilege": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "accountId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentId": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "account" + ], + "summary": "Deletes a Role object.", + "operationId": "DeleteRole", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/RosettaNetConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for a RosettaNetConnectorRecord object(s).", + "operationId": "QueryRosettaNetConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "PIPCode": { + "type": "string" + }, + "PIPVersion": { + "type": "string" + }, + "account": { + "type": "string" + }, + "ackReport": { + "type": "string" + }, + "ackStatus": { + "type": "string" + }, + "actionInstanceIdentifier": { + "type": "string" + }, + "actionType": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "attemptCount": { + "type": "string" + }, + "businessActivityIdentifier": { + "type": "string" + }, + "connectorName": { + "type": "string" + }, + "connectorType": { + "type": "string" + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time" + }, + "dateTime": { + "type": "string" + }, + "documentIndex": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + }, + "executionId": { + "type": "string" + }, + "frameworkVersion": { + "type": "string" + }, + "fromGlobalBusinessServiceCode": { + "type": "string" + }, + "fromGlobalPartnerRoleClassificationCode": { + "type": "string" + }, + "globalBusinessActionCode": { + "type": "string" + }, + "globalDocumentFunctionCode": { + "type": "string" + }, + "globalProcessCode": { + "type": "string" + }, + "globalUsageCode": { + "type": "string" + }, + "id": { + "type": "string" + }, + "inResponseToGlobalBusinessActionCode": { + "type": "string" + }, + "inResponseToInstanceIdentifier": { + "type": "string" + }, + "isSecureTransportRequired": { + "type": "string" + }, + "knownInitiatingPartnerID": { + "type": "string" + }, + "operationName": { + "type": "string" + }, + "outboundValidationReport": { + "type": "string" + }, + "outboundValidationStatus": { + "type": "string" + }, + "processInstanceIdentifier": { + "type": "string" + }, + "receiverID": { + "type": "string" + }, + "senderID": { + "type": "string" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "successful": { + "type": "boolean" + }, + "timeToAcknowledgeAcceptance": { + "type": "string" + }, + "timeToAcknowledgeReceipt": { + "type": "string" + }, + "timeToPerform": { + "type": "string" + }, + "toGlobalBusinessServiceCode": { + "type": "string" + }, + "toGlobalPartnerRoleClassificationCode": { + "type": "string" + }, + "transactionInstanceIdentifier": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/RosettaNetConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for a RosettaNetConnectorRecord query.", + "operationId": "QueryMoreRosettaNetConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "PIPCode": { + "type": "string" + }, + "PIPVersion": { + "type": "string" + }, + "account": { + "type": "string" + }, + "ackReport": { + "type": "string" + }, + "ackStatus": { + "type": "string" + }, + "actionInstanceIdentifier": { + "type": "string" + }, + "actionType": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "attemptCount": { + "type": "string" + }, + "businessActivityIdentifier": { + "type": "string" + }, + "connectorName": { + "type": "string" + }, + "connectorType": { + "type": "string" + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time" + }, + "dateTime": { + "type": "string" + }, + "documentIndex": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + }, + "executionId": { + "type": "string" + }, + "frameworkVersion": { + "type": "string" + }, + "fromGlobalBusinessServiceCode": { + "type": "string" + }, + "fromGlobalPartnerRoleClassificationCode": { + "type": "string" + }, + "globalBusinessActionCode": { + "type": "string" + }, + "globalDocumentFunctionCode": { + "type": "string" + }, + "globalProcessCode": { + "type": "string" + }, + "globalUsageCode": { + "type": "string" + }, + "id": { + "type": "string" + }, + "inResponseToGlobalBusinessActionCode": { + "type": "string" + }, + "inResponseToInstanceIdentifier": { + "type": "string" + }, + "isSecureTransportRequired": { + "type": "string" + }, + "knownInitiatingPartnerID": { + "type": "string" + }, + "operationName": { + "type": "string" + }, + "outboundValidationReport": { + "type": "string" + }, + "outboundValidationStatus": { + "type": "string" + }, + "processInstanceIdentifier": { + "type": "string" + }, + "receiverID": { + "type": "string" + }, + "senderID": { + "type": "string" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "successful": { + "type": "boolean" + }, + "timeToAcknowledgeAcceptance": { + "type": "string" + }, + "timeToAcknowledgeReceipt": { + "type": "string" + }, + "timeToPerform": { + "type": "string" + }, + "toGlobalBusinessServiceCode": { + "type": "string" + }, + "toGlobalPartnerRoleClassificationCode": { + "type": "string" + }, + "transactionInstanceIdentifier": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/SharedServerInformation/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple SharedServerInformation objects by identifier.", + "operationId": "BulkSharedServerInformation", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "apiType": { + "type": "string", + "enum": [ + "basic", + "intermediate", + "advanced" + ] + }, + "atomId": { + "type": "string" + }, + "auth": { + "type": "string", + "enum": [ + "none", + "basic" + ] + }, + "authToken": { + "type": "string" + }, + "checkForwardedHeaders": { + "type": "boolean" + }, + "externalHost": { + "type": "string" + }, + "externalHttpPort": { + "type": "integer", + "format": "int32" + }, + "externalHttpsPort": { + "type": "integer", + "format": "int32" + }, + "httpPort": { + "type": "integer", + "format": "int32" + }, + "httpsPort": { + "type": "integer", + "format": "int32" + }, + "internalHost": { + "type": "string" + }, + "maxThreads": { + "type": "integer", + "format": "int32" + }, + "minAuth": { + "type": "string", + "enum": [ + "none", + "basic" + ] + }, + "overrideUrl": { + "type": "boolean" + }, + "sslCertificateId": { + "type": "string" + }, + "url": { + "type": "string" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/SharedServerInformation/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of a SharedServerInformation object.", + "operationId": "GetSharedServerInformation", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "apiType": { + "type": "string", + "enum": [ + "basic", + "intermediate", + "advanced" + ] + }, + "atomId": { + "type": "string" + }, + "auth": { + "type": "string", + "enum": [ + "none", + "basic" + ] + }, + "authToken": { + "type": "string" + }, + "checkForwardedHeaders": { + "type": "boolean" + }, + "externalHost": { + "type": "string" + }, + "externalHttpPort": { + "type": "integer", + "format": "int32" + }, + "externalHttpsPort": { + "type": "integer", + "format": "int32" + }, + "httpPort": { + "type": "integer", + "format": "int32" + }, + "httpsPort": { + "type": "integer", + "format": "int32" + }, + "internalHost": { + "type": "string" + }, + "maxThreads": { + "type": "integer", + "format": "int32" + }, + "minAuth": { + "type": "string", + "enum": [ + "none", + "basic" + ] + }, + "overrideUrl": { + "type": "boolean" + }, + "sslCertificateId": { + "type": "string" + }, + "url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates a SharedServerInformation object.", + "operationId": "UpdateSharedServerInformation", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "apiType": { + "type": "string", + "enum": [ + "basic", + "intermediate", + "advanced" + ] + }, + "atomId": { + "type": "string" + }, + "auth": { + "type": "string", + "enum": [ + "none", + "basic" + ] + }, + "authToken": { + "type": "string" + }, + "checkForwardedHeaders": { + "type": "boolean" + }, + "externalHost": { + "type": "string" + }, + "externalHttpPort": { + "type": "integer", + "format": "int32" + }, + "externalHttpsPort": { + "type": "integer", + "format": "int32" + }, + "httpPort": { + "type": "integer", + "format": "int32" + }, + "httpsPort": { + "type": "integer", + "format": "int32" + }, + "internalHost": { + "type": "string" + }, + "maxThreads": { + "type": "integer", + "format": "int32" + }, + "minAuth": { + "type": "string", + "enum": [ + "none", + "basic" + ] + }, + "overrideUrl": { + "type": "boolean" + }, + "sslCertificateId": { + "type": "string" + }, + "url": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "apiType": { + "type": "string", + "enum": [ + "basic", + "intermediate", + "advanced" + ] + }, + "atomId": { + "type": "string" + }, + "auth": { + "type": "string", + "enum": [ + "none", + "basic" + ] + }, + "authToken": { + "type": "string" + }, + "checkForwardedHeaders": { + "type": "boolean" + }, + "externalHost": { + "type": "string" + }, + "externalHttpPort": { + "type": "integer", + "format": "int32" + }, + "externalHttpsPort": { + "type": "integer", + "format": "int32" + }, + "httpPort": { + "type": "integer", + "format": "int32" + }, + "httpsPort": { + "type": "integer", + "format": "int32" + }, + "internalHost": { + "type": "string" + }, + "maxThreads": { + "type": "integer", + "format": "int32" + }, + "minAuth": { + "type": "string", + "enum": [ + "none", + "basic" + ] + }, + "overrideUrl": { + "type": "boolean" + }, + "sslCertificateId": { + "type": "string" + }, + "url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/SharedWebServer/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple SharedWebServer objects by identifier.", + "operationId": "BulkSharedWebServer", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "atomId", + "cloudTennantGeneral", + "corsConfiguration", + "generalSettings", + "userManagement" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "cloudTennantGeneral": { + "type": "object" + }, + "corsConfiguration": { + "type": "object" + }, + "generalSettings": { + "type": "object" + }, + "shouldRestartPlugin": { + "type": "boolean" + }, + "userManagement": { + "type": "object" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/SharedWebServer/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of a SharedWebServer object.", + "operationId": "GetSharedWebServer", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "atomId", + "cloudTennantGeneral", + "corsConfiguration", + "generalSettings", + "userManagement" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "cloudTennantGeneral": { + "required": [ + "apiType", + "authType", + "baseUrl", + "listenerPorts" + ], + "type": "object", + "properties": { + "apiType": { + "type": "string" + }, + "authType": { + "type": "string" + }, + "baseUrl": { + "type": "string" + }, + "listenerPorts": { + "type": "object" + } + } + }, + "corsConfiguration": { + "type": "object", + "properties": { + "origins": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "generalSettings": { + "required": [ + "apiType", + "authentication", + "baseUrl", + "externalHost", + "internalHost", + "listenerPorts", + "protectedHeaders", + "sslCertificate" + ], + "type": "object", + "properties": { + "apiType": { + "type": "string" + }, + "authentication": { + "type": "object" + }, + "baseUrl": { + "type": "string" + }, + "examineForwardHeaders": { + "type": "boolean" + }, + "externalHost": { + "type": "string" + }, + "internalHost": { + "type": "string" + }, + "listenerPorts": { + "type": "object" + }, + "maxNumberOfThreads": { + "type": "integer", + "format": "int32" + }, + "overrideUrl": { + "type": "boolean" + }, + "protectedHeaders": { + "type": "object" + }, + "sslCertificate": { + "type": "string" + } + } + }, + "shouldRestartPlugin": { + "type": "boolean" + }, + "userManagement": { + "type": "object", + "properties": { + "enableAPIMInternalRoles": { + "type": "boolean" + }, + "users": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates a SharedWebServer object.", + "operationId": "UpdateSharedWebServer", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "atomId", + "cloudTennantGeneral", + "corsConfiguration", + "generalSettings", + "userManagement" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "cloudTennantGeneral": { + "required": [ + "apiType", + "authType", + "baseUrl", + "listenerPorts" + ], + "type": "object", + "properties": { + "apiType": { + "type": "string" + }, + "authType": { + "type": "string" + }, + "baseUrl": { + "type": "string" + }, + "listenerPorts": { + "type": "object" + } + } + }, + "corsConfiguration": { + "type": "object", + "properties": { + "origins": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "generalSettings": { + "required": [ + "apiType", + "authentication", + "baseUrl", + "externalHost", + "internalHost", + "listenerPorts", + "protectedHeaders", + "sslCertificate" + ], + "type": "object", + "properties": { + "apiType": { + "type": "string" + }, + "authentication": { + "type": "object" + }, + "baseUrl": { + "type": "string" + }, + "examineForwardHeaders": { + "type": "boolean" + }, + "externalHost": { + "type": "string" + }, + "internalHost": { + "type": "string" + }, + "listenerPorts": { + "type": "object" + }, + "maxNumberOfThreads": { + "type": "integer", + "format": "int32" + }, + "overrideUrl": { + "type": "boolean" + }, + "protectedHeaders": { + "type": "object" + }, + "sslCertificate": { + "type": "string" + } + } + }, + "shouldRestartPlugin": { + "type": "boolean" + }, + "userManagement": { + "type": "object", + "properties": { + "enableAPIMInternalRoles": { + "type": "boolean" + }, + "users": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "atomId", + "cloudTennantGeneral", + "corsConfiguration", + "generalSettings", + "userManagement" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "cloudTennantGeneral": { + "required": [ + "apiType", + "authType", + "baseUrl", + "listenerPorts" + ], + "type": "object", + "properties": { + "apiType": { + "type": "string" + }, + "authType": { + "type": "string" + }, + "baseUrl": { + "type": "string" + }, + "listenerPorts": { + "type": "object" + } + } + }, + "corsConfiguration": { + "type": "object", + "properties": { + "origins": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "generalSettings": { + "required": [ + "apiType", + "authentication", + "baseUrl", + "externalHost", + "internalHost", + "listenerPorts", + "protectedHeaders", + "sslCertificate" + ], + "type": "object", + "properties": { + "apiType": { + "type": "string" + }, + "authentication": { + "type": "object" + }, + "baseUrl": { + "type": "string" + }, + "examineForwardHeaders": { + "type": "boolean" + }, + "externalHost": { + "type": "string" + }, + "internalHost": { + "type": "string" + }, + "listenerPorts": { + "type": "object" + }, + "maxNumberOfThreads": { + "type": "integer", + "format": "int32" + }, + "overrideUrl": { + "type": "boolean" + }, + "protectedHeaders": { + "type": "object" + }, + "sslCertificate": { + "type": "string" + } + } + }, + "shouldRestartPlugin": { + "type": "boolean" + }, + "userManagement": { + "type": "object", + "properties": { + "enableAPIMInternalRoles": { + "type": "boolean" + }, + "users": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ThroughputAccount/query": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Queries for a ThroughputAccount object(s).", + "operationId": "QueryThroughputAccount", + "requestBody": { + "description": " Possible properties include: environmentId, atomId, processDate", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "date": { + "type": "string" + }, + "value": { + "type": "integer", + "format": "int64" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ThroughputAccount/queryMore": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Retrieves additional results for a ThroughputAccount query.", + "operationId": "QueryMoreThroughputAccount", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "date": { + "type": "string" + }, + "value": { + "type": "integer", + "format": "int64" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ThroughputAccountGroup/query": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Queries for a ThroughputAccountGroup object(s).", + "operationId": "QueryThroughputAccountGroup", + "requestBody": { + "description": " Possible properties include: accountGroupId, processDate", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "allOf": [ + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ThroughputAccountGroup/queryMore": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Retrieves additional results for a ThroughputAccountGroup query.", + "operationId": "QueryMoreThroughputAccountGroup", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "allOf": [ + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradacomsConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for a TradacomsConnectorRecord object(s).", + "operationId": "QueryTradacomsConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "actionType": { + "type": "string" + }, + "applicationReference": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "connectorName": { + "type": "string" + }, + "connectorType": { + "type": "string" + }, + "customFields": { + "type": "object" + }, + "date": { + "type": "string" + }, + "dateProcessed": { + "type": "string", + "format": "date-time" + }, + "documentIndex": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + }, + "executionId": { + "type": "string" + }, + "fileGenerationNumber": { + "type": "string" + }, + "fileVersionNumber": { + "type": "string" + }, + "id": { + "type": "string" + }, + "messageType": { + "type": "string" + }, + "operationName": { + "type": "string" + }, + "receiverName": { + "type": "string" + }, + "receiverTransmissionReference": { + "type": "string" + }, + "senderName": { + "type": "string" + }, + "senderTransmissionReference": { + "type": "string" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "successful": { + "type": "boolean" + }, + "time": { + "type": "string" + }, + "transmissionPriorityCode": { + "type": "string" + }, + "validationReport": { + "type": "string" + }, + "validationStatus": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradacomsConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for a TradacomsConnectorRecord query.", + "operationId": "QueryMoreTradacomsConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "actionType": { + "type": "string" + }, + "applicationReference": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "connectorName": { + "type": "string" + }, + "connectorType": { + "type": "string" + }, + "customFields": { + "type": "object" + }, + "date": { + "type": "string" + }, + "dateProcessed": { + "type": "string", + "format": "date-time" + }, + "documentIndex": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + }, + "executionId": { + "type": "string" + }, + "fileGenerationNumber": { + "type": "string" + }, + "fileVersionNumber": { + "type": "string" + }, + "id": { + "type": "string" + }, + "messageType": { + "type": "string" + }, + "operationName": { + "type": "string" + }, + "receiverName": { + "type": "string" + }, + "receiverTransmissionReference": { + "type": "string" + }, + "senderName": { + "type": "string" + }, + "senderTransmissionReference": { + "type": "string" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "successful": { + "type": "boolean" + }, + "time": { + "type": "string" + }, + "transmissionPriorityCode": { + "type": "string" + }, + "validationReport": { + "type": "string" + }, + "validationStatus": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerComponent": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a TradingPartnerComponent object.", + "operationId": "CreateTradingPartnerComponent", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "required": [ + "address1", + "address2", + "city", + "contactName", + "country", + "email", + "fax", + "phone", + "postalcode", + "state" + ], + "type": "object", + "properties": { + "address1": { + "type": "string" + }, + "address2": { + "type": "string" + }, + "city": { + "type": "string" + }, + "contactName": { + "type": "string" + }, + "country": { + "type": "string" + }, + "email": { + "type": "string" + }, + "fax": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "postalcode": { + "type": "string" + }, + "state": { + "type": "string" + } + } + }, + "PartnerCommunication": { + "type": "object", + "properties": { + "AS2CommunicationOptions": { + "type": "object" + }, + "DiskCommunicationOptions": { + "type": "object" + }, + "FTPCommunicationOptions": { + "type": "object" + }, + "HTTPCommunicationOptions": { + "type": "object" + }, + "MLLPCommunicationOptions": { + "type": "object" + }, + "OFTPCommunicationOptions": { + "type": "object" + }, + "SFTPCommunicationOptions": { + "type": "object" + } + } + }, + "PartnerCommunicationTypes": { + "type": "array", + "items": { + "type": "string" + } + }, + "PartnerDocumentTypes": { + "type": "object", + "properties": { + "PartnerDocumentType": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "PartnerInfo": { + "type": "object", + "properties": { + "CustomPartnerInfo": { + "type": "object" + }, + "EdifactPartnerInfo": { + "type": "object" + }, + "HL7PartnerInfo": { + "type": "object" + }, + "OdettePartnerInfo": { + "type": "object" + }, + "RosettaNetPartnerInfo": { + "type": "object" + }, + "TradacomsPartnerInfo": { + "type": "object" + }, + "X12PartnerInfo": { + "type": "object" + } + } + }, + "classification": { + "type": "string", + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string" + }, + "componentName": { + "type": "string" + }, + "deleted": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "folderId": { + "type": "integer", + "format": "int64" + }, + "folderName": { + "type": "string" + }, + "identifier": { + "type": "string" + }, + "organizationId": { + "type": "string" + }, + "standard": { + "type": "string", + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "required": [ + "address1", + "address2", + "city", + "contactName", + "country", + "email", + "fax", + "phone", + "postalcode", + "state" + ], + "type": "object", + "properties": { + "address1": { + "type": "string" + }, + "address2": { + "type": "string" + }, + "city": { + "type": "string" + }, + "contactName": { + "type": "string" + }, + "country": { + "type": "string" + }, + "email": { + "type": "string" + }, + "fax": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "postalcode": { + "type": "string" + }, + "state": { + "type": "string" + } + } + }, + "PartnerCommunication": { + "type": "object", + "properties": { + "AS2CommunicationOptions": { + "type": "object" + }, + "DiskCommunicationOptions": { + "type": "object" + }, + "FTPCommunicationOptions": { + "type": "object" + }, + "HTTPCommunicationOptions": { + "type": "object" + }, + "MLLPCommunicationOptions": { + "type": "object" + }, + "OFTPCommunicationOptions": { + "type": "object" + }, + "SFTPCommunicationOptions": { + "type": "object" + } + } + }, + "PartnerCommunicationTypes": { + "type": "array", + "items": { + "type": "string" + } + }, + "PartnerDocumentTypes": { + "type": "object", + "properties": { + "PartnerDocumentType": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "PartnerInfo": { + "type": "object", + "properties": { + "CustomPartnerInfo": { + "type": "object" + }, + "EdifactPartnerInfo": { + "type": "object" + }, + "HL7PartnerInfo": { + "type": "object" + }, + "OdettePartnerInfo": { + "type": "object" + }, + "RosettaNetPartnerInfo": { + "type": "object" + }, + "TradacomsPartnerInfo": { + "type": "object" + }, + "X12PartnerInfo": { + "type": "object" + } + } + }, + "classification": { + "type": "string", + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string" + }, + "componentName": { + "type": "string" + }, + "deleted": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "folderId": { + "type": "integer", + "format": "int64" + }, + "folderName": { + "type": "string" + }, + "identifier": { + "type": "string" + }, + "organizationId": { + "type": "string" + }, + "standard": { + "type": "string", + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerComponent/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple TradingPartnerComponent objects by identifier.", + "operationId": "BulkTradingPartnerComponent", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "type": "object" + }, + "PartnerCommunication": { + "type": "object" + }, + "PartnerCommunicationTypes": { + "type": "array", + "items": { + "type": "string" + } + }, + "PartnerDocumentTypes": { + "type": "object" + }, + "PartnerInfo": { + "type": "object" + }, + "classification": { + "type": "string", + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string" + }, + "componentName": { + "type": "string" + }, + "deleted": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "folderId": { + "type": "integer", + "format": "int64" + }, + "folderName": { + "type": "string" + }, + "identifier": { + "type": "string" + }, + "organizationId": { + "type": "string" + }, + "standard": { + "type": "string", + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerComponent/query": { + "post": { + "tags": [ + "component" + ], + "summary": "Queries for a TradingPartnerComponent object(s).", + "operationId": "QueryTradingPartnerComponent", + "requestBody": { + "description": " Possible properties include: name, classification, standard, identifier, as2, disk, ftp, mllp, sftp, http, oftp", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "type": "object" + }, + "PartnerCommunication": { + "type": "object" + }, + "PartnerCommunicationTypes": { + "type": "array", + "items": { + "type": "string" + } + }, + "PartnerDocumentTypes": { + "type": "object" + }, + "PartnerInfo": { + "type": "object" + }, + "classification": { + "type": "string", + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string" + }, + "componentName": { + "type": "string" + }, + "deleted": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "folderId": { + "type": "integer", + "format": "int64" + }, + "folderName": { + "type": "string" + }, + "identifier": { + "type": "string" + }, + "organizationId": { + "type": "string" + }, + "standard": { + "type": "string", + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerComponent/queryMore": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves additional results for a TradingPartnerComponent query.", + "operationId": "QueryMoreTradingPartnerComponent", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "type": "object" + }, + "PartnerCommunication": { + "type": "object" + }, + "PartnerCommunicationTypes": { + "type": "array", + "items": { + "type": "string" + } + }, + "PartnerDocumentTypes": { + "type": "object" + }, + "PartnerInfo": { + "type": "object" + }, + "classification": { + "type": "string", + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string" + }, + "componentName": { + "type": "string" + }, + "deleted": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "folderId": { + "type": "integer", + "format": "int64" + }, + "folderName": { + "type": "string" + }, + "identifier": { + "type": "string" + }, + "organizationId": { + "type": "string" + }, + "standard": { + "type": "string", + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerComponent/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a TradingPartnerComponent object.", + "operationId": "GetTradingPartnerComponent", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "required": [ + "address1", + "address2", + "city", + "contactName", + "country", + "email", + "fax", + "phone", + "postalcode", + "state" + ], + "type": "object", + "properties": { + "address1": { + "type": "string" + }, + "address2": { + "type": "string" + }, + "city": { + "type": "string" + }, + "contactName": { + "type": "string" + }, + "country": { + "type": "string" + }, + "email": { + "type": "string" + }, + "fax": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "postalcode": { + "type": "string" + }, + "state": { + "type": "string" + } + } + }, + "PartnerCommunication": { + "type": "object", + "properties": { + "AS2CommunicationOptions": { + "type": "object" + }, + "DiskCommunicationOptions": { + "type": "object" + }, + "FTPCommunicationOptions": { + "type": "object" + }, + "HTTPCommunicationOptions": { + "type": "object" + }, + "MLLPCommunicationOptions": { + "type": "object" + }, + "OFTPCommunicationOptions": { + "type": "object" + }, + "SFTPCommunicationOptions": { + "type": "object" + } + } + }, + "PartnerCommunicationTypes": { + "type": "array", + "items": { + "type": "string" + } + }, + "PartnerDocumentTypes": { + "type": "object", + "properties": { + "PartnerDocumentType": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "PartnerInfo": { + "type": "object", + "properties": { + "CustomPartnerInfo": { + "type": "object" + }, + "EdifactPartnerInfo": { + "type": "object" + }, + "HL7PartnerInfo": { + "type": "object" + }, + "OdettePartnerInfo": { + "type": "object" + }, + "RosettaNetPartnerInfo": { + "type": "object" + }, + "TradacomsPartnerInfo": { + "type": "object" + }, + "X12PartnerInfo": { + "type": "object" + } + } + }, + "classification": { + "type": "string", + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string" + }, + "componentName": { + "type": "string" + }, + "deleted": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "folderId": { + "type": "integer", + "format": "int64" + }, + "folderName": { + "type": "string" + }, + "identifier": { + "type": "string" + }, + "organizationId": { + "type": "string" + }, + "standard": { + "type": "string", + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "component" + ], + "summary": "Modifies or updates a TradingPartnerComponent object.", + "operationId": "UpdateTradingPartnerComponent", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "required": [ + "address1", + "address2", + "city", + "contactName", + "country", + "email", + "fax", + "phone", + "postalcode", + "state" + ], + "type": "object", + "properties": { + "address1": { + "type": "string" + }, + "address2": { + "type": "string" + }, + "city": { + "type": "string" + }, + "contactName": { + "type": "string" + }, + "country": { + "type": "string" + }, + "email": { + "type": "string" + }, + "fax": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "postalcode": { + "type": "string" + }, + "state": { + "type": "string" + } + } + }, + "PartnerCommunication": { + "type": "object", + "properties": { + "AS2CommunicationOptions": { + "type": "object" + }, + "DiskCommunicationOptions": { + "type": "object" + }, + "FTPCommunicationOptions": { + "type": "object" + }, + "HTTPCommunicationOptions": { + "type": "object" + }, + "MLLPCommunicationOptions": { + "type": "object" + }, + "OFTPCommunicationOptions": { + "type": "object" + }, + "SFTPCommunicationOptions": { + "type": "object" + } + } + }, + "PartnerCommunicationTypes": { + "type": "array", + "items": { + "type": "string" + } + }, + "PartnerDocumentTypes": { + "type": "object", + "properties": { + "PartnerDocumentType": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "PartnerInfo": { + "type": "object", + "properties": { + "CustomPartnerInfo": { + "type": "object" + }, + "EdifactPartnerInfo": { + "type": "object" + }, + "HL7PartnerInfo": { + "type": "object" + }, + "OdettePartnerInfo": { + "type": "object" + }, + "RosettaNetPartnerInfo": { + "type": "object" + }, + "TradacomsPartnerInfo": { + "type": "object" + }, + "X12PartnerInfo": { + "type": "object" + } + } + }, + "classification": { + "type": "string", + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string" + }, + "componentName": { + "type": "string" + }, + "deleted": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "folderId": { + "type": "integer", + "format": "int64" + }, + "folderName": { + "type": "string" + }, + "identifier": { + "type": "string" + }, + "organizationId": { + "type": "string" + }, + "standard": { + "type": "string", + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "required": [ + "address1", + "address2", + "city", + "contactName", + "country", + "email", + "fax", + "phone", + "postalcode", + "state" + ], + "type": "object", + "properties": { + "address1": { + "type": "string" + }, + "address2": { + "type": "string" + }, + "city": { + "type": "string" + }, + "contactName": { + "type": "string" + }, + "country": { + "type": "string" + }, + "email": { + "type": "string" + }, + "fax": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "postalcode": { + "type": "string" + }, + "state": { + "type": "string" + } + } + }, + "PartnerCommunication": { + "type": "object", + "properties": { + "AS2CommunicationOptions": { + "type": "object" + }, + "DiskCommunicationOptions": { + "type": "object" + }, + "FTPCommunicationOptions": { + "type": "object" + }, + "HTTPCommunicationOptions": { + "type": "object" + }, + "MLLPCommunicationOptions": { + "type": "object" + }, + "OFTPCommunicationOptions": { + "type": "object" + }, + "SFTPCommunicationOptions": { + "type": "object" + } + } + }, + "PartnerCommunicationTypes": { + "type": "array", + "items": { + "type": "string" + } + }, + "PartnerDocumentTypes": { + "type": "object", + "properties": { + "PartnerDocumentType": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "PartnerInfo": { + "type": "object", + "properties": { + "CustomPartnerInfo": { + "type": "object" + }, + "EdifactPartnerInfo": { + "type": "object" + }, + "HL7PartnerInfo": { + "type": "object" + }, + "OdettePartnerInfo": { + "type": "object" + }, + "RosettaNetPartnerInfo": { + "type": "object" + }, + "TradacomsPartnerInfo": { + "type": "object" + }, + "X12PartnerInfo": { + "type": "object" + } + } + }, + "classification": { + "type": "string", + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string" + }, + "componentName": { + "type": "string" + }, + "deleted": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "folderId": { + "type": "integer", + "format": "int64" + }, + "folderName": { + "type": "string" + }, + "identifier": { + "type": "string" + }, + "organizationId": { + "type": "string" + }, + "standard": { + "type": "string", + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "component" + ], + "summary": "Deletes a TradingPartnerComponent object.", + "operationId": "DeleteTradingPartnerComponent", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerProcessingGroup": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a TradingPartnerProcessingGroup object.", + "operationId": "CreateTradingPartnerProcessingGroup", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object", + "properties": { + "processId": { + "type": "string" + } + } + }, + "DocumentRouting": { + "type": "object", + "properties": { + "StandardRoute": { + "type": "array", + "items": { + "type": "object" + } + }, + "processId": { + "type": "string" + } + } + }, + "PartnerRouting": { + "type": "object", + "properties": { + "PartnerRoute": { + "type": "array", + "items": { + "type": "object" + } + }, + "processId": { + "type": "string" + } + } + }, + "TradingPartners": { + "type": "object", + "properties": { + "TradingPartner": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "componentId": { + "type": "string" + }, + "componentName": { + "type": "string" + }, + "deleted": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "folderId": { + "type": "integer", + "format": "int64" + }, + "folderName": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object", + "properties": { + "processId": { + "type": "string" + } + } + }, + "DocumentRouting": { + "type": "object", + "properties": { + "StandardRoute": { + "type": "array", + "items": { + "type": "object" + } + }, + "processId": { + "type": "string" + } + } + }, + "PartnerRouting": { + "type": "object", + "properties": { + "PartnerRoute": { + "type": "array", + "items": { + "type": "object" + } + }, + "processId": { + "type": "string" + } + } + }, + "TradingPartners": { + "type": "object", + "properties": { + "TradingPartner": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "componentId": { + "type": "string" + }, + "componentName": { + "type": "string" + }, + "deleted": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "folderId": { + "type": "integer", + "format": "int64" + }, + "folderName": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerProcessingGroup/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple TradingPartnerProcessingGroup objects by identifier.", + "operationId": "BulkTradingPartnerProcessingGroup", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string", + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object" + }, + "DocumentRouting": { + "type": "object" + }, + "PartnerRouting": { + "type": "object" + }, + "TradingPartners": { + "type": "object" + }, + "componentId": { + "type": "string" + }, + "componentName": { + "type": "string" + }, + "deleted": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "folderId": { + "type": "integer", + "format": "int64" + }, + "folderName": { + "type": "string" + } + } + }, + "index": { + "type": "integer", + "format": "int32" + }, + "id": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerProcessingGroup/query": { + "post": { + "tags": [ + "component" + ], + "summary": "Queries for a TradingPartnerProcessingGroup object(s).", + "operationId": "QueryTradingPartnerProcessingGroup", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object" + }, + "DocumentRouting": { + "type": "object" + }, + "PartnerRouting": { + "type": "object" + }, + "TradingPartners": { + "type": "object" + }, + "componentId": { + "type": "string" + }, + "componentName": { + "type": "string" + }, + "deleted": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "folderId": { + "type": "integer", + "format": "int64" + }, + "folderName": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerProcessingGroup/queryMore": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves additional results for a TradingPartnerProcessingGroup query.", + "operationId": "QueryMoreTradingPartnerProcessingGroup", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object" + }, + "DocumentRouting": { + "type": "object" + }, + "PartnerRouting": { + "type": "object" + }, + "TradingPartners": { + "type": "object" + }, + "componentId": { + "type": "string" + }, + "componentName": { + "type": "string" + }, + "deleted": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "folderId": { + "type": "integer", + "format": "int64" + }, + "folderName": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerProcessingGroup/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a TradingPartnerProcessingGroup object.", + "operationId": "GetTradingPartnerProcessingGroup", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object", + "properties": { + "processId": { + "type": "string" + } + } + }, + "DocumentRouting": { + "type": "object", + "properties": { + "StandardRoute": { + "type": "array", + "items": { + "type": "object" + } + }, + "processId": { + "type": "string" + } + } + }, + "PartnerRouting": { + "type": "object", + "properties": { + "PartnerRoute": { + "type": "array", + "items": { + "type": "object" + } + }, + "processId": { + "type": "string" + } + } + }, + "TradingPartners": { + "type": "object", + "properties": { + "TradingPartner": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "componentId": { + "type": "string" + }, + "componentName": { + "type": "string" + }, + "deleted": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "folderId": { + "type": "integer", + "format": "int64" + }, + "folderName": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "component" + ], + "summary": "Modifies or updates a TradingPartnerProcessingGroup object.", + "operationId": "UpdateTradingPartnerProcessingGroup", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object", + "properties": { + "processId": { + "type": "string" + } + } + }, + "DocumentRouting": { + "type": "object", + "properties": { + "StandardRoute": { + "type": "array", + "items": { + "type": "object" + } + }, + "processId": { + "type": "string" + } + } + }, + "PartnerRouting": { + "type": "object", + "properties": { + "PartnerRoute": { + "type": "array", + "items": { + "type": "object" + } + }, + "processId": { + "type": "string" + } + } + }, + "TradingPartners": { + "type": "object", + "properties": { + "TradingPartner": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "componentId": { + "type": "string" + }, + "componentName": { + "type": "string" + }, + "deleted": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "folderId": { + "type": "integer", + "format": "int64" + }, + "folderName": { + "type": "string" + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object", + "properties": { + "processId": { + "type": "string" + } + } + }, + "DocumentRouting": { + "type": "object", + "properties": { + "StandardRoute": { + "type": "array", + "items": { + "type": "object" + } + }, + "processId": { + "type": "string" + } + } + }, + "PartnerRouting": { + "type": "object", + "properties": { + "PartnerRoute": { + "type": "array", + "items": { + "type": "object" + } + }, + "processId": { + "type": "string" + } + } + }, + "TradingPartners": { + "type": "object", + "properties": { + "TradingPartner": { + "type": "array", + "items": { + "type": "object" + } + } + } + }, + "componentId": { + "type": "string" + }, + "componentName": { + "type": "string" + }, + "deleted": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "folderId": { + "type": "integer", + "format": "int64" + }, + "folderName": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "component" + ], + "summary": "Deletes a TradingPartnerProcessingGroup object.", + "operationId": "DeleteTradingPartnerProcessingGroup", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/X12ConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for a X12ConnectorRecord object(s).", + "operationId": "QueryX12ConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "ackReport": { + "type": "string" + }, + "ackStatus": { + "type": "string" + }, + "actionType": { + "type": "string" + }, + "agencyCode": { + "type": "string" + }, + "appReceiverID": { + "type": "string" + }, + "appSenderID": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "connectorName": { + "type": "string" + }, + "connectorType": { + "type": "string" + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time" + }, + "documentIndex": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + }, + "executionId": { + "type": "string" + }, + "functionalID": { + "type": "string" + }, + "gsControl": { + "type": "string" + }, + "gsDate": { + "type": "string" + }, + "gsTime": { + "type": "string" + }, + "gsVersion": { + "type": "string" + }, + "id": { + "type": "string" + }, + "isaAckReport": { + "type": "string" + }, + "isaAckStatus": { + "type": "string" + }, + "isaControl": { + "type": "string" + }, + "operationName": { + "type": "string" + }, + "outboundValidationReport": { + "type": "string" + }, + "outboundValidationStatus": { + "type": "string" + }, + "receiverID": { + "type": "string" + }, + "receiverIDQualifier": { + "type": "string" + }, + "senderID": { + "type": "string" + }, + "senderIDQualifier": { + "type": "string" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "stControl": { + "type": "string" + }, + "standard": { + "type": "string" + }, + "standardID": { + "type": "string" + }, + "successful": { + "type": "boolean" + }, + "testIndicator": { + "type": "string" + }, + "transactionSet": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/X12ConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for a X12ConnectorRecord query.", + "operationId": "QueryMoreX12ConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "ackReport": { + "type": "string" + }, + "ackStatus": { + "type": "string" + }, + "actionType": { + "type": "string" + }, + "agencyCode": { + "type": "string" + }, + "appReceiverID": { + "type": "string" + }, + "appSenderID": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "connectorName": { + "type": "string" + }, + "connectorType": { + "type": "string" + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time" + }, + "documentIndex": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + }, + "executionId": { + "type": "string" + }, + "functionalID": { + "type": "string" + }, + "gsControl": { + "type": "string" + }, + "gsDate": { + "type": "string" + }, + "gsTime": { + "type": "string" + }, + "gsVersion": { + "type": "string" + }, + "id": { + "type": "string" + }, + "isaAckReport": { + "type": "string" + }, + "isaAckStatus": { + "type": "string" + }, + "isaControl": { + "type": "string" + }, + "operationName": { + "type": "string" + }, + "outboundValidationReport": { + "type": "string" + }, + "outboundValidationStatus": { + "type": "string" + }, + "receiverID": { + "type": "string" + }, + "receiverIDQualifier": { + "type": "string" + }, + "senderID": { + "type": "string" + }, + "senderIDQualifier": { + "type": "string" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "stControl": { + "type": "string" + }, + "standard": { + "type": "string" + }, + "standardID": { + "type": "string" + }, + "successful": { + "type": "boolean" + }, + "testIndicator": { + "type": "string" + }, + "transactionSet": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/AccountCloudAttachmentProperties/response/{token}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an AccountCloudAttachmentProperties object by identifier.", + "operationId": "AsyncTokenAccountCloudAttachmentProperties", + "parameters": [ + { + "name": "token", + "in": "path", + "description": "Takes in the token from a previous call to return a result.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "responseStatusCode": { + "type": "integer", + "format": "int32" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accountDiskUsage": { + "type": "integer", + "format": "int64" + }, + "as2Workload": { + "type": "string", + "enum": [ + "GENERAL", + "LOW_LATENCY_DEBUG" + ] + }, + "atomInputSize": { + "type": "integer", + "format": "int64" + }, + "atomOutputOverflowSize": { + "type": "integer", + "format": "int64" + }, + "atomWorkingOverflowSize": { + "type": "integer", + "format": "int64" + }, + "cloudAccountExecutionLimit": { + "type": "integer", + "format": "int32" + }, + "cloudAccountExecutionWarningOffset": { + "type": "integer", + "format": "int32" + }, + "containerId": { + "type": "string" + }, + "downloadRunnerlogs": { + "type": "boolean" + }, + "enableAccountDataArchiving": { + "type": "boolean" + }, + "enableAtomWorkerWarmup": { + "type": "boolean" + }, + "flowControlParallelProcessTypeOverride": { + "type": "string", + "enum": [ + "NONE", + "THREADS", + "PROCESSES" + ] + }, + "httpRequestRate": { + "type": "integer", + "format": "int32" + }, + "httpWorkload": { + "type": "string", + "enum": [ + "GENERAL", + "LOW_LATENCY_DEBUG", + "LOW_LATENCY" + ] + }, + "listenerMaxConcurrentExecutions": { + "type": "integer", + "format": "int32" + }, + "maxConnectorTrackDocs": { + "type": "integer", + "format": "int32" + }, + "minNumberofAtomWorkers": { + "type": "integer", + "format": "int32" + }, + "numberofAtomWorkers": { + "type": "integer", + "format": "int32" + }, + "queueIncomingMessageRateLimit": { + "type": "integer", + "format": "int32" + }, + "sessionId": { + "type": "string" + }, + "statusCode": { + "type": "integer", + "format": "int32" + }, + "testModeMaxDocBytes": { + "type": "integer", + "format": "int64" + }, + "testModeMaxDocs": { + "type": "integer", + "format": "int32" + }, + "workerElasticScalingThreshold": { + "type": "integer", + "format": "int32" + }, + "workerMaxExecutionTime": { + "type": "integer", + "format": "int64" + }, + "workerMaxGeneralExecutionTime": { + "type": "integer", + "format": "int64" + }, + "workerMaxQueuedExecutions": { + "type": "integer", + "format": "int32" + }, + "workerMaxRunningExecutions": { + "type": "integer", + "format": "int32" + }, + "workerQueuedExecutionTimeout": { + "type": "integer", + "format": "int64" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/AccountCloudAttachmentProperties/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an AccountCloudAttachmentProperties object by identifier.", + "operationId": "AsyncGetAccountCloudAttachmentProperties", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "asyncToken", + "responseStatusCode" + ], + "type": "object", + "properties": { + "asyncToken": { + "required": [ + "token" + ], + "type": "object", + "properties": { + "token": { + "type": "string" + } + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/AtomCounters/response/{token}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an AtomCounters object by identifier.", + "operationId": "AsyncTokenAtomCounters", + "parameters": [ + { + "name": "token", + "in": "path", + "description": "Takes in the token from a previous call to return a result.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "responseStatusCode": { + "type": "integer", + "format": "int32" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "counter": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/AtomCounters/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an AtomCounters object by identifier.", + "operationId": "AsyncGetAtomCounters", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "asyncToken", + "responseStatusCode" + ], + "type": "object", + "properties": { + "asyncToken": { + "required": [ + "token" + ], + "type": "object", + "properties": { + "token": { + "type": "string" + } + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/AtomDiskSpace/response/{token}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an AtomDiskSpace object by identifier.", + "operationId": "AsyncTokenAtomDiskSpace", + "parameters": [ + { + "name": "token", + "in": "path", + "description": "Takes in the token from a previous call to return a result.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "responseStatusCode": { + "type": "integer", + "format": "int32" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "DiskSpaceDirectory": { + "type": "array", + "items": { + "type": "object" + } + }, + "quotaLimit": { + "type": "string" + }, + "rawQuotaLimit": { + "type": "integer", + "format": "int64" + }, + "rawTotalSize": { + "type": "integer", + "format": "int64" + }, + "totalSize": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/AtomDiskSpace/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an AtomDiskSpace object by identifier.", + "operationId": "AsyncGetAtomDiskSpace", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "asyncToken", + "responseStatusCode" + ], + "type": "object", + "properties": { + "asyncToken": { + "required": [ + "token" + ], + "type": "object", + "properties": { + "token": { + "type": "string" + } + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/AtomSecurityPolicies/response/{token}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an AtomSecurityPolicies object by identifier.", + "operationId": "AsyncTokenAtomSecurityPolicies", + "parameters": [ + { + "name": "token", + "in": "path", + "description": "Takes in the token from a previous call to return a result.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "responseStatusCode": { + "type": "integer", + "format": "int32" + }, + "result": { + "type": "array", + "items": { + "required": [ + "atomId", + "common" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "browser": { + "type": "object" + }, + "common": { + "type": "object" + }, + "runner": { + "type": "object" + }, + "worker": { + "type": "object" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/AtomSecurityPolicies/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an AtomSecurityPolicies object by identifier.", + "operationId": "AsyncGetAtomSecurityPolicies", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "asyncToken", + "responseStatusCode" + ], + "type": "object", + "properties": { + "asyncToken": { + "required": [ + "token" + ], + "type": "object", + "properties": { + "token": { + "type": "string" + } + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/ListQueues/response/{token}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves a ListQueues object by identifier.", + "operationId": "AsyncTokenListQueues", + "parameters": [ + { + "name": "token", + "in": "path", + "description": "Takes in the token from a previous call to return a result.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "responseStatusCode": { + "type": "integer", + "format": "int32" + }, + "result": { + "type": "array", + "items": { + "type": "object", + "properties": { + "QueueRecord": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/ListQueues/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves a ListQueues object by identifier.", + "operationId": "AsyncGetListQueues", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "asyncToken", + "responseStatusCode" + ], + "type": "object", + "properties": { + "asyncToken": { + "required": [ + "token" + ], + "type": "object", + "properties": { + "token": { + "type": "string" + } + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/ListenerStatus/query": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves a ListenerStatus object by identifier.", + "operationId": "AsyncGetListenerStatus", + "requestBody": { + "description": " Possible properties include: listenerId, containerId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "asyncToken", + "responseStatusCode" + ], + "type": "object", + "properties": { + "asyncToken": { + "required": [ + "token" + ], + "type": "object", + "properties": { + "token": { + "type": "string" + } + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/ListenerStatus/response/{token}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves a ListenerStatus object by identifier.", + "operationId": "AsyncTokenListenerStatus", + "parameters": [ + { + "name": "token", + "in": "path", + "description": "Takes in the token from a previous call to return a result.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "responseStatusCode": { + "type": "integer", + "format": "int32" + }, + "result": { + "type": "array", + "items": { + "required": [ + "listenerId", + "status" + ], + "type": "object", + "properties": { + "connectorType": { + "type": "string" + }, + "listenerId": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/PersistedProcessProperties/response/{token}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves a PersistedProcessProperties object by identifier.", + "operationId": "AsyncTokenPersistedProcessProperties", + "parameters": [ + { + "name": "token", + "in": "path", + "description": "Takes in the token from a previous call to return a result.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32" + }, + "responseStatusCode": { + "type": "integer", + "format": "int32" + }, + "result": { + "type": "array", + "items": { + "required": [ + "atomId" + ], + "type": "object", + "properties": { + "Process": { + "type": "array", + "items": { + "type": "object" + } + }, + "atomId": { + "type": "string" + } + } + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/PersistedProcessProperties/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves a PersistedProcessProperties object by identifier.", + "operationId": "AsyncGetPersistedProcessProperties", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "asyncToken", + "responseStatusCode" + ], + "type": "object", + "properties": { + "asyncToken": { + "required": [ + "token" + ], + "type": "object", + "properties": { + "token": { + "type": "string" + } + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32" + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + } + }, + "components": { + "schemas": {}, + "responses": { + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "headers": { + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + }, + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + } + }, + "securitySchemes": { + "basicAuth": { + "type": "http", + "scheme": "basic" + } + } + } +} \ No newline at end of file diff --git a/server/node-service/src/plugins/boomi/index.ts b/server/node-service/src/plugins/boomi/index.ts new file mode 100644 index 000000000..86f5554d3 --- /dev/null +++ b/server/node-service/src/plugins/boomi/index.ts @@ -0,0 +1,80 @@ +import { readYaml } from "../../common/util"; +import _ from "lodash"; +import path from "path"; +import { OpenAPIV3, OpenAPI } from "openapi-types"; +import { ConfigToType, DataSourcePlugin } from "lowcoder-sdk/dataSource"; +import { runOpenApi } from "../openApi"; +import { parseOpenApi, ParseOpenApiOptions } from "../openApi/parse"; + +import spec from './boomi.spec.json'; + +const dataSourceConfig = { + type: "dataSource", + params: [ + { + key: "serverURL", + type: "textInput", + label: "Boomi API URL", + rules: [{ required: true, message: "The Boomi API url is required" }], + placeholder: "https://api.boomi.com/api/rest/v1//", + }, + { + "type": "groupTitle", + "key": "basicAuth", + "label": "HTTP Basic Auth" + }, + { + "type": "textInput", + "key": "basicAuth.username", + "label": "Username", + "tooltip": "Basic auth username", + "placeholder": "" + }, + { + "type": "password", + "key": "basicAuth.password", + "label": "Password", + "tooltip": "Basic auth password", + "placeholder": "" + } +] +} as const; + +const parseOptions: ParseOpenApiOptions = { + actionLabel: (method: string, path: string, operation: OpenAPI.Operation) => { + return _.upperFirst(operation.operationId || ""); + }, +}; + +type DataSourceConfigType = ConfigToType; + +const boomiPlugin: DataSourcePlugin = { + id: "boomi", + name: "Boomi", + icon: "boomi.svg", + category: "Workflow", + dataSourceConfig, + queryConfig: async () => { + const { actions, categories } = await parseOpenApi(spec as unknown as OpenAPI.Document, parseOptions); + return { + type: "query", + label: "Action", + categories: { + label: "Resources", + items: categories, + }, + actions, + }; + }, + run: function (actionData, dataSourceConfig): Promise { + const { serverURL, ...otherDataSourceConfig } = dataSourceConfig; + const runApiDsConfig = { + url: "", + serverURL: "", + dynamicParamsConfig: otherDataSourceConfig, + }; + return runOpenApi(actionData, runApiDsConfig, spec as OpenAPIV3.Document); + }, +}; + +export default boomiPlugin; diff --git a/server/node-service/src/plugins/index.ts b/server/node-service/src/plugins/index.ts index 22d0d8a23..6c4cd8281 100644 --- a/server/node-service/src/plugins/index.ts +++ b/server/node-service/src/plugins/index.ts @@ -39,6 +39,7 @@ import postmanEchoPlugin from "./postmanEcho"; import lowcoderPlugin from "./lowcoder"; import supabaseApiPlugin from "./supabaseApi"; import firebirdsqlPlugin from "./firebirdsql"; +import boomiPlugin from "./boomi"; let plugins: (DataSourcePlugin | DataSourcePluginFactory)[] = [ @@ -77,6 +78,7 @@ let plugins: (DataSourcePlugin | DataSourcePluginFactory)[] = [ // Workflow n8nPlugin, + boomiPlugin, // Messaging twilioPlugin, diff --git a/server/node-service/src/static/plugin-icons/boomi.svg b/server/node-service/src/static/plugin-icons/boomi.svg new file mode 100644 index 000000000..6deb44386 --- /dev/null +++ b/server/node-service/src/static/plugin-icons/boomi.svg @@ -0,0 +1 @@ + \ No newline at end of file From c35cc2ad081fbb9df17444939e9459bc6c8957c5 Mon Sep 17 00:00:00 2001 From: FalkWolsky Date: Wed, 9 Oct 2024 18:00:47 +0200 Subject: [PATCH 2/4] Boomi as DataSource --- .../src/plugins/boomi/boomi.spec.json | 201649 ++++++++++++--- .../node-service/src/plugins/boomi/index.ts | 1 + server/node-service/yarn.lock | 841 +- 3 files changed, 161578 insertions(+), 40913 deletions(-) diff --git a/server/node-service/src/plugins/boomi/boomi.spec.json b/server/node-service/src/plugins/boomi/boomi.spec.json index c5334bc29..c26ccbac3 100644 --- a/server/node-service/src/plugins/boomi/boomi.spec.json +++ b/server/node-service/src/plugins/boomi/boomi.spec.json @@ -1,43104 +1,163759 @@ { "openapi": "3.0.1", "info": { - "title": "AtomSphere Platform API", - "description": "The AtomSphere Platform API allows for control of many objects associated with your account.", - "contact": { - "name": "Customer Support", - "url": "https://community.boomi.com/s/support", - "email": "support@boomi.com" - }, - "license": { - "name": "Boomi API License", - "url": "https://help.boomi.com/bundle/about/page/atm-API_licensing.html" - }, - "version": "1.0.0" + "title": "AtomSphere Platform API", + "description": "The AtomSphere Platform API allows for control of many objects associated with your account.", + "contact": { + "name": "Customer Support", + "url": "https://community.boomi.com/s/support", + "email": "support@boomi.com" + }, + "license": { + "name": "Boomi API License", + "url": "https://help.boomi.com/bundle/about/page/atm-API_licensing.html" + }, + "version": "1.0.0" }, "servers": [ - { - "url": "https://api.boomi.com/api/rest/v1/{accountId}", - "description": "Boomi API Endpoint URL", - "variables": { - "accountId": { - "description": "The Account id to make this request as.", - "default": "atomsphere_account_ID" - } + { + "url": "https://api.boomi.com/api/rest/v1/{accountId}", + "description": "Boomi API Endpoint URL", + "variables": { + "accountId": { + "description": "The Account id to make this request as.", + "default": "hannoverrckse-S4QY6A" + } + } } - } ], "tags": [ - { - "name": "account" - }, - { - "name": "atom" - }, - { - "name": "component" - }, - { - "name": "deployment" - }, - { - "name": "documentTracking" - }, - { - "name": "environment" - }, - { - "name": "execution" - }, - { - "name": "executionStatistic" - }, - { - "name": "integrationpack" - } + { + "name": "account" + }, + { + "name": "atom" + }, + { + "name": "component" + }, + { + "name": "deployment" + }, + { + "name": "documentTracking" + }, + { + "name": "environment" + }, + { + "name": "execution" + }, + { + "name": "executionStatistic" + }, + { + "name": "integrationpack" + } ], "paths": { - "/AS2ConnectorRecord/query": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Queries for an AS2ConnectorRecord object(s).", - "operationId": "QueryAS2ConnectorRecord", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + "/AS2ConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for an AS2ConnectorRecord object(s).", + "operationId": "QueryAS2ConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string" - }, - "ackStatus": { - "type": "string" - }, - "actionType": { - "type": "string" - }, - "as2FromId": { - "type": "string" - }, - "as2ToId": { - "type": "string" - }, - "atomId": { - "type": "string" - }, - "connectorName": { - "type": "string" - }, - "connectorType": { - "type": "string" - }, - "contentLength": { - "type": "string" - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time" - }, - "documentIndex": { - "type": "integer", - "format": "int32" - }, - "errorMessage": { - "type": "string" - }, - "executionId": { - "type": "string" - }, - "filename": { - "type": "string" - }, - "id": { - "type": "string" - }, - "mdnMessage": { - "type": "string" - }, - "messageId": { - "type": "string" - }, - "mimetype": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "operationName": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "size": { - "type": "integer", - "format": "int64" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "subject": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "as2FromId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "as2ToId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "contentLength": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "filename": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "mdnMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "mimetype": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "subject": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "successful": { - "type": "boolean" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "as2FromId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "as2ToId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "contentLength": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "filename": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "mdnMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "mimetype": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "subject": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AS2ConnectorRecord/queryMore": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Retrieves additional results for an AS2ConnectorRecord query.", - "operationId": "QueryMoreAS2ConnectorRecord", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AS2ConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for an AS2ConnectorRecord query.", + "operationId": "QueryMoreAS2ConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string" - }, - "ackStatus": { - "type": "string" - }, - "actionType": { - "type": "string" - }, - "as2FromId": { - "type": "string" - }, - "as2ToId": { - "type": "string" - }, - "atomId": { - "type": "string" - }, - "connectorName": { - "type": "string" - }, - "connectorType": { - "type": "string" - }, - "contentLength": { - "type": "string" - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time" - }, - "documentIndex": { - "type": "integer", - "format": "int32" - }, - "errorMessage": { - "type": "string" - }, - "executionId": { - "type": "string" - }, - "filename": { - "type": "string" - }, - "id": { - "type": "string" - }, - "mdnMessage": { - "type": "string" - }, - "messageId": { - "type": "string" - }, - "mimetype": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "operationName": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "size": { - "type": "integer", - "format": "int64" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "subject": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "as2FromId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "as2ToId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "contentLength": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "filename": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "mdnMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "mimetype": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "subject": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "successful": { - "type": "boolean" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "as2FromId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "as2ToId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "contentLength": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "filename": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "mdnMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "mimetype": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "subject": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/Account/bulk": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves multiple Account objects by identifier.", - "operationId": "BulkAccount", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/Account/bulk": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves multiple Account objects by identifier.", + "operationId": "BulkAccount", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "dateCreated": { - "type": "string" - }, - "expirationDate": { - "type": "string" - }, - "licensing": { - "type": "object" - }, - "molecule": { - "type": "object" - }, - "name": { - "type": "string" - }, - "overDeployed": { - "type": "boolean" - }, - "status": { - "type": "string", - "enum": [ - "trial", - "active", - "suspended", - "deleted", - "unlimited" - ] - }, - "suggestionsEnabled": { - "type": "boolean" - }, - "supportAccess": { - "type": "boolean" - }, - "supportLevel": { - "type": "string", - "enum": [ - "standard", - "premier" - ] - }, - "widgetAccount": { - "type": "boolean" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" - }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "errorMessage": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Account/query": { - "post": { - "tags": [ - "account" - ], - "summary": "Queries for an Account object(s).", - "operationId": "QueryAccount", - "requestBody": { - "description": " Possible properties include: ACCOUNTID, DATECREATED, EXPIRATIONDATE, NAME, STATUS, WIDGETACCOUNT, OVERDEPLOYED", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateCreated": { + "type": "string", + "xml": { + "attribute": true + } + }, + "expirationDate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "licensing": { + "type": "object" + }, + "molecule": { + "type": "object" + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "overDeployed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "trial", + "active", + "suspended", + "deleted", + "unlimited" + ] + }, + "suggestionsEnabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "supportAccess": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "supportLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "standard", + "premier" + ] + }, + "widgetAccount": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - { - "type": "object" + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateCreated": { + "type": "string", + "xml": { + "attribute": true + } + }, + "expirationDate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "licensing": { + "type": "object" + }, + "molecule": { + "type": "object" + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "overDeployed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "trial", + "active", + "suspended", + "deleted", + "unlimited" + ] + }, + "suggestionsEnabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "supportAccess": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "supportLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "standard", + "premier" + ] + }, + "widgetAccount": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - ] } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Account/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for an Account object(s).", + "operationId": "QueryAccount", + "requestBody": { + "description": " Possible properties include: ACCOUNTID, DATECREATED, EXPIRATIONDATE, NAME, STATUS, WIDGETACCOUNT, OVERDEPLOYED", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "dateCreated": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "expirationDate": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateCreated": { + "type": "string", + "xml": { + "attribute": true + } + }, + "expirationDate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "licensing": { + "type": "object" + }, + "molecule": { + "type": "object" + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "overDeployed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "trial", + "active", + "suspended", + "deleted", + "unlimited" + ] + }, + "suggestionsEnabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "supportAccess": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "supportLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "standard", + "premier" + ] + }, + "widgetAccount": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "licensing": { - "type": "object" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateCreated": { + "type": "string", + "xml": { + "attribute": true + } + }, + "expirationDate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "licensing": { + "type": "object" + }, + "molecule": { + "type": "object" + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "overDeployed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "trial", + "active", + "suspended", + "deleted", + "unlimited" + ] + }, + "suggestionsEnabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "supportAccess": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "supportLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "standard", + "premier" + ] + }, + "widgetAccount": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Account/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for an Account query.", + "operationId": "QueryMoreAccount", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "molecule": { - "type": "object" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "name": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "overDeployed": { - "type": "boolean" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateCreated": { + "type": "string", + "xml": { + "attribute": true + } + }, + "expirationDate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "licensing": { + "type": "object" + }, + "molecule": { + "type": "object" + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "overDeployed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "trial", + "active", + "suspended", + "deleted", + "unlimited" + ] + }, + "suggestionsEnabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "supportAccess": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "supportLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "standard", + "premier" + ] + }, + "widgetAccount": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "status": { - "type": "string", - "enum": [ - "trial", - "active", - "suspended", - "deleted", - "unlimited" - ] + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateCreated": { + "type": "string", + "xml": { + "attribute": true + } + }, + "expirationDate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "licensing": { + "type": "object" + }, + "molecule": { + "type": "object" + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "overDeployed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "trial", + "active", + "suspended", + "deleted", + "unlimited" + ] + }, + "suggestionsEnabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "supportAccess": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "supportLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "standard", + "premier" + ] + }, + "widgetAccount": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Account/{id}": { + "get": { + "tags": [ + "account" + ], + "summary": "Retrieves an instance of an Account object.", + "operationId": "GetAccount", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "suggestionsEnabled": { - "type": "boolean" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "supportAccess": { - "type": "boolean" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "supportLevel": { - "type": "string", - "enum": [ - "standard", - "premier" - ] + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateCreated": { + "type": "string", + "xml": { + "attribute": true + } + }, + "expirationDate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "licensing": { + "type": "object", + "properties": { + "enterprise": { + "type": "object" + }, + "enterpriseTest": { + "type": "object" + }, + "smallBusiness": { + "type": "object" + }, + "smallBusinessTest": { + "type": "object" + }, + "standard": { + "type": "object" + }, + "standardTest": { + "type": "object" + }, + "tradingPartner": { + "type": "object" + }, + "tradingPartnerTest": { + "type": "object" + } + } + }, + "molecule": { + "type": "object", + "properties": { + "purchased": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "used": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "overDeployed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "trial", + "active", + "suspended", + "deleted", + "unlimited" + ] + }, + "suggestionsEnabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "supportAccess": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "supportLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "standard", + "premier" + ] + }, + "widgetAccount": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + } }, - "widgetAccount": { - "type": "boolean" + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateCreated": { + "type": "string", + "xml": { + "attribute": true + } + }, + "expirationDate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "licensing": { + "type": "object", + "properties": { + "enterprise": { + "type": "object" + }, + "enterpriseTest": { + "type": "object" + }, + "smallBusiness": { + "type": "object" + }, + "smallBusinessTest": { + "type": "object" + }, + "standard": { + "type": "object" + }, + "standardTest": { + "type": "object" + }, + "tradingPartner": { + "type": "object" + }, + "tradingPartnerTest": { + "type": "object" + } + } + }, + "molecule": { + "type": "object", + "properties": { + "purchased": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "used": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "overDeployed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "trial", + "active", + "suspended", + "deleted", + "unlimited" + ] + }, + "suggestionsEnabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "supportAccess": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "supportLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "standard", + "premier" + ] + }, + "widgetAccount": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Account/queryMore": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves additional results for an Account query.", - "operationId": "QueryMoreAccount", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountCloudAttachmentProperties/{id}": { + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates an AccountCloudAttachmentProperties object.", + "operationId": "UpdateAccountCloudAttachmentProperties", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountDiskUsage": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "as2Workload": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GENERAL", + "LOW_LATENCY_DEBUG" + ] + }, + "atomInputSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "atomOutputOverflowSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "atomWorkingOverflowSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "cloudAccountExecutionLimit": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "cloudAccountExecutionWarningOffset": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "downloadRunnerlogs": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "enableAccountDataArchiving": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "enableAtomWorkerWarmup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "flowControlParallelProcessTypeOverride": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "THREADS", + "PROCESSES" + ] + }, + "httpRequestRate": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpWorkload": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GENERAL", + "LOW_LATENCY_DEBUG", + "LOW_LATENCY" + ] + }, + "listenerMaxConcurrentExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "maxConnectorTrackDocs": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "minNumberofAtomWorkers": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "numberofAtomWorkers": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queueIncomingMessageRateLimit": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "sessionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "testModeMaxDocBytes": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "testModeMaxDocs": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerElasticScalingThreshold": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerMaxExecutionTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "workerMaxGeneralExecutionTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "workerMaxQueuedExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerMaxRunningExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerQueuedExecutionTimeout": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountDiskUsage": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "as2Workload": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GENERAL", + "LOW_LATENCY_DEBUG" + ] + }, + "atomInputSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "atomOutputOverflowSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "atomWorkingOverflowSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "cloudAccountExecutionLimit": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "cloudAccountExecutionWarningOffset": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "downloadRunnerlogs": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "enableAccountDataArchiving": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "enableAtomWorkerWarmup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "flowControlParallelProcessTypeOverride": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "THREADS", + "PROCESSES" + ] + }, + "httpRequestRate": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpWorkload": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GENERAL", + "LOW_LATENCY_DEBUG", + "LOW_LATENCY" + ] + }, + "listenerMaxConcurrentExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "maxConnectorTrackDocs": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "minNumberofAtomWorkers": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "numberofAtomWorkers": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queueIncomingMessageRateLimit": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "sessionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "testModeMaxDocBytes": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "testModeMaxDocs": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerElasticScalingThreshold": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerMaxExecutionTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "workerMaxGeneralExecutionTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "workerMaxQueuedExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerMaxRunningExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerQueuedExecutionTimeout": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "dateCreated": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "expirationDate": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountDiskUsage": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "as2Workload": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GENERAL", + "LOW_LATENCY_DEBUG" + ] + }, + "atomInputSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "atomOutputOverflowSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "atomWorkingOverflowSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "cloudAccountExecutionLimit": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "cloudAccountExecutionWarningOffset": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "downloadRunnerlogs": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "enableAccountDataArchiving": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "enableAtomWorkerWarmup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "flowControlParallelProcessTypeOverride": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "THREADS", + "PROCESSES" + ] + }, + "httpRequestRate": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpWorkload": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GENERAL", + "LOW_LATENCY_DEBUG", + "LOW_LATENCY" + ] + }, + "listenerMaxConcurrentExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "maxConnectorTrackDocs": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "minNumberofAtomWorkers": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "numberofAtomWorkers": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queueIncomingMessageRateLimit": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "sessionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "testModeMaxDocBytes": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "testModeMaxDocs": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerElasticScalingThreshold": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerMaxExecutionTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "workerMaxGeneralExecutionTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "workerMaxQueuedExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerMaxRunningExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerQueuedExecutionTimeout": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } }, - "licensing": { - "type": "object" + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountDiskUsage": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "as2Workload": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GENERAL", + "LOW_LATENCY_DEBUG" + ] + }, + "atomInputSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "atomOutputOverflowSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "atomWorkingOverflowSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "cloudAccountExecutionLimit": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "cloudAccountExecutionWarningOffset": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "downloadRunnerlogs": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "enableAccountDataArchiving": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "enableAtomWorkerWarmup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "flowControlParallelProcessTypeOverride": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "THREADS", + "PROCESSES" + ] + }, + "httpRequestRate": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpWorkload": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GENERAL", + "LOW_LATENCY_DEBUG", + "LOW_LATENCY" + ] + }, + "listenerMaxConcurrentExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "maxConnectorTrackDocs": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "minNumberofAtomWorkers": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "numberofAtomWorkers": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queueIncomingMessageRateLimit": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "sessionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "testModeMaxDocBytes": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "testModeMaxDocs": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerElasticScalingThreshold": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerMaxExecutionTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "workerMaxGeneralExecutionTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "workerMaxQueuedExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerMaxRunningExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerQueuedExecutionTimeout": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountCloudAttachmentQuota": { + "post": { + "tags": [ + "atom" + ], + "summary": "Creates an AccountCloudAttachmentQuota object.", + "operationId": "CreateAccountCloudAttachmentQuota", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxAtomAttachment": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxAtomAttachment": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "molecule": { - "type": "object" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "name": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "overDeployed": { - "type": "boolean" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxAtomAttachment": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } }, - "status": { - "type": "string", - "enum": [ - "trial", - "active", - "suspended", - "deleted", - "unlimited" - ] + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxAtomAttachment": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountCloudAttachmentQuota/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple AccountCloudAttachmentQuota objects by identifier.", + "operationId": "BulkAccountCloudAttachmentQuota", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "suggestionsEnabled": { - "type": "boolean" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "supportAccess": { - "type": "boolean" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "supportLevel": { - "type": "string", - "enum": [ - "standard", - "premier" - ] + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxAtomAttachment": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "widgetAccount": { - "type": "boolean" + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxAtomAttachment": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Account/{id}": { - "get": { - "tags": [ - "account" - ], - "summary": "Retrieves an instance of an Account object.", - "operationId": "GetAccount", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "dateCreated": { - "type": "string" - }, - "expirationDate": { - "type": "string" - }, - "licensing": { - "type": "object", - "properties": { - "enterprise": { - "type": "object" - }, - "enterpriseTest": { - "type": "object" - }, - "smallBusiness": { - "type": "object" - }, - "smallBusinessTest": { - "type": "object" - }, - "standard": { - "type": "object" - }, - "standardTest": { - "type": "object" - }, - "tradingPartner": { - "type": "object" - }, - "tradingPartnerTest": { - "type": "object" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountCloudAttachmentQuota/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of an AccountCloudAttachmentQuota object.", + "operationId": "GetAccountCloudAttachmentQuota", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" } - }, - "molecule": { - "type": "object", - "properties": { - "purchased": { - "type": "integer", - "format": "int32" - }, - "used": { - "type": "integer", - "format": "int32" - } - } - }, - "name": { - "type": "string" - }, - "overDeployed": { - "type": "boolean" - }, - "status": { - "type": "string", - "enum": [ - "trial", - "active", - "suspended", - "deleted", - "unlimited" - ] - }, - "suggestionsEnabled": { - "type": "boolean" - }, - "supportAccess": { - "type": "boolean" - }, - "supportLevel": { - "type": "string", - "enum": [ - "standard", - "premier" - ] - }, - "widgetAccount": { - "type": "boolean" - } } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountCloudAttachmentProperties/{id}": { - "post": { - "tags": [ - "atom" - ], - "summary": "Modifies or updates an AccountCloudAttachmentProperties object.", - "operationId": "UpdateAccountCloudAttachmentProperties", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountDiskUsage": { - "type": "integer", - "format": "int64" - }, - "as2Workload": { - "type": "string", - "enum": [ - "GENERAL", - "LOW_LATENCY_DEBUG" - ] + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxAtomAttachment": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxAtomAttachment": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + } }, - "atomInputSize": { - "type": "integer", - "format": "int64" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "atomOutputOverflowSize": { - "type": "integer", - "format": "int64" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "atomWorkingOverflowSize": { - "type": "integer", - "format": "int64" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates an AccountCloudAttachmentQuota object.", + "operationId": "UpdateAccountCloudAttachmentQuota", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxAtomAttachment": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxAtomAttachment": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } }, - "cloudAccountExecutionLimit": { - "type": "integer", - "format": "int32" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxAtomAttachment": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxAtomAttachment": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + } }, - "cloudAccountExecutionWarningOffset": { - "type": "integer", - "format": "int32" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "containerId": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "downloadRunnerlogs": { - "type": "boolean" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "atom" + ], + "summary": "Deletes an AccountCloudAttachmentQuota object.", + "operationId": "DeleteAccountCloudAttachmentQuota", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } }, - "enableAccountDataArchiving": { - "type": "boolean" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "enableAtomWorkerWarmup": { - "type": "boolean" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "flowControlParallelProcessTypeOverride": { - "type": "string", - "enum": [ - "NONE", - "THREADS", - "PROCESSES" - ] + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroup": { + "post": { + "tags": [ + "account" + ], + "summary": "Creates an AccountGroup object.", + "operationId": "CreateAccountGroup", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "autoSubscribeAlertLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "autoSubscribeAlertLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } }, - "httpRequestRate": { - "type": "integer", - "format": "int32" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "autoSubscribeAlertLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "autoSubscribeAlertLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } }, - "httpWorkload": { - "type": "string", - "enum": [ - "GENERAL", - "LOW_LATENCY_DEBUG", - "LOW_LATENCY" - ] + "403": { + "description": "Missing or incorrect authentication credentials." }, - "listenerMaxConcurrentExecutions": { - "type": "integer", - "format": "int32" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "maxConnectorTrackDocs": { - "type": "integer", - "format": "int32" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroup/bulk": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves multiple AccountGroup objects by identifier.", + "operationId": "BulkAccountGroup", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } }, - "minNumberofAtomWorkers": { - "type": "integer", - "format": "int32" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "autoSubscribeAlertLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "autoSubscribeAlertLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "numberofAtomWorkers": { - "type": "integer", - "format": "int32" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "queueIncomingMessageRateLimit": { - "type": "integer", - "format": "int32" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "sessionId": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroup/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for an AccountGroup object(s).", + "operationId": "QueryAccountGroup", + "requestBody": { + "description": " Possible properties include: id, accountId, name, defaultGroup, autoSubscribeAlertLevel", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "autoSubscribeAlertLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "autoSubscribeAlertLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "testModeMaxDocBytes": { - "type": "integer", - "format": "int64" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "testModeMaxDocs": { - "type": "integer", - "format": "int32" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "workerElasticScalingThreshold": { - "type": "integer", - "format": "int32" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroup/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for an AccountGroup query.", + "operationId": "QueryMoreAccountGroup", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } }, - "workerMaxExecutionTime": { - "type": "integer", - "format": "int64" + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "autoSubscribeAlertLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "autoSubscribeAlertLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "workerMaxGeneralExecutionTime": { - "type": "integer", - "format": "int64" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "workerMaxQueuedExecutions": { - "type": "integer", - "format": "int32" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "workerMaxRunningExecutions": { - "type": "integer", - "format": "int32" - }, - "workerQueuedExecutionTimeout": { - "type": "integer", - "format": "int64" - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountDiskUsage": { - "type": "integer", - "format": "int64" - }, - "as2Workload": { - "type": "string", - "enum": [ - "GENERAL", - "LOW_LATENCY_DEBUG" - ] - }, - "atomInputSize": { - "type": "integer", - "format": "int64" - }, - "atomOutputOverflowSize": { - "type": "integer", - "format": "int64" - }, - "atomWorkingOverflowSize": { - "type": "integer", - "format": "int64" - }, - "cloudAccountExecutionLimit": { - "type": "integer", - "format": "int32" - }, - "cloudAccountExecutionWarningOffset": { - "type": "integer", - "format": "int32" - }, - "containerId": { - "type": "string" - }, - "downloadRunnerlogs": { - "type": "boolean" - }, - "enableAccountDataArchiving": { - "type": "boolean" - }, - "enableAtomWorkerWarmup": { - "type": "boolean" - }, - "flowControlParallelProcessTypeOverride": { - "type": "string", - "enum": [ - "NONE", - "THREADS", - "PROCESSES" - ] - }, - "httpRequestRate": { - "type": "integer", - "format": "int32" - }, - "httpWorkload": { - "type": "string", - "enum": [ - "GENERAL", - "LOW_LATENCY_DEBUG", - "LOW_LATENCY" - ] - }, - "listenerMaxConcurrentExecutions": { - "type": "integer", - "format": "int32" - }, - "maxConnectorTrackDocs": { - "type": "integer", - "format": "int32" - }, - "minNumberofAtomWorkers": { - "type": "integer", - "format": "int32" - }, - "numberofAtomWorkers": { - "type": "integer", - "format": "int32" - }, - "queueIncomingMessageRateLimit": { - "type": "integer", - "format": "int32" - }, - "sessionId": { - "type": "string" - }, - "statusCode": { - "type": "integer", - "format": "int32" - }, - "testModeMaxDocBytes": { - "type": "integer", - "format": "int64" - }, - "testModeMaxDocs": { - "type": "integer", - "format": "int32" - }, - "workerElasticScalingThreshold": { - "type": "integer", - "format": "int32" - }, - "workerMaxExecutionTime": { - "type": "integer", - "format": "int64" - }, - "workerMaxGeneralExecutionTime": { - "type": "integer", - "format": "int64" - }, - "workerMaxQueuedExecutions": { - "type": "integer", - "format": "int32" - }, - "workerMaxRunningExecutions": { - "type": "integer", - "format": "int32" - }, - "workerQueuedExecutionTimeout": { - "type": "integer", - "format": "int64" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + ] } - ] - } - }, - "/AccountCloudAttachmentQuota": { - "post": { - "tags": [ - "atom" - ], - "summary": "Creates an AccountCloudAttachmentQuota object.", - "operationId": "CreateAccountCloudAttachmentQuota", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string" + }, + "/AccountGroup/{id}": { + "get": { + "tags": [ + "account" + ], + "summary": "Retrieves an instance of an AccountGroup object.", + "operationId": "GetAccountGroup", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "autoSubscribeAlertLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "autoSubscribeAlertLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } }, - "cloudId": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "id": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "maxAtomAttachment": { - "type": "integer", - "format": "int32" - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "cloudId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "maxAtomAttachment": { - "type": "integer", - "format": "int32" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountCloudAttachmentQuota/bulk": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves multiple AccountCloudAttachmentQuota objects by identifier.", - "operationId": "BulkAccountCloudAttachmentQuota", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { + ] + }, + "post": { + "tags": [ + "account" + ], + "summary": "Modifies or updates an AccountGroup object.", + "operationId": "UpdateAccountGroup", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { "type": "string" - } } - } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "autoSubscribeAlertLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "autoSubscribeAlertLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } + "required": false }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "cloudId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "maxAtomAttachment": { - "type": "integer", - "format": "int32" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "autoSubscribeAlertLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "autoSubscribeAlertLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountCloudAttachmentQuota/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an instance of an AccountCloudAttachmentQuota object.", - "operationId": "GetAccountCloudAttachmentQuota", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "cloudId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "maxAtomAttachment": { - "type": "integer", - "format": "int32" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "post": { - "tags": [ - "atom" - ], - "summary": "Modifies or updates an AccountCloudAttachmentQuota object.", - "operationId": "UpdateAccountCloudAttachmentQuota", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string" }, - "cloudId": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "id": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "maxAtomAttachment": { - "type": "integer", - "format": "int32" - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "cloudId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "maxAtomAttachment": { - "type": "integer", - "format": "int32" - } + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "delete": { - "tags": [ - "atom" - ], - "summary": "Deletes an AccountCloudAttachmentQuota object.", - "operationId": "DeleteAccountCloudAttachmentQuota", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/AccountGroup": { - "post": { - "tags": [ - "account" - ], - "summary": "Creates an AccountGroup object.", - "operationId": "CreateAccountGroup", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string" + }, + "/AccountGroupAccount": { + "post": { + "tags": [ + "account" + ], + "summary": "Creates an AccountGroupAccount object.", + "operationId": "CreateAccountGroupAccount", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } }, - "autoSubscribeAlertLevel": { - "type": "string", - "enum": [ - "none", - "info", - "warning", - "error" - ] + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } }, - "defaultGroup": { - "type": "boolean" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "id": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "name": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "autoSubscribeAlertLevel": { - "type": "string", - "enum": [ - "none", - "info", - "warning", - "error" - ] - }, - "defaultGroup": { - "type": "boolean" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + ] } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountGroup/bulk": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves multiple AccountGroup objects by identifier.", - "operationId": "BulkAccountGroup", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/AccountGroupAccount/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for an AccountGroupAccount object(s).", + "operationId": "QueryAccountGroupAccount", + "requestBody": { + "description": " Possible properties include: accountGroupId, accountId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "autoSubscribeAlertLevel": { - "type": "string", - "enum": [ - "none", - "info", - "warning", - "error" - ] - }, - "defaultGroup": { - "type": "boolean" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/AccountGroup/query": { - "post": { - "tags": [ - "account" - ], - "summary": "Queries for an AccountGroup object(s).", - "operationId": "QueryAccountGroup", - "requestBody": { - "description": " Possible properties include: id, accountId, name, defaultGroup, autoSubscribeAlertLevel", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/AccountGroupAccount/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for an AccountGroupAccount query.", + "operationId": "QueryMoreAccountGroupAccount", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "autoSubscribeAlertLevel": { - "type": "string", - "enum": [ - "none", - "info", - "warning", - "error" - ] + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "defaultGroup": { - "type": "boolean" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "name": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountGroup/queryMore": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves additional results for an AccountGroup query.", - "operationId": "QueryMoreAccountGroup", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "autoSubscribeAlertLevel": { - "type": "string", - "enum": [ - "none", - "info", - "warning", - "error" - ] + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroupAccount/{id}": { + "delete": { + "tags": [ + "account" + ], + "summary": "Deletes an AccountGroupAccount object.", + "operationId": "DeleteAccountGroupAccount", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "defaultGroup": { - "type": "boolean" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "name": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountGroup/{id}": { - "get": { - "tags": [ - "account" - ], - "summary": "Retrieves an instance of an AccountGroup object.", - "operationId": "GetAccountGroup", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "autoSubscribeAlertLevel": { - "type": "string", - "enum": [ - "none", - "info", - "warning", - "error" - ] - }, - "defaultGroup": { - "type": "boolean" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "post": { - "tags": [ - "account" - ], - "summary": "Modifies or updates an AccountGroup object.", - "operationId": "UpdateAccountGroup", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "autoSubscribeAlertLevel": { - "type": "string", - "enum": [ - "none", - "info", - "warning", - "error" - ] }, - "defaultGroup": { - "type": "boolean" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "id": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "name": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "autoSubscribeAlertLevel": { - "type": "string", - "enum": [ - "none", - "info", - "warning", - "error" - ] - }, - "defaultGroup": { - "type": "boolean" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + ] } - ] - } - }, - "/AccountGroupAccount": { - "post": { - "tags": [ - "account" - ], - "summary": "Creates an AccountGroupAccount object.", - "operationId": "CreateAccountGroupAccount", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string" + }, + "/AccountGroupUserRole": { + "post": { + "tags": [ + "account" + ], + "summary": "Creates an AccountGroupUserRole object.", + "operationId": "CreateAccountGroupUserRole", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "firstName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lastName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "notifyUser": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "firstName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lastName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "notifyUser": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } }, - "accountId": { - "type": "string" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "firstName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lastName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "notifyUser": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "firstName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lastName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "notifyUser": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } }, - "id": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string" - }, - "accountId": { - "type": "string" - }, - "id": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + ] } - ] - } - }, - "/AccountGroupAccount/query": { - "post": { - "tags": [ - "account" - ], - "summary": "Queries for an AccountGroupAccount object(s).", - "operationId": "QueryAccountGroupAccount", - "requestBody": { - "description": " Possible properties include: accountGroupId, accountId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/AccountGroupUserRole/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for an AccountGroupUserRole object(s).", + "operationId": "QueryAccountGroupUserRole", + "requestBody": { + "description": " Possible properties include: accountGroupId, userId, roleId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "accountId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "firstName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lastName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "notifyUser": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "firstName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lastName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "notifyUser": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountGroupAccount/queryMore": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves additional results for an AccountGroupAccount query.", - "operationId": "QueryMoreAccountGroupAccount", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroupUserRole/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for an AccountGroupUserRole query.", + "operationId": "QueryMoreAccountGroupUserRole", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "accountId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "firstName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lastName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "notifyUser": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "firstName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lastName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "notifyUser": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountGroupAccount/{id}": { - "delete": { - "tags": [ - "account" - ], - "summary": "Deletes an AccountGroupAccount object.", - "operationId": "DeleteAccountGroupAccount", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountGroupUserRole": { - "post": { - "tags": [ - "account" - ], - "summary": "Creates an AccountGroupUserRole object.", - "operationId": "CreateAccountGroupUserRole", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string" - }, - "firstName": { - "type": "string" - }, - "id": { - "type": "string" - }, - "lastName": { - "type": "string" }, - "notifyUser": { - "type": "boolean" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "roleId": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "userId": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string" - }, - "firstName": { - "type": "string" - }, - "id": { - "type": "string" - }, - "lastName": { - "type": "string" - }, - "notifyUser": { - "type": "boolean" - }, - "roleId": { - "type": "string" - }, - "userId": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/AccountGroupUserRole/query": { - "post": { - "tags": [ - "account" - ], - "summary": "Queries for an AccountGroupUserRole object(s).", - "operationId": "QueryAccountGroupUserRole", - "requestBody": { - "description": " Possible properties include: accountGroupId, userId, roleId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] + }, + "/AccountGroupUserRole/{id}": { + "delete": { + "tags": [ + "account" + ], + "summary": "Deletes an AccountGroupUserRole object.", + "operationId": "DeleteAccountGroupUserRole", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" } - } } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string" - }, - "firstName": { - "type": "string" - }, - "id": { - "type": "string" - }, - "lastName": { - "type": "string" + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "notifyUser": { - "type": "boolean" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "roleId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "userId": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountGroupUserRole/queryMore": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves additional results for an AccountGroupUserRole query.", - "operationId": "QueryMoreAccountGroupUserRole", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountSSOConfig/bulk": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves multiple AccountSSOConfig objects by identifier.", + "operationId": "BulkAccountSSOConfig", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string" - }, - "firstName": { - "type": "string" - }, - "id": { - "type": "string" - }, - "lastName": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "notifyUser": { - "type": "boolean" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "roleId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "userId": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "assertionEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "authnContext": { + "type": "string", + "xml": { + "attribute": true + } + }, + "authnContextComparison": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certInfo": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fedIdFromNameId": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "idpUrl": { + "type": "string", + "xml": { + "attribute": true + } + }, + "nameIdPolicy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signoutRedirectUrl": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "assertionEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "authnContext": { + "type": "string", + "xml": { + "attribute": true + } + }, + "authnContextComparison": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certInfo": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fedIdFromNameId": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "idpUrl": { + "type": "string", + "xml": { + "attribute": true + } + }, + "nameIdPolicy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signoutRedirectUrl": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountGroupUserRole/{id}": { - "delete": { - "tags": [ - "account" - ], - "summary": "Deletes an AccountGroupUserRole object.", - "operationId": "DeleteAccountGroupUserRole", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/AccountSSOConfig/bulk": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves multiple AccountSSOConfig objects by identifier.", - "operationId": "BulkAccountSSOConfig", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { + }, + "/AccountSSOConfig/{id}": { + "get": { + "tags": [ + "account" + ], + "summary": "Retrieves an instance of an AccountSSOConfig object.", + "operationId": "GetAccountSSOConfig", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { "type": "string" - } } - } - }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "assertionEncryption": { - "type": "boolean" - }, - "authnContext": { - "type": "string" - }, - "authnContextComparison": { - "type": "string" - }, - "certInfo": { - "type": "string" - }, - "certificate": { - "type": "array", - "items": { - "type": "string", - "format": "byte" - } - }, - "enabled": { - "type": "boolean" - }, - "fedIdFromNameId": { - "type": "boolean" - }, - "idpUrl": { - "type": "string" - }, - "nameIdPolicy": { - "type": "string" - }, - "signoutRedirectUrl": { - "type": "string" + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "assertionEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "authnContext": { + "type": "string", + "xml": { + "attribute": true + } + }, + "authnContextComparison": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certInfo": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fedIdFromNameId": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "idpUrl": { + "type": "string", + "xml": { + "attribute": true + } + }, + "nameIdPolicy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signoutRedirectUrl": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "assertionEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "authnContext": { + "type": "string", + "xml": { + "attribute": true + } + }, + "authnContextComparison": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certInfo": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fedIdFromNameId": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "idpUrl": { + "type": "string", + "xml": { + "attribute": true + } + }, + "nameIdPolicy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signoutRedirectUrl": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountSSOConfig/{id}": { - "get": { - "tags": [ - "account" - ], - "summary": "Retrieves an instance of an AccountSSOConfig object.", - "operationId": "GetAccountSSOConfig", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "assertionEncryption": { - "type": "boolean" - }, - "authnContext": { - "type": "string" - }, - "authnContextComparison": { - "type": "string" - }, - "certInfo": { - "type": "string" - }, - "certificate": { - "type": "array", - "items": { - "type": "string", - "format": "byte" - } - }, - "enabled": { - "type": "boolean" - }, - "fedIdFromNameId": { - "type": "boolean" - }, - "idpUrl": { - "type": "string" - }, - "nameIdPolicy": { - "type": "string" - }, - "signoutRedirectUrl": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "post": { - "tags": [ - "account" - ], - "summary": "Modifies or updates an AccountSSOConfig object.", - "operationId": "UpdateAccountSSOConfig", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "assertionEncryption": { - "type": "boolean" }, - "authnContext": { - "type": "string" - }, - "authnContextComparison": { - "type": "string" - }, - "certInfo": { - "type": "string" - }, - "certificate": { - "type": "array", - "items": { - "type": "string", - "format": "byte" - } + "403": { + "description": "Missing or incorrect authentication credentials." }, - "enabled": { - "type": "boolean" - }, - "fedIdFromNameId": { - "type": "boolean" - }, - "idpUrl": { - "type": "string" - }, - "nameIdPolicy": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "signoutRedirectUrl": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "assertionEncryption": { - "type": "boolean" - }, - "authnContext": { - "type": "string" - }, - "authnContextComparison": { - "type": "string" - }, - "certInfo": { - "type": "string" - }, - "certificate": { - "type": "array", - "items": { - "type": "string", - "format": "byte" - } - }, - "enabled": { - "type": "boolean" - }, - "fedIdFromNameId": { - "type": "boolean" - }, - "idpUrl": { - "type": "string" - }, - "nameIdPolicy": { - "type": "string" - }, - "signoutRedirectUrl": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "delete": { - "tags": [ - "account" - ], - "summary": "Deletes an AccountSSOConfig object.", - "operationId": "DeleteAccountSSOConfig", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "account" + ], + "summary": "Modifies or updates an AccountSSOConfig object.", + "operationId": "UpdateAccountSSOConfig", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "assertionEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "authnContext": { + "type": "string", + "xml": { + "attribute": true + } + }, + "authnContextComparison": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certInfo": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fedIdFromNameId": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "idpUrl": { + "type": "string", + "xml": { + "attribute": true + } + }, + "nameIdPolicy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signoutRedirectUrl": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "assertionEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "authnContext": { + "type": "string", + "xml": { + "attribute": true + } + }, + "authnContextComparison": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certInfo": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fedIdFromNameId": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "idpUrl": { + "type": "string", + "xml": { + "attribute": true + } + }, + "nameIdPolicy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signoutRedirectUrl": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountUserFederation": { - "post": { - "tags": [ - "account" - ], - "summary": "Creates an AccountUserFederation object.", - "operationId": "CreateAccountUserFederation", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "assertionEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "authnContext": { + "type": "string", + "xml": { + "attribute": true + } + }, + "authnContextComparison": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certInfo": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fedIdFromNameId": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "idpUrl": { + "type": "string", + "xml": { + "attribute": true + } + }, + "nameIdPolicy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signoutRedirectUrl": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "assertionEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "authnContext": { + "type": "string", + "xml": { + "attribute": true + } + }, + "authnContextComparison": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certInfo": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fedIdFromNameId": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "idpUrl": { + "type": "string", + "xml": { + "attribute": true + } + }, + "nameIdPolicy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signoutRedirectUrl": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } }, - "federationId": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "id": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "userId": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "federationId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "userId": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountUserFederation/query": { - "post": { - "tags": [ - "account" - ], - "summary": "Queries for an AccountUserFederation object(s).", - "operationId": "QueryAccountUserFederation", - "requestBody": { - "description": " Possible properties include: accountId, userId, federationId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "account" + ], + "summary": "Deletes an AccountSSOConfig object.", + "operationId": "DeleteAccountSSOConfig", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" } - } } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string" + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "federationId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "userId": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountUserFederation/queryMore": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves additional results for an AccountUserFederation query.", - "operationId": "QueryMoreAccountUserFederation", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountUserFederation": { + "post": { + "tags": [ + "account" + ], + "summary": "Creates an AccountUserFederation object.", + "operationId": "CreateAccountUserFederation", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "federationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "federationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "federationId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "federationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "userId": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "federationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountUserFederation/{id}": { - "post": { - "tags": [ - "account" - ], - "summary": "Modifies or updates an AccountUserFederation object.", - "operationId": "UpdateAccountUserFederation", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string" }, - "federationId": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "id": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "userId": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "federationId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "userId": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "delete": { - "tags": [ - "account" - ], - "summary": "Deletes an AccountUserFederation object.", - "operationId": "DeleteAccountUserFederation", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/AccountUserRole": { - "post": { - "tags": [ - "account" - ], - "summary": "Creates an AccountUserRole object.", - "operationId": "CreateAccountUserRole", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "firstName": { - "type": "string" - }, - "id": { - "type": "string" + }, + "/AccountUserFederation/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for an AccountUserFederation object(s).", + "operationId": "QueryAccountUserFederation", + "requestBody": { + "description": " Possible properties include: accountId, userId, federationId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } }, - "lastName": { - "type": "string" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "federationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "federationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "notifyUser": { - "type": "boolean" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "roleId": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "userId": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "firstName": { - "type": "string" - }, - "id": { - "type": "string" - }, - "lastName": { - "type": "string" - }, - "notifyUser": { - "type": "boolean" - }, - "roleId": { - "type": "string" - }, - "userId": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/AccountUserRole/query": { - "post": { - "tags": [ - "account" - ], - "summary": "Queries for an AccountUserRole object(s).", - "operationId": "QueryAccountUserRole", - "requestBody": { - "description": " Possible properties include: accountId, userId, roleId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/AccountUserFederation/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for an AccountUserFederation query.", + "operationId": "QueryMoreAccountUserFederation", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "firstName": { - "type": "string" - }, - "id": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "lastName": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "notifyUser": { - "type": "boolean" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "roleId": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "federationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "userId": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "federationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountUserRole/queryMore": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves additional results for an AccountUserRole query.", - "operationId": "QueryMoreAccountUserRole", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountUserFederation/{id}": { + "post": { + "tags": [ + "account" + ], + "summary": "Modifies or updates an AccountUserFederation object.", + "operationId": "UpdateAccountUserFederation", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "federationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "federationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "firstName": { - "type": "string" - }, - "id": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "lastName": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "notifyUser": { - "type": "boolean" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "roleId": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "federationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "userId": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "federationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountUserRole/{id}": { - "delete": { - "tags": [ - "account" - ], - "summary": "Deletes an AccountUserRole object.", - "operationId": "DeleteAccountUserRole", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ApiUsageCount/query": { - "post": { - "tags": [ - "account" - ], - "summary": "Queries for an ApiUsageCount object(s).", - "operationId": "QueryApiUsageCount", - "requestBody": { - "description": " Possible properties include: processDate, classification, successCount, errorCount", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "account" + ], + "summary": "Deletes an AccountUserFederation object.", + "operationId": "DeleteAccountUserFederation", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" } - } } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "enum": [ - "PROD", - "TEST" - ] + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "errorCount": { - "type": "integer", - "format": "int64" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "processDate": { - "type": "string", - "format": "date-time" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "successCount": { - "type": "integer", - "format": "int64" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ApiUsageCount/queryMore": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves additional results for an ApiUsageCount query.", - "operationId": "QueryMoreApiUsageCount", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountUserRole": { + "post": { + "tags": [ + "account" + ], + "summary": "Creates an AccountUserRole object.", + "operationId": "CreateAccountUserRole", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "firstName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lastName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "notifyUser": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "firstName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lastName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "notifyUser": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "enum": [ - "PROD", - "TEST" - ] + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "errorCount": { - "type": "integer", - "format": "int64" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "processDate": { - "type": "string", - "format": "date-time" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "firstName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lastName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "notifyUser": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "successCount": { - "type": "integer", - "format": "int64" + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "firstName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lastName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "notifyUser": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Atom": { - "post": { - "tags": [ - "atom" - ], - "summary": "Creates an Atom object.", - "operationId": "CreateAtom", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } }, - "cloudId": { - "type": "string" - }, - "cloudMoleculeId": { - "type": "string" - }, - "cloudMoleculeName": { - "type": "string" - }, - "cloudName": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "cloudOwnerName": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "cluster": { - "type": "object", - "properties": { - "node": { - "type": "array", - "items": { - "type": "object" - } + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountUserRole/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for an AccountUserRole object(s).", + "operationId": "QueryAccountUserRole", + "requestBody": { + "description": " Possible properties include: accountId, userId, roleId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } } - } - }, - "createdBy": { - "type": "string" - }, - "currentVersion": { - "type": "string" - }, - "dateInstalled": { - "type": "string", - "format": "date-time" - }, - "forceRestartTime": { - "type": "integer", - "format": "int64" - }, - "hostName": { - "type": "string" }, - "id": { - "type": "string" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "firstName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lastName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "notifyUser": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "firstName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lastName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "notifyUser": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "instanceId": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "isCloudAttachment": { - "type": "boolean" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "name": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountUserRole/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for an AccountUserRole query.", + "operationId": "QueryMoreAccountUserRole", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32" + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "firstName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lastName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "notifyUser": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "firstName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lastName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "notifyUser": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "purgeImmediate": { - "type": "boolean" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "status": { - "type": "string", - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "type": { - "type": "string", - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } - }, - "cloudId": { - "type": "string" - }, - "cloudMoleculeId": { - "type": "string" - }, - "cloudMoleculeName": { - "type": "string" - }, - "cloudName": { - "type": "string" - }, - "cloudOwnerName": { - "type": "string" - }, - "cluster": { - "type": "object", - "properties": { - "node": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string" - }, - "currentVersion": { - "type": "string" - }, - "dateInstalled": { - "type": "string", - "format": "date-time" - }, - "forceRestartTime": { - "type": "integer", - "format": "int64" - }, - "hostName": { - "type": "string" - }, - "id": { - "type": "string" - }, - "instanceId": { - "type": "string" - }, - "isCloudAttachment": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32" - }, - "purgeImmediate": { - "type": "boolean" - }, - "status": { - "type": "string", - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] - }, - "type": { - "type": "string", - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + ] } - ] - } - }, - "/Atom/bulk": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves multiple Atom objects by identifier.", - "operationId": "BulkAtom", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { + }, + "/AccountUserRole/{id}": { + "delete": { + "tags": [ + "account" + ], + "summary": "Deletes an AccountUserRole object.", + "operationId": "DeleteAccountUserRole", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { "type": "string" - } } - } - }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } - }, - "cloudId": { - "type": "string" - }, - "cloudMoleculeId": { - "type": "string" - }, - "cloudMoleculeName": { - "type": "string" - }, - "cloudName": { - "type": "string" - }, - "cloudOwnerName": { - "type": "string" - }, - "cluster": { - "type": "object" - }, - "createdBy": { - "type": "string" - }, - "currentVersion": { - "type": "string" - }, - "dateInstalled": { - "type": "string", - "format": "date-time" - }, - "forceRestartTime": { - "type": "integer", - "format": "int64" - }, - "hostName": { - "type": "string" - }, - "id": { - "type": "string" - }, - "instanceId": { - "type": "string" - }, - "isCloudAttachment": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32" - }, - "purgeImmediate": { - "type": "boolean" + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ApiUsageCount/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for an ApiUsageCount object(s).", + "operationId": "QueryApiUsageCount", + "requestBody": { + "description": " Possible properties include: processDate, classification, successCount, errorCount", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "status": { - "type": "string", - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "type": { - "type": "string", - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "errorCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "processDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "successCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "errorCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "processDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "successCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/Atom/query": { - "post": { - "tags": [ - "atom" - ], - "summary": "Queries for an Atom object(s).", - "operationId": "QueryAtom", - "requestBody": { - "description": " Possible properties include: name, id, hostname, status, type, capabilities", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/ApiUsageCount/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for an ApiUsageCount query.", + "operationId": "QueryMoreApiUsageCount", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } - }, - "cloudId": { - "type": "string" - }, - "cloudMoleculeId": { - "type": "string" - }, - "cloudMoleculeName": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "cloudName": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "cloudOwnerName": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "cluster": { - "type": "object" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "errorCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "processDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "successCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "createdBy": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "errorCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "processDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "successCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Atom": { + "post": { + "tags": [ + "atom" + ], + "summary": "Creates an Atom object.", + "operationId": "CreateAtom", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudOwnerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cluster": { + "type": "object", + "properties": { + "node": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateInstalled": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "forceRestartTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "hostName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "instanceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isCloudAttachment": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "purgeImmediate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudOwnerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cluster": { + "type": "object", + "properties": { + "node": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateInstalled": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "forceRestartTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "hostName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "instanceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isCloudAttachment": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "purgeImmediate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "currentVersion": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "dateInstalled": { - "type": "string", - "format": "date-time" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "forceRestartTime": { - "type": "integer", - "format": "int64" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudOwnerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cluster": { + "type": "object", + "properties": { + "node": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateInstalled": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "forceRestartTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "hostName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "instanceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isCloudAttachment": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "purgeImmediate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + } }, - "hostName": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudOwnerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cluster": { + "type": "object", + "properties": { + "node": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateInstalled": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "forceRestartTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "hostName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "instanceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isCloudAttachment": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "purgeImmediate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Atom/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple Atom objects by identifier.", + "operationId": "BulkAtom", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "instanceId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "isCloudAttachment": { - "type": "boolean" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudOwnerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cluster": { + "type": "object" + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateInstalled": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "forceRestartTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "hostName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "instanceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isCloudAttachment": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "purgeImmediate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "name": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudOwnerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cluster": { + "type": "object" + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateInstalled": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "forceRestartTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "hostName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "instanceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isCloudAttachment": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "purgeImmediate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Atom/query": { + "post": { + "tags": [ + "atom" + ], + "summary": "Queries for an Atom object(s).", + "operationId": "QueryAtom", + "requestBody": { + "description": " Possible properties include: name, id, hostname, status, type, capabilities", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "purgeImmediate": { - "type": "boolean" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "status": { - "type": "string", - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudOwnerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cluster": { + "type": "object" + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateInstalled": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "forceRestartTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "hostName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "instanceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isCloudAttachment": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "purgeImmediate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "type": { - "type": "string", - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudOwnerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cluster": { + "type": "object" + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateInstalled": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "forceRestartTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "hostName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "instanceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isCloudAttachment": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "purgeImmediate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Atom/queryMore": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves additional results for an Atom query.", - "operationId": "QueryMoreAtom", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Atom/queryMore": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves additional results for an Atom query.", + "operationId": "QueryMoreAtom", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } - }, - "cloudId": { - "type": "string" - }, - "cloudMoleculeId": { - "type": "string" - }, - "cloudMoleculeName": { - "type": "string" - }, - "cloudName": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "cloudOwnerName": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "cluster": { - "type": "object" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "createdBy": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudOwnerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cluster": { + "type": "object" + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateInstalled": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "forceRestartTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "hostName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "instanceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isCloudAttachment": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "purgeImmediate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "currentVersion": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudOwnerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cluster": { + "type": "object" + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateInstalled": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "forceRestartTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "hostName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "instanceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isCloudAttachment": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "purgeImmediate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Atom/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of an Atom object.", + "operationId": "GetAtom", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "dateInstalled": { - "type": "string", - "format": "date-time" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "forceRestartTime": { - "type": "integer", - "format": "int64" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "hostName": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudOwnerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cluster": { + "type": "object", + "properties": { + "node": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateInstalled": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "forceRestartTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "hostName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "instanceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isCloudAttachment": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "purgeImmediate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + } }, - "id": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudOwnerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cluster": { + "type": "object", + "properties": { + "node": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateInstalled": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "forceRestartTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "hostName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "instanceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isCloudAttachment": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "purgeImmediate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates an Atom object.", + "operationId": "UpdateAtom", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudOwnerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cluster": { + "type": "object", + "properties": { + "node": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateInstalled": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "forceRestartTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "hostName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "instanceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isCloudAttachment": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "purgeImmediate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudOwnerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cluster": { + "type": "object", + "properties": { + "node": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateInstalled": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "forceRestartTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "hostName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "instanceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isCloudAttachment": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "purgeImmediate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "instanceId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "isCloudAttachment": { - "type": "boolean" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "name": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudOwnerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cluster": { + "type": "object", + "properties": { + "node": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateInstalled": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "forceRestartTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "hostName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "instanceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isCloudAttachment": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "purgeImmediate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + } }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32" + "application/json": { + "schema": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudOwnerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cluster": { + "type": "object", + "properties": { + "node": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateInstalled": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "forceRestartTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "hostName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "instanceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isCloudAttachment": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "purgeImmediate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "atom" + ], + "summary": "Deletes an Atom object.", + "operationId": "DeleteAtom", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "purgeImmediate": { - "type": "boolean" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "status": { - "type": "string", - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "type": { - "type": "string", - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Atom/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an instance of an Atom object.", - "operationId": "GetAtom", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } - }, - "cloudId": { - "type": "string" - }, - "cloudMoleculeId": { - "type": "string" - }, - "cloudMoleculeName": { - "type": "string" - }, - "cloudName": { - "type": "string" - }, - "cloudOwnerName": { - "type": "string" - }, - "cluster": { - "type": "object", - "properties": { - "node": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string" - }, - "currentVersion": { - "type": "string" - }, - "dateInstalled": { - "type": "string", - "format": "date-time" - }, - "forceRestartTime": { - "type": "integer", - "format": "int64" - }, - "hostName": { - "type": "string" - }, - "id": { - "type": "string" - }, - "instanceId": { - "type": "string" - }, - "isCloudAttachment": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32" - }, - "purgeImmediate": { - "type": "boolean" - }, - "status": { - "type": "string", - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] - }, - "type": { - "type": "string", - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "post": { - "tags": [ - "atom" - ], - "summary": "Modifies or updates an Atom object.", - "operationId": "UpdateAtom", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } - }, - "cloudId": { - "type": "string" + ] + } + }, + "/AtomAS2Artifacts": { + "post": { + "tags": [ + "execution" + ], + "summary": "Creates an AtomAS2Artifacts object.", + "operationId": "CreateAtomAS2Artifacts", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "logDate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "logDate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } }, - "cloudMoleculeId": { - "type": "string" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "logDate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "logDate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } }, - "cloudMoleculeName": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "cloudName": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "cloudOwnerName": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomConnectionFieldExtensionSummary/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an AtomConnectionFieldExtensionSummary object(s).", + "operationId": "QueryAtomConnectionFieldExtensionSummary", + "requestBody": { + "description": " Possible properties include: atomId, extensionGroupId, connectionId, fieldId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } }, - "cluster": { - "type": "object", - "properties": { - "node": { - "type": "array", - "items": { - "type": "object" - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "field" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "field": { + "type": "object" + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "field" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "field": { + "type": "object" + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } } - } }, - "createdBy": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "currentVersion": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "dateInstalled": { - "type": "string", - "format": "date-time" - }, - "forceRestartTime": { - "type": "integer", - "format": "int64" - }, - "hostName": { - "type": "string" - }, - "id": { - "type": "string" - }, - "instanceId": { - "type": "string" - }, - "isCloudAttachment": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32" - }, - "purgeImmediate": { - "type": "boolean" - }, - "status": { - "type": "string", - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] - }, - "type": { - "type": "string", - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } - }, - "cloudId": { - "type": "string" - }, - "cloudMoleculeId": { - "type": "string" - }, - "cloudMoleculeName": { - "type": "string" - }, - "cloudName": { - "type": "string" - }, - "cloudOwnerName": { - "type": "string" - }, - "cluster": { - "type": "object", - "properties": { - "node": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string" - }, - "currentVersion": { - "type": "string" - }, - "dateInstalled": { - "type": "string", - "format": "date-time" - }, - "forceRestartTime": { - "type": "integer", - "format": "int64" - }, - "hostName": { - "type": "string" - }, - "id": { - "type": "string" - }, - "instanceId": { - "type": "string" - }, - "isCloudAttachment": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32" - }, - "purgeImmediate": { - "type": "boolean" - }, - "status": { - "type": "string", - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] - }, - "type": { - "type": "string", - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "delete": { - "tags": [ - "atom" - ], - "summary": "Deletes an Atom object.", - "operationId": "DeleteAtom", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AtomAS2Artifacts": { - "post": { - "tags": [ - "execution" - ], - "summary": "Creates an AtomAS2Artifacts object.", - "operationId": "CreateAtomAS2Artifacts", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string" - }, - "logDate": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string" - }, - "logDate": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + ] } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AtomConnectionFieldExtensionSummary/query": { - "post": { - "tags": [ - "environment" - ], - "summary": "Queries for an AtomConnectionFieldExtensionSummary object(s).", - "operationId": "QueryAtomConnectionFieldExtensionSummary", - "requestBody": { - "description": " Possible properties include: atomId, extensionGroupId, connectionId, fieldId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/AtomConnectionFieldExtensionSummary/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an AtomConnectionFieldExtensionSummary query.", + "operationId": "QueryMoreAtomConnectionFieldExtensionSummary", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "field" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string" - }, - "connectionId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "extensionGroupId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "field": { - "type": "object" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "field" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "field": { + "type": "object" + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "processId": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "field" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "field": { + "type": "object" + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AtomConnectionFieldExtensionSummary/queryMore": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves additional results for an AtomConnectionFieldExtensionSummary query.", - "operationId": "QueryMoreAtomConnectionFieldExtensionSummary", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomConnectorVersions/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple AtomConnectorVersions objects by identifier.", + "operationId": "BulkAtomConnectorVersions", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "field" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string" - }, - "connectionId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "extensionGroupId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "field": { - "type": "object" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "ConnectorVersion": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "processId": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "ConnectorVersion": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/AtomConnectorVersions/bulk": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves multiple AtomConnectorVersions objects by identifier.", - "operationId": "BulkAtomConnectorVersions", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { + }, + "/AtomConnectorVersions/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of an AtomConnectorVersions object.", + "operationId": "GetAtomConnectorVersions", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { "type": "string" - } } - } - }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "ConnectorVersion": { - "type": "array", - "items": { - "type": "object" - } - }, - "id": { - "type": "string" + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "ConnectorVersion": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "version": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "ConnectorVersion": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "version": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AtomConnectorVersions/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an instance of an AtomConnectorVersions object.", - "operationId": "GetAtomConnectorVersions", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "ConnectorVersion": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "version": { - "type": "string" - } - } - } - }, - "id": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + ] } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AtomCounters/{id}": { - "post": { - "tags": [ - "atom" - ], - "summary": "Modifies or updates an AtomCounters object.", - "operationId": "UpdateAtomCounters", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string" - }, - "counter": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { + }, + "/AtomCounters/{id}": { + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates an AtomCounters object.", + "operationId": "UpdateAtomCounters", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { "type": "string" - }, - "value": { - "type": "integer", - "format": "int32" - } } - } } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "counter": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "counter": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string" - }, - "counter": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "value": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "counter": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "counter": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + } + } } - } } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AtomLog": { - "post": { - "tags": [ - "atom" - ], - "summary": "Creates an AtomLog object.", - "operationId": "CreateAtomLog", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string" }, - "includeBin": { - "type": "boolean" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "logDate": { - "type": "string" - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string" - }, - "includeBin": { - "type": "boolean" - }, - "logDate": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AtomPurge/{id}": { - "post": { - "tags": [ - "atom" - ], - "summary": "Modifies or updates an AtomPurge object.", - "operationId": "UpdateAtomPurge", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + ] } - ] - } - }, - "/AtomSecurityPolicies/{id}": { - "post": { - "tags": [ - "atom" - ], - "summary": "Modifies or updates an AtomSecurityPolicies object.", - "operationId": "UpdateAtomSecurityPolicies", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "atomId", - "common" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string" - }, - "browser": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "items": { - "type": "object" - } + }, + "/AtomLog": { + "post": { + "tags": [ + "atom" + ], + "summary": "Creates an AtomLog object.", + "operationId": "CreateAtomLog", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "includeBin": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "logDate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "includeBin": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "logDate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } }, - "common": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "items": { - "type": "object" - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "includeBin": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "logDate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "includeBin": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "logDate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } } - } }, - "runner": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "items": { - "type": "object" - } - } - } + "403": { + "description": "Missing or incorrect authentication credentials." }, - "worker": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "items": { - "type": "object" - } - } - } + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "atomId", - "common" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string" - }, - "browser": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "items": { - "type": "object" - } - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomPurge/{id}": { + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates an AtomPurge object.", + "operationId": "UpdateAtomPurge", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" } - }, - "common": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "items": { - "type": "object" + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + } + } } - } - } - }, - "runner": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "items": { - "type": "object" + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + } + } } - } } - }, - "worker": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "items": { - "type": "object" + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/AtomStartupProperties/bulk": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves multiple AtomStartupProperties objects by identifier.", - "operationId": "BulkAtomStartupProperties", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { + }, + "/AtomSecurityPolicies/{id}": { + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates an AtomSecurityPolicies object.", + "operationId": "UpdateAtomSecurityPolicies", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { "type": "string" - } } - } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "atomId", + "common" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "browser": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "common": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "runner": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "worker": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + } + }, + "application/xml": { + "schema": { + "required": [ + "atomId", + "common" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "browser": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "common": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "runner": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "worker": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + } + } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } + "required": false }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "Property": { - "type": "array", - "items": { - "type": "object" - } - }, - "id": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" - }, - "errorMessage": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AtomStartupProperties/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an instance of an AtomStartupProperties object.", - "operationId": "GetAtomStartupProperties", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "Property": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "atomId", + "common" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "browser": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "common": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "runner": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "worker": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + } }, - "value": { - "type": "string" + "application/json": { + "schema": { + "required": [ + "atomId", + "common" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "browser": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "common": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "runner": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "worker": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + } } - } } - }, - "id": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AtomWorkerLog": { - "post": { - "tags": [ - "atom" - ], - "summary": "Creates an AtomWorkerLog object.", - "operationId": "CreateAtomWorkerLog", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "workerId": { - "type": "string" + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "workerId": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + ] } - ] - } - }, - "/AuditLog/bulk": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves multiple AuditLog objects by identifier.", - "operationId": "BulkAuditLog", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/AtomStartupProperties/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple AtomStartupProperties objects by identifier.", + "operationId": "BulkAtomStartupProperties", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "AuditLogProperty": { - "type": "array", - "items": { - "type": "object" - } - }, - "accountId": { - "type": "string" - }, - "action": { - "type": "string" - }, - "containerId": { - "type": "string" - }, - "date": { - "type": "string", - "format": "date-time" - }, - "documentId": { - "type": "string" - }, - "level": { - "type": "string" - }, - "message": { - "type": "string" - }, - "modifier": { - "type": "string" - }, - "source": { - "type": "string" - }, - "type": { - "type": "string" - }, - "userId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "Property": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "Property": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/AuditLog/query": { - "post": { - "tags": [ - "account" - ], - "summary": "Queries for an AuditLog object(s).", - "operationId": "QueryAuditLog", - "requestBody": { - "description": " Possible properties include: containerId, userId, date, type, action, modifier, level, source", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] + }, + "/AtomStartupProperties/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of an AtomStartupProperties object.", + "operationId": "GetAtomStartupProperties", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" } - } } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "AuditLogProperty": { - "type": "array", - "items": { - "type": "object" - } - }, - "accountId": { - "type": "string" - }, - "action": { - "type": "string" - }, - "containerId": { - "type": "string" - }, - "date": { - "type": "string", - "format": "date-time" - }, - "documentId": { - "type": "string" - }, - "level": { - "type": "string" - }, - "message": { - "type": "string" + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "modifier": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "source": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "type": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "Property": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "userId": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "Property": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AuditLog/queryMore": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves additional results for an AuditLog query.", - "operationId": "QueryMoreAuditLog", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomWorkerLog": { + "post": { + "tags": [ + "atom" + ], + "summary": "Creates an AtomWorkerLog object.", + "operationId": "CreateAtomWorkerLog", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "workerId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "workerId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "AuditLogProperty": { - "type": "array", - "items": { - "type": "object" - } - }, - "accountId": { - "type": "string" - }, - "action": { - "type": "string" - }, - "containerId": { - "type": "string" - }, - "date": { - "type": "string", - "format": "date-time" - }, - "documentId": { - "type": "string" - }, - "level": { - "type": "string" - }, - "message": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "modifier": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "source": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "type": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "workerId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "userId": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "workerId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AuditLog/{id}": { - "get": { - "tags": [ - "account" - ], - "summary": "Retrieves an instance of an AuditLog object.", - "operationId": "GetAuditLog", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AuditLog/bulk": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves multiple AuditLog objects by identifier.", + "operationId": "BulkAuditLog", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "AuditLogProperty": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "previousValue": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "value": { - "type": "string" - } - } - } - }, - "accountId": { - "type": "string" - }, - "action": { - "type": "string" - }, - "containerId": { - "type": "string" - }, - "date": { - "type": "string", - "format": "date-time" - }, - "documentId": { - "type": "string" - }, - "level": { - "type": "string" - }, - "message": { - "type": "string" - }, - "modifier": { - "type": "string" - }, - "source": { - "type": "string" - }, - "type": { - "type": "string" - }, - "userId": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Branch": { - "post": { - "tags": [ - "component" - ], - "summary": "Creates a Branch object.", - "operationId": "CreateBranch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "deleted": { - "type": "boolean" - }, - "deploymentId": { - "type": "string" - }, - "description": { - "type": "string" - }, - "id": { - "type": "string" - }, - "modifiedBy": { - "type": "string" - }, - "modifiedDate": { - "type": "string", - "format": "date-time" - }, - "name": { - "type": "string" - }, - "packageId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "AuditLogProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "action": { + "type": "string", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "documentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "level": { + "type": "string", + "xml": { + "attribute": true + } + }, + "message": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "source": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "AuditLogProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "action": { + "type": "string", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "documentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "level": { + "type": "string", + "xml": { + "attribute": true + } + }, + "message": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "source": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "parentId": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "ready": { - "type": "boolean" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "stage": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "deleted": { - "type": "boolean" - }, - "deploymentId": { - "type": "string" - }, - "description": { - "type": "string" - }, - "id": { - "type": "string" - }, - "modifiedBy": { - "type": "string" - }, - "modifiedDate": { - "type": "string", - "format": "date-time" - }, - "name": { - "type": "string" - }, - "packageId": { - "type": "string" - }, - "parentId": { - "type": "string" - }, - "ready": { - "type": "boolean" - }, - "stage": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/Branch/bulk": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves multiple Branch objects by identifier.", - "operationId": "BulkBranch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/AuditLog/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for an AuditLog object(s).", + "operationId": "QueryAuditLog", + "requestBody": { + "description": " Possible properties include: containerId, userId, date, type, action, modifier, level, source", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "deleted": { - "type": "boolean" - }, - "deploymentId": { - "type": "string" - }, - "description": { - "type": "string" - }, - "id": { - "type": "string" - }, - "modifiedBy": { - "type": "string" - }, - "modifiedDate": { - "type": "string", - "format": "date-time" - }, - "name": { - "type": "string" - }, - "packageId": { - "type": "string" - }, - "parentId": { - "type": "string" - }, - "ready": { - "type": "boolean" - }, - "stage": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "AuditLogProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "action": { + "type": "string", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "documentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "level": { + "type": "string", + "xml": { + "attribute": true + } + }, + "message": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "source": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "AuditLogProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "action": { + "type": "string", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "documentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "level": { + "type": "string", + "xml": { + "attribute": true + } + }, + "message": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "source": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/Branch/query": { - "post": { - "tags": [ - "component" - ], - "summary": "Queries for a Branch object(s).", - "operationId": "QueryBranch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/AuditLog/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for an AuditLog query.", + "operationId": "QueryMoreAuditLog", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "deleted": { - "type": "boolean" - }, - "deploymentId": { - "type": "string" - }, - "description": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "modifiedBy": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "modifiedDate": { - "type": "string", - "format": "date-time" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "AuditLogProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "action": { + "type": "string", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "documentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "level": { + "type": "string", + "xml": { + "attribute": true + } + }, + "message": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "source": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "name": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "AuditLogProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "action": { + "type": "string", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "documentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "level": { + "type": "string", + "xml": { + "attribute": true + } + }, + "message": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "source": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AuditLog/{id}": { + "get": { + "tags": [ + "account" + ], + "summary": "Retrieves an instance of an AuditLog object.", + "operationId": "GetAuditLog", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "packageId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "parentId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "ready": { - "type": "boolean" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "AuditLogProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "previousValue": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "action": { + "type": "string", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "documentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "level": { + "type": "string", + "xml": { + "attribute": true + } + }, + "message": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "source": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "stage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "AuditLogProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "previousValue": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "action": { + "type": "string", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "documentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "level": { + "type": "string", + "xml": { + "attribute": true + } + }, + "message": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "source": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Branch/queryMore": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves additional results for a Branch query.", - "operationId": "QueryMoreBranch", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Branch": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a Branch object.", + "operationId": "CreateBranch", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deploymentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ready": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deploymentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ready": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "deleted": { - "type": "boolean" - }, - "deploymentId": { - "type": "string" - }, - "description": { - "type": "string" - }, - "id": { - "type": "string" - }, - "modifiedBy": { - "type": "string" - }, - "modifiedDate": { - "type": "string", - "format": "date-time" - }, - "name": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "packageId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "parentId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "ready": { - "type": "boolean" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deploymentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ready": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "stage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deploymentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ready": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Branch/{id}": { - "get": { - "tags": [ - "component" - ], - "summary": "Retrieves an instance of a Branch object.", - "operationId": "GetBranch", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "deleted": { - "type": "boolean" - }, - "deploymentId": { - "type": "string" - }, - "description": { - "type": "string" - }, - "id": { - "type": "string" - }, - "modifiedBy": { - "type": "string" - }, - "modifiedDate": { - "type": "string", - "format": "date-time" - }, - "name": { - "type": "string" - }, - "packageId": { - "type": "string" - }, - "parentId": { - "type": "string" - }, - "ready": { - "type": "boolean" - }, - "stage": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "post": { - "tags": [ - "component" - ], - "summary": "Modifies or updates a Branch object.", - "operationId": "UpdateBranch", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" }, - "deleted": { - "type": "boolean" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "deploymentId": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "description": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Branch/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple Branch objects by identifier.", + "operationId": "BulkBranch", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } }, - "id": { - "type": "string" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deploymentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ready": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deploymentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ready": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "modifiedBy": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "modifiedDate": { - "type": "string", - "format": "date-time" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "name": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Branch/query": { + "post": { + "tags": [ + "component" + ], + "summary": "Queries for a Branch object(s).", + "operationId": "QueryBranch", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } }, - "packageId": { - "type": "string" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deploymentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ready": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deploymentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ready": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "parentId": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "ready": { - "type": "boolean" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "stage": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "deleted": { - "type": "boolean" - }, - "deploymentId": { - "type": "string" - }, - "description": { - "type": "string" - }, - "id": { - "type": "string" - }, - "modifiedBy": { - "type": "string" - }, - "modifiedDate": { - "type": "string", - "format": "date-time" - }, - "name": { - "type": "string" - }, - "packageId": { - "type": "string" - }, - "parentId": { - "type": "string" - }, - "ready": { - "type": "boolean" - }, - "stage": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "delete": { - "tags": [ - "component" - ], - "summary": "Deletes a Branch object.", - "operationId": "DeleteBranch", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/BranchMergeRequest": { - "post": { - "tags": [ - "component" - ], - "summary": "Creates a BranchMergeRequest object.", - "operationId": "CreateBranchMergeRequest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "sourceBranchId", - "targetBranchId" - ], - "type": "object", - "properties": { - "ComponentMergeConfigs": { - "type": "object", - "properties": { - "ComponentMergeConfig": { - "type": "array", - "items": { - "type": "object" - } + }, + "/Branch/queryMore": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves additional results for a Branch query.", + "operationId": "QueryMoreBranch", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } } - } - }, - "mergeScope": { - "type": "string" }, - "mergeStrategy": { - "type": "string" + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deploymentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ready": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deploymentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ready": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "priorityBranch": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "sourceBranchId": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "targetBranchId": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "sourceBranchId", - "targetBranchId" - ], - "type": "object", - "properties": { - "ComponentMergeConfigs": { - "type": "object", - "properties": { - "ComponentMergeConfig": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "mergeScope": { - "type": "string" - }, - "mergeStrategy": { - "type": "string" - }, - "priorityBranch": { - "type": "string" - }, - "sourceBranchId": { - "type": "string" - }, - "targetBranchId": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + ] } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ChangeListenerStatus": { - "post": { - "tags": [ - "atom" - ], - "summary": "", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "action": { - "type": "string", - "enum": [ - "restart", - "restart_all", - "pause", - "pause_all", - "resume", - "resume_all" - ] - }, - "containerId": { - "type": "string" - }, - "listenerId": { - "type": "string" + }, + "/Branch/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a Branch object.", + "operationId": "GetBranch", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ClearQueue/execute/{id}": { - "post": { - "tags": [ - "atom" - ], - "summary": "Executes an action on a ClearQueue object.", - "operationId": "ExecuteClearQueue", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "AtomId", - "QueueName" - ], - "type": "object", - "properties": { - "AtomId": { - "type": "string" + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deploymentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ready": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deploymentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ready": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } }, - "DLQ": { - "type": "boolean" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "QueueName": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "SubscriberName": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "AtomId", - "QueueName" - ], - "type": "object", - "properties": { - "AtomId": { - "type": "string" - }, - "DLQ": { - "type": "boolean" - }, - "QueueName": { - "type": "string" - }, - "SubscriberName": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Cloud/bulk": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves multiple Cloud objects by identifier.", - "operationId": "BulkCloud", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "component" + ], + "summary": "Modifies or updates a Branch object.", + "operationId": "UpdateBranch", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { "type": "string" - } } - } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deploymentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ready": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deploymentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ready": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } + "required": false }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "Atom": { - "type": "array", - "items": { - "type": "object" - } - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deploymentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ready": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deploymentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ready": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Cloud/query": { - "post": { - "tags": [ - "atom" - ], - "summary": "Queries for a Cloud object(s).", - "operationId": "QueryCloud", - "requestBody": { - "description": " Possible properties include: name, id", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "component" + ], + "summary": "Deletes a Branch object.", + "operationId": "DeleteBranch", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - { - "type": "object" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - ] } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/BranchMergeRequest": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a BranchMergeRequest object.", + "operationId": "CreateBranchMergeRequest", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "sourceBranchId", + "targetBranchId" + ], + "type": "object", + "properties": { + "ComponentMergeConfigs": { + "type": "object", + "properties": { + "ComponentMergeConfig": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "mergeScope": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mergeStrategy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "targetBranchId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "required": [ + "sourceBranchId", + "targetBranchId" + ], + "type": "object", + "properties": { + "ComponentMergeConfigs": { + "type": "object", + "properties": { + "ComponentMergeConfig": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "mergeScope": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mergeStrategy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "targetBranchId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "Atom": { - "type": "array", - "items": { - "type": "object" - } + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "name": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "sourceBranchId", + "targetBranchId" + ], + "type": "object", + "properties": { + "ComponentMergeConfigs": { + "type": "object", + "properties": { + "ComponentMergeConfig": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "mergeScope": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mergeStrategy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "targetBranchId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "required": [ + "sourceBranchId", + "targetBranchId" + ], + "type": "object", + "properties": { + "ComponentMergeConfigs": { + "type": "object", + "properties": { + "ComponentMergeConfig": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "mergeScope": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mergeStrategy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "targetBranchId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Cloud/queryMore": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves additional results for a Cloud query.", - "operationId": "QueryMoreCloud", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ChangeListenerStatus": { + "post": { + "tags": [ + "atom" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "action": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "restart", + "restart_all", + "pause", + "pause_all", + "resume", + "resume_all" + ] + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "listenerId": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "ChangeListenerStatusRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "action": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "restart", + "restart_all", + "pause", + "pause_all", + "resume", + "resume_all" + ] + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "listenerId": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "ChangeListenerStatusRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "Atom": { - "type": "array", - "items": { - "type": "object" - } + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "name": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Cloud/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an instance of a Cloud object.", - "operationId": "GetCloud", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ClearQueue/execute/{id}": { + "post": { + "tags": [ + "atom" + ], + "summary": "Executes an action on a ClearQueue object.", + "operationId": "ExecuteClearQueue", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "AtomId", + "QueueName" + ], + "type": "object", + "properties": { + "AtomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "DLQ": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "QueueName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "SubscriberName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "required": [ + "AtomId", + "QueueName" + ], + "type": "object", + "properties": { + "AtomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "DLQ": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "QueueName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "SubscriberName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "Atom": { - "type": "array", - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "deleted": { - "type": "boolean" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "AtomId", + "QueueName" + ], + "type": "object", + "properties": { + "AtomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "DLQ": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "QueueName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "SubscriberName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "required": [ + "AtomId", + "QueueName" + ], + "type": "object", + "properties": { + "AtomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "DLQ": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "QueueName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "SubscriberName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Component": { - "post": { - "tags": [ - "component" - ], - "summary": "Creates a Component object.", - "operationId": "CreateComponent", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "description", - "encryptedValues", - "object", - "processOverrides" - ], - "type": "object", - "allOf": [ + }, + "security": [ { - "type": "object", - "properties": { - "branchId": { - "type": "string" - }, - "branchName": { - "type": "string" - }, - "componentId": { - "type": "string" - }, - "copiedFromComponentId": { - "type": "string" - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32" - }, - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "currentVersion": { - "type": "boolean" - }, - "deleted": { - "type": "boolean" - }, - "folderId": { - "type": "string" - }, - "folderName": { - "type": "string" - }, - "modifiedBy": { - "type": "string" - }, - "modifiedDate": { - "type": "string", - "format": "date-time" - }, - "name": { - "type": "string" - }, - "subType": { - "type": "string" + "basicAuth": [] + } + ] + } + }, + "/Cloud/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple Cloud objects by identifier.", + "operationId": "BulkCloud", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "type": { - "type": "string", - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } }, - "version": { - "type": "integer", - "format": "int32" + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "Atom": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "Atom": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } } - } }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ { - "type": "object", - "properties": { - "encryptedValues": { - "type": "object" - }, - "description": { - "type": "string" - }, - "object": { - "type": "object" + "basicAuth": [] + } + ] + } + }, + "/Cloud/query": { + "post": { + "tags": [ + "atom" + ], + "summary": "Queries for a Cloud object(s).", + "operationId": "QueryCloud", + "requestBody": { + "description": " Possible properties include: name, id", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "processOverrides": { - "type": "object" + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } }, - "folderFullPath": { - "type": "string" + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "Atom": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "Atom": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - ] - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": {} - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/Component/bulk": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves multiple Component objects by identifier.", - "operationId": "BulkComponent", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/Cloud/queryMore": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves additional results for a Cloud query.", + "operationId": "QueryMoreCloud", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } + "required": true }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "Atom": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "Atom": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": {} - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/Component/{id}": { - "get": { - "tags": [ - "component" - ], - "summary": "Retrieves an instance of a Component object.", - "operationId": "GetComponent", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": {} - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "post": { - "tags": [ - "component" - ], - "summary": "Modifies or updates a Component object.", - "operationId": "UpdateComponent", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "description", - "encryptedValues", - "object", - "processOverrides" - ], - "type": "object", - "allOf": [ + }, + "/Cloud/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of a Cloud object.", + "operationId": "GetCloud", + "parameters": [ { - "type": "object", - "properties": { - "branchId": { - "type": "string" - }, - "branchName": { - "type": "string" - }, - "componentId": { - "type": "string" - }, - "copiedFromComponentId": { - "type": "string" - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32" - }, - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "currentVersion": { - "type": "boolean" - }, - "deleted": { - "type": "boolean" - }, - "folderId": { - "type": "string" - }, - "folderName": { - "type": "string" - }, - "modifiedBy": { - "type": "string" - }, - "modifiedDate": { - "type": "string", - "format": "date-time" - }, - "name": { - "type": "string" - }, - "subType": { - "type": "string" - }, - "type": { - "type": "string", - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } }, - "version": { - "type": "integer", - "format": "int32" + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "Atom": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "Atom": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } } - } }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ { - "type": "object", - "properties": { - "encryptedValues": { - "type": "object" - }, - "description": { - "type": "string" - }, - "object": { - "type": "object" - }, - "processOverrides": { - "type": "object" + "basicAuth": [] + } + ] + } + }, + "/Component": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a Component object.", + "operationId": "CreateComponent", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "description", + "encryptedValues", + "object", + "processOverrides" + ], + "type": "object", + "allOf": [ + { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + { + "type": "object", + "properties": { + "encryptedValues": { + "type": "object" + }, + "description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "object": { + "type": "object", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processOverrides": { + "type": "object", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "folderFullPath": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + ] + } }, - "folderFullPath": { - "type": "string" + "application/xml": { + "schema": { + "required": [ + "description", + "encryptedValues", + "object", + "processOverrides" + ], + "type": "object", + "allOf": [ + { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + { + "type": "object", + "properties": { + "encryptedValues": { + "type": "object" + }, + "description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "object": { + "type": "object", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processOverrides": { + "type": "object", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "folderFullPath": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + ] + } } - } - } - ] - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": {} - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ComponentAtomAttachment": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Creates a ComponentAtomAttachment object.", - "operationId": "CreateComponentAtomAttachment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "description", + "encryptedValues", + "object", + "processOverrides" + ], + "type": "object", + "allOf": [ + { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + { + "type": "object", + "properties": { + "encryptedValues": { + "type": "object" + }, + "description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "object": { + "type": "object", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processOverrides": { + "type": "object", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "folderFullPath": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + ] + } + } + } }, - "componentId": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "componentType": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "id": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string" - }, - "componentId": { - "type": "string" - }, - "componentType": { - "type": "string" - }, - "id": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/ComponentAtomAttachment/query": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Queries for a ComponentAtomAttachment object(s).", - "operationId": "QueryComponentAtomAttachment", - "requestBody": { - "description": " Possible properties include: atomId, componentId, componentType", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/Component/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple Component objects by identifier.", + "operationId": "BulkComponent", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "componentId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "componentType": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "description", + "encryptedValues", + "object", + "processOverrides" + ], + "type": "object", + "allOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ComponentAtomAttachment/queryMore": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Retrieves additional results for a ComponentAtomAttachment query.", - "operationId": "QueryMoreComponentAtomAttachment", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string" + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Component/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a Component object.", + "operationId": "GetComponent", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "componentId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "componentType": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "description", + "encryptedValues", + "object", + "processOverrides" + ], + "type": "object", + "allOf": [ + { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + { + "type": "object", + "properties": { + "encryptedValues": { + "type": "object" + }, + "description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "object": { + "type": "object", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processOverrides": { + "type": "object", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "folderFullPath": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + ] + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ComponentAtomAttachment/{id}": { - "delete": { - "tags": [ - "deployment" - ], - "summary": "Deletes a ComponentAtomAttachment object.", - "operationId": "DeleteComponentAtomAttachment", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "component" + ], + "summary": "Modifies or updates a Component object.", + "operationId": "UpdateComponent", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "description", + "encryptedValues", + "object", + "processOverrides" + ], + "type": "object", + "allOf": [ + { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + { + "type": "object", + "properties": { + "encryptedValues": { + "type": "object" + }, + "description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "object": { + "type": "object", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processOverrides": { + "type": "object", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "folderFullPath": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + ] + } + }, + "application/xml": { + "schema": { + "required": [ + "description", + "encryptedValues", + "object", + "processOverrides" + ], + "type": "object", + "allOf": [ + { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + { + "type": "object", + "properties": { + "encryptedValues": { + "type": "object" + }, + "description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "object": { + "type": "object", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processOverrides": { + "type": "object", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "folderFullPath": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + ] + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ComponentDiffRequest": { - "post": { - "tags": [ - "component" - ], - "summary": "Creates a ComponentDiffRequest object.", - "operationId": "CreateComponentDiffRequest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "componentId", - "sourceVersion", - "targetVersion" - ], - "type": "object", - "properties": { - "CompDiffConfig": { - "type": "object", - "properties": { - "CompDiffElement": { - "type": "array", - "items": { - "type": "object" - } + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } }, - "componentType": { - "type": "string", - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] + "content": { + "application/xml": { + "schema": { + "required": [ + "description", + "encryptedValues", + "object", + "processOverrides" + ], + "type": "object", + "allOf": [ + { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + { + "type": "object", + "properties": { + "encryptedValues": { + "type": "object" + }, + "description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "object": { + "type": "object", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processOverrides": { + "type": "object", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "folderFullPath": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + ] + } + } } - } }, - "componentId": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "sourceVersion": { - "type": "integer", - "format": "int32" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "targetVersion": { - "type": "integer", - "format": "int32" - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "componentId", - "sourceVersion", - "targetVersion" - ], - "type": "object", - "properties": { - "CompDiffConfig": { - "type": "object", - "properties": { - "CompDiffElement": { - "type": "array", - "items": { - "type": "object" - } - }, - "componentType": { - "type": "string", - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - } - } - }, - "componentId": { - "type": "string" - }, - "sourceVersion": { - "type": "integer", - "format": "int32" - }, - "targetVersion": { - "type": "integer", - "format": "int32" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + ] } - ] - } - }, - "/ComponentDiffRequest/bulk": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves multiple ComponentDiffRequest objects by identifier.", - "operationId": "BulkComponentDiffRequest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/ComponentAtomAttachment": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Creates a ComponentAtomAttachment object.", + "operationId": "CreateComponentAtomAttachment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "componentId", - "sourceVersion", - "targetVersion" - ], - "type": "object", - "properties": { - "CompDiffConfig": { - "type": "object" - }, - "componentId": { - "type": "string" - }, - "sourceVersion": { - "type": "integer", - "format": "int32" - }, - "targetVersion": { - "type": "integer", - "format": "int32" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ComponentDiffRequest/{id}": { - "get": { - "tags": [ - "component" - ], - "summary": "Retrieves an instance of a ComponentDiffRequest object.", - "operationId": "GetComponentDiffRequest", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentAtomAttachment/query": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Queries for a ComponentAtomAttachment object(s).", + "operationId": "QueryComponentAtomAttachment", + "requestBody": { + "description": " Possible properties include: atomId, componentId, componentType", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "componentId", - "sourceVersion", - "targetVersion" - ], - "type": "object", - "properties": { - "CompDiffConfig": { - "type": "object", - "properties": { - "CompDiffElement": { - "type": "array", - "items": { - "type": "object" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - }, - "componentType": { - "type": "string", - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - } } - }, - "componentId": { - "type": "string" - }, - "sourceVersion": { - "type": "integer", - "format": "int32" - }, - "targetVersion": { - "type": "integer", - "format": "int32" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ComponentEnvironmentAttachment": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Creates a ComponentEnvironmentAttachment object.", - "operationId": "CreateComponentEnvironmentAttachment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "componentId": { - "type": "string" }, - "componentType": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "environmentId": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "id": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "componentId": { - "type": "string" - }, - "componentType": { - "type": "string" - }, - "environmentId": { - "type": "string" - }, - "id": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/ComponentEnvironmentAttachment/query": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Queries for a ComponentEnvironmentAttachment object(s).", - "operationId": "QueryComponentEnvironmentAttachment", - "requestBody": { - "description": " Possible properties include: environmentId, componentId, componentType", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/ComponentAtomAttachment/queryMore": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves additional results for a ComponentAtomAttachment query.", + "operationId": "QueryMoreComponentAtomAttachment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } + }, + "required": true }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "componentType": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "environmentId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ComponentEnvironmentAttachment/queryMore": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Retrieves additional results for a ComponentEnvironmentAttachment query.", - "operationId": "QueryMoreComponentEnvironmentAttachment", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string" + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentAtomAttachment/{id}": { + "delete": { + "tags": [ + "deployment" + ], + "summary": "Deletes a ComponentAtomAttachment object.", + "operationId": "DeleteComponentAtomAttachment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "componentType": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "environmentId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ComponentEnvironmentAttachment/{id}": { - "delete": { - "tags": [ - "deployment" - ], - "summary": "Deletes a ComponentEnvironmentAttachment object.", - "operationId": "DeleteComponentEnvironmentAttachment", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ComponentMetadata": { - "post": { - "tags": [ - "component" - ], - "summary": "Creates a ComponentMetadata object.", - "operationId": "CreateComponentMetadata", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "branchId": { - "type": "string" - }, - "branchName": { - "type": "string" - }, - "componentId": { - "type": "string" }, - "copiedFromComponentId": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "createdBy": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentDiffRequest": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a ComponentDiffRequest object.", + "operationId": "CreateComponentDiffRequest", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "componentId", + "sourceVersion", + "targetVersion" + ], + "type": "object", + "properties": { + "CompDiffConfig": { + "type": "object", + "properties": { + "CompDiffElement": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "targetVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "required": [ + "componentId", + "sourceVersion", + "targetVersion" + ], + "type": "object", + "properties": { + "CompDiffConfig": { + "type": "object", + "properties": { + "CompDiffElement": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "targetVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } }, - "createdDate": { - "type": "string", - "format": "date-time" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "componentId", + "sourceVersion", + "targetVersion" + ], + "type": "object", + "properties": { + "CompDiffConfig": { + "type": "object", + "properties": { + "CompDiffElement": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "targetVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "required": [ + "componentId", + "sourceVersion", + "targetVersion" + ], + "type": "object", + "properties": { + "CompDiffConfig": { + "type": "object", + "properties": { + "CompDiffElement": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "targetVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + } }, - "currentVersion": { - "type": "boolean" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "deleted": { - "type": "boolean" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "folderId": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentDiffRequest/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple ComponentDiffRequest objects by identifier.", + "operationId": "BulkComponentDiffRequest", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } }, - "folderName": { - "type": "string" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "componentId", + "sourceVersion", + "targetVersion" + ], + "type": "object", + "properties": { + "CompDiffConfig": { + "type": "object" + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "targetVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "componentId", + "sourceVersion", + "targetVersion" + ], + "type": "object", + "properties": { + "CompDiffConfig": { + "type": "object" + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "targetVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "modifiedBy": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "modifiedDate": { - "type": "string", - "format": "date-time" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "name": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentDiffRequest/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a ComponentDiffRequest object.", + "operationId": "GetComponentDiffRequest", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "componentId", + "sourceVersion", + "targetVersion" + ], + "type": "object", + "properties": { + "CompDiffConfig": { + "type": "object", + "properties": { + "CompDiffElement": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "targetVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "required": [ + "componentId", + "sourceVersion", + "targetVersion" + ], + "type": "object", + "properties": { + "CompDiffConfig": { + "type": "object", + "properties": { + "CompDiffElement": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "targetVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + } }, - "subType": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "type": { - "type": "string", - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "version": { - "type": "integer", - "format": "int32" - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "branchId": { - "type": "string" - }, - "branchName": { - "type": "string" - }, - "componentId": { - "type": "string" - }, - "copiedFromComponentId": { - "type": "string" - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32" - }, - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "currentVersion": { - "type": "boolean" - }, - "deleted": { - "type": "boolean" - }, - "folderId": { - "type": "string" - }, - "folderName": { - "type": "string" - }, - "modifiedBy": { - "type": "string" - }, - "modifiedDate": { - "type": "string", - "format": "date-time" - }, - "name": { - "type": "string" - }, - "subType": { - "type": "string" - }, - "type": { - "type": "string", - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + ] } - ] - } - }, - "/ComponentMetadata/bulk": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves multiple ComponentMetadata objects by identifier.", - "operationId": "BulkComponentMetadata", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/ComponentEnvironmentAttachment": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Creates a ComponentEnvironmentAttachment object.", + "operationId": "CreateComponentEnvironmentAttachment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } + "required": false }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "branchId": { - "type": "string" - }, - "branchName": { - "type": "string" - }, - "componentId": { - "type": "string" - }, - "copiedFromComponentId": { - "type": "string" - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32" - }, - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "currentVersion": { - "type": "boolean" - }, - "deleted": { - "type": "boolean" - }, - "folderId": { - "type": "string" - }, - "folderName": { - "type": "string" - }, - "modifiedBy": { - "type": "string" - }, - "modifiedDate": { - "type": "string", - "format": "date-time" - }, - "name": { - "type": "string" - }, - "subType": { - "type": "string" - }, - "type": { - "type": "string", - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/ComponentMetadata/query": { - "post": { - "tags": [ - "component" - ], - "summary": "Queries for a ComponentMetadata object(s).", - "operationId": "QueryComponentMetadata", - "requestBody": { - "description": " Possible properties include: accountId, componentId, version, name, type, subType, createdDate, createdBy, modifiedDate, modifiedBy, deleted, currentVersion, folderName, folderId, copiedFromComponentId, copiedFromComponentVersion, branchName, branchId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/ComponentEnvironmentAttachment/query": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Queries for a ComponentEnvironmentAttachment object(s).", + "operationId": "QueryComponentEnvironmentAttachment", + "requestBody": { + "description": " Possible properties include: environmentId, componentId, componentType", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "branchId": { - "type": "string" - }, - "branchName": { - "type": "string" - }, - "componentId": { - "type": "string" - }, - "copiedFromComponentId": { - "type": "string" - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32" - }, - "createdBy": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "createdDate": { - "type": "string", - "format": "date-time" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "currentVersion": { - "type": "boolean" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "deleted": { - "type": "boolean" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "folderId": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentEnvironmentAttachment/queryMore": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves additional results for a ComponentEnvironmentAttachment query.", + "operationId": "QueryMoreComponentEnvironmentAttachment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "folderName": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "modifiedBy": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "modifiedDate": { - "type": "string", - "format": "date-time" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "name": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentEnvironmentAttachment/{id}": { + "delete": { + "tags": [ + "deployment" + ], + "summary": "Deletes a ComponentEnvironmentAttachment object.", + "operationId": "DeleteComponentEnvironmentAttachment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "subType": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "type": { - "type": "string", - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "version": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ComponentMetadata/queryMore": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves additional results for a ComponentMetadata query.", - "operationId": "QueryMoreComponentMetadata", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentMetadata": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a ComponentMetadata object.", + "operationId": "CreateComponentMetadata", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "branchId": { - "type": "string" - }, - "branchName": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "componentId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "copiedFromComponentId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32" - }, - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "currentVersion": { - "type": "boolean" - }, - "deleted": { - "type": "boolean" - }, - "folderId": { - "type": "string" - }, - "folderName": { - "type": "string" - }, - "modifiedBy": { - "type": "string" - }, - "modifiedDate": { - "type": "string", - "format": "date-time" - }, - "name": { - "type": "string" - }, - "subType": { - "type": "string" - }, - "type": { - "type": "string", - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } }, - "version": { - "type": "integer", - "format": "int32" + "application/json": { + "schema": { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } } - } } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ComponentMetadata/{id}": { - "get": { - "tags": [ - "component" - ], - "summary": "Retrieves an instance of a ComponentMetadata object.", - "operationId": "GetComponentMetadata", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "branchId": { - "type": "string" - }, - "branchName": { - "type": "string" - }, - "componentId": { - "type": "string" - }, - "copiedFromComponentId": { - "type": "string" - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32" - }, - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "currentVersion": { - "type": "boolean" - }, - "deleted": { - "type": "boolean" - }, - "folderId": { - "type": "string" - }, - "folderName": { - "type": "string" - }, - "modifiedBy": { - "type": "string" - }, - "modifiedDate": { - "type": "string", - "format": "date-time" - }, - "name": { - "type": "string" - }, - "subType": { - "type": "string" - }, - "type": { - "type": "string", - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "post": { - "tags": [ - "component" - ], - "summary": "Modifies or updates a ComponentMetadata object.", - "operationId": "UpdateComponentMetadata", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "branchId": { - "type": "string" - }, - "branchName": { - "type": "string" - }, - "componentId": { - "type": "string" - }, - "copiedFromComponentId": { - "type": "string" - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32" - }, - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "currentVersion": { - "type": "boolean" - }, - "deleted": { - "type": "boolean" - }, - "folderId": { - "type": "string" }, - "folderName": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "modifiedBy": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "modifiedDate": { - "type": "string", - "format": "date-time" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentMetadata/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple ComponentMetadata objects by identifier.", + "operationId": "BulkComponentMetadata", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } }, - "name": { - "type": "string" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "subType": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "type": { - "type": "string", - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "version": { - "type": "integer", - "format": "int32" - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "branchId": { - "type": "string" - }, - "branchName": { - "type": "string" - }, - "componentId": { - "type": "string" - }, - "copiedFromComponentId": { - "type": "string" - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32" - }, - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "currentVersion": { - "type": "boolean" - }, - "deleted": { - "type": "boolean" - }, - "folderId": { - "type": "string" - }, - "folderName": { - "type": "string" - }, - "modifiedBy": { - "type": "string" - }, - "modifiedDate": { - "type": "string", - "format": "date-time" - }, - "name": { - "type": "string" - }, - "subType": { - "type": "string" - }, - "type": { - "type": "string", - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32" - } + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "delete": { - "tags": [ - "component" - ], - "summary": "Deletes a ComponentMetadata object.", - "operationId": "DeleteComponentMetadata", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/ComponentReference/bulk": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves multiple ComponentReference objects by identifier.", - "operationId": "BulkComponentReference", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/ComponentMetadata/query": { + "post": { + "tags": [ + "component" + ], + "summary": "Queries for a ComponentMetadata object(s).", + "operationId": "QueryComponentMetadata", + "requestBody": { + "description": " Possible properties include: accountId, componentId, version, name, type, subType, createdDate, createdBy, modifiedDate, modifiedBy, deleted, currentVersion, folderName, folderId, copiedFromComponentId, copiedFromComponentVersion, branchName, branchId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "references": { - "type": "array", - "items": { - "type": "object" - } + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/ComponentReference/query": { - "post": { - "tags": [ - "component" - ], - "summary": "Queries for a ComponentReference object(s).", - "operationId": "QueryComponentReference", - "requestBody": { - "description": " Possible properties include: parentComponentId, parentVersion, componentId, type", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/ComponentMetadata/queryMore": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves additional results for a ComponentMetadata query.", + "operationId": "QueryMoreComponentMetadata", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "references": { - "type": "array", - "items": { - "type": "object" - } + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ComponentReference/queryMore": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves additional results for a ComponentReference query.", - "operationId": "QueryMoreComponentReference", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "references": { - "type": "array", - "items": { - "type": "object" - } - } - } - } - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + ] } - ] - } - }, - "/ComponentReference/{id}": { - "get": { - "tags": [ - "component" - ], - "summary": "Retrieves an instance of a ComponentReference object.", - "operationId": "GetComponentReference", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "references": { - "type": "array", - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string" + }, + "/ComponentMetadata/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a ComponentMetadata object.", + "operationId": "GetComponentMetadata", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "parentComponentId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "parentVersion": { - "type": "integer", - "format": "int32" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "type": { - "type": "string", - "enum": [ - "DEPENDENT", - "INDEPENDENT" - ] + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ConnectionLicensingReport": { - "post": { - "tags": [ - "execution" - ], - "summary": "Creates a ConnectionLicensingReport object.", - "operationId": "CreateConnectionLicensingReport", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "type": "object" - } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "type": "object" - } - } - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Connector/bulk": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves multiple Connector objects by identifier.", - "operationId": "BulkConnector", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { + ] + }, + "post": { + "tags": [ + "component" + ], + "summary": "Modifies or updates a ComponentMetadata object.", + "operationId": "UpdateComponentMetadata", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { "type": "string" - } } - } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "type": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } - }, - "index": { - "type": "integer", - "format": "int32" }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "errorMessage": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Connector/query": { - "post": { - "tags": [ - "component" - ], - "summary": "Queries for a Connector object(s).", - "operationId": "QueryConnector", - "requestBody": { - "description": " Possible properties include: type, name", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } }, - { - "type": "object" + "application/json": { + "schema": { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } } - ] } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "component" + ], + "summary": "Deletes a ComponentMetadata object.", + "operationId": "DeleteComponentMetadata", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "type": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Connector/queryMore": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves additional results for a Connector query.", - "operationId": "QueryMoreConnector", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentReference/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple ComponentReference objects by identifier.", + "operationId": "BulkComponentReference", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "type": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "references": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "references": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Connector/{id}": { - "get": { - "tags": [ - "component" - ], - "summary": "Retrieves an instance of a Connector object.", - "operationId": "GetConnector", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "type": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ConnectorDocument": { - "post": { - "tags": [ - "execution" - ], - "summary": "Creates a ConnectorDocument object.", - "operationId": "CreateConnectorDocument", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "genericConnectorRecordId": { - "type": "string" - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "genericConnectorRecordId": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + ] } - ] - } - }, - "/CustomTrackedField/query": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Queries for a CustomTrackedField object(s).", - "operationId": "QueryCustomTrackedField", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/ComponentReference/query": { + "post": { + "tags": [ + "component" + ], + "summary": "Queries for a ComponentReference object(s).", + "operationId": "QueryComponentReference", + "requestBody": { + "description": " Possible properties include: parentComponentId, parentVersion, componentId, type", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "label": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "position": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "type": { - "type": "string", - "enum": [ - "character", - "datetime", - "number" - ] - } - } - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/CustomTrackedField/queryMore": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Retrieves additional results for a CustomTrackedField query.", - "operationId": "QueryMoreCustomTrackedField", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "label": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "position": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "references": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "type": { - "type": "string", - "enum": [ - "character", - "datetime", - "number" - ] + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "references": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/DeployedExpiredCertificate/query": { - "post": { - "tags": [ - "atom" - ], - "summary": "Queries for a DeployedExpiredCertificate object(s).", - "operationId": "QueryDeployedExpiredCertificate", - "requestBody": { - "description": " Possible properties include: containerId, containerName, environmentId, environmentName, expirationBoundary", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/ComponentReference/queryMore": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves additional results for a ComponentReference query.", + "operationId": "QueryMoreComponentReference", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "certificateId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "certificateName": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "certificateType": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "containerId": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "references": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "containerName": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "references": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentReference/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a ComponentReference object.", + "operationId": "GetComponentReference", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "environmentId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "environmentName": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "expirationDate": { - "type": "string", - "format": "date-time" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "references": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "DEPENDENT", + "INDEPENDENT" + ] + } + } + } + } + } + } }, - "location": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "references": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "DEPENDENT", + "INDEPENDENT" + ] + } + } + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/DeployedExpiredCertificate/queryMore": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves additional results for a DeployedExpiredCertificate query.", - "operationId": "QueryMoreDeployedExpiredCertificate", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ConnectionLicensingReport": { + "post": { + "tags": [ + "execution" + ], + "summary": "Creates a ConnectionLicensingReport object.", + "operationId": "CreateConnectionLicensingReport", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "certificateId": { - "type": "string" - }, - "certificateName": { - "type": "string" - }, - "certificateType": { - "type": "string" - }, - "containerId": { - "type": "string" - }, - "containerName": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "environmentId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "environmentName": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "expirationDate": { - "type": "string", - "format": "date-time" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "location": { - "type": "string" + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/DeployedPackage": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Creates a DeployedPackage object.", - "operationId": "CreateDeployedPackage", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "active": { - "type": "boolean" - }, - "branchName": { - "type": "string" - }, - "componentId": { - "type": "string" - }, - "componentType": { - "type": "string" - }, - "componentVersion": { - "type": "integer", - "format": "int32" - }, - "deployedBy": { - "type": "string" - }, - "deployedDate": { - "type": "string", - "format": "date-time" - }, - "deploymentId": { - "type": "string" - }, - "environmentId": { - "type": "string" - }, - "listenerStatus": { - "type": "string", - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string" + }, + "/Connector/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple Connector objects by identifier.", + "operationId": "BulkConnector", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } }, - "notes": { - "type": "string" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "packageId": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "packageVersion": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "version": { - "type": "integer", - "format": "int32" - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "active": { - "type": "boolean" - }, - "branchName": { - "type": "string" - }, - "componentId": { - "type": "string" - }, - "componentType": { - "type": "string" - }, - "componentVersion": { - "type": "integer", - "format": "int32" - }, - "deployedBy": { - "type": "string" - }, - "deployedDate": { - "type": "string", - "format": "date-time" - }, - "deploymentId": { - "type": "string" - }, - "environmentId": { - "type": "string" - }, - "listenerStatus": { - "type": "string", - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string" - }, - "notes": { - "type": "string" - }, - "packageId": { - "type": "string" - }, - "packageVersion": { - "type": "string" - }, - "version": { - "type": "integer", - "format": "int32" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + ] } - ] - } - }, - "/DeployedPackage/bulk": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Retrieves multiple DeployedPackage objects by identifier.", - "operationId": "BulkDeployedPackage", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/Connector/query": { + "post": { + "tags": [ + "component" + ], + "summary": "Queries for a Connector object(s).", + "operationId": "QueryConnector", + "requestBody": { + "description": " Possible properties include: type, name", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } + "required": false }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "active": { - "type": "boolean" - }, - "branchName": { - "type": "string" - }, - "componentId": { - "type": "string" - }, - "componentType": { - "type": "string" - }, - "componentVersion": { - "type": "integer", - "format": "int32" - }, - "deployedBy": { - "type": "string" - }, - "deployedDate": { - "type": "string", - "format": "date-time" - }, - "deploymentId": { - "type": "string" - }, - "environmentId": { - "type": "string" - }, - "listenerStatus": { - "type": "string", - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string" - }, - "notes": { - "type": "string" - }, - "packageId": { - "type": "string" - }, - "packageVersion": { - "type": "string" - }, - "version": { - "type": "integer", - "format": "int32" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/DeployedPackage/query": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Queries for a DeployedPackage object(s).", - "operationId": "QueryDeployedPackage", - "requestBody": { - "description": " Possible properties include: uid, notes, current, packageNotes, active, componentId, componentVersion, componentName, componentType, deployedBy, deployedDate, deploymentId, environmentId, environmentName, packageId, packageVersion, version, accountId, branch", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/Connector/queryMore": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves additional results for a Connector query.", + "operationId": "QueryMoreConnector", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "active": { - "type": "boolean" - }, - "branchName": { - "type": "string" - }, - "componentId": { - "type": "string" - }, - "componentType": { - "type": "string" - }, - "componentVersion": { - "type": "integer", - "format": "int32" - }, - "deployedBy": { - "type": "string" - }, - "deployedDate": { - "type": "string", - "format": "date-time" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "deploymentId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "environmentId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "listenerStatus": { - "type": "string", - "enum": [ - "RUNNING", - "PAUSED" - ] + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "message": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Connector/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a Connector object.", + "operationId": "GetConnector", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "notes": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "packageId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "packageVersion": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "version": { - "type": "integer", - "format": "int32" + "application/json": { + "schema": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + }, + "security": [ + { + "basicAuth": [] + } + ] } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/DeployedPackage/queryMore": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Retrieves additional results for a DeployedPackage query.", - "operationId": "QueryMoreDeployedPackage", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "/ConnectorDocument": { + "post": { + "tags": [ + "execution" + ], + "summary": "Creates a ConnectorDocument object.", + "operationId": "CreateConnectorDocument", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "genericConnectorRecordId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "genericConnectorRecordId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "active": { - "type": "boolean" - }, - "branchName": { - "type": "string" - }, - "componentId": { - "type": "string" - }, - "componentType": { - "type": "string" - }, - "componentVersion": { - "type": "integer", - "format": "int32" - }, - "deployedBy": { - "type": "string" - }, - "deployedDate": { - "type": "string", - "format": "date-time" - }, - "deploymentId": { - "type": "string" - }, - "environmentId": { - "type": "string" - }, - "listenerStatus": { - "type": "string", - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "notes": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "packageId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "packageVersion": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "genericConnectorRecordId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "version": { - "type": "integer", - "format": "int32" + "application/json": { + "schema": { + "type": "object", + "properties": { + "genericConnectorRecordId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/DeployedPackage/{id}": { - "get": { - "tags": [ - "deployment" - ], - "summary": "Retrieves an instance of a DeployedPackage object.", - "operationId": "GetDeployedPackage", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "active": { - "type": "boolean" - }, - "branchName": { - "type": "string" - }, - "componentId": { - "type": "string" - }, - "componentType": { - "type": "string" - }, - "componentVersion": { - "type": "integer", - "format": "int32" - }, - "deployedBy": { - "type": "string" - }, - "deployedDate": { - "type": "string", - "format": "date-time" - }, - "deploymentId": { - "type": "string" - }, - "environmentId": { - "type": "string" - }, - "listenerStatus": { - "type": "string", - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string" - }, - "notes": { - "type": "string" - }, - "packageId": { - "type": "string" - }, - "packageVersion": { - "type": "string" - }, - "version": { - "type": "integer", - "format": "int32" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "delete": { - "tags": [ - "deployment" - ], - "summary": "Deletes a DeployedPackage object.", - "operationId": "DeleteDeployedPackage", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + ] } - ] - } - }, - "/Deployment": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Creates a Deployment object.", - "operationId": "CreateDeployment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "componentId", - "componentType", - "deployedBy", - "deployedOn", - "digest", - "environmentId", - "id", - "notes", - "processId" - ], - "type": "object", - "properties": { - "componentId": { - "type": "string" - }, - "componentType": { - "type": "string" - }, - "current": { - "type": "boolean" - }, - "deployedBy": { - "type": "string" - }, - "deployedOn": { - "type": "string", - "format": "date-time" - }, - "digest": { - "type": "string" - }, - "environmentId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "listenerStatus": { - "type": "string", - "enum": [ - "RUNNING", - "PAUSED" - ] + }, + "/CustomTrackedField/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for a CustomTrackedField object(s).", + "operationId": "QueryCustomTrackedField", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } }, - "message": { - "type": "string" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "label": { + "type": "string", + "xml": { + "attribute": true + } + }, + "position": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "character", + "datetime", + "number" + ] + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "label": { + "type": "string", + "xml": { + "attribute": true + } + }, + "position": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "character", + "datetime", + "number" + ] + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "notes": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "processId": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "version": { - "type": "integer", - "format": "int32" - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "componentId", - "componentType", - "deployedBy", - "deployedOn", - "digest", - "environmentId", - "id", - "notes", - "processId" - ], - "type": "object", - "properties": { - "componentId": { - "type": "string" - }, - "componentType": { - "type": "string" - }, - "current": { - "type": "boolean" - }, - "deployedBy": { - "type": "string" - }, - "deployedOn": { - "type": "string", - "format": "date-time" - }, - "digest": { - "type": "string" - }, - "environmentId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "listenerStatus": { - "type": "string", - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string" - }, - "notes": { - "type": "string" - }, - "processId": { - "type": "string" - }, - "version": { - "type": "integer", - "format": "int32" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + ] } - ] - } - }, - "/Deployment/bulk": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Retrieves multiple Deployment objects by identifier.", - "operationId": "BulkDeployment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/CustomTrackedField/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for a CustomTrackedField query.", + "operationId": "QueryMoreCustomTrackedField", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "componentId", - "componentType", - "deployedBy", - "deployedOn", - "digest", - "environmentId", - "id", - "notes", - "processId" - ], - "type": "object", - "properties": { - "componentId": { - "type": "string" - }, - "componentType": { - "type": "string" - }, - "current": { - "type": "boolean" - }, - "deployedBy": { - "type": "string" - }, - "deployedOn": { - "type": "string", - "format": "date-time" - }, - "digest": { - "type": "string" - }, - "environmentId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "listenerStatus": { - "type": "string", - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string" - }, - "notes": { - "type": "string" - }, - "processId": { - "type": "string" - }, - "version": { - "type": "integer", - "format": "int32" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "label": { + "type": "string", + "xml": { + "attribute": true + } + }, + "position": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "character", + "datetime", + "number" + ] + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "label": { + "type": "string", + "xml": { + "attribute": true + } + }, + "position": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "character", + "datetime", + "number" + ] + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/Deployment/query": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Queries for a Deployment object(s).", - "operationId": "QueryDeployment", - "requestBody": { - "description": " Possible properties include: environmentId, processId, componentId, componentType, current", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/DeployedExpiredCertificate/query": { + "post": { + "tags": [ + "atom" + ], + "summary": "Queries for a DeployedExpiredCertificate object(s).", + "operationId": "QueryDeployedExpiredCertificate", + "requestBody": { + "description": " Possible properties include: containerId, containerName, environmentId, environmentName, expirationBoundary", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "componentId", - "componentType", - "deployedBy", - "deployedOn", - "digest", - "environmentId", - "id", - "notes", - "processId" - ], - "type": "object", - "properties": { - "componentId": { - "type": "string" - }, - "componentType": { - "type": "string" - }, - "current": { - "type": "boolean" - }, - "deployedBy": { - "type": "string" - }, - "deployedOn": { - "type": "string", - "format": "date-time" - }, - "digest": { - "type": "string" - }, - "environmentId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "listenerStatus": { - "type": "string", - "enum": [ - "RUNNING", - "PAUSED" - ] + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "message": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "notes": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "processId": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificateId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificateName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificateType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "containerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "expirationDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "location": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "version": { - "type": "integer", - "format": "int32" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificateId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificateName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificateType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "containerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "expirationDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "location": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Deployment/queryMore": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Retrieves additional results for a Deployment query.", - "operationId": "QueryMoreDeployment", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/DeployedExpiredCertificate/queryMore": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves additional results for a DeployedExpiredCertificate query.", + "operationId": "QueryMoreDeployedExpiredCertificate", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "componentId", - "componentType", - "deployedBy", - "deployedOn", - "digest", - "environmentId", - "id", - "notes", - "processId" - ], - "type": "object", - "properties": { - "componentId": { - "type": "string" - }, - "componentType": { - "type": "string" - }, - "current": { - "type": "boolean" - }, - "deployedBy": { - "type": "string" - }, - "deployedOn": { - "type": "string", - "format": "date-time" - }, - "digest": { - "type": "string" - }, - "environmentId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "listenerStatus": { - "type": "string", - "enum": [ - "RUNNING", - "PAUSED" - ] + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "message": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "notes": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "processId": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificateId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificateName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificateType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "containerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "expirationDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "location": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "version": { - "type": "integer", - "format": "int32" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificateId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificateName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificateType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "containerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "expirationDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "location": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Deployment/{id}": { - "get": { - "tags": [ - "deployment" - ], - "summary": "Retrieves an instance of a Deployment object.", - "operationId": "GetDeployment", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "componentId", - "componentType", - "deployedBy", - "deployedOn", - "digest", - "environmentId", - "id", - "notes", - "processId" - ], - "type": "object", - "properties": { - "componentId": { - "type": "string" - }, - "componentType": { - "type": "string" - }, - "current": { - "type": "boolean" - }, - "deployedBy": { - "type": "string" - }, - "deployedOn": { - "type": "string", - "format": "date-time" - }, - "digest": { - "type": "string" - }, - "environmentId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "listenerStatus": { - "type": "string", - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string" - }, - "notes": { - "type": "string" - }, - "processId": { - "type": "string" - }, - "version": { - "type": "integer", - "format": "int32" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + ] } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/DocumentCountAccount/query": { - "post": { - "tags": [ - "executionStatistic" - ], - "summary": "Queries for a DocumentCountAccount object(s).", - "operationId": "QueryDocumentCountAccount", - "requestBody": { - "description": " Possible properties include: environmentId, atomId, processDate", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/DeployedPackage": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Creates a DeployedPackage object.", + "operationId": "CreateDeployedPackage", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "active": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deploymentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "active": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deploymentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "atomId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "date": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "value": { - "type": "integer", - "format": "int64" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "active": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deploymentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "active": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deploymentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/DocumentCountAccount/queryMore": { - "post": { - "tags": [ - "executionStatistic" - ], - "summary": "Retrieves additional results for a DocumentCountAccount query.", - "operationId": "QueryMoreDocumentCountAccount", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/DeployedPackage/bulk": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves multiple DeployedPackage objects by identifier.", + "operationId": "BulkDeployedPackage", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "atomId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "date": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "value": { - "type": "integer", - "format": "int64" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/DocumentCountAccountGroup/query": { - "post": { - "tags": [ - "executionStatistic" - ], - "summary": "Queries for a DocumentCountAccountGroup object(s).", - "operationId": "QueryDocumentCountAccountGroup", - "requestBody": { - "description": " Possible properties include: accountGroupId, processDate", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "active": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deploymentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - { - "type": "object" + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "active": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deploymentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - ] } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "allOf": [ - { - "type": "object" - } - ] - } - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + ] } - ] - } - }, - "/DocumentCountAccountGroup/queryMore": { - "post": { - "tags": [ - "executionStatistic" - ], - "summary": "Retrieves additional results for a DocumentCountAccountGroup query.", - "operationId": "QueryMoreDocumentCountAccountGroup", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "allOf": [ - { - "type": "object" + }, + "/DeployedPackage/query": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Queries for a DeployedPackage object(s).", + "operationId": "QueryDeployedPackage", + "requestBody": { + "description": " Possible properties include: uid, notes, current, packageNotes, active, componentId, componentVersion, componentName, componentType, deployedBy, deployedDate, deploymentId, environmentId, environmentName, packageId, packageVersion, version, accountId, branch", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } } - ] - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EDIFACTConnectorRecord/query": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Queries for an EDIFACTConnectorRecord object(s).", - "operationId": "QueryEDIFACTConnectorRecord", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string" - }, - "ackReport": { - "type": "string" - }, - "ackRequested": { - "type": "string" - }, - "ackStatus": { - "type": "string" - }, - "actionType": { - "type": "string" - }, - "atomId": { - "type": "string" - }, - "connectorName": { - "type": "string" - }, - "connectorType": { - "type": "string" - }, - "controllingAgency": { - "type": "string" - }, - "customFields": { - "type": "object" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "dateProcessed": { - "type": "string", - "format": "date-time" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "documentIndex": { - "type": "integer", - "format": "int32" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "errorMessage": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "active": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deploymentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "executionId": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "active": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deploymentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/DeployedPackage/queryMore": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves additional results for a DeployedPackage query.", + "operationId": "QueryMoreDeployedPackage", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "interchangeControlReference": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "interchangeDate": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "active": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deploymentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "interchangeTime": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "active": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deploymentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/DeployedPackage/{id}": { + "get": { + "tags": [ + "deployment" + ], + "summary": "Retrieves an instance of a DeployedPackage object.", + "operationId": "GetDeployedPackage", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "messageReferenceNumber": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "messageType": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "operationName": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "active": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deploymentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "outboundValidationReport": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "active": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deploymentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "deployment" + ], + "summary": "Deletes a DeployedPackage object.", + "operationId": "DeleteDeployedPackage", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "outboundValidationStatus": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "receiverID": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "release": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Deployment": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Creates a Deployment object.", + "operationId": "CreateDeployment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "componentId", + "componentType", + "deployedBy", + "deployedOn", + "digest", + "environmentId", + "id", + "notes", + "processId" + ], + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "current": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedOn": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "digest": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "application/xml": { + "schema": { + "required": [ + "componentId", + "componentType", + "deployedBy", + "deployedOn", + "digest", + "environmentId", + "id", + "notes", + "processId" + ], + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "current": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedOn": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "digest": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "senderID": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "size": { - "type": "integer", - "format": "int64" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "successful": { - "type": "boolean" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "componentId", + "componentType", + "deployedBy", + "deployedOn", + "digest", + "environmentId", + "id", + "notes", + "processId" + ], + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "current": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedOn": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "digest": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "version": { - "type": "string" + "application/json": { + "schema": { + "required": [ + "componentId", + "componentType", + "deployedBy", + "deployedOn", + "digest", + "environmentId", + "id", + "notes", + "processId" + ], + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "current": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedOn": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "digest": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + }, + "security": [ + { + "basicAuth": [] + } + ] } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EDIFACTConnectorRecord/queryMore": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Retrieves additional results for an EDIFACTConnectorRecord query.", - "operationId": "QueryMoreEDIFACTConnectorRecord", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "/Deployment/bulk": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves multiple Deployment objects by identifier.", + "operationId": "BulkDeployment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string" - }, - "ackReport": { - "type": "string" - }, - "ackRequested": { - "type": "string" - }, - "ackStatus": { - "type": "string" - }, - "actionType": { - "type": "string" - }, - "atomId": { - "type": "string" - }, - "connectorName": { - "type": "string" - }, - "connectorType": { - "type": "string" - }, - "controllingAgency": { - "type": "string" - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time" - }, - "documentIndex": { - "type": "integer", - "format": "int32" - }, - "errorMessage": { - "type": "string" - }, - "executionId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "interchangeControlReference": { - "type": "string" - }, - "interchangeDate": { - "type": "string" - }, - "interchangeTime": { - "type": "string" - }, - "messageReferenceNumber": { - "type": "string" - }, - "messageType": { - "type": "string" - }, - "operationName": { - "type": "string" - }, - "outboundValidationReport": { - "type": "string" - }, - "outboundValidationStatus": { - "type": "string" - }, - "receiverID": { - "type": "string" - }, - "release": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "senderID": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "size": { - "type": "integer", - "format": "int64" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "successful": { - "type": "boolean" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "componentId", + "componentType", + "deployedBy", + "deployedOn", + "digest", + "environmentId", + "id", + "notes", + "processId" + ], + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "current": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedOn": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "digest": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "version": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "componentId", + "componentType", + "deployedBy", + "deployedOn", + "digest", + "environmentId", + "id", + "notes", + "processId" + ], + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "current": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedOn": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "digest": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/EdiCustomConnectorRecord/query": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Queries for an EdiCustomConnectorRecord object(s).", - "operationId": "QueryEdiCustomConnectorRecord", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/Deployment/query": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Queries for a Deployment object(s).", + "operationId": "QueryDeployment", + "requestBody": { + "description": " Possible properties include: environmentId, processId, componentId, componentType, current", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string" - }, - "actionType": { - "type": "string" - }, - "atomId": { - "type": "string" - }, - "connectorName": { - "type": "string" - }, - "connectorType": { - "type": "string" - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time" - }, - "documentIndex": { - "type": "integer", - "format": "int32" - }, - "errorMessage": { - "type": "string" - }, - "executionId": { - "type": "string" - }, - "fromTradingPartner": { - "type": "string" - }, - "id": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "operationName": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "size": { - "type": "integer", - "format": "int64" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "successful": { - "type": "boolean" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "componentId", + "componentType", + "deployedBy", + "deployedOn", + "digest", + "environmentId", + "id", + "notes", + "processId" + ], + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "current": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedOn": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "digest": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "toTradingPartner": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "componentId", + "componentType", + "deployedBy", + "deployedOn", + "digest", + "environmentId", + "id", + "notes", + "processId" + ], + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "current": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedOn": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "digest": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EdiCustomConnectorRecord/queryMore": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Retrieves additional results for an EdiCustomConnectorRecord query.", - "operationId": "QueryMoreEdiCustomConnectorRecord", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Deployment/queryMore": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves additional results for a Deployment query.", + "operationId": "QueryMoreDeployment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string" - }, - "actionType": { - "type": "string" - }, - "atomId": { - "type": "string" - }, - "connectorName": { - "type": "string" - }, - "connectorType": { - "type": "string" - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time" - }, - "documentIndex": { - "type": "integer", - "format": "int32" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "errorMessage": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "executionId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "fromTradingPartner": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "componentId", + "componentType", + "deployedBy", + "deployedOn", + "digest", + "environmentId", + "id", + "notes", + "processId" + ], + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "current": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedOn": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "digest": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "id": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "componentId", + "componentType", + "deployedBy", + "deployedOn", + "digest", + "environmentId", + "id", + "notes", + "processId" + ], + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "current": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedOn": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "digest": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Deployment/{id}": { + "get": { + "tags": [ + "deployment" + ], + "summary": "Retrieves an instance of a Deployment object.", + "operationId": "GetDeployment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "operationName": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "size": { - "type": "integer", - "format": "int64" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "successful": { - "type": "boolean" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "componentId", + "componentType", + "deployedBy", + "deployedOn", + "digest", + "environmentId", + "id", + "notes", + "processId" + ], + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "current": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedOn": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "digest": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "toTradingPartner": { - "type": "string" + "application/json": { + "schema": { + "required": [ + "componentId", + "componentType", + "deployedBy", + "deployedOn", + "digest", + "environmentId", + "id", + "notes", + "processId" + ], + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "current": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedOn": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "digest": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } } - } } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Environment": { - "post": { - "tags": [ - "environment" - ], - "summary": "Creates an Environment object.", - "operationId": "CreateEnvironment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "enum": [ - "PROD", - "TEST" - ] }, - "id": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "name": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "parentAccount": { - "type": "string" - }, - "parentEnvironment": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "enum": [ - "PROD", - "TEST" - ] - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "parentAccount": { - "type": "string" - }, - "parentEnvironment": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + ] } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Environment/bulk": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves multiple Environment objects by identifier.", - "operationId": "BulkEnvironment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/DocumentCountAccount/query": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Queries for a DocumentCountAccount object(s).", + "operationId": "QueryDocumentCountAccount", + "requestBody": { + "description": " Possible properties include: environmentId, atomId, processDate", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "enum": [ - "PROD", - "TEST" - ] - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "parentAccount": { - "type": "string" - }, - "parentEnvironment": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/Environment/query": { - "post": { - "tags": [ - "environment" - ], - "summary": "Queries for an Environment object(s).", - "operationId": "QueryEnvironment", - "requestBody": { - "description": " Possible properties include: name, id, classification", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/DocumentCountAccount/queryMore": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Retrieves additional results for a DocumentCountAccount query.", + "operationId": "QueryMoreDocumentCountAccount", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "enum": [ - "PROD", - "TEST" - ] + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "name": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "parentAccount": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "parentEnvironment": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Environment/queryMore": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves additional results for an Environment query.", - "operationId": "QueryMoreEnvironment", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/DocumentCountAccountGroup/query": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Queries for a DocumentCountAccountGroup object(s).", + "operationId": "QueryDocumentCountAccountGroup", + "requestBody": { + "description": " Possible properties include: accountGroupId, processDate", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "enum": [ - "PROD", - "TEST" - ] + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "name": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "parentAccount": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "allOf": [ + { + "type": "object" + } + ] + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "parentEnvironment": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "allOf": [ + { + "type": "object" + } + ] + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Environment/{id}": { - "get": { - "tags": [ - "environment" - ], - "summary": "Retrieves an instance of an Environment object.", - "operationId": "GetEnvironment", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "enum": [ - "PROD", - "TEST" - ] - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "parentAccount": { - "type": "string" - }, - "parentEnvironment": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "post": { - "tags": [ - "environment" - ], - "summary": "Modifies or updates an Environment object.", - "operationId": "UpdateEnvironment", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "enum": [ - "PROD", - "TEST" - ] + ] + } + }, + "/DocumentCountAccountGroup/queryMore": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Retrieves additional results for a DocumentCountAccountGroup query.", + "operationId": "QueryMoreDocumentCountAccountGroup", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } }, - "id": { - "type": "string" + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "allOf": [ + { + "type": "object" + } + ] + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "allOf": [ + { + "type": "object" + } + ] + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "name": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "parentAccount": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "parentEnvironment": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "enum": [ - "PROD", - "TEST" - ] - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "parentAccount": { - "type": "string" - }, - "parentEnvironment": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "delete": { - "tags": [ - "environment" - ], - "summary": "Deletes an Environment object.", - "operationId": "DeleteEnvironment", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + ] } - ] - } - }, - "/EnvironmentAtomAttachment": { - "post": { - "tags": [ - "environment" - ], - "summary": "Creates an EnvironmentAtomAttachment object.", - "operationId": "CreateEnvironmentAtomAttachment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string" + }, + "/EDIFACTConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for an EDIFACTConnectorRecord object(s).", + "operationId": "QueryEDIFACTConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } }, - "environmentId": { - "type": "string" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackRequested": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "controllingAgency": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "interchangeControlReference": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "interchangeDate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "interchangeTime": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageReferenceNumber": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "release": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackRequested": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "controllingAgency": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "interchangeControlReference": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "interchangeDate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "interchangeTime": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageReferenceNumber": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "release": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "id": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string" - }, - "environmentId": { - "type": "string" - }, - "id": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + ] } - ] - } - }, - "/EnvironmentAtomAttachment/query": { - "post": { - "tags": [ - "environment" - ], - "summary": "Queries for an EnvironmentAtomAttachment object(s).", - "operationId": "QueryEnvironmentAtomAttachment", - "requestBody": { - "description": " Possible properties include: atomId, environmentId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/EDIFACTConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for an EDIFACTConnectorRecord query.", + "operationId": "QueryMoreEDIFACTConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "environmentId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" - } - } - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentAtomAttachment/queryMore": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves additional results for an EnvironmentAtomAttachment query.", - "operationId": "QueryMoreEnvironmentAtomAttachment", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "environmentId": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackRequested": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "controllingAgency": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "interchangeControlReference": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "interchangeDate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "interchangeTime": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageReferenceNumber": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "release": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "id": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackRequested": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "controllingAgency": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "interchangeControlReference": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "interchangeDate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "interchangeTime": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageReferenceNumber": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "release": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentAtomAttachment/{id}": { - "delete": { - "tags": [ - "environment" - ], - "summary": "Deletes an EnvironmentAtomAttachment object.", - "operationId": "DeleteEnvironmentAtomAttachment", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/EnvironmentConnectionFieldExtensionSummary/query": { - "post": { - "tags": [ - "environment" - ], - "summary": "Queries for an EnvironmentConnectionFieldExtensionSummary object(s).", - "operationId": "QueryEnvironmentConnectionFieldExtensionSummary", - "requestBody": { - "description": " Possible properties include: environmentId, extensionGroupId, connectionId, fieldId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/EdiCustomConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for an EdiCustomConnectorRecord object(s).", + "operationId": "QueryEdiCustomConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "field" - ], - "type": "object", - "properties": { - "connectionId": { - "type": "string" - }, - "environmentId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "extensionGroupId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "field": { - "type": "object" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fromTradingPartner": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "toTradingPartner": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "processId": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fromTradingPartner": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "toTradingPartner": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentConnectionFieldExtensionSummary/queryMore": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves additional results for an EnvironmentConnectionFieldExtensionSummary query.", - "operationId": "QueryMoreEnvironmentConnectionFieldExtensionSummary", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EdiCustomConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for an EdiCustomConnectorRecord query.", + "operationId": "QueryMoreEdiCustomConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "field" - ], - "type": "object", - "properties": { - "connectionId": { - "type": "string" - }, - "environmentId": { - "type": "string" - }, - "extensionGroupId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "field": { - "type": "object" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "processId": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fromTradingPartner": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "toTradingPartner": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fromTradingPartner": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "toTradingPartner": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/EnvironmentExtensions/bulk": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves multiple EnvironmentExtensions objects by identifier.", - "operationId": "BulkEnvironmentExtensions", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/Environment": { + "post": { + "tags": [ + "environment" + ], + "summary": "Creates an Environment object.", + "operationId": "CreateEnvironment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentAccount": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentEnvironment": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentAccount": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentEnvironment": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } + "required": false }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentAccount": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentEnvironment": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentAccount": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentEnvironment": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "PGPCertificates", - "connections", - "crossReferences", - "operations", - "processProperties", - "properties", - "sharedCommunications", - "tradingPartners" - ], - "type": "object", - "properties": { - "PGPCertificates": { - "type": "object" - }, - "connections": { - "type": "object" - }, - "crossReferences": { - "type": "object" - }, - "environmentId": { - "type": "string" - }, - "extensionGroupId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "operations": { - "type": "object" - }, - "partial": { - "type": "boolean" - }, - "processProperties": { - "type": "object" - }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Environment/bulk": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves multiple Environment objects by identifier.", + "operationId": "BulkEnvironment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", "properties": { - "type": "object" + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } }, - "sharedCommunications": { - "type": "object" + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } }, - "tradingPartners": { - "type": "object" + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentAccount": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentEnvironment": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentAccount": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentEnvironment": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/EnvironmentExtensions/query": { - "post": { - "tags": [ - "environment" - ], - "summary": "Queries for an EnvironmentExtensions object(s).", - "operationId": "QueryEnvironmentExtensions", - "requestBody": { - "description": " Possible properties include: environmentId, extensionGroupId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/Environment/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an Environment object(s).", + "operationId": "QueryEnvironment", + "requestBody": { + "description": " Possible properties include: name, id, classification", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "PGPCertificates", - "connections", - "crossReferences", - "operations", - "processProperties", - "properties", - "sharedCommunications", - "tradingPartners" - ], - "type": "object", - "properties": { - "PGPCertificates": { - "type": "object" - }, - "connections": { - "type": "object" - }, - "crossReferences": { - "type": "object" - }, - "environmentId": { - "type": "string" - }, - "extensionGroupId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "operations": { - "type": "object" - }, - "partial": { - "type": "boolean" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "processProperties": { - "type": "object" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "properties": { - "type": "object" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "sharedCommunications": { - "type": "object" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentAccount": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentEnvironment": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "tradingPartners": { - "type": "object" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentAccount": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentEnvironment": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentExtensions/queryMore": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves additional results for an EnvironmentExtensions query.", - "operationId": "QueryMoreEnvironmentExtensions", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Environment/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an Environment query.", + "operationId": "QueryMoreEnvironment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "PGPCertificates", - "connections", - "crossReferences", - "operations", - "processProperties", - "properties", - "sharedCommunications", - "tradingPartners" - ], - "type": "object", - "properties": { - "PGPCertificates": { - "type": "object" - }, - "connections": { - "type": "object" - }, - "crossReferences": { - "type": "object" - }, - "environmentId": { - "type": "string" - }, - "extensionGroupId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "operations": { - "type": "object" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentAccount": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentEnvironment": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "partial": { - "type": "boolean" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentAccount": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentEnvironment": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Environment/{id}": { + "get": { + "tags": [ + "environment" + ], + "summary": "Retrieves an instance of an Environment object.", + "operationId": "GetEnvironment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "processProperties": { - "type": "object" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "properties": { - "type": "object" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "sharedCommunications": { - "type": "object" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentAccount": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentEnvironment": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "tradingPartners": { - "type": "object" + "application/json": { + "schema": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentAccount": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentEnvironment": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentExtensions/{id}": { - "get": { - "tags": [ - "environment" - ], - "summary": "Retrieves an instance of an EnvironmentExtensions object.", - "operationId": "GetEnvironmentExtensions", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "PGPCertificates", - "connections", - "crossReferences", - "operations", - "processProperties", - "properties", - "sharedCommunications", - "tradingPartners" - ], - "type": "object", - "properties": { - "PGPCertificates": { - "type": "object", - "properties": { - "PGPCertificate": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "connections": { - "type": "object", - "properties": { - "connection": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "crossReferences": { - "type": "object", - "properties": { - "crossReference": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "environmentId": { - "type": "string" - }, - "extensionGroupId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "operations": { - "type": "object", - "properties": { - "operation": { - "type": "array", - "items": { - "type": "object" - } - } + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "environment" + ], + "summary": "Modifies or updates an Environment object.", + "operationId": "UpdateEnvironment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" } - }, - "partial": { - "type": "boolean" - }, - "processProperties": { - "type": "object", - "properties": { - "ProcessProperty": { - "type": "array", - "items": { - "type": "object" + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentAccount": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentEnvironment": { + "type": "string", + "xml": { + "attribute": true + } + } + } } - } - } - }, - "properties": { - "type": "object", - "properties": { - "property": { - "type": "array", - "items": { - "type": "object" + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentAccount": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentEnvironment": { + "type": "string", + "xml": { + "attribute": true + } + } + } } - } } - }, - "sharedCommunications": { - "type": "object", - "properties": { - "sharedCommunication": { - "type": "array", - "items": { - "type": "object" + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } - } - }, - "tradingPartners": { - "type": "object", - "properties": { - "tradingPartner": { - "type": "array", - "items": { - "type": "object" + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentAccount": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentEnvironment": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentAccount": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentEnvironment": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "post": { - "tags": [ - "environment" - ], - "summary": "Modifies or updates an EnvironmentExtensions object.", - "operationId": "UpdateEnvironmentExtensions", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "PGPCertificates", - "connections", - "crossReferences", - "operations", - "processProperties", - "properties", - "sharedCommunications", - "tradingPartners" - ], - "type": "object", - "properties": { - "PGPCertificates": { - "type": "object", - "properties": { - "PGPCertificate": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "connections": { - "type": "object", - "properties": { - "connection": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "crossReferences": { - "type": "object", - "properties": { - "crossReference": { - "type": "array", - "items": { - "type": "object" - } } - } - }, - "environmentId": { - "type": "string" }, - "extensionGroupId": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "id": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "operations": { - "type": "object", - "properties": { - "operation": { - "type": "array", - "items": { - "type": "object" - } + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "environment" + ], + "summary": "Deletes an Environment object.", + "operationId": "DeleteEnvironment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" } - } - }, - "partial": { - "type": "boolean" - }, - "processProperties": { - "type": "object", - "properties": { - "ProcessProperty": { - "type": "array", - "items": { - "type": "object" - } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } } - } }, - "properties": { - "type": "object", - "properties": { - "property": { - "type": "array", - "items": { - "type": "object" - } - } - } + "403": { + "description": "Missing or incorrect authentication credentials." }, - "sharedCommunications": { - "type": "object", - "properties": { - "sharedCommunication": { - "type": "array", - "items": { - "type": "object" - } - } - } + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "tradingPartners": { - "type": "object", - "properties": { - "tradingPartner": { - "type": "array", - "items": { - "type": "object" - } - } - } + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "PGPCertificates", - "connections", - "crossReferences", - "operations", - "processProperties", - "properties", - "sharedCommunications", - "tradingPartners" - ], - "type": "object", - "properties": { - "PGPCertificates": { - "type": "object", - "properties": { - "PGPCertificate": { - "type": "array", - "items": { - "type": "object" + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentAtomAttachment": { + "post": { + "tags": [ + "environment" + ], + "summary": "Creates an EnvironmentAtomAttachment object.", + "operationId": "CreateEnvironmentAtomAttachment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } } - } - } - }, - "connections": { - "type": "object", - "properties": { - "connection": { - "type": "array", - "items": { - "type": "object" + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } } - } } - }, - "crossReferences": { - "type": "object", - "properties": { - "crossReference": { - "type": "array", - "items": { - "type": "object" + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } - } - }, - "environmentId": { - "type": "string" - }, - "extensionGroupId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "operations": { - "type": "object", - "properties": { - "operation": { - "type": "array", - "items": { - "type": "object" + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - }, - "partial": { - "type": "boolean" - }, - "processProperties": { - "type": "object", - "properties": { - "ProcessProperty": { - "type": "array", - "items": { - "type": "object" + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentAtomAttachment/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an EnvironmentAtomAttachment object(s).", + "operationId": "QueryEnvironmentAtomAttachment", + "requestBody": { + "description": " Possible properties include: atomId, environmentId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } } - } - } - }, - "properties": { - "type": "object", - "properties": { - "property": { - "type": "array", - "items": { - "type": "object" + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } } - } } - }, - "sharedCommunications": { - "type": "object", - "properties": { - "sharedCommunication": { - "type": "array", - "items": { - "type": "object" + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } - } - }, - "tradingPartners": { - "type": "object", - "properties": { - "tradingPartner": { - "type": "array", - "items": { - "type": "object" + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/EnvironmentMapExtension/bulk": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves multiple EnvironmentMapExtension objects by identifier.", - "operationId": "BulkEnvironmentMapExtension", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/EnvironmentAtomAttachment/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an EnvironmentAtomAttachment query.", + "operationId": "QueryMoreEnvironmentAtomAttachment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "Map": { - "type": "object" - }, - "environmentId": { - "type": "string" - }, - "extensionGroupId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "mapId": { - "type": "string" - }, - "name": { - "type": "string" - }, - "processId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } - }, - "index": { - "type": "integer", - "format": "int32" }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "errorMessage": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentMapExtension/execute/{id}": { - "post": { - "tags": [ - "environment" - ], - "summary": "Executes an action on an EnvironmentMapExtension object.", - "operationId": "ExecuteEnvironmentMapExtension", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "Map": { - "required": [ - "BrowseSettings", - "DestinationProfile", - "DestinationProfileExtensions", - "ExtendedFunctions", - "ExtendedMappings", - "SourceProfile", - "SourceProfileExtensions" - ], - "type": "object", - "properties": { - "BrowseSettings": { - "type": "object" - }, - "DestinationProfile": { - "type": "object" - }, - "DestinationProfileExtensions": { - "type": "object" - }, - "ExtendedFunctions": { - "type": "object" - }, - "ExtendedMappings": { - "type": "object" - }, - "SourceProfile": { - "type": "object" }, - "SourceProfileExtensions": { - "type": "object" + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } } - } }, - "environmentId": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "extensionGroupId": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "id": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentAtomAttachment/{id}": { + "delete": { + "tags": [ + "environment" + ], + "summary": "Deletes an EnvironmentAtomAttachment object.", + "operationId": "DeleteEnvironmentAtomAttachment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } }, - "mapId": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "name": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "processId": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "Map": { - "required": [ - "BrowseSettings", - "DestinationProfile", - "DestinationProfileExtensions", - "ExtendedFunctions", - "ExtendedMappings", - "SourceProfile", - "SourceProfileExtensions" - ], - "type": "object", - "properties": { - "BrowseSettings": { - "type": "object" - }, - "DestinationProfile": { - "type": "object" - }, - "DestinationProfileExtensions": { - "type": "object" - }, - "ExtendedFunctions": { - "type": "object" - }, - "ExtendedMappings": { - "type": "object" - }, - "SourceProfile": { - "type": "object" - }, - "SourceProfileExtensions": { - "type": "object" - } - } - }, - "environmentId": { - "type": "string" - }, - "extensionGroupId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "mapId": { - "type": "string" - }, - "name": { - "type": "string" - }, - "processId": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/EnvironmentMapExtension/{id}": { - "get": { - "tags": [ - "environment" - ], - "summary": "Retrieves an instance of an EnvironmentMapExtension object.", - "operationId": "GetEnvironmentMapExtension", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "Map": { - "required": [ - "BrowseSettings", - "DestinationProfile", - "DestinationProfileExtensions", - "ExtendedFunctions", - "ExtendedMappings", - "SourceProfile", - "SourceProfileExtensions" - ], - "type": "object", - "properties": { - "BrowseSettings": { - "type": "object" - }, - "DestinationProfile": { - "type": "object" - }, - "DestinationProfileExtensions": { - "type": "object" - }, - "ExtendedFunctions": { - "type": "object" - }, - "ExtendedMappings": { - "type": "object" - }, - "SourceProfile": { - "type": "object" - }, - "SourceProfileExtensions": { - "type": "object" - } - } - }, - "environmentId": { - "type": "string" - }, - "extensionGroupId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "mapId": { - "type": "string" - }, - "name": { - "type": "string" - }, - "processId": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "post": { - "tags": [ - "environment" - ], - "summary": "Modifies or updates an EnvironmentMapExtension object.", - "operationId": "UpdateEnvironmentMapExtension", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "Map": { - "required": [ - "BrowseSettings", - "DestinationProfile", - "DestinationProfileExtensions", - "ExtendedFunctions", - "ExtendedMappings", - "SourceProfile", - "SourceProfileExtensions" - ], - "type": "object", - "properties": { - "BrowseSettings": { - "type": "object" - }, - "DestinationProfile": { - "type": "object" - }, - "DestinationProfileExtensions": { - "type": "object" - }, - "ExtendedFunctions": { - "type": "object" - }, - "ExtendedMappings": { - "type": "object" - }, - "SourceProfile": { - "type": "object" + }, + "/EnvironmentConnectionFieldExtensionSummary/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an EnvironmentConnectionFieldExtensionSummary object(s).", + "operationId": "QueryEnvironmentConnectionFieldExtensionSummary", + "requestBody": { + "description": " Possible properties include: environmentId, extensionGroupId, connectionId, fieldId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "SourceProfileExtensions": { - "type": "object" + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } } - } - }, - "environmentId": { - "type": "string" }, - "extensionGroupId": { - "type": "string" - }, - "id": { - "type": "string" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "field" + ], + "type": "object", + "properties": { + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "field": { + "type": "object" + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "field" + ], + "type": "object", + "properties": { + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "field": { + "type": "object" + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "mapId": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "name": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "processId": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "Map": { - "required": [ - "BrowseSettings", - "DestinationProfile", - "DestinationProfileExtensions", - "ExtendedFunctions", - "ExtendedMappings", - "SourceProfile", - "SourceProfileExtensions" - ], - "type": "object", - "properties": { - "BrowseSettings": { - "type": "object" - }, - "DestinationProfile": { - "type": "object" - }, - "DestinationProfileExtensions": { - "type": "object" - }, - "ExtendedFunctions": { - "type": "object" - }, - "ExtendedMappings": { - "type": "object" - }, - "SourceProfile": { - "type": "object" - }, - "SourceProfileExtensions": { - "type": "object" - } - } - }, - "environmentId": { - "type": "string" - }, - "extensionGroupId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "mapId": { - "type": "string" - }, - "name": { - "type": "string" - }, - "processId": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/EnvironmentMapExtensionExternalComponent/query": { - "post": { - "tags": [ - "environment" - ], - "summary": "Queries for an EnvironmentMapExtensionExternalComponent object(s).", - "operationId": "QueryEnvironmentMapExtensionExternalComponent", - "requestBody": { - "description": " Possible properties include: ACCOUNT_ID, ENVIRONMENT_MAP_EXTENSION_ID, PACKAGED_COMPONENT_UID, COMPONENT_ID, COMPONENT_VERSION, COMPONENT_NAME, COMPONENT_TYPE", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/EnvironmentConnectionFieldExtensionSummary/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an EnvironmentConnectionFieldExtensionSummary query.", + "operationId": "QueryMoreEnvironmentConnectionFieldExtensionSummary", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "componentName": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "componentType": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "componentVersion": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "field" + ], + "type": "object", + "properties": { + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "field": { + "type": "object" + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "environmentMapExtensionId": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "field" + ], + "type": "object", + "properties": { + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "field": { + "type": "object" + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentMapExtensionExternalComponent/queryMore": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves additional results for an EnvironmentMapExtensionExternalComponent query.", - "operationId": "QueryMoreEnvironmentMapExtensionExternalComponent", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentExtensions/bulk": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves multiple EnvironmentExtensions objects by identifier.", + "operationId": "BulkEnvironmentExtensions", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "componentName": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "componentType": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "componentVersion": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "PGPCertificates", + "connections", + "crossReferences", + "operations", + "processProperties", + "properties", + "sharedCommunications", + "tradingPartners" + ], + "type": "object", + "properties": { + "PGPCertificates": { + "type": "object" + }, + "connections": { + "type": "object" + }, + "crossReferences": { + "type": "object" + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operations": { + "type": "object" + }, + "partial": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "processProperties": { + "type": "object" + }, + "properties": { + "type": "object" + }, + "sharedCommunications": { + "type": "object" + }, + "tradingPartners": { + "type": "object" + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "environmentMapExtensionId": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "PGPCertificates", + "connections", + "crossReferences", + "operations", + "processProperties", + "properties", + "sharedCommunications", + "tradingPartners" + ], + "type": "object", + "properties": { + "PGPCertificates": { + "type": "object" + }, + "connections": { + "type": "object" + }, + "crossReferences": { + "type": "object" + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operations": { + "type": "object" + }, + "partial": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "processProperties": { + "type": "object" + }, + "properties": { + "type": "object" + }, + "sharedCommunications": { + "type": "object" + }, + "tradingPartners": { + "type": "object" + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentMapExtensionUserDefinedFunction": { - "post": { - "tags": [ - "environment" - ], - "summary": "Creates an EnvironmentMapExtensionUserDefinedFunction object.", - "operationId": "CreateEnvironmentMapExtensionUserDefinedFunction", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "Inputs", - "Mappings", - "Outputs", - "Steps" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "Mappings": { - "type": "object", - "properties": { - "Mapping": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "Steps": { - "type": "object", - "properties": { - "Step": { - "type": "array", - "items": { - "type": "object" - } } - } - }, - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "deleted": { - "type": "boolean" - }, - "description": { - "type": "string" - }, - "environmentMapExtensionId": { - "type": "string" - }, - "id": { - "type": "string" }, - "modifiedBy": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "modifiedDate": { - "type": "string", - "format": "date-time" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "name": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "Inputs", - "Mappings", - "Outputs", - "Steps" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "items": { - "type": "object" + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentExtensions/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an EnvironmentExtensions object(s).", + "operationId": "QueryEnvironmentExtensions", + "requestBody": { + "description": " Possible properties include: environmentId, extensionGroupId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } } - } - } - }, - "Mappings": { - "type": "object", - "properties": { - "Mapping": { - "type": "array", - "items": { - "type": "object" + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } } - } } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "items": { - "type": "object" + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } - } - }, - "Steps": { - "type": "object", - "properties": { - "Step": { - "type": "array", - "items": { - "type": "object" + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "PGPCertificates", + "connections", + "crossReferences", + "operations", + "processProperties", + "properties", + "sharedCommunications", + "tradingPartners" + ], + "type": "object", + "properties": { + "PGPCertificates": { + "type": "object" + }, + "connections": { + "type": "object" + }, + "crossReferences": { + "type": "object" + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operations": { + "type": "object" + }, + "partial": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "processProperties": { + "type": "object" + }, + "properties": { + "type": "object" + }, + "sharedCommunications": { + "type": "object" + }, + "tradingPartners": { + "type": "object" + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "PGPCertificates", + "connections", + "crossReferences", + "operations", + "processProperties", + "properties", + "sharedCommunications", + "tradingPartners" + ], + "type": "object", + "properties": { + "PGPCertificates": { + "type": "object" + }, + "connections": { + "type": "object" + }, + "crossReferences": { + "type": "object" + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operations": { + "type": "object" + }, + "partial": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "processProperties": { + "type": "object" + }, + "properties": { + "type": "object" + }, + "sharedCommunications": { + "type": "object" + }, + "tradingPartners": { + "type": "object" + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - }, - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "deleted": { - "type": "boolean" - }, - "description": { - "type": "string" - }, - "environmentMapExtensionId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "modifiedBy": { - "type": "string" - }, - "modifiedDate": { - "type": "string", - "format": "date-time" - }, - "name": { - "type": "string" - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/EnvironmentMapExtensionUserDefinedFunction/bulk": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves multiple EnvironmentMapExtensionUserDefinedFunction objects by identifier.", - "operationId": "BulkEnvironmentMapExtensionUserDefinedFunction", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/EnvironmentExtensions/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an EnvironmentExtensions query.", + "operationId": "QueryMoreEnvironmentExtensions", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } + "required": true }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "Inputs", - "Mappings", - "Outputs", - "Steps" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object" - }, - "Mappings": { - "type": "object" - }, - "Outputs": { - "type": "object" - }, - "Steps": { - "type": "object" - }, - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "deleted": { - "type": "boolean" - }, - "description": { - "type": "string" - }, - "environmentMapExtensionId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "modifiedBy": { - "type": "string" - }, - "modifiedDate": { - "type": "string", - "format": "date-time" - }, - "name": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "PGPCertificates", + "connections", + "crossReferences", + "operations", + "processProperties", + "properties", + "sharedCommunications", + "tradingPartners" + ], + "type": "object", + "properties": { + "PGPCertificates": { + "type": "object" + }, + "connections": { + "type": "object" + }, + "crossReferences": { + "type": "object" + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operations": { + "type": "object" + }, + "partial": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "processProperties": { + "type": "object" + }, + "properties": { + "type": "object" + }, + "sharedCommunications": { + "type": "object" + }, + "tradingPartners": { + "type": "object" + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "PGPCertificates", + "connections", + "crossReferences", + "operations", + "processProperties", + "properties", + "sharedCommunications", + "tradingPartners" + ], + "type": "object", + "properties": { + "PGPCertificates": { + "type": "object" + }, + "connections": { + "type": "object" + }, + "crossReferences": { + "type": "object" + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operations": { + "type": "object" + }, + "partial": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "processProperties": { + "type": "object" + }, + "properties": { + "type": "object" + }, + "sharedCommunications": { + "type": "object" + }, + "tradingPartners": { + "type": "object" + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentMapExtensionUserDefinedFunction/{id}": { - "get": { - "tags": [ - "environment" - ], - "summary": "Retrieves an instance of an EnvironmentMapExtensionUserDefinedFunction object.", - "operationId": "GetEnvironmentMapExtensionUserDefinedFunction", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "Inputs", - "Mappings", - "Outputs", - "Steps" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "items": { - "type": "object" - } - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentExtensions/{id}": { + "get": { + "tags": [ + "environment" + ], + "summary": "Retrieves an instance of an EnvironmentExtensions object.", + "operationId": "GetEnvironmentExtensions", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" } - }, - "Mappings": { - "type": "object", - "properties": { - "Mapping": { - "type": "array", - "items": { - "type": "object" + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } - } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "items": { - "type": "object" + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "PGPCertificates", + "connections", + "crossReferences", + "operations", + "processProperties", + "properties", + "sharedCommunications", + "tradingPartners" + ], + "type": "object", + "properties": { + "PGPCertificates": { + "type": "object", + "properties": { + "PGPCertificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "connections": { + "type": "object", + "properties": { + "connection": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "crossReferences": { + "type": "object", + "properties": { + "crossReference": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operations": { + "type": "object", + "properties": { + "operation": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "partial": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "processProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "properties": { + "type": "object", + "properties": { + "property": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "sharedCommunications": { + "type": "object", + "properties": { + "sharedCommunication": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "tradingPartners": { + "type": "object", + "properties": { + "tradingPartner": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + } + }, + "application/json": { + "schema": { + "required": [ + "PGPCertificates", + "connections", + "crossReferences", + "operations", + "processProperties", + "properties", + "sharedCommunications", + "tradingPartners" + ], + "type": "object", + "properties": { + "PGPCertificates": { + "type": "object", + "properties": { + "PGPCertificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "connections": { + "type": "object", + "properties": { + "connection": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "crossReferences": { + "type": "object", + "properties": { + "crossReference": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operations": { + "type": "object", + "properties": { + "operation": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "partial": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "processProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "properties": { + "type": "object", + "properties": { + "property": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "sharedCommunications": { + "type": "object", + "properties": { + "sharedCommunication": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "tradingPartners": { + "type": "object", + "properties": { + "tradingPartner": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + } } - } } - }, - "Steps": { - "type": "object", - "properties": { - "Step": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "deleted": { - "type": "boolean" - }, - "description": { - "type": "string" - }, - "environmentMapExtensionId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "modifiedBy": { - "type": "string" - }, - "modifiedDate": { - "type": "string", - "format": "date-time" - }, - "name": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "post": { - "tags": [ - "environment" - ], - "summary": "Modifies or updates an EnvironmentMapExtensionUserDefinedFunction object.", - "operationId": "UpdateEnvironmentMapExtensionUserDefinedFunction", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "Inputs", - "Mappings", - "Outputs", - "Steps" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "Mappings": { - "type": "object", - "properties": { - "Mapping": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "Steps": { - "type": "object", - "properties": { - "Step": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "deleted": { - "type": "boolean" - }, - "description": { - "type": "string" - }, - "environmentMapExtensionId": { - "type": "string" - }, - "id": { - "type": "string" }, - "modifiedBy": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "modifiedDate": { - "type": "string", - "format": "date-time" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "name": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "Inputs", - "Mappings", - "Outputs", - "Steps" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "items": { - "type": "object" - } - } + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "environment" + ], + "summary": "Modifies or updates an EnvironmentExtensions object.", + "operationId": "UpdateEnvironmentExtensions", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" } - }, - "Mappings": { - "type": "object", - "properties": { - "Mapping": { - "type": "array", - "items": { - "type": "object" + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "PGPCertificates", + "connections", + "crossReferences", + "operations", + "processProperties", + "properties", + "sharedCommunications", + "tradingPartners" + ], + "type": "object", + "properties": { + "PGPCertificates": { + "type": "object", + "properties": { + "PGPCertificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "connections": { + "type": "object", + "properties": { + "connection": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "crossReferences": { + "type": "object", + "properties": { + "crossReference": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operations": { + "type": "object", + "properties": { + "operation": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "partial": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "processProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "properties": { + "type": "object", + "properties": { + "property": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "sharedCommunications": { + "type": "object", + "properties": { + "sharedCommunication": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "tradingPartners": { + "type": "object", + "properties": { + "tradingPartner": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } } - } - } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "items": { - "type": "object" + }, + "application/xml": { + "schema": { + "required": [ + "PGPCertificates", + "connections", + "crossReferences", + "operations", + "processProperties", + "properties", + "sharedCommunications", + "tradingPartners" + ], + "type": "object", + "properties": { + "PGPCertificates": { + "type": "object", + "properties": { + "PGPCertificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "connections": { + "type": "object", + "properties": { + "connection": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "crossReferences": { + "type": "object", + "properties": { + "crossReference": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operations": { + "type": "object", + "properties": { + "operation": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "partial": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "processProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "properties": { + "type": "object", + "properties": { + "property": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "sharedCommunications": { + "type": "object", + "properties": { + "sharedCommunication": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "tradingPartners": { + "type": "object", + "properties": { + "tradingPartner": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } } - } } - }, - "Steps": { - "type": "object", - "properties": { - "Step": { - "type": "array", - "items": { - "type": "object" + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "PGPCertificates", + "connections", + "crossReferences", + "operations", + "processProperties", + "properties", + "sharedCommunications", + "tradingPartners" + ], + "type": "object", + "properties": { + "PGPCertificates": { + "type": "object", + "properties": { + "PGPCertificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "connections": { + "type": "object", + "properties": { + "connection": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "crossReferences": { + "type": "object", + "properties": { + "crossReference": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operations": { + "type": "object", + "properties": { + "operation": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "partial": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "processProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "properties": { + "type": "object", + "properties": { + "property": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "sharedCommunications": { + "type": "object", + "properties": { + "sharedCommunication": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "tradingPartners": { + "type": "object", + "properties": { + "tradingPartner": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + } + }, + "application/json": { + "schema": { + "required": [ + "PGPCertificates", + "connections", + "crossReferences", + "operations", + "processProperties", + "properties", + "sharedCommunications", + "tradingPartners" + ], + "type": "object", + "properties": { + "PGPCertificates": { + "type": "object", + "properties": { + "PGPCertificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "connections": { + "type": "object", + "properties": { + "connection": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "crossReferences": { + "type": "object", + "properties": { + "crossReference": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operations": { + "type": "object", + "properties": { + "operation": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "partial": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "processProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "properties": { + "type": "object", + "properties": { + "property": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "sharedCommunications": { + "type": "object", + "properties": { + "sharedCommunication": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "tradingPartners": { + "type": "object", + "properties": { + "tradingPartner": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + } } - } } - }, - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "deleted": { - "type": "boolean" - }, - "description": { - "type": "string" - }, - "environmentMapExtensionId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "modifiedBy": { - "type": "string" - }, - "modifiedDate": { - "type": "string", - "format": "date-time" - }, - "name": { - "type": "string" - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "delete": { - "tags": [ - "environment" - ], - "summary": "Deletes an EnvironmentMapExtensionUserDefinedFunction object.", - "operationId": "DeleteEnvironmentMapExtensionUserDefinedFunction", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/EnvironmentMapExtensionUserDefinedFunctionSummary/query": { - "post": { - "tags": [ - "environment" - ], - "summary": "Queries for an EnvironmentMapExtensionUserDefinedFunctionSummary object(s).", - "operationId": "QueryEnvironmentMapExtensionUserDefinedFunctionSummary", - "requestBody": { - "description": " Possible properties include: environmentId, extensionGroupId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/EnvironmentMapExtension/bulk": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves multiple EnvironmentMapExtension objects by identifier.", + "operationId": "BulkEnvironmentMapExtension", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string" - }, - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "deleted": { - "type": "boolean" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "environmentMapExtensionId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "modifiedBy": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "modifiedDate": { - "type": "string", - "format": "date-time" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "Map": { + "type": "object" + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mapId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "name": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "Map": { + "type": "object" + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mapId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentMapExtensionUserDefinedFunctionSummary/queryMore": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves additional results for an EnvironmentMapExtensionUserDefinedFunctionSummary query.", - "operationId": "QueryMoreEnvironmentMapExtensionUserDefinedFunctionSummary", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentMapExtension/execute/{id}": { + "post": { + "tags": [ + "environment" + ], + "summary": "Executes an action on an EnvironmentMapExtension object.", + "operationId": "ExecuteEnvironmentMapExtension", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Map": { + "required": [ + "BrowseSettings", + "DestinationProfile", + "DestinationProfileExtensions", + "ExtendedFunctions", + "ExtendedMappings", + "SourceProfile", + "SourceProfileExtensions" + ], + "type": "object", + "properties": { + "BrowseSettings": { + "type": "object" + }, + "DestinationProfile": { + "type": "object" + }, + "DestinationProfileExtensions": { + "type": "object" + }, + "ExtendedFunctions": { + "type": "object" + }, + "ExtendedMappings": { + "type": "object" + }, + "SourceProfile": { + "type": "object" + }, + "SourceProfileExtensions": { + "type": "object" + } + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mapId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "Map": { + "required": [ + "BrowseSettings", + "DestinationProfile", + "DestinationProfileExtensions", + "ExtendedFunctions", + "ExtendedMappings", + "SourceProfile", + "SourceProfileExtensions" + ], + "type": "object", + "properties": { + "BrowseSettings": { + "type": "object" + }, + "DestinationProfile": { + "type": "object" + }, + "DestinationProfileExtensions": { + "type": "object" + }, + "ExtendedFunctions": { + "type": "object" + }, + "ExtendedMappings": { + "type": "object" + }, + "SourceProfile": { + "type": "object" + }, + "SourceProfileExtensions": { + "type": "object" + } + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mapId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string" - }, - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "deleted": { - "type": "boolean" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "environmentMapExtensionId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "modifiedBy": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "modifiedDate": { - "type": "string", - "format": "date-time" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "Map": { + "required": [ + "BrowseSettings", + "DestinationProfile", + "DestinationProfileExtensions", + "ExtendedFunctions", + "ExtendedMappings", + "SourceProfile", + "SourceProfileExtensions" + ], + "type": "object", + "properties": { + "BrowseSettings": { + "type": "object" + }, + "DestinationProfile": { + "type": "object" + }, + "DestinationProfileExtensions": { + "type": "object" + }, + "ExtendedFunctions": { + "type": "object" + }, + "ExtendedMappings": { + "type": "object" + }, + "SourceProfile": { + "type": "object" + }, + "SourceProfileExtensions": { + "type": "object" + } + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mapId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "name": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "Map": { + "required": [ + "BrowseSettings", + "DestinationProfile", + "DestinationProfileExtensions", + "ExtendedFunctions", + "ExtendedMappings", + "SourceProfile", + "SourceProfileExtensions" + ], + "type": "object", + "properties": { + "BrowseSettings": { + "type": "object" + }, + "DestinationProfile": { + "type": "object" + }, + "DestinationProfileExtensions": { + "type": "object" + }, + "ExtendedFunctions": { + "type": "object" + }, + "ExtendedMappings": { + "type": "object" + }, + "SourceProfile": { + "type": "object" + }, + "SourceProfileExtensions": { + "type": "object" + } + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mapId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/EnvironmentMapExtensionsSummary/query": { - "post": { - "tags": [ - "environment" - ], - "summary": "Queries for an EnvironmentMapExtensionsSummary object(s).", - "operationId": "QueryEnvironmentMapExtensionsSummary", - "requestBody": { - "description": " Possible properties include: environmentId, extensionGroupId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" + }, + "/EnvironmentMapExtension/{id}": { + "get": { + "tags": [ + "environment" + ], + "summary": "Retrieves an instance of an EnvironmentMapExtension object.", + "operationId": "GetEnvironmentMapExtension", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - { - "type": "object" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "Map": { + "required": [ + "BrowseSettings", + "DestinationProfile", + "DestinationProfileExtensions", + "ExtendedFunctions", + "ExtendedMappings", + "SourceProfile", + "SourceProfileExtensions" + ], + "type": "object", + "properties": { + "BrowseSettings": { + "type": "object" + }, + "DestinationProfile": { + "type": "object" + }, + "DestinationProfileExtensions": { + "type": "object" + }, + "ExtendedFunctions": { + "type": "object" + }, + "ExtendedMappings": { + "type": "object" + }, + "SourceProfile": { + "type": "object" + }, + "SourceProfileExtensions": { + "type": "object" + } + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mapId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "Map": { + "required": [ + "BrowseSettings", + "DestinationProfile", + "DestinationProfileExtensions", + "ExtendedFunctions", + "ExtendedMappings", + "SourceProfile", + "SourceProfileExtensions" + ], + "type": "object", + "properties": { + "BrowseSettings": { + "type": "object" + }, + "DestinationProfile": { + "type": "object" + }, + "DestinationProfileExtensions": { + "type": "object" + }, + "ExtendedFunctions": { + "type": "object" + }, + "ExtendedMappings": { + "type": "object" + }, + "SourceProfile": { + "type": "object" + }, + "SourceProfileExtensions": { + "type": "object" + } + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mapId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - ] } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "environment" + ], + "summary": "Modifies or updates an EnvironmentMapExtension object.", + "operationId": "UpdateEnvironmentMapExtension", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Map": { + "required": [ + "BrowseSettings", + "DestinationProfile", + "DestinationProfileExtensions", + "ExtendedFunctions", + "ExtendedMappings", + "SourceProfile", + "SourceProfileExtensions" + ], + "type": "object", + "properties": { + "BrowseSettings": { + "type": "object" + }, + "DestinationProfile": { + "type": "object" + }, + "DestinationProfileExtensions": { + "type": "object" + }, + "ExtendedFunctions": { + "type": "object" + }, + "ExtendedMappings": { + "type": "object" + }, + "SourceProfile": { + "type": "object" + }, + "SourceProfileExtensions": { + "type": "object" + } + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mapId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "Map": { + "required": [ + "BrowseSettings", + "DestinationProfile", + "DestinationProfileExtensions", + "ExtendedFunctions", + "ExtendedMappings", + "SourceProfile", + "SourceProfileExtensions" + ], + "type": "object", + "properties": { + "BrowseSettings": { + "type": "object" + }, + "DestinationProfile": { + "type": "object" + }, + "DestinationProfileExtensions": { + "type": "object" + }, + "ExtendedFunctions": { + "type": "object" + }, + "ExtendedMappings": { + "type": "object" + }, + "SourceProfile": { + "type": "object" + }, + "SourceProfileExtensions": { + "type": "object" + } + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mapId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "DestinationFieldSet", - "SourceFieldSet" - ], - "type": "object", - "properties": { - "DestinationFieldSet": { - "type": "object" - }, - "SourceFieldSet": { - "type": "object" - }, - "environmentId": { - "type": "string" - }, - "extensionGroupId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "mapId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "name": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "Map": { + "required": [ + "BrowseSettings", + "DestinationProfile", + "DestinationProfileExtensions", + "ExtendedFunctions", + "ExtendedMappings", + "SourceProfile", + "SourceProfileExtensions" + ], + "type": "object", + "properties": { + "BrowseSettings": { + "type": "object" + }, + "DestinationProfile": { + "type": "object" + }, + "DestinationProfileExtensions": { + "type": "object" + }, + "ExtendedFunctions": { + "type": "object" + }, + "ExtendedMappings": { + "type": "object" + }, + "SourceProfile": { + "type": "object" + }, + "SourceProfileExtensions": { + "type": "object" + } + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mapId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "processId": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "Map": { + "required": [ + "BrowseSettings", + "DestinationProfile", + "DestinationProfileExtensions", + "ExtendedFunctions", + "ExtendedMappings", + "SourceProfile", + "SourceProfileExtensions" + ], + "type": "object", + "properties": { + "BrowseSettings": { + "type": "object" + }, + "DestinationProfile": { + "type": "object" + }, + "DestinationProfileExtensions": { + "type": "object" + }, + "ExtendedFunctions": { + "type": "object" + }, + "ExtendedMappings": { + "type": "object" + }, + "SourceProfile": { + "type": "object" + }, + "SourceProfileExtensions": { + "type": "object" + } + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mapId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentMapExtensionsSummary/queryMore": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves additional results for an EnvironmentMapExtensionsSummary query.", - "operationId": "QueryMoreEnvironmentMapExtensionsSummary", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentMapExtensionExternalComponent/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an EnvironmentMapExtensionExternalComponent object(s).", + "operationId": "QueryEnvironmentMapExtensionExternalComponent", + "requestBody": { + "description": " Possible properties include: ACCOUNT_ID, ENVIRONMENT_MAP_EXTENSION_ID, PACKAGED_COMPONENT_UID, COMPONENT_ID, COMPONENT_VERSION, COMPONENT_NAME, COMPONENT_TYPE", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "DestinationFieldSet", - "SourceFieldSet" - ], - "type": "object", - "properties": { - "DestinationFieldSet": { - "type": "object" - }, - "SourceFieldSet": { - "type": "object" - }, - "environmentId": { - "type": "string" - }, - "extensionGroupId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "mapId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "name": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "processId": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentRole": { - "post": { - "tags": [ - "environment" - ], - "summary": "Creates an EnvironmentRole object.", - "operationId": "CreateEnvironmentRole", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "environmentId": { - "type": "string" }, - "id": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "roleId": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "environmentId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "roleId": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + ] } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentRole/bulk": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves multiple EnvironmentRole objects by identifier.", - "operationId": "BulkEnvironmentRole", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/EnvironmentMapExtensionExternalComponent/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an EnvironmentMapExtensionExternalComponent query.", + "operationId": "QueryMoreEnvironmentMapExtensionExternalComponent", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "environmentId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "roleId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/EnvironmentRole/query": { - "post": { - "tags": [ - "environment" - ], - "summary": "Queries for an EnvironmentRole object(s).", - "operationId": "QueryEnvironmentRole", - "requestBody": { - "description": " Possible properties include: environmentId, roleId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/EnvironmentMapExtensionUserDefinedFunction": { + "post": { + "tags": [ + "environment" + ], + "summary": "Creates an EnvironmentMapExtensionUserDefinedFunction object.", + "operationId": "CreateEnvironmentMapExtensionUserDefinedFunction", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "Inputs", + "Mappings", + "Outputs", + "Steps" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Mappings": { + "type": "object", + "properties": { + "Mapping": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Steps": { + "type": "object", + "properties": { + "Step": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "required": [ + "Inputs", + "Mappings", + "Outputs", + "Steps" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Mappings": { + "type": "object", + "properties": { + "Mapping": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Steps": { + "type": "object", + "properties": { + "Step": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "environmentId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "Inputs", + "Mappings", + "Outputs", + "Steps" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Mappings": { + "type": "object", + "properties": { + "Mapping": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Steps": { + "type": "object", + "properties": { + "Step": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "roleId": { - "type": "string" + "application/json": { + "schema": { + "required": [ + "Inputs", + "Mappings", + "Outputs", + "Steps" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Mappings": { + "type": "object", + "properties": { + "Mapping": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Steps": { + "type": "object", + "properties": { + "Step": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentRole/queryMore": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves additional results for an EnvironmentRole query.", - "operationId": "QueryMoreEnvironmentRole", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentMapExtensionUserDefinedFunction/bulk": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves multiple EnvironmentMapExtensionUserDefinedFunction objects by identifier.", + "operationId": "BulkEnvironmentMapExtensionUserDefinedFunction", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "environmentId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "Inputs", + "Mappings", + "Outputs", + "Steps" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object" + }, + "Mappings": { + "type": "object" + }, + "Outputs": { + "type": "object" + }, + "Steps": { + "type": "object" + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "roleId": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "Inputs", + "Mappings", + "Outputs", + "Steps" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object" + }, + "Mappings": { + "type": "object" + }, + "Outputs": { + "type": "object" + }, + "Steps": { + "type": "object" + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentRole/{id}": { - "get": { - "tags": [ - "environment" - ], - "summary": "Retrieves an instance of an EnvironmentRole object.", - "operationId": "GetEnvironmentRole", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "environmentId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "roleId": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "delete": { - "tags": [ - "environment" - ], - "summary": "Deletes an EnvironmentRole object.", - "operationId": "DeleteEnvironmentRole", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + ] } - ] - } - }, - "/Event/query": { - "post": { - "tags": [ - "execution" - ], - "summary": "Queries for an Event object(s).", - "operationId": "QueryEvent", - "requestBody": { - "description": " Possible properties include: eventId, accountId, atomId, atomName, eventLevel, eventDate, status, eventType, executionId, title, updateDate, startTime, endTime, errorDocumentCount, inboundDocumentCount, outboundDocumentCount, processName, recordDate, error, environment, classification", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] + }, + "/EnvironmentMapExtensionUserDefinedFunction/{id}": { + "get": { + "tags": [ + "environment" + ], + "summary": "Retrieves an instance of an EnvironmentMapExtensionUserDefinedFunction object.", + "operationId": "GetEnvironmentMapExtensionUserDefinedFunction", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" } - } } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "accountId", - "atomId", - "atomName", - "classification", - "endTime", - "environment", - "error", - "errorType", - "erroredStepLabel", - "erroredStepType", - "eventDate", - "eventId", - "eventLevel", - "eventType", - "executionId", - "processId", - "processName", - "recordDate", - "startTime", - "status", - "title", - "topLevelProcessId", - "updateDate" - ], - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "atomId": { - "type": "string" - }, - "atomName": { - "type": "string" - }, - "classification": { - "type": "string" - }, - "endTime": { - "type": "string", - "format": "date-time" - }, - "environment": { - "type": "string" - }, - "error": { - "type": "string" - }, - "errorDocumentCount": { - "type": "integer", - "format": "int32" - }, - "errorType": { - "type": "string" - }, - "erroredStepLabel": { - "type": "string" - }, - "erroredStepType": { - "type": "string" - }, - "eventDate": { - "type": "string", - "format": "date-time" - }, - "eventId": { - "type": "string" - }, - "eventLevel": { - "type": "string" - }, - "eventType": { - "type": "string" + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "executionId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "inboundDocumentCount": { - "type": "integer", - "format": "int32" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "outboundDocumentCount": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "Inputs", + "Mappings", + "Outputs", + "Steps" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Mappings": { + "type": "object", + "properties": { + "Mapping": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Steps": { + "type": "object", + "properties": { + "Step": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "processId": { - "type": "string" + "application/json": { + "schema": { + "required": [ + "Inputs", + "Mappings", + "Outputs", + "Steps" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Mappings": { + "type": "object", + "properties": { + "Mapping": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Steps": { + "type": "object", + "properties": { + "Step": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "environment" + ], + "summary": "Modifies or updates an EnvironmentMapExtensionUserDefinedFunction object.", + "operationId": "UpdateEnvironmentMapExtensionUserDefinedFunction", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "Inputs", + "Mappings", + "Outputs", + "Steps" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Mappings": { + "type": "object", + "properties": { + "Mapping": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Steps": { + "type": "object", + "properties": { + "Step": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "required": [ + "Inputs", + "Mappings", + "Outputs", + "Steps" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Mappings": { + "type": "object", + "properties": { + "Mapping": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Steps": { + "type": "object", + "properties": { + "Step": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "processName": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "recordDate": { - "type": "string", - "format": "date-time" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "startTime": { - "type": "string", - "format": "date-time" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "Inputs", + "Mappings", + "Outputs", + "Steps" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Mappings": { + "type": "object", + "properties": { + "Mapping": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Steps": { + "type": "object", + "properties": { + "Step": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "status": { - "type": "string" + "application/json": { + "schema": { + "required": [ + "Inputs", + "Mappings", + "Outputs", + "Steps" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Mappings": { + "type": "object", + "properties": { + "Mapping": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Steps": { + "type": "object", + "properties": { + "Step": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "environment" + ], + "summary": "Deletes an EnvironmentMapExtensionUserDefinedFunction object.", + "operationId": "DeleteEnvironmentMapExtensionUserDefinedFunction", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "title": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "topLevelProcessId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "updateDate": { - "type": "string", - "format": "date-time" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/Event/queryMore": { - "post": { - "tags": [ - "execution" - ], - "summary": "Retrieves additional results for an Event query.", - "operationId": "QueryMoreEvent", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } + }, + "/EnvironmentMapExtensionUserDefinedFunctionSummary/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an EnvironmentMapExtensionUserDefinedFunctionSummary object(s).", + "operationId": "QueryEnvironmentMapExtensionUserDefinedFunctionSummary", + "requestBody": { + "description": " Possible properties include: environmentId, extensionGroupId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "accountId", - "atomId", - "atomName", - "classification", - "endTime", - "environment", - "error", - "errorType", - "erroredStepLabel", - "erroredStepType", - "eventDate", - "eventId", - "eventLevel", - "eventType", - "executionId", - "processId", - "processName", - "recordDate", - "startTime", - "status", - "title", - "topLevelProcessId", - "updateDate" - ], - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "atomId": { - "type": "string" - }, - "atomName": { - "type": "string" - }, - "classification": { - "type": "string" - }, - "endTime": { - "type": "string", - "format": "date-time" - }, - "environment": { - "type": "string" - }, - "error": { - "type": "string" - }, - "errorDocumentCount": { - "type": "integer", - "format": "int32" - }, - "errorType": { - "type": "string" - }, - "erroredStepLabel": { - "type": "string" - }, - "erroredStepType": { - "type": "string" - }, - "eventDate": { - "type": "string", - "format": "date-time" - }, - "eventId": { - "type": "string" - }, - "eventLevel": { - "type": "string" - }, - "eventType": { - "type": "string" - }, - "executionId": { - "type": "string" - }, - "inboundDocumentCount": { - "type": "integer", - "format": "int32" - }, - "outboundDocumentCount": { - "type": "integer", - "format": "int32" - }, - "processId": { - "type": "string" - }, - "processName": { - "type": "string" - }, - "recordDate": { - "type": "string", - "format": "date-time" - }, - "startTime": { - "type": "string", - "format": "date-time" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "status": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "title": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "topLevelProcessId": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "updateDate": { - "type": "string", - "format": "date-time" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ExecutionArtifacts": { - "post": { - "tags": [ - "execution" - ], - "summary": "Creates an ExecutionArtifacts object.", - "operationId": "CreateExecutionArtifacts", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "executionId": { - "type": "string" + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "executionId": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + ] } - ] - } - }, - "/ExecutionConnector/query": { - "post": { - "tags": [ - "execution" - ], - "summary": "Queries for an ExecutionConnector object(s).", - "operationId": "QueryExecutionConnector", - "requestBody": { - "description": " Possible properties include: executionId, connectorType, actionType, errorCount, successCount, size, isStartShape, recordType", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/EnvironmentMapExtensionUserDefinedFunctionSummary/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an EnvironmentMapExtensionUserDefinedFunctionSummary query.", + "operationId": "QueryMoreEnvironmentMapExtensionUserDefinedFunctionSummary", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "actionType": { - "type": "string" - }, - "connectorType": { - "type": "string" - }, - "errorCount": { - "type": "integer", - "format": "int32" - }, - "executionConnector": { - "type": "string" - }, - "executionId": { - "type": "string" - }, - "id": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "isStartShape": { - "type": "boolean" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "recordType": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "size": { - "type": "integer", - "format": "int64" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "successCount": { - "type": "integer", - "format": "int32" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ExecutionConnector/queryMore": { - "post": { - "tags": [ - "execution" - ], - "summary": "Retrieves additional results for an ExecutionConnector query.", - "operationId": "QueryMoreExecutionConnector", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentMapExtensionsSummary/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an EnvironmentMapExtensionsSummary object(s).", + "operationId": "QueryEnvironmentMapExtensionsSummary", + "requestBody": { + "description": " Possible properties include: environmentId, extensionGroupId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "actionType": { - "type": "string" - }, - "connectorType": { - "type": "string" - }, - "errorCount": { - "type": "integer", - "format": "int32" - }, - "executionConnector": { - "type": "string" - }, - "executionId": { - "type": "string" - }, - "id": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "isStartShape": { - "type": "boolean" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "recordType": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "size": { - "type": "integer", - "format": "int64" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "DestinationFieldSet", + "SourceFieldSet" + ], + "type": "object", + "properties": { + "DestinationFieldSet": { + "type": "object" + }, + "SourceFieldSet": { + "type": "object" + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mapId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "successCount": { - "type": "integer", - "format": "int32" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "DestinationFieldSet", + "SourceFieldSet" + ], + "type": "object", + "properties": { + "DestinationFieldSet": { + "type": "object" + }, + "SourceFieldSet": { + "type": "object" + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mapId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/ExecutionCountAccount/query": { - "post": { - "tags": [ - "executionStatistic" - ], - "summary": "Queries for an ExecutionCountAccount object(s).", - "operationId": "QueryExecutionCountAccount", - "requestBody": { - "description": " Possible properties include: environmentId, atomId, processDate", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/EnvironmentMapExtensionsSummary/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an EnvironmentMapExtensionsSummary query.", + "operationId": "QueryMoreEnvironmentMapExtensionsSummary", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "atomId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "date": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "failures": { - "type": "integer", - "format": "int64" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "DestinationFieldSet", + "SourceFieldSet" + ], + "type": "object", + "properties": { + "DestinationFieldSet": { + "type": "object" + }, + "SourceFieldSet": { + "type": "object" + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mapId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "successes": { - "type": "integer", - "format": "int64" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "DestinationFieldSet", + "SourceFieldSet" + ], + "type": "object", + "properties": { + "DestinationFieldSet": { + "type": "object" + }, + "SourceFieldSet": { + "type": "object" + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mapId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ExecutionCountAccount/queryMore": { - "post": { - "tags": [ - "executionStatistic" - ], - "summary": "Retrieves additional results for an ExecutionCountAccount query.", - "operationId": "QueryMoreExecutionCountAccount", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentRole": { + "post": { + "tags": [ + "environment" + ], + "summary": "Creates an EnvironmentRole object.", + "operationId": "CreateEnvironmentRole", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "atomId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "date": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "failures": { - "type": "integer", - "format": "int64" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "successes": { - "type": "integer", - "format": "int64" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ExecutionCountAccountGroup/query": { - "post": { - "tags": [ - "executionStatistic" - ], - "summary": "Queries for an ExecutionCountAccountGroup object(s).", - "operationId": "QueryExecutionCountAccountGroup", - "requestBody": { - "description": " Possible properties include: accountGroupId, processDate", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - { - "type": "object" + "application/json": { + "schema": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - ] } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "allOf": [ - { - "type": "object" - } - ] - } - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + ] } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ExecutionCountAccountGroup/queryMore": { - "post": { - "tags": [ - "executionStatistic" - ], - "summary": "Retrieves additional results for an ExecutionCountAccountGroup query.", - "operationId": "QueryMoreExecutionCountAccountGroup", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "allOf": [ - { - "type": "object" + }, + "/EnvironmentRole/bulk": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves multiple EnvironmentRole objects by identifier.", + "operationId": "BulkEnvironmentRole", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } } - ] - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ExecutionRecord/query": { - "post": { - "tags": [ - "execution" - ], - "summary": "Queries for an ExecutionRecord object(s).", - "operationId": "QueryExecutionRecord", - "requestBody": { - "description": " Possible properties include: executionId, originalExecutionId, account, executionTime, status, executionType, processName, processId, atomName, atomId, inboundDocumentCount, outboundDocumentCount, executionDuration, message, reportKey, launcherId, nodeId, recordedDate", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "account", - "atomId", - "atomName", - "executionId", - "executionTime", - "executionType", - "launcherID", - "message", - "nodeId", - "originalExecutionId", - "parentExecutionId", - "processId", - "processName", - "recordedDate", - "reportKey", - "status", - "topLevelExecutionId" - ], - "type": "object", - "properties": { - "account": { - "type": "string" - }, - "atomId": { - "type": "string" - }, - "atomName": { - "type": "string" - }, - "executionDuration": { - "type": "integer", - "format": "int64" - }, - "executionId": { - "type": "string" - }, - "executionTime": { - "type": "string", - "format": "date-time" - }, - "executionType": { - "type": "string", - "enum": [ - "exec_manual", - "exec_sched", - "exec_listener", - "exec_listener_bridge", - "exec_remote", - "retry_manual", - "retry_sched", - "fiber", - "sub_process", - "test_manual", - "test_sub_process", - "unknown" - ] - }, - "inboundDocumentCount": { - "type": "integer", - "format": "int32" - }, - "inboundDocumentSize": { - "type": "integer", - "format": "int64" - }, - "inboundErrorDocumentCount": { - "type": "integer", - "format": "int32" - }, - "launcherID": { - "type": "string" - }, - "message": { - "type": "string" - }, - "nodeId": { - "type": "string" - }, - "originalExecutionId": { - "type": "string" - }, - "outboundDocumentCount": { - "type": "integer", - "format": "int32" - }, - "outboundDocumentSize": { - "type": "integer", - "format": "int64" - }, - "parentExecutionId": { - "type": "string" - }, - "processId": { - "type": "string" - }, - "processName": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "recordedDate": { - "type": "string", - "format": "date-time" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "reportKey": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "status": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "topLevelExecutionId": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ExecutionRecord/queryMore": { - "post": { - "tags": [ - "execution" - ], - "summary": "Retrieves additional results for an ExecutionRecord query.", - "operationId": "QueryMoreExecutionRecord", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentRole/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an EnvironmentRole object(s).", + "operationId": "QueryEnvironmentRole", + "requestBody": { + "description": " Possible properties include: environmentId, roleId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "account", - "atomId", - "atomName", - "executionId", - "executionTime", - "executionType", - "launcherID", - "message", - "nodeId", - "originalExecutionId", - "parentExecutionId", - "processId", - "processName", - "recordedDate", - "reportKey", - "status", - "topLevelExecutionId" - ], - "type": "object", - "properties": { - "account": { - "type": "string" - }, - "atomId": { - "type": "string" - }, - "atomName": { - "type": "string" - }, - "executionDuration": { - "type": "integer", - "format": "int64" - }, - "executionId": { - "type": "string" - }, - "executionTime": { - "type": "string", - "format": "date-time" - }, - "executionType": { - "type": "string", - "enum": [ - "exec_manual", - "exec_sched", - "exec_listener", - "exec_listener_bridge", - "exec_remote", - "retry_manual", - "retry_sched", - "fiber", - "sub_process", - "test_manual", - "test_sub_process", - "unknown" - ] - }, - "inboundDocumentCount": { - "type": "integer", - "format": "int32" - }, - "inboundDocumentSize": { - "type": "integer", - "format": "int64" - }, - "inboundErrorDocumentCount": { - "type": "integer", - "format": "int32" - }, - "launcherID": { - "type": "string" - }, - "message": { - "type": "string" - }, - "nodeId": { - "type": "string" - }, - "originalExecutionId": { - "type": "string" - }, - "outboundDocumentCount": { - "type": "integer", - "format": "int32" - }, - "outboundDocumentSize": { - "type": "integer", - "format": "int64" - }, - "parentExecutionId": { - "type": "string" - }, - "processId": { - "type": "string" - }, - "processName": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "recordedDate": { - "type": "string", - "format": "date-time" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "reportKey": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "status": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "topLevelExecutionId": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/ExecutionRequest": { - "post": { - "tags": [ - "execution" - ], - "summary": "Creates an ExecutionRequest object.", - "operationId": "CreateExecutionRequest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "DynamicProcessProperties", - "ProcessProperties", - "atomId" - ], - "type": "object", - "properties": { - "DynamicProcessProperties": { - "type": "object", - "properties": { - "DynamicProcessProperty": { - "type": "array", - "items": { - "type": "object" - } + }, + "/EnvironmentRole/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an EnvironmentRole query.", + "operationId": "QueryMoreEnvironmentRole", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } } - } }, - "ProcessProperties": { - "type": "object", - "properties": { - "ProcessProperty": { - "type": "array", - "items": { - "type": "object" - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } } - } - }, - "atomId": { - "type": "string" }, - "processId": { - "type": "string" - }, - "processName": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "recordUrl": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "requestId": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "DynamicProcessProperties", - "ProcessProperties", - "atomId" - ], - "type": "object", - "properties": { - "DynamicProcessProperties": { - "type": "object", - "properties": { - "DynamicProcessProperty": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "ProcessProperties": { - "type": "object", - "properties": { - "ProcessProperty": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "atomId": { - "type": "string" - }, - "processId": { - "type": "string" - }, - "processName": { - "type": "string" - }, - "recordUrl": { - "type": "string" - }, - "requestId": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + ] } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ExecutionSummaryRecord/query": { - "post": { - "tags": [ - "execution" - ], - "summary": "Queries for an ExecutionSummaryRecord object(s).", - "operationId": "QueryExecutionSummaryRecord", - "requestBody": { - "description": " Possible properties include: processId, timeBlock, atomId, status, reportKey, launcherId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] + }, + "/EnvironmentRole/{id}": { + "get": { + "tags": [ + "environment" + ], + "summary": "Retrieves an instance of an EnvironmentRole object.", + "operationId": "GetEnvironmentRole", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" } - } } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "accountID": { - "type": "string" - }, - "atomID": { - "type": "string" - }, - "atomName": { - "type": "string" - }, - "elapsedTime": { - "type": "integer", - "format": "int64" - }, - "elapsedVarSum": { - "type": "number", - "format": "double" - }, - "executionCount": { - "type": "integer", - "format": "int32" - }, - "inboundDocCount": { - "type": "integer", - "format": "int32" - }, - "inboundDocSize": { - "type": "integer", - "format": "int64" - }, - "launchElapsedTime": { - "type": "integer", - "format": "int64" - }, - "launcherID": { - "type": "string" - }, - "maxElapsedTime": { - "type": "integer", - "format": "int32" - }, - "outboundDocCount": { - "type": "integer", - "format": "int32" - }, - "outboundDocSize": { - "type": "integer", - "format": "int64" + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "processID": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "processName": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "reportKey": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "returnDocCount": { - "type": "integer", - "format": "int32" + "application/json": { + "schema": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "environment" + ], + "summary": "Deletes an EnvironmentRole object.", + "operationId": "DeleteEnvironmentRole", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "returnDocSize": { - "type": "integer", - "format": "int64" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "status": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "timeBlock": { - "type": "string", - "format": "date-time" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ExecutionSummaryRecord/queryMore": { - "post": { - "tags": [ - "execution" - ], - "summary": "Retrieves additional results for an ExecutionSummaryRecord query.", - "operationId": "QueryMoreExecutionSummaryRecord", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Event/query": { + "post": { + "tags": [ + "execution" + ], + "summary": "Queries for an Event object(s).", + "operationId": "QueryEvent", + "requestBody": { + "description": " Possible properties include: eventId, accountId, atomId, atomName, eventLevel, eventDate, status, eventType, executionId, title, updateDate, startTime, endTime, errorDocumentCount, inboundDocumentCount, outboundDocumentCount, processName, recordDate, error, environment, classification", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "accountID": { - "type": "string" - }, - "atomID": { - "type": "string" - }, - "atomName": { - "type": "string" - }, - "elapsedTime": { - "type": "integer", - "format": "int64" - }, - "elapsedVarSum": { - "type": "number", - "format": "double" - }, - "executionCount": { - "type": "integer", - "format": "int32" - }, - "inboundDocCount": { - "type": "integer", - "format": "int32" - }, - "inboundDocSize": { - "type": "integer", - "format": "int64" - }, - "launchElapsedTime": { - "type": "integer", - "format": "int64" - }, - "launcherID": { - "type": "string" - }, - "maxElapsedTime": { - "type": "integer", - "format": "int32" - }, - "outboundDocCount": { - "type": "integer", - "format": "int32" - }, - "outboundDocSize": { - "type": "integer", - "format": "int64" - }, - "processID": { - "type": "string" - }, - "processName": { - "type": "string" - }, - "reportKey": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "returnDocCount": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "returnDocSize": { - "type": "integer", - "format": "int64" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "status": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "accountId", + "atomId", + "atomName", + "classification", + "endTime", + "environment", + "error", + "errorType", + "erroredStepLabel", + "erroredStepType", + "eventDate", + "eventId", + "eventLevel", + "eventType", + "executionId", + "processId", + "processName", + "recordDate", + "startTime", + "status", + "title", + "topLevelProcessId", + "updateDate" + ], + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "classification": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "endTime": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environment": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "error": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "erroredStepLabel": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "erroredStepType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "eventDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "eventId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "eventLevel": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "eventType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inboundDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "recordDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "startTime": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "status": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "title": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "topLevelProcessId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "updateDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "timeBlock": { - "type": "string", - "format": "date-time" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "accountId", + "atomId", + "atomName", + "classification", + "endTime", + "environment", + "error", + "errorType", + "erroredStepLabel", + "erroredStepType", + "eventDate", + "eventId", + "eventLevel", + "eventType", + "executionId", + "processId", + "processName", + "recordDate", + "startTime", + "status", + "title", + "topLevelProcessId", + "updateDate" + ], + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "classification": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "endTime": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environment": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "error": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "erroredStepLabel": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "erroredStepType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "eventDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "eventId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "eventLevel": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "eventType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inboundDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "recordDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "startTime": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "status": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "title": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "topLevelProcessId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "updateDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/Folder": { - "post": { - "tags": [ - "component" - ], - "summary": "Creates a Folder object.", - "operationId": "CreateFolder", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object", - "properties": { - "RoleReference": { - "type": "array", - "items": { - "type": "object" - } + }, + "/Event/queryMore": { + "post": { + "tags": [ + "execution" + ], + "summary": "Retrieves additional results for an Event query.", + "operationId": "QueryMoreEvent", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } } - } - }, - "deleted": { - "type": "boolean" - }, - "fullPath": { - "type": "string" }, - "id": { - "type": "string" + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "accountId", + "atomId", + "atomName", + "classification", + "endTime", + "environment", + "error", + "errorType", + "erroredStepLabel", + "erroredStepType", + "eventDate", + "eventId", + "eventLevel", + "eventType", + "executionId", + "processId", + "processName", + "recordDate", + "startTime", + "status", + "title", + "topLevelProcessId", + "updateDate" + ], + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "classification": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "endTime": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environment": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "error": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "erroredStepLabel": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "erroredStepType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "eventDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "eventId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "eventLevel": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "eventType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inboundDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "recordDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "startTime": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "status": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "title": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "topLevelProcessId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "updateDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "accountId", + "atomId", + "atomName", + "classification", + "endTime", + "environment", + "error", + "errorType", + "erroredStepLabel", + "erroredStepType", + "eventDate", + "eventId", + "eventLevel", + "eventType", + "executionId", + "processId", + "processName", + "recordDate", + "startTime", + "status", + "title", + "topLevelProcessId", + "updateDate" + ], + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "classification": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "endTime": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environment": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "error": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "erroredStepLabel": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "erroredStepType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "eventDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "eventId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "eventLevel": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "eventType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inboundDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "recordDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "startTime": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "status": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "title": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "topLevelProcessId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "updateDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "name": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "parentId": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "parentName": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object", - "properties": { - "RoleReference": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "deleted": { - "type": "boolean" - }, - "fullPath": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "parentId": { - "type": "string" - }, - "parentName": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/Folder/bulk": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves multiple Folder objects by identifier.", - "operationId": "BulkFolder", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/ExecutionArtifacts": { + "post": { + "tags": [ + "execution" + ], + "summary": "Creates an ExecutionArtifacts object.", + "operationId": "CreateExecutionArtifacts", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } + "required": false }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object" - }, - "deleted": { - "type": "boolean" - }, - "fullPath": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "parentId": { - "type": "string" - }, - "parentName": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/Folder/query": { - "post": { - "tags": [ - "component" - ], - "summary": "Queries for a Folder object(s).", - "operationId": "QueryFolder", - "requestBody": { - "description": " Possible properties include: accountId, id, name, fullPath, deleted, parentId, parentName, permittedRoles", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/ExecutionConnector/query": { + "post": { + "tags": [ + "execution" + ], + "summary": "Queries for an ExecutionConnector object(s).", + "operationId": "QueryExecutionConnector", + "requestBody": { + "description": " Possible properties include: executionId, connectorType, actionType, errorCount, successCount, size, isStartShape, recordType", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object" - }, - "deleted": { - "type": "boolean" - }, - "fullPath": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "name": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "parentId": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "actionType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectorType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "errorCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "executionConnector": { + "type": "string", + "xml": { + "attribute": true + } + }, + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isStartShape": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "recordType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "successCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "parentName": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "actionType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectorType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "errorCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "executionConnector": { + "type": "string", + "xml": { + "attribute": true + } + }, + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isStartShape": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "recordType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "successCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Folder/queryMore": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves additional results for a Folder query.", - "operationId": "QueryMoreFolder", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ExecutionConnector/queryMore": { + "post": { + "tags": [ + "execution" + ], + "summary": "Retrieves additional results for an ExecutionConnector query.", + "operationId": "QueryMoreExecutionConnector", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object" - }, - "deleted": { - "type": "boolean" - }, - "fullPath": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "name": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "parentId": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "actionType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectorType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "errorCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "executionConnector": { + "type": "string", + "xml": { + "attribute": true + } + }, + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isStartShape": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "recordType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "successCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "parentName": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "actionType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectorType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "errorCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "executionConnector": { + "type": "string", + "xml": { + "attribute": true + } + }, + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isStartShape": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "recordType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "successCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Folder/{id}": { - "get": { - "tags": [ - "component" - ], - "summary": "Retrieves an instance of a Folder object.", - "operationId": "GetFolder", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object", - "properties": { - "RoleReference": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "deleted": { - "type": "boolean" - }, - "fullPath": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "parentId": { - "type": "string" - }, - "parentName": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "post": { - "tags": [ - "component" - ], - "summary": "Modifies or updates a Folder object.", - "operationId": "UpdateFolder", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object", - "properties": { - "RoleReference": { - "type": "array", - "items": { - "type": "object" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ExecutionCountAccount/query": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Queries for an ExecutionCountAccount object(s).", + "operationId": "QueryExecutionCountAccount", + "requestBody": { + "description": " Possible properties include: environmentId, atomId, processDate", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } } - } - }, - "deleted": { - "type": "boolean" }, - "fullPath": { - "type": "string" - }, - "id": { - "type": "string" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "failures": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "successes": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "failures": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "successes": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "name": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "parentId": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "parentName": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object", - "properties": { - "RoleReference": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "deleted": { - "type": "boolean" - }, - "fullPath": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "parentId": { - "type": "string" - }, - "parentName": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "delete": { - "tags": [ - "component" - ], - "summary": "Deletes a Folder object.", - "operationId": "DeleteFolder", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/GenericConnectorRecord/bulk": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Retrieves multiple GenericConnectorRecord objects by identifier.", - "operationId": "BulkGenericConnectorRecord", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/ExecutionCountAccount/queryMore": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Retrieves additional results for an ExecutionCountAccount query.", + "operationId": "QueryMoreExecutionCountAccount", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "connectorFields", - "errorMessage", - "trackedFields" - ], - "type": "object", - "properties": { - "account": { - "type": "string" - }, - "actionType": { - "type": "string" - }, - "atomId": { - "type": "string" - }, - "connectionId": { - "type": "string" - }, - "connectionName": { - "type": "string" - }, - "connectorFields": { - "type": "object" - }, - "connectorType": { - "type": "string" - }, - "dateProcessed": { - "type": "string", - "format": "date-time" - }, - "documentIndex": { - "type": "integer", - "format": "int32" - }, - "errorMessage": { - "type": "string" - }, - "executionConnectorId": { - "type": "string" - }, - "executionId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "incrementalDocumentIndex": { - "type": "integer", - "format": "int32" - }, - "operationId": { - "type": "string" - }, - "operationName": { - "type": "string" - }, - "retryable": { - "type": "boolean" - }, - "size": { - "type": "integer", - "format": "int64" - }, - "startShape": { - "type": "boolean" - }, - "status": { - "type": "string", - "enum": [ - "SUCCESS", - "ERROR" - ] - }, - "trackedFields": { - "type": "object" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "failures": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "successes": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "failures": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "successes": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/GenericConnectorRecord/query": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Queries for a GenericConnectorRecord object(s).", - "operationId": "QueryGenericConnectorRecord", - "requestBody": { - "description": " Possible properties include: id, executionConnectorId, executionId, connectionId, operationId, actionType, connectorType, atomId, dateProcessed, connectionName, operationName, errorMessage, status, documentIndex, incrementalDocumentIndex, size, startShape, retryable", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/ExecutionCountAccountGroup/query": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Queries for an ExecutionCountAccountGroup object(s).", + "operationId": "QueryExecutionCountAccountGroup", + "requestBody": { + "description": " Possible properties include: accountGroupId, processDate", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "connectorFields", - "errorMessage", - "trackedFields" - ], - "type": "object", - "properties": { - "account": { - "type": "string" - }, - "actionType": { - "type": "string" - }, - "atomId": { - "type": "string" - }, - "connectionId": { - "type": "string" - }, - "connectionName": { - "type": "string" - }, - "connectorFields": { - "type": "object" - }, - "connectorType": { - "type": "string" - }, - "dateProcessed": { - "type": "string", - "format": "date-time" - }, - "documentIndex": { - "type": "integer", - "format": "int32" - }, - "errorMessage": { - "type": "string" - }, - "executionConnectorId": { - "type": "string" - }, - "executionId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "incrementalDocumentIndex": { - "type": "integer", - "format": "int32" - }, - "operationId": { - "type": "string" - }, - "operationName": { - "type": "string" - }, - "retryable": { - "type": "boolean" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "size": { - "type": "integer", - "format": "int64" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "startShape": { - "type": "boolean" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "status": { - "type": "string", - "enum": [ - "SUCCESS", - "ERROR" - ] + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "allOf": [ + { + "type": "object" + } + ] + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "trackedFields": { - "type": "object" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "allOf": [ + { + "type": "object" + } + ] + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/GenericConnectorRecord/queryMore": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Retrieves additional results for a GenericConnectorRecord query.", - "operationId": "QueryMoreGenericConnectorRecord", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ExecutionCountAccountGroup/queryMore": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Retrieves additional results for an ExecutionCountAccountGroup query.", + "operationId": "QueryMoreExecutionCountAccountGroup", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "connectorFields", - "errorMessage", - "trackedFields" - ], - "type": "object", - "properties": { - "account": { - "type": "string" - }, - "actionType": { - "type": "string" - }, - "atomId": { - "type": "string" - }, - "connectionId": { - "type": "string" - }, - "connectionName": { - "type": "string" - }, - "connectorFields": { - "type": "object" - }, - "connectorType": { - "type": "string" - }, - "dateProcessed": { - "type": "string", - "format": "date-time" - }, - "documentIndex": { - "type": "integer", - "format": "int32" - }, - "errorMessage": { - "type": "string" - }, - "executionConnectorId": { - "type": "string" - }, - "executionId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "incrementalDocumentIndex": { - "type": "integer", - "format": "int32" - }, - "operationId": { - "type": "string" - }, - "operationName": { - "type": "string" - }, - "retryable": { - "type": "boolean" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "size": { - "type": "integer", - "format": "int64" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "startShape": { - "type": "boolean" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "status": { - "type": "string", - "enum": [ - "SUCCESS", - "ERROR" - ] + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "allOf": [ + { + "type": "object" + } + ] + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "trackedFields": { - "type": "object" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "allOf": [ + { + "type": "object" + } + ] + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/GenericConnectorRecord/{id}": { - "get": { - "tags": [ - "documentTracking" - ], - "summary": "Retrieves an instance of a GenericConnectorRecord object.", - "operationId": "GetGenericConnectorRecord", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "connectorFields", - "errorMessage", - "trackedFields" - ], - "type": "object", - "properties": { - "account": { - "type": "string" - }, - "actionType": { - "type": "string" - }, - "atomId": { - "type": "string" - }, - "connectionId": { - "type": "string" - }, - "connectionName": { - "type": "string" - }, - "connectorFields": { - "type": "object", - "properties": { - "connectorField": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "connectorType": { - "type": "string" - }, - "dateProcessed": { - "type": "string", - "format": "date-time" - }, - "documentIndex": { - "type": "integer", - "format": "int32" - }, - "errorMessage": { - "type": "string" - }, - "executionConnectorId": { - "type": "string" - }, - "executionId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "incrementalDocumentIndex": { - "type": "integer", - "format": "int32" - }, - "operationId": { - "type": "string" - }, - "operationName": { - "type": "string" - }, - "retryable": { - "type": "boolean" - }, - "size": { - "type": "integer", - "format": "int64" - }, - "startShape": { - "type": "boolean" - }, - "status": { - "type": "string", - "enum": [ - "SUCCESS", - "ERROR" - ] - }, - "trackedFields": { - "type": "object", - "properties": { - "trackedField": { - "type": "array", - "items": { - "type": "object" - } - } - } - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + ] } - ] - } - }, - "/GetAssignableRoles": { - "get": { - "tags": [ - "account" - ], - "summary": "", - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "/ExecutionRecord/query": { + "post": { + "tags": [ + "execution" + ], + "summary": "Queries for an ExecutionRecord object(s).", + "operationId": "QueryExecutionRecord", + "requestBody": { + "description": " Possible properties include: executionId, originalExecutionId, account, executionTime, status, executionType, processName, processId, atomName, atomId, inboundDocumentCount, outboundDocumentCount, executionDuration, message, reportKey, launcherId, nodeId, recordedDate", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "Role": { - "type": "array", - "items": { - "type": "object", - "properties": { - "Description": { - "type": "string" - }, - "Privileges": { - "type": "object" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "accountId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "name": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "atomId", + "atomName", + "executionId", + "executionTime", + "executionType", + "launcherID", + "message", + "nodeId", + "originalExecutionId", + "parentExecutionId", + "processId", + "processName", + "recordedDate", + "reportKey", + "status", + "topLevelExecutionId" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionDuration": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionTime": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "exec_manual", + "exec_sched", + "exec_listener", + "exec_listener_bridge", + "exec_remote", + "retry_manual", + "retry_sched", + "fiber", + "sub_process", + "test_manual", + "test_sub_process", + "unknown" + ] + }, + "inboundDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inboundDocumentSize": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inboundErrorDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "launcherID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "nodeId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "originalExecutionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundDocumentSize": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "parentExecutionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "recordedDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "reportKey": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "status": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "topLevelExecutionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "parentId": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "atomId", + "atomName", + "executionId", + "executionTime", + "executionType", + "launcherID", + "message", + "nodeId", + "originalExecutionId", + "parentExecutionId", + "processId", + "processName", + "recordedDate", + "reportKey", + "status", + "topLevelExecutionId" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionDuration": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionTime": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "exec_manual", + "exec_sched", + "exec_listener", + "exec_listener_bridge", + "exec_remote", + "retry_manual", + "retry_sched", + "fiber", + "sub_process", + "test_manual", + "test_sub_process", + "unknown" + ] + }, + "inboundDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inboundDocumentSize": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inboundErrorDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "launcherID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "nodeId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "originalExecutionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundDocumentSize": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "parentExecutionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "recordedDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "reportKey": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "status": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "topLevelExecutionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/HL7ConnectorRecord/query": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Queries for a HL7ConnectorRecord object(s).", - "operationId": "QueryHL7ConnectorRecord", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/ExecutionRecord/queryMore": { + "post": { + "tags": [ + "execution" + ], + "summary": "Retrieves additional results for an ExecutionRecord query.", + "operationId": "QueryMoreExecutionRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "acceptAckReport": { - "type": "string" - }, - "acceptAckStatus": { - "type": "string" - }, - "account": { - "type": "string" - }, - "ackReport": { - "type": "string" - }, - "ackStatus": { - "type": "string" - }, - "actionType": { - "type": "string" - }, - "atomId": { - "type": "string" - }, - "connectorName": { - "type": "string" - }, - "connectorType": { - "type": "string" - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time" - }, - "documentIndex": { - "type": "integer", - "format": "int32" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "errorMessage": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "executionId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "atomId", + "atomName", + "executionId", + "executionTime", + "executionType", + "launcherID", + "message", + "nodeId", + "originalExecutionId", + "parentExecutionId", + "processId", + "processName", + "recordedDate", + "reportKey", + "status", + "topLevelExecutionId" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionDuration": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionTime": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "exec_manual", + "exec_sched", + "exec_listener", + "exec_listener_bridge", + "exec_remote", + "retry_manual", + "retry_sched", + "fiber", + "sub_process", + "test_manual", + "test_sub_process", + "unknown" + ] + }, + "inboundDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inboundDocumentSize": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inboundErrorDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "launcherID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "nodeId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "originalExecutionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundDocumentSize": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "parentExecutionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "recordedDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "reportKey": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "status": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "topLevelExecutionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "isValidMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "atomId", + "atomName", + "executionId", + "executionTime", + "executionType", + "launcherID", + "message", + "nodeId", + "originalExecutionId", + "parentExecutionId", + "processId", + "processName", + "recordedDate", + "reportKey", + "status", + "topLevelExecutionId" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionDuration": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionTime": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "exec_manual", + "exec_sched", + "exec_listener", + "exec_listener_bridge", + "exec_remote", + "retry_manual", + "retry_sched", + "fiber", + "sub_process", + "test_manual", + "test_sub_process", + "unknown" + ] + }, + "inboundDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inboundDocumentSize": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inboundErrorDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "launcherID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "nodeId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "originalExecutionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundDocumentSize": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "parentExecutionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "recordedDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "reportKey": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "status": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "topLevelExecutionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ExecutionRequest": { + "post": { + "tags": [ + "execution" + ], + "summary": "Creates an ExecutionRequest object.", + "operationId": "CreateExecutionRequest", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "DynamicProcessProperties", + "ProcessProperties", + "atomId" + ], + "type": "object", + "properties": { + "DynamicProcessProperties": { + "type": "object", + "properties": { + "DynamicProcessProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "ProcessProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "recordUrl": { + "type": "string", + "xml": { + "attribute": true + } + }, + "requestId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "required": [ + "DynamicProcessProperties", + "ProcessProperties", + "atomId" + ], + "type": "object", + "properties": { + "DynamicProcessProperties": { + "type": "object", + "properties": { + "DynamicProcessProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "ProcessProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "recordUrl": { + "type": "string", + "xml": { + "attribute": true + } + }, + "requestId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "messageControlId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "messageType": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "operationName": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "DynamicProcessProperties", + "ProcessProperties", + "atomId" + ], + "type": "object", + "properties": { + "DynamicProcessProperties": { + "type": "object", + "properties": { + "DynamicProcessProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "ProcessProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "recordUrl": { + "type": "string", + "xml": { + "attribute": true + } + }, + "requestId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "outboundValidationReport": { - "type": "string" + "application/json": { + "schema": { + "required": [ + "DynamicProcessProperties", + "ProcessProperties", + "atomId" + ], + "type": "object", + "properties": { + "DynamicProcessProperties": { + "type": "object", + "properties": { + "DynamicProcessProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "ProcessProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "recordUrl": { + "type": "string", + "xml": { + "attribute": true + } + }, + "requestId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ExecutionSummaryRecord/query": { + "post": { + "tags": [ + "execution" + ], + "summary": "Queries for an ExecutionSummaryRecord object(s).", + "operationId": "QueryExecutionSummaryRecord", + "requestBody": { + "description": " Possible properties include: processId, timeBlock, atomId, status, reportKey, launcherId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "outboundValidationStatus": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "receiverApplicationId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "receiverFacilityId": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "elapsedTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "elapsedVarSum": { + "type": "number", + "format": "double", + "xml": { + "attribute": true + } + }, + "executionCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "inboundDocCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "inboundDocSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "launchElapsedTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "launcherID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxElapsedTime": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "outboundDocCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "outboundDocSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "processID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "reportKey": { + "type": "string", + "xml": { + "attribute": true + } + }, + "returnDocCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "returnDocSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + } + }, + "timeBlock": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "senderApplicationId": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "elapsedTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "elapsedVarSum": { + "type": "number", + "format": "double", + "xml": { + "attribute": true + } + }, + "executionCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "inboundDocCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "inboundDocSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "launchElapsedTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "launcherID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxElapsedTime": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "outboundDocCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "outboundDocSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "processID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "reportKey": { + "type": "string", + "xml": { + "attribute": true + } + }, + "returnDocCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "returnDocSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + } + }, + "timeBlock": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ExecutionSummaryRecord/queryMore": { + "post": { + "tags": [ + "execution" + ], + "summary": "Retrieves additional results for an ExecutionSummaryRecord query.", + "operationId": "QueryMoreExecutionSummaryRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "senderFacilityId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "size": { - "type": "integer", - "format": "int64" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "successful": { - "type": "boolean" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "elapsedTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "elapsedVarSum": { + "type": "number", + "format": "double", + "xml": { + "attribute": true + } + }, + "executionCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "inboundDocCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "inboundDocSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "launchElapsedTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "launcherID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxElapsedTime": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "outboundDocCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "outboundDocSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "processID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "reportKey": { + "type": "string", + "xml": { + "attribute": true + } + }, + "returnDocCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "returnDocSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + } + }, + "timeBlock": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "version": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "elapsedTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "elapsedVarSum": { + "type": "number", + "format": "double", + "xml": { + "attribute": true + } + }, + "executionCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "inboundDocCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "inboundDocSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "launchElapsedTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "launcherID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxElapsedTime": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "outboundDocCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "outboundDocSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "processID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "reportKey": { + "type": "string", + "xml": { + "attribute": true + } + }, + "returnDocCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "returnDocSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + } + }, + "timeBlock": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/HL7ConnectorRecord/queryMore": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Retrieves additional results for a HL7ConnectorRecord query.", - "operationId": "QueryMoreHL7ConnectorRecord", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "acceptAckReport": { - "type": "string" - }, - "acceptAckStatus": { - "type": "string" - }, - "account": { - "type": "string" - }, - "ackReport": { - "type": "string" - }, - "ackStatus": { - "type": "string" - }, - "actionType": { - "type": "string" - }, - "atomId": { - "type": "string" - }, - "connectorName": { - "type": "string" - }, - "connectorType": { - "type": "string" - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time" - }, - "documentIndex": { - "type": "integer", - "format": "int32" - }, - "errorMessage": { - "type": "string" - }, - "executionId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "isValidMessage": { - "type": "string" - }, - "messageControlId": { - "type": "string" - }, - "messageType": { - "type": "string" - }, - "operationName": { - "type": "string" - }, - "outboundValidationReport": { - "type": "string" - }, - "outboundValidationStatus": { - "type": "string" - }, - "receiverApplicationId": { - "type": "string" - }, - "receiverFacilityId": { - "type": "string" - }, - "senderApplicationId": { - "type": "string" + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Folder": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a Folder object.", + "operationId": "CreateFolder", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object", + "properties": { + "RoleReference": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fullPath": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object", + "properties": { + "RoleReference": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fullPath": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "senderFacilityId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "size": { - "type": "integer", - "format": "int64" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "successful": { - "type": "boolean" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object", + "properties": { + "RoleReference": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fullPath": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "version": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object", + "properties": { + "RoleReference": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fullPath": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/InstallerToken": { - "post": { - "tags": [ - "atom" - ], - "summary": "Creates an InstallerToken object.", - "operationId": "CreateInstallerToken", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "cloudId": { - "type": "string" - }, - "created": { - "type": "string", - "format": "date-time" - }, - "durationMinutes": { - "type": "integer", - "format": "int32" }, - "expiration": { - "type": "string", - "format": "date-time" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "installType": { - "type": "string", - "enum": [ - "CLOUD", - "ATOM", - "MOLECULE", - "BROKER", - "GATEWAY" - ] + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "token": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "cloudId": { - "type": "string" - }, - "created": { - "type": "string", - "format": "date-time" - }, - "durationMinutes": { - "type": "integer", - "format": "int32" - }, - "expiration": { - "type": "string", - "format": "date-time" - }, - "installType": { - "type": "string", - "enum": [ - "CLOUD", - "ATOM", - "MOLECULE", - "BROKER", - "GATEWAY" - ] - }, - "token": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + ] } - ] - } - }, - "/IntegrationPack/bulk": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Retrieves multiple IntegrationPack objects by identifier.", - "operationId": "BulkIntegrationPack", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/Folder/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple Folder objects by identifier.", + "operationId": "BulkFolder", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } + "required": false }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string" - }, - "id": { - "type": "string" - }, - "installationType": { - "type": "string", - "enum": [ - "SINGLE", - "MULTI" - ] - }, - "name": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object" + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fullPath": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object" + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fullPath": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/IntegrationPack/query": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Queries for an IntegrationPack object(s).", - "operationId": "QueryIntegrationPack", - "requestBody": { - "description": " Possible properties include: name, id, installationType", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/Folder/query": { + "post": { + "tags": [ + "component" + ], + "summary": "Queries for a Folder object(s).", + "operationId": "QueryFolder", + "requestBody": { + "description": " Possible properties include: accountId, id, name, fullPath, deleted, parentId, parentName, permittedRoles", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "installationType": { - "type": "string", - "enum": [ - "SINGLE", - "MULTI" - ] + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "name": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object" + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fullPath": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object" + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fullPath": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/IntegrationPack/queryMore": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Retrieves additional results for an IntegrationPack query.", - "operationId": "QueryMoreIntegrationPack", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Folder/queryMore": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves additional results for a Folder query.", + "operationId": "QueryMoreFolder", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "installationType": { - "type": "string", - "enum": [ - "SINGLE", - "MULTI" - ] + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "name": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/IntegrationPack/{id}": { - "get": { - "tags": [ - "integrationpack" - ], - "summary": "Retrieves an instance of an IntegrationPack object.", - "operationId": "GetIntegrationPack", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string" - }, - "id": { - "type": "string" - }, - "installationType": { - "type": "string", - "enum": [ - "SINGLE", - "MULTI" - ] - }, - "name": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/IntegrationPackAtomAttachment": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Creates an IntegrationPackAtomAttachment object.", - "operationId": "CreateIntegrationPackAtomAttachment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string" + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object" + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fullPath": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object" + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fullPath": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "id": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "integrationPackInstanceId": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "integrationPackInstanceId": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + ] } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/IntegrationPackAtomAttachment/query": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Queries for an IntegrationPackAtomAttachment object(s).", - "operationId": "QueryIntegrationPackAtomAttachment", - "requestBody": { - "description": " Possible properties include: atomId, integrationPackInstanceId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] + }, + "/Folder/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a Folder object.", + "operationId": "GetFolder", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" } - } } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string" + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object", + "properties": { + "RoleReference": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fullPath": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "integrationPackInstanceId": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object", + "properties": { + "RoleReference": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fullPath": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/IntegrationPackAtomAttachment/queryMore": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Retrieves additional results for an IntegrationPackAtomAttachment query.", - "operationId": "QueryMoreIntegrationPackAtomAttachment", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "component" + ], + "summary": "Modifies or updates a Folder object.", + "operationId": "UpdateFolder", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object", + "properties": { + "RoleReference": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fullPath": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object", + "properties": { + "RoleReference": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fullPath": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "integrationPackInstanceId": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object", + "properties": { + "RoleReference": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fullPath": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object", + "properties": { + "RoleReference": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fullPath": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/IntegrationPackAtomAttachment/{id}": { - "delete": { - "tags": [ - "integrationpack" - ], - "summary": "Deletes an IntegrationPackAtomAttachment object.", - "operationId": "DeleteIntegrationPackAtomAttachment", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/IntegrationPackEnvironmentAttachment": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Creates an IntegrationPackEnvironmentAttachment object.", - "operationId": "CreateIntegrationPackEnvironmentAttachment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "environmentId": { - "type": "string" }, - "id": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "integrationPackInstanceId": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "environmentId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "integrationPackInstanceId": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/IntegrationPackEnvironmentAttachment/query": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Queries for an IntegrationPackEnvironmentAttachment object(s).", - "operationId": "QueryIntegrationPackEnvironmentAttachment", - "requestBody": { - "description": " Possible properties include: environmentId, integrationPackInstanceId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] + ] + }, + "delete": { + "tags": [ + "component" + ], + "summary": "Deletes a Folder object.", + "operationId": "DeleteFolder", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" } - } } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "environmentId": { - "type": "string" + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "integrationPackInstanceId": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/IntegrationPackEnvironmentAttachment/queryMore": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Retrieves additional results for an IntegrationPackEnvironmentAttachment query.", - "operationId": "QueryMoreIntegrationPackEnvironmentAttachment", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/GenericConnectorRecord/bulk": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves multiple GenericConnectorRecord objects by identifier.", + "operationId": "BulkGenericConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "environmentId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "integrationPackInstanceId": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "connectorFields", + "errorMessage", + "trackedFields" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "attribute": true + } + }, + "actionType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectorFields": { + "type": "object" + }, + "connectorType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionConnectorId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "incrementalDocumentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "operationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operationName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "retryable": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "startShape": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SUCCESS", + "ERROR" + ] + }, + "trackedFields": { + "type": "object" + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "connectorFields", + "errorMessage", + "trackedFields" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "attribute": true + } + }, + "actionType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectorFields": { + "type": "object" + }, + "connectorType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionConnectorId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "incrementalDocumentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "operationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operationName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "retryable": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "startShape": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SUCCESS", + "ERROR" + ] + }, + "trackedFields": { + "type": "object" + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/IntegrationPackEnvironmentAttachment/{id}": { - "delete": { - "tags": [ - "integrationpack" - ], - "summary": "Deletes an IntegrationPackEnvironmentAttachment object.", - "operationId": "DeleteIntegrationPackEnvironmentAttachment", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/IntegrationPackInstance": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Creates an IntegrationPackInstance object.", - "operationId": "CreateIntegrationPackInstance", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "ProcessId": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "originalProcessId": { - "type": "string" - }, - "wrapperProcessId": { - "type": "string" - } } - } }, - "id": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "integrationPackId": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "integrationPackOverrideName": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "ProcessId": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "originalProcessId": { - "type": "string" - }, - "wrapperProcessId": { - "type": "string" - } - } - } - }, - "id": { - "type": "string" - }, - "integrationPackId": { - "type": "string" - }, - "integrationPackOverrideName": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + ] } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/IntegrationPackInstance/bulk": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Retrieves multiple IntegrationPackInstance objects by identifier.", - "operationId": "BulkIntegrationPackInstance", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/GenericConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for a GenericConnectorRecord object(s).", + "operationId": "QueryGenericConnectorRecord", + "requestBody": { + "description": " Possible properties include: id, executionConnectorId, executionId, connectionId, operationId, actionType, connectorType, atomId, dateProcessed, connectionName, operationName, errorMessage, status, documentIndex, incrementalDocumentIndex, size, startShape, retryable", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "ProcessId": { - "type": "array", - "items": { - "type": "object" - } - }, - "id": { - "type": "string" - }, - "integrationPackId": { - "type": "string" - }, - "integrationPackOverrideName": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "connectorFields", + "errorMessage", + "trackedFields" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "attribute": true + } + }, + "actionType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectorFields": { + "type": "object" + }, + "connectorType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionConnectorId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "incrementalDocumentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "operationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operationName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "retryable": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "startShape": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SUCCESS", + "ERROR" + ] + }, + "trackedFields": { + "type": "object" + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "connectorFields", + "errorMessage", + "trackedFields" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "attribute": true + } + }, + "actionType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectorFields": { + "type": "object" + }, + "connectorType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionConnectorId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "incrementalDocumentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "operationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operationName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "retryable": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "startShape": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SUCCESS", + "ERROR" + ] + }, + "trackedFields": { + "type": "object" + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/IntegrationPackInstance/query": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Queries for an IntegrationPackInstance object(s).", - "operationId": "QueryIntegrationPackInstance", - "requestBody": { - "description": " Possible properties include: integrationPackOverrideName, integrationPackName, integrationPackId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/GenericConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for a GenericConnectorRecord query.", + "operationId": "QueryMoreGenericConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "ProcessId": { - "type": "array", - "items": { - "type": "object" - } + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "integrationPackId": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "connectorFields", + "errorMessage", + "trackedFields" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "attribute": true + } + }, + "actionType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectorFields": { + "type": "object" + }, + "connectorType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionConnectorId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "incrementalDocumentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "operationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operationName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "retryable": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "startShape": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SUCCESS", + "ERROR" + ] + }, + "trackedFields": { + "type": "object" + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "integrationPackOverrideName": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "connectorFields", + "errorMessage", + "trackedFields" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "attribute": true + } + }, + "actionType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectorFields": { + "type": "object" + }, + "connectorType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionConnectorId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "incrementalDocumentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "operationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operationName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "retryable": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "startShape": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SUCCESS", + "ERROR" + ] + }, + "trackedFields": { + "type": "object" + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/IntegrationPackInstance/queryMore": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Retrieves additional results for an IntegrationPackInstance query.", - "operationId": "QueryMoreIntegrationPackInstance", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "ProcessId": { - "type": "array", - "items": { - "type": "object" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/GenericConnectorRecord/{id}": { + "get": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves an instance of a GenericConnectorRecord object.", + "operationId": "GetGenericConnectorRecord", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "integrationPackId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "connectorFields", + "errorMessage", + "trackedFields" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "attribute": true + } + }, + "actionType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectorFields": { + "type": "object", + "properties": { + "connectorField": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "connectorType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionConnectorId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "incrementalDocumentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "operationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operationName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "retryable": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "startShape": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SUCCESS", + "ERROR" + ] + }, + "trackedFields": { + "type": "object", + "properties": { + "trackedField": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + } }, - "integrationPackOverrideName": { - "type": "string" + "application/json": { + "schema": { + "required": [ + "connectorFields", + "errorMessage", + "trackedFields" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "attribute": true + } + }, + "actionType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectorFields": { + "type": "object", + "properties": { + "connectorField": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "connectorType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionConnectorId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "incrementalDocumentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "operationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operationName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "retryable": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "startShape": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SUCCESS", + "ERROR" + ] + }, + "trackedFields": { + "type": "object", + "properties": { + "trackedField": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/IntegrationPackInstance/{id}": { - "get": { - "tags": [ - "integrationpack" - ], - "summary": "Retrieves an instance of an IntegrationPackInstance object.", - "operationId": "GetIntegrationPackInstance", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "ProcessId": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/GetAssignableRoles": { + "get": { + "tags": [ + "account" + ], + "summary": "", + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "originalProcessId": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Role": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "Privileges": { + "type": "object" + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "Roles", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "wrapperProcessId": { - "type": "string" + "application/xml": { + "schema": { + "type": "object", + "properties": { + "Role": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "Privileges": { + "type": "object" + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "Roles", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - }, - "id": { - "type": "string" - }, - "integrationPackId": { - "type": "string" - }, - "integrationPackOverrideName": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "delete": { - "tags": [ - "integrationpack" - ], - "summary": "Deletes an IntegrationPackInstance object.", - "operationId": "DeleteIntegrationPackInstance", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/JavaRollback/execute/{id}": { - "post": { - "tags": [ - "atom" - ], - "summary": "Executes an action on a JavaRollback object.", - "operationId": "ExecuteJavaRollback", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string" + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + ] } - ] - } - }, - "/JavaUpgrade": { - "post": { - "tags": [ - "atom" - ], - "summary": "Creates a JavaUpgrade object.", - "operationId": "CreateJavaUpgrade", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "JavaUpgradeOptions": { - "required": [ - "cacertsPath", - "externalJDKPath", - "prefJreLocation" - ], - "type": "object", - "properties": { - "cacertsPath": { - "type": "string" - }, - "externalJDKPath": { - "type": "string" + }, + "/HL7ConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for a HL7ConnectorRecord object(s).", + "operationId": "QueryHL7ConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "migrateCertificate": { - "type": "boolean" + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } }, - "prefJreLocation": { - "type": "string" + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "acceptAckReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "acceptAckStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isValidMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageControlId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverApplicationId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverFacilityId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderApplicationId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderFacilityId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "acceptAckReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "acceptAckStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isValidMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageControlId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverApplicationId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverFacilityId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderApplicationId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderFacilityId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } } - } }, - "atomId": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "JavaUpgradeOptions": { - "required": [ - "cacertsPath", - "externalJDKPath", - "prefJreLocation" - ], - "type": "object", - "properties": { - "cacertsPath": { - "type": "string" - }, - "externalJDKPath": { - "type": "string" - }, - "migrateCertificate": { - "type": "boolean" - }, - "prefJreLocation": { - "type": "string" - } - } - }, - "atomId": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + ] } - ] - } - }, - "/MergeRequest": { - "post": { - "tags": [ - "component" - ], - "summary": "Creates a MergeRequest object.", - "operationId": "CreateMergeRequest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "MergeRequestDetails" - ], - "type": "object", - "properties": { - "MergeRequestDetails": { - "type": "object", - "properties": { - "MergeRequestDetail": { - "type": "array", - "items": { - "type": "object" - } + }, + "/HL7ConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for a HL7ConnectorRecord query.", + "operationId": "QueryMoreHL7ConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } } - } }, - "createdBy": { - "type": "string" + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "acceptAckReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "acceptAckStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isValidMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageControlId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverApplicationId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverFacilityId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderApplicationId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderFacilityId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "acceptAckReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "acceptAckStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isValidMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageControlId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverApplicationId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverFacilityId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderApplicationId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderFacilityId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "createdDate": { - "type": "string", - "format": "date-time" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "destinationBranchId": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "destinationBranchName": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/InstallerToken": { + "post": { + "tags": [ + "atom" + ], + "summary": "Creates an InstallerToken object.", + "operationId": "CreateInstallerToken", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "created": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "durationMinutes": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "expiration": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "installType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CLOUD", + "ATOM", + "MOLECULE", + "BROKER", + "GATEWAY" + ] + }, + "token": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "created": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "durationMinutes": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "expiration": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "installType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CLOUD", + "ATOM", + "MOLECULE", + "BROKER", + "GATEWAY" + ] + }, + "token": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } }, - "id": { - "type": "string" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "created": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "durationMinutes": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "expiration": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "installType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CLOUD", + "ATOM", + "MOLECULE", + "BROKER", + "GATEWAY" + ] + }, + "token": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "created": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "durationMinutes": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "expiration": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "installType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CLOUD", + "ATOM", + "MOLECULE", + "BROKER", + "GATEWAY" + ] + }, + "token": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } }, - "inactiveDate": { - "type": "string", - "format": "date-time" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "lockNonce": { - "type": "integer", - "format": "int64" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "lockedBy": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPack/bulk": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves multiple IntegrationPack objects by identifier.", + "operationId": "BulkIntegrationPack", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } }, - "lockedDate": { - "type": "string", - "format": "date-time" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "installationType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SINGLE", + "MULTI" + ] + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "installationType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SINGLE", + "MULTI" + ] + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "mergeRequestAction": { - "type": "string", - "enum": [ - "UPDATE", - "MERGE", - "RETRY_DRAFTING", - "REVERT" - ] + "403": { + "description": "Missing or incorrect authentication credentials." }, - "modifiedBy": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "modifiedDate": { - "type": "string", - "format": "date-time" - }, - "note": { - "type": "string" - }, - "previousStage": { - "type": "string", - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "priorityBranch": { - "type": "string", - "enum": [ - "SOURCE", - "DESTINATION" - ] - }, - "sourceBranchId": { - "type": "string" - }, - "sourceBranchName": { - "type": "string" - }, - "stage": { - "type": "string", - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "strategy": { - "type": "string", - "enum": [ - "OVERRIDE", - "CONFLICT_RESOLVE", - "SUBSET" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "MergeRequestDetails" - ], - "type": "object", - "properties": { - "MergeRequestDetails": { - "type": "object", - "properties": { - "MergeRequestDetail": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "destinationBranchId": { - "type": "string" - }, - "destinationBranchName": { - "type": "string" - }, - "id": { - "type": "string" - }, - "inactiveDate": { - "type": "string", - "format": "date-time" - }, - "lockNonce": { - "type": "integer", - "format": "int64" - }, - "lockedBy": { - "type": "string" - }, - "lockedDate": { - "type": "string", - "format": "date-time" - }, - "mergeRequestAction": { - "type": "string", - "enum": [ - "UPDATE", - "MERGE", - "RETRY_DRAFTING", - "REVERT" - ] - }, - "modifiedBy": { - "type": "string" - }, - "modifiedDate": { - "type": "string", - "format": "date-time" - }, - "note": { - "type": "string" - }, - "previousStage": { - "type": "string", - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "priorityBranch": { - "type": "string", - "enum": [ - "SOURCE", - "DESTINATION" - ] - }, - "sourceBranchId": { - "type": "string" - }, - "sourceBranchName": { - "type": "string" - }, - "stage": { - "type": "string", - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "strategy": { - "type": "string", - "enum": [ - "OVERRIDE", - "CONFLICT_RESOLVE", - "SUBSET" - ] - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/MergeRequest/bulk": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves multiple MergeRequest objects by identifier.", - "operationId": "BulkMergeRequest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/IntegrationPack/query": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Queries for an IntegrationPack object(s).", + "operationId": "QueryIntegrationPack", + "requestBody": { + "description": " Possible properties include: name, id, installationType", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "MergeRequestDetails" - ], - "type": "object", - "properties": { - "MergeRequestDetails": { - "type": "object" - }, - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "destinationBranchId": { - "type": "string" - }, - "destinationBranchName": { - "type": "string" - }, - "id": { - "type": "string" - }, - "inactiveDate": { - "type": "string", - "format": "date-time" - }, - "lockNonce": { - "type": "integer", - "format": "int64" - }, - "lockedBy": { - "type": "string" - }, - "lockedDate": { - "type": "string", - "format": "date-time" - }, - "mergeRequestAction": { - "type": "string", - "enum": [ - "UPDATE", - "MERGE", - "RETRY_DRAFTING", - "REVERT" - ] - }, - "modifiedBy": { - "type": "string" - }, - "modifiedDate": { - "type": "string", - "format": "date-time" - }, - "note": { - "type": "string" - }, - "previousStage": { - "type": "string", - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "priorityBranch": { - "type": "string", - "enum": [ - "SOURCE", - "DESTINATION" - ] - }, - "sourceBranchId": { - "type": "string" - }, - "sourceBranchName": { - "type": "string" - }, - "stage": { - "type": "string", - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "strategy": { - "type": "string", - "enum": [ - "OVERRIDE", - "CONFLICT_RESOLVE", - "SUBSET" - ] - } - } - }, - "index": { - "type": "integer", - "format": "int32" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "installationType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SINGLE", + "MULTI" + ] + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "installationType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SINGLE", + "MULTI" + ] + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/MergeRequest/execute/{id}": { - "post": { - "tags": [ - "component" - ], - "summary": "Executes an action on a MergeRequest object.", - "operationId": "ExecuteMergeRequest", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "MergeRequestDetails" - ], - "type": "object", - "properties": { - "MergeRequestDetails": { - "type": "object", - "properties": { - "MergeRequestDetail": { - "type": "array", - "items": { - "type": "object" - } + }, + "/IntegrationPack/queryMore": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves additional results for an IntegrationPack query.", + "operationId": "QueryMoreIntegrationPack", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } } - } }, - "createdBy": { - "type": "string" + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "installationType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SINGLE", + "MULTI" + ] + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "installationType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SINGLE", + "MULTI" + ] + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "createdDate": { - "type": "string", - "format": "date-time" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "destinationBranchId": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "destinationBranchName": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPack/{id}": { + "get": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves an instance of an IntegrationPack object.", + "operationId": "GetIntegrationPack", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "installationType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SINGLE", + "MULTI" + ] + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "installationType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SINGLE", + "MULTI" + ] + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } }, - "id": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "inactiveDate": { - "type": "string", - "format": "date-time" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "lockNonce": { - "type": "integer", - "format": "int64" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackAtomAttachment": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Creates an IntegrationPackAtomAttachment object.", + "operationId": "CreateIntegrationPackAtomAttachment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } }, - "lockedBy": { - "type": "string" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } }, - "lockedDate": { - "type": "string", - "format": "date-time" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "mergeRequestAction": { - "type": "string", - "enum": [ - "UPDATE", - "MERGE", - "RETRY_DRAFTING", - "REVERT" - ] + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "modifiedBy": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackAtomAttachment/query": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Queries for an IntegrationPackAtomAttachment object(s).", + "operationId": "QueryIntegrationPackAtomAttachment", + "requestBody": { + "description": " Possible properties include: atomId, integrationPackInstanceId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } }, - "modifiedDate": { - "type": "string", - "format": "date-time" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "note": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "previousStage": { - "type": "string", - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "priorityBranch": { - "type": "string", - "enum": [ - "SOURCE", - "DESTINATION" - ] + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackAtomAttachment/queryMore": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves additional results for an IntegrationPackAtomAttachment query.", + "operationId": "QueryMoreIntegrationPackAtomAttachment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } }, - "sourceBranchId": { - "type": "string" + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "sourceBranchName": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "stage": { - "type": "string", - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "strategy": { - "type": "string", - "enum": [ - "OVERRIDE", - "CONFLICT_RESOLVE", - "SUBSET" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "MergeRequestDetails" - ], - "type": "object", - "properties": { - "MergeRequestDetails": { - "type": "object", - "properties": { - "MergeRequestDetail": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "destinationBranchId": { - "type": "string" - }, - "destinationBranchName": { - "type": "string" - }, - "id": { - "type": "string" - }, - "inactiveDate": { - "type": "string", - "format": "date-time" - }, - "lockNonce": { - "type": "integer", - "format": "int64" - }, - "lockedBy": { - "type": "string" - }, - "lockedDate": { - "type": "string", - "format": "date-time" - }, - "mergeRequestAction": { - "type": "string", - "enum": [ - "UPDATE", - "MERGE", - "RETRY_DRAFTING", - "REVERT" - ] - }, - "modifiedBy": { - "type": "string" - }, - "modifiedDate": { - "type": "string", - "format": "date-time" - }, - "note": { - "type": "string" - }, - "previousStage": { - "type": "string", - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "priorityBranch": { - "type": "string", - "enum": [ - "SOURCE", - "DESTINATION" - ] - }, - "sourceBranchId": { - "type": "string" - }, - "sourceBranchName": { - "type": "string" - }, - "stage": { - "type": "string", - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "strategy": { - "type": "string", - "enum": [ - "OVERRIDE", - "CONFLICT_RESOLVE", - "SUBSET" - ] - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/MergeRequest/{id}": { - "get": { - "tags": [ - "component" - ], - "summary": "Retrieves an instance of a MergeRequest object.", - "operationId": "GetMergeRequest", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "MergeRequestDetails" - ], - "type": "object", - "properties": { - "MergeRequestDetails": { - "type": "object", - "properties": { - "MergeRequestDetail": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "destinationBranchId": { - "type": "string" - }, - "destinationBranchName": { - "type": "string" - }, - "id": { - "type": "string" - }, - "inactiveDate": { - "type": "string", - "format": "date-time" - }, - "lockNonce": { - "type": "integer", - "format": "int64" - }, - "lockedBy": { - "type": "string" - }, - "lockedDate": { - "type": "string", - "format": "date-time" - }, - "mergeRequestAction": { - "type": "string", - "enum": [ - "UPDATE", - "MERGE", - "RETRY_DRAFTING", - "REVERT" - ] - }, - "modifiedBy": { - "type": "string" - }, - "modifiedDate": { - "type": "string", - "format": "date-time" - }, - "note": { - "type": "string" - }, - "previousStage": { - "type": "string", - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "priorityBranch": { - "type": "string", - "enum": [ - "SOURCE", - "DESTINATION" - ] - }, - "sourceBranchId": { - "type": "string" - }, - "sourceBranchName": { - "type": "string" - }, - "stage": { - "type": "string", - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "strategy": { - "type": "string", - "enum": [ - "OVERRIDE", - "CONFLICT_RESOLVE", - "SUBSET" - ] - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "post": { - "tags": [ - "component" - ], - "summary": "Modifies or updates a MergeRequest object.", - "operationId": "UpdateMergeRequest", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "MergeRequestDetails" - ], - "type": "object", - "properties": { - "MergeRequestDetails": { - "type": "object", - "properties": { - "MergeRequestDetail": { - "type": "array", - "items": { - "type": "object" - } + }, + "/IntegrationPackAtomAttachment/{id}": { + "delete": { + "tags": [ + "integrationpack" + ], + "summary": "Deletes an IntegrationPackAtomAttachment object.", + "operationId": "DeleteIntegrationPackAtomAttachment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } } - } - }, - "createdBy": { - "type": "string" }, - "createdDate": { - "type": "string", - "format": "date-time" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "destinationBranchId": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "destinationBranchName": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackEnvironmentAttachment": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Creates an IntegrationPackEnvironmentAttachment object.", + "operationId": "CreateIntegrationPackEnvironmentAttachment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } }, - "id": { - "type": "string" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } }, - "inactiveDate": { - "type": "string", - "format": "date-time" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "lockNonce": { - "type": "integer", - "format": "int64" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "lockedBy": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackEnvironmentAttachment/query": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Queries for an IntegrationPackEnvironmentAttachment object(s).", + "operationId": "QueryIntegrationPackEnvironmentAttachment", + "requestBody": { + "description": " Possible properties include: environmentId, integrationPackInstanceId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } }, - "lockedDate": { - "type": "string", - "format": "date-time" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "mergeRequestAction": { - "type": "string", - "enum": [ - "UPDATE", - "MERGE", - "RETRY_DRAFTING", - "REVERT" - ] + "403": { + "description": "Missing or incorrect authentication credentials." }, - "modifiedBy": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "modifiedDate": { - "type": "string", - "format": "date-time" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackEnvironmentAttachment/queryMore": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves additional results for an IntegrationPackEnvironmentAttachment query.", + "operationId": "QueryMoreIntegrationPackEnvironmentAttachment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } }, - "note": { - "type": "string" + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "previousStage": { - "type": "string", - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] + "403": { + "description": "Missing or incorrect authentication credentials." }, - "priorityBranch": { - "type": "string", - "enum": [ - "SOURCE", - "DESTINATION" - ] + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "sourceBranchId": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackEnvironmentAttachment/{id}": { + "delete": { + "tags": [ + "integrationpack" + ], + "summary": "Deletes an IntegrationPackEnvironmentAttachment object.", + "operationId": "DeleteIntegrationPackEnvironmentAttachment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } }, - "sourceBranchName": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "stage": { - "type": "string", - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "strategy": { - "type": "string", - "enum": [ - "OVERRIDE", - "CONFLICT_RESOLVE", - "SUBSET" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackInstance": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Creates an IntegrationPackInstance object.", + "operationId": "CreateIntegrationPackInstance", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ProcessId": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "originalProcessId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "wrapperProcessId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackOverrideName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "ProcessId": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "originalProcessId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "wrapperProcessId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackOverrideName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "ProcessId": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "originalProcessId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "wrapperProcessId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackOverrideName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "ProcessId": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "originalProcessId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "wrapperProcessId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackOverrideName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "MergeRequestDetails" - ], - "type": "object", - "properties": { - "MergeRequestDetails": { - "type": "object", - "properties": { - "MergeRequestDetail": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "destinationBranchId": { - "type": "string" - }, - "destinationBranchName": { - "type": "string" - }, - "id": { - "type": "string" - }, - "inactiveDate": { - "type": "string", - "format": "date-time" - }, - "lockNonce": { - "type": "integer", - "format": "int64" - }, - "lockedBy": { - "type": "string" - }, - "lockedDate": { - "type": "string", - "format": "date-time" - }, - "mergeRequestAction": { - "type": "string", - "enum": [ - "UPDATE", - "MERGE", - "RETRY_DRAFTING", - "REVERT" - ] - }, - "modifiedBy": { - "type": "string" - }, - "modifiedDate": { - "type": "string", - "format": "date-time" - }, - "note": { - "type": "string" - }, - "previousStage": { - "type": "string", - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "priorityBranch": { - "type": "string", - "enum": [ - "SOURCE", - "DESTINATION" - ] - }, - "sourceBranchId": { - "type": "string" - }, - "sourceBranchName": { - "type": "string" - }, - "stage": { - "type": "string", - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "strategy": { - "type": "string", - "enum": [ - "OVERRIDE", - "CONFLICT_RESOLVE", - "SUBSET" - ] - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "delete": { - "tags": [ - "component" - ], - "summary": "Deletes a MergeRequest object.", - "operationId": "DeleteMergeRequest", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/MoveQueueRequest": { - "post": { - "tags": [ - "atom" - ], - "summary": "Creates a MoveQueueRequest object.", - "operationId": "CreateMoveQueueRequest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "AtomId", - "DestinationQueue", - "SourceQueue" - ], - "type": "object", - "properties": { - "AtomId": { - "type": "string" - }, - "DestinationQueue": { - "required": [ - "DLQ", - "QueueName" - ], - "type": "object", - "properties": { - "DLQ": { - "type": "boolean" - }, - "QueueName": { - "type": "string" + }, + "/IntegrationPackInstance/bulk": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves multiple IntegrationPackInstance objects by identifier.", + "operationId": "BulkIntegrationPackInstance", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "SubscriberName": { - "type": "string" + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } } - } }, - "SourceQueue": { - "required": [ - "DLQ", - "QueueName" - ], - "type": "object", - "properties": { - "DLQ": { - "type": "boolean" - }, - "QueueName": { - "type": "string" - }, - "SubscriberName": { - "type": "string" - } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } + "required": false }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "AtomId", - "DestinationQueue", - "SourceQueue" - ], - "type": "object", - "properties": { - "AtomId": { - "type": "string" - }, - "DestinationQueue": { - "required": [ - "DLQ", - "QueueName" - ], - "type": "object", - "properties": { - "DLQ": { - "type": "boolean" - }, - "QueueName": { - "type": "string" - }, - "SubscriberName": { - "type": "string" - } - } - }, - "SourceQueue": { - "required": [ - "DLQ", - "QueueName" - ], - "type": "object", - "properties": { - "DLQ": { - "type": "boolean" - }, - "QueueName": { - "type": "string" - }, - "SubscriberName": { - "type": "string" - } + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "ProcessId": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackOverrideName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "ProcessId": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackOverrideName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/NodeOffboard": { - "post": { - "tags": [ - "atom" - ], - "summary": "Creates a NodeOffboard object.", - "operationId": "CreateNodeOffboard", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string" }, - "nodeId": { - "type": "array", - "items": { - "type": "string" - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string" - }, - "nodeId": { - "type": "array", - "items": { - "type": "string" - } - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + ] } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/OFTP2ConnectorRecord/query": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Queries for an OFTP2ConnectorRecord object(s).", - "operationId": "QueryOFTP2ConnectorRecord", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/IntegrationPackInstance/query": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Queries for an IntegrationPackInstance object(s).", + "operationId": "QueryIntegrationPackInstance", + "requestBody": { + "description": " Possible properties include: integrationPackOverrideName, integrationPackName, integrationPackId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string" - }, - "actionType": { - "type": "string" - }, - "atomId": { - "type": "string" - }, - "connectorName": { - "type": "string" - }, - "connectorType": { - "type": "string" - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time" - }, - "documentIndex": { - "type": "integer", - "format": "int32" - }, - "errorMessage": { - "type": "string" - }, - "executionId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "initiator_ssidcode": { - "type": "string" - }, - "nareas": { - "type": "string" - }, - "nareast": { - "type": "string" - }, - "objecttype": { - "type": "string" - }, - "operationName": { - "type": "string" - }, - "responder_ssidcode": { - "type": "string" - }, - "sfidciph": { - "type": "string" - }, - "sfidcomp": { - "type": "string" - }, - "sfiddate": { - "type": "string" - }, - "sfiddesc": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "sfiddest": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "sfiddsn": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "sfidenv": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "ProcessId": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackOverrideName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "sfidorig": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "ProcessId": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackOverrideName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackInstance/queryMore": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves additional results for an IntegrationPackInstance query.", + "operationId": "QueryMoreIntegrationPackInstance", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "sfidosiz": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "sfidsec": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "sfidsign": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "ProcessId": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackOverrideName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "sfidtime": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "ProcessId": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackOverrideName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackInstance/{id}": { + "get": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves an instance of an IntegrationPackInstance object.", + "operationId": "GetIntegrationPackInstance", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "size": { - "type": "integer", - "format": "int64" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "status": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "successful": { - "type": "boolean" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "ProcessId": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "originalProcessId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "wrapperProcessId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackOverrideName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "ticker": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "ProcessId": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "originalProcessId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "wrapperProcessId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackOverrideName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/OFTP2ConnectorRecord/queryMore": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Retrieves additional results for an OFTP2ConnectorRecord query.", - "operationId": "QueryMoreOFTP2ConnectorRecord", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string" - }, - "actionType": { - "type": "string" - }, - "atomId": { - "type": "string" - }, - "connectorName": { - "type": "string" - }, - "connectorType": { - "type": "string" - }, - "customFields": { - "type": "object" + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "integrationpack" + ], + "summary": "Deletes an IntegrationPackInstance object.", + "operationId": "DeleteIntegrationPackInstance", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "dateProcessed": { - "type": "string", - "format": "date-time" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "documentIndex": { - "type": "integer", - "format": "int32" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "errorMessage": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/JavaRollback/execute/{id}": { + "post": { + "tags": [ + "atom" + ], + "summary": "Executes an action on a JavaRollback object.", + "operationId": "ExecuteJavaRollback", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "executionId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "initiator_ssidcode": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "nareas": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/JavaUpgrade": { + "post": { + "tags": [ + "atom" + ], + "summary": "Creates a JavaUpgrade object.", + "operationId": "CreateJavaUpgrade", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "JavaUpgradeOptions": { + "required": [ + "cacertsPath", + "externalJDKPath", + "prefJreLocation" + ], + "type": "object", + "properties": { + "cacertsPath": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "externalJDKPath": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "migrateCertificate": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "prefJreLocation": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "JavaUpgradeOptions": { + "required": [ + "cacertsPath", + "externalJDKPath", + "prefJreLocation" + ], + "type": "object", + "properties": { + "cacertsPath": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "externalJDKPath": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "migrateCertificate": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "prefJreLocation": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "nareast": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "objecttype": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "operationName": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "JavaUpgradeOptions": { + "required": [ + "cacertsPath", + "externalJDKPath", + "prefJreLocation" + ], + "type": "object", + "properties": { + "cacertsPath": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "externalJDKPath": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "migrateCertificate": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "prefJreLocation": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "responder_ssidcode": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "JavaUpgradeOptions": { + "required": [ + "cacertsPath", + "externalJDKPath", + "prefJreLocation" + ], + "type": "object", + "properties": { + "cacertsPath": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "externalJDKPath": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "migrateCertificate": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "prefJreLocation": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/MergeRequest": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a MergeRequest object.", + "operationId": "CreateMergeRequest", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object", + "properties": { + "MergeRequestDetail": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "destinationBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "destinationBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "inactiveDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "lockNonce": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "lockedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lockedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "mergeRequestAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "note": { + "type": "string", + "xml": { + "attribute": true + } + }, + "previousStage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + } + }, + "application/xml": { + "schema": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object", + "properties": { + "MergeRequestDetail": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "destinationBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "destinationBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "inactiveDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "lockNonce": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "lockedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lockedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "mergeRequestAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "note": { + "type": "string", + "xml": { + "attribute": true + } + }, + "previousStage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "sfidciph": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "sfidcomp": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "sfiddate": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object", + "properties": { + "MergeRequestDetail": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "destinationBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "destinationBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "inactiveDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "lockNonce": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "lockedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lockedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "mergeRequestAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "note": { + "type": "string", + "xml": { + "attribute": true + } + }, + "previousStage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + } }, - "sfiddesc": { - "type": "string" + "application/json": { + "schema": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object", + "properties": { + "MergeRequestDetail": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "destinationBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "destinationBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "inactiveDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "lockNonce": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "lockedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lockedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "mergeRequestAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "note": { + "type": "string", + "xml": { + "attribute": true + } + }, + "previousStage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/MergeRequest/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple MergeRequest objects by identifier.", + "operationId": "BulkMergeRequest", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "sfiddest": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "sfiddsn": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "sfidenv": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object" + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "destinationBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "destinationBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "inactiveDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "lockNonce": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "lockedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lockedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "mergeRequestAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "note": { + "type": "string", + "xml": { + "attribute": true + } + }, + "previousStage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "sfidorig": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object" + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "destinationBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "destinationBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "inactiveDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "lockNonce": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "lockedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lockedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "mergeRequestAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "note": { + "type": "string", + "xml": { + "attribute": true + } + }, + "previousStage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/MergeRequest/execute/{id}": { + "post": { + "tags": [ + "component" + ], + "summary": "Executes an action on a MergeRequest object.", + "operationId": "ExecuteMergeRequest", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object", + "properties": { + "MergeRequestDetail": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "destinationBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "destinationBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "inactiveDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "lockNonce": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "lockedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lockedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "mergeRequestAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "note": { + "type": "string", + "xml": { + "attribute": true + } + }, + "previousStage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + } + }, + "application/xml": { + "schema": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object", + "properties": { + "MergeRequestDetail": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "destinationBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "destinationBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "inactiveDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "lockNonce": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "lockedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lockedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "mergeRequestAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "note": { + "type": "string", + "xml": { + "attribute": true + } + }, + "previousStage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "sfidosiz": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "sfidsec": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "sfidsign": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object", + "properties": { + "MergeRequestDetail": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "destinationBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "destinationBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "inactiveDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "lockNonce": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "lockedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lockedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "mergeRequestAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "note": { + "type": "string", + "xml": { + "attribute": true + } + }, + "previousStage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + } }, - "sfidtime": { - "type": "string" + "application/json": { + "schema": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object", + "properties": { + "MergeRequestDetail": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "destinationBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "destinationBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "inactiveDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "lockNonce": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "lockedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lockedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "mergeRequestAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "note": { + "type": "string", + "xml": { + "attribute": true + } + }, + "previousStage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/MergeRequest/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a MergeRequest object.", + "operationId": "GetMergeRequest", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "size": { - "type": "integer", - "format": "int64" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "status": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "successful": { - "type": "boolean" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object", + "properties": { + "MergeRequestDetail": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "destinationBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "destinationBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "inactiveDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "lockNonce": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "lockedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lockedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "mergeRequestAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "note": { + "type": "string", + "xml": { + "attribute": true + } + }, + "previousStage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + } }, - "ticker": { - "type": "string" + "application/json": { + "schema": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object", + "properties": { + "MergeRequestDetail": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "destinationBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "destinationBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "inactiveDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "lockNonce": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "lockedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lockedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "mergeRequestAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "note": { + "type": "string", + "xml": { + "attribute": true + } + }, + "previousStage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + } } - } } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/PackagedComponent": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Creates a PackagedComponent object.", - "operationId": "CreatePackagedComponent", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "branchName", - "componentId", - "componentType", - "createdBy", - "createdDate", - "notes", - "packageId", - "packageVersion" - ], - "type": "object", - "properties": { - "branchName": { - "type": "string" }, - "componentId": { - "type": "string" - }, - "componentType": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "componentVersion": { - "type": "integer", - "format": "int32" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "createdBy": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "component" + ], + "summary": "Modifies or updates a MergeRequest object.", + "operationId": "UpdateMergeRequest", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object", + "properties": { + "MergeRequestDetail": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "destinationBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "destinationBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "inactiveDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "lockNonce": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "lockedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lockedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "mergeRequestAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "note": { + "type": "string", + "xml": { + "attribute": true + } + }, + "previousStage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + } + }, + "application/xml": { + "schema": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object", + "properties": { + "MergeRequestDetail": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "destinationBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "destinationBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "inactiveDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "lockNonce": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "lockedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lockedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "mergeRequestAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "note": { + "type": "string", + "xml": { + "attribute": true + } + }, + "previousStage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + } + } }, - "createdDate": { - "type": "string", - "format": "date-time" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object", + "properties": { + "MergeRequestDetail": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "destinationBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "destinationBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "inactiveDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "lockNonce": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "lockedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lockedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "mergeRequestAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "note": { + "type": "string", + "xml": { + "attribute": true + } + }, + "previousStage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + } + }, + "application/json": { + "schema": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object", + "properties": { + "MergeRequestDetail": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "destinationBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "destinationBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "inactiveDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "lockNonce": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "lockedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lockedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "mergeRequestAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "note": { + "type": "string", + "xml": { + "attribute": true + } + }, + "previousStage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + } + } + } }, - "deleted": { - "type": "boolean" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "fullyPubliclyConsumable": { - "type": "boolean" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "notes": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "component" + ], + "summary": "Deletes a MergeRequest object.", + "operationId": "DeleteMergeRequest", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } }, - "packageId": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "packageVersion": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "shareable": { - "type": "boolean" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "branchName", - "componentId", - "componentType", - "createdBy", - "createdDate", - "notes", - "packageId", - "packageVersion" - ], - "type": "object", - "properties": { - "branchName": { - "type": "string" - }, - "componentId": { - "type": "string" - }, - "componentType": { - "type": "string" - }, - "componentVersion": { - "type": "integer", - "format": "int32" - }, - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "deleted": { - "type": "boolean" - }, - "fullyPubliclyConsumable": { - "type": "boolean" - }, - "notes": { - "type": "string" - }, - "packageId": { - "type": "string" - }, - "packageVersion": { - "type": "string" - }, - "shareable": { - "type": "boolean" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/PackagedComponent/bulk": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Retrieves multiple PackagedComponent objects by identifier.", - "operationId": "BulkPackagedComponent", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/MoveQueueRequest": { + "post": { + "tags": [ + "atom" + ], + "summary": "Creates a MoveQueueRequest object.", + "operationId": "CreateMoveQueueRequest", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "AtomId", + "DestinationQueue", + "SourceQueue" + ], + "type": "object", + "properties": { + "AtomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "DestinationQueue": { + "required": [ + "DLQ", + "QueueName" + ], + "type": "object", + "properties": { + "DLQ": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "QueueName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "SubscriberName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "SourceQueue": { + "required": [ + "DLQ", + "QueueName" + ], + "type": "object", + "properties": { + "DLQ": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "QueueName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "SubscriberName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "application/xml": { + "schema": { + "required": [ + "AtomId", + "DestinationQueue", + "SourceQueue" + ], + "type": "object", + "properties": { + "AtomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "DestinationQueue": { + "required": [ + "DLQ", + "QueueName" + ], + "type": "object", + "properties": { + "DLQ": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "QueueName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "SubscriberName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "SourceQueue": { + "required": [ + "DLQ", + "QueueName" + ], + "type": "object", + "properties": { + "DLQ": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "QueueName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "SubscriberName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "branchName", - "componentId", - "componentType", - "createdBy", - "createdDate", - "notes", - "packageId", - "packageVersion" - ], - "type": "object", - "properties": { - "branchName": { - "type": "string" - }, - "componentId": { - "type": "string" - }, - "componentType": { - "type": "string" - }, - "componentVersion": { - "type": "integer", - "format": "int32" - }, - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "deleted": { - "type": "boolean" - }, - "fullyPubliclyConsumable": { - "type": "boolean" - }, - "notes": { - "type": "string" - }, - "packageId": { - "type": "string" - }, - "packageVersion": { - "type": "string" - }, - "shareable": { - "type": "boolean" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "AtomId", + "DestinationQueue", + "SourceQueue" + ], + "type": "object", + "properties": { + "AtomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "DestinationQueue": { + "required": [ + "DLQ", + "QueueName" + ], + "type": "object", + "properties": { + "DLQ": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "QueueName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "SubscriberName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "SourceQueue": { + "required": [ + "DLQ", + "QueueName" + ], + "type": "object", + "properties": { + "DLQ": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "QueueName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "SubscriberName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "required": [ + "AtomId", + "DestinationQueue", + "SourceQueue" + ], + "type": "object", + "properties": { + "AtomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "DestinationQueue": { + "required": [ + "DLQ", + "QueueName" + ], + "type": "object", + "properties": { + "DLQ": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "QueueName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "SubscriberName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "SourceQueue": { + "required": [ + "DLQ", + "QueueName" + ], + "type": "object", + "properties": { + "DLQ": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "QueueName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "SubscriberName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/PackagedComponent/query": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Queries for a PackagedComponent object(s).", - "operationId": "QueryPackagedComponent", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/NodeOffboard": { + "post": { + "tags": [ + "atom" + ], + "summary": "Creates a NodeOffboard object.", + "operationId": "CreateNodeOffboard", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "nodeId": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "nodeId" + } + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "nodeId": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "nodeId" + } + } + } + } } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "branchName", - "componentId", - "componentType", - "createdBy", - "createdDate", - "notes", - "packageId", - "packageVersion" - ], - "type": "object", - "properties": { - "branchName": { - "type": "string" - }, - "componentId": { - "type": "string" - }, - "componentType": { - "type": "string" - }, - "componentVersion": { - "type": "integer", - "format": "int32" - }, - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "deleted": { - "type": "boolean" - }, - "fullyPubliclyConsumable": { - "type": "boolean" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "notes": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "packageId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "packageVersion": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "nodeId": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "nodeId" + } + } + } + } + } }, - "shareable": { - "type": "boolean" + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "nodeId": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "nodeId" + } + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/PackagedComponent/queryMore": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Retrieves additional results for a PackagedComponent query.", - "operationId": "QueryMorePackagedComponent", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/OFTP2ConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for an OFTP2ConnectorRecord object(s).", + "operationId": "QueryOFTP2ConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "branchName", - "componentId", - "componentType", - "createdBy", - "createdDate", - "notes", - "packageId", - "packageVersion" - ], - "type": "object", - "properties": { - "branchName": { - "type": "string" - }, - "componentId": { - "type": "string" - }, - "componentType": { - "type": "string" - }, - "componentVersion": { - "type": "integer", - "format": "int32" - }, - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "deleted": { - "type": "boolean" - }, - "fullyPubliclyConsumable": { - "type": "boolean" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "notes": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "packageId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "packageVersion": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "initiator_ssidcode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "nareas": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "nareast": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "objecttype": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "responder_ssidcode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidciph": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidcomp": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfiddate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfiddesc": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfiddest": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfiddsn": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidenv": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidorig": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidosiz": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidsec": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidsign": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidtime": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "status": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ticker": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "shareable": { - "type": "boolean" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "initiator_ssidcode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "nareas": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "nareast": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "objecttype": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "responder_ssidcode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidciph": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidcomp": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfiddate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfiddesc": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfiddest": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfiddsn": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidenv": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidorig": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidosiz": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidsec": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidsign": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidtime": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "status": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ticker": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/PackagedComponent/{id}": { - "get": { - "tags": [ - "deployment" - ], - "summary": "Retrieves an instance of a PackagedComponent object.", - "operationId": "GetPackagedComponent", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "branchName", - "componentId", - "componentType", - "createdBy", - "createdDate", - "notes", - "packageId", - "packageVersion" - ], - "type": "object", - "properties": { - "branchName": { - "type": "string" - }, - "componentId": { - "type": "string" - }, - "componentType": { - "type": "string" - }, - "componentVersion": { - "type": "integer", - "format": "int32" - }, - "createdBy": { - "type": "string" - }, - "createdDate": { - "type": "string", - "format": "date-time" - }, - "deleted": { - "type": "boolean" - }, - "fullyPubliclyConsumable": { - "type": "boolean" - }, - "notes": { - "type": "string" - }, - "packageId": { - "type": "string" - }, - "packageVersion": { - "type": "string" - }, - "shareable": { - "type": "boolean" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "delete": { - "tags": [ - "deployment" - ], - "summary": "Deletes a PackagedComponent object.", - "operationId": "DeletePackagedComponent", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/PackagedComponentManifest/bulk": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Retrieves multiple PackagedComponentManifest objects by identifier.", - "operationId": "BulkPackagedComponentManifest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/OFTP2ConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for an OFTP2ConnectorRecord query.", + "operationId": "QueryMoreOFTP2ConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } + "required": true }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "packageId" - ], - "type": "object", - "properties": { - "componentInfo": { - "type": "array", - "items": { - "type": "object" - } - }, - "packageId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "initiator_ssidcode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "nareas": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "nareast": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "objecttype": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "responder_ssidcode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidciph": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidcomp": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfiddate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfiddesc": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfiddest": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfiddsn": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidenv": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidorig": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidosiz": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidsec": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidsign": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidtime": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "status": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ticker": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "initiator_ssidcode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "nareas": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "nareast": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "objecttype": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "responder_ssidcode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidciph": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidcomp": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfiddate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfiddesc": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfiddest": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfiddsn": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidenv": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidorig": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidosiz": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidsec": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidsign": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidtime": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "status": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ticker": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/PackagedComponentManifest/{id}": { - "get": { - "tags": [ - "deployment" - ], - "summary": "Retrieves an instance of a PackagedComponentManifest object.", - "operationId": "GetPackagedComponentManifest", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "packageId" - ], - "type": "object", - "properties": { - "componentInfo": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "version": { - "type": "integer", - "format": "int32" - } - } - } - }, - "packageId": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + ] } - ] - } - }, - "/PersistedProcessProperties/{id}": { - "post": { - "tags": [ - "atom" - ], - "summary": "Modifies or updates a PersistedProcessProperties object.", - "operationId": "UpdatePersistedProcessProperties", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "atomId" - ], - "type": "object", - "properties": { - "Process": { - "type": "array", - "items": { - "required": [ - "ProcessProperties", - "processId" - ], - "type": "object", - "properties": { - "ProcessProperties": { - "type": "object" - }, - "processId": { - "type": "string" - } + }, + "/PackagedComponent": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Creates a PackagedComponent object.", + "operationId": "CreatePackagedComponent", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "branchName", + "componentId", + "componentType", + "createdBy", + "createdDate", + "notes", + "packageId", + "packageVersion" + ], + "type": "object", + "properties": { + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deleted": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fullyPubliclyConsumable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "shareable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "application/xml": { + "schema": { + "required": [ + "branchName", + "componentId", + "componentType", + "createdBy", + "createdDate", + "notes", + "packageId", + "packageVersion" + ], + "type": "object", + "properties": { + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deleted": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fullyPubliclyConsumable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "shareable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } } - } }, - "atomId": { - "type": "string" - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "atomId" - ], - "type": "object", - "properties": { - "Process": { - "type": "array", - "items": { - "required": [ - "ProcessProperties", - "processId" - ], - "type": "object", - "properties": { - "ProcessProperties": { - "type": "object" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "processId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "branchName", + "componentId", + "componentType", + "createdBy", + "createdDate", + "notes", + "packageId", + "packageVersion" + ], + "type": "object", + "properties": { + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deleted": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fullyPubliclyConsumable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "shareable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "application/json": { + "schema": { + "required": [ + "branchName", + "componentId", + "componentType", + "createdBy", + "createdDate", + "notes", + "packageId", + "packageVersion" + ], + "type": "object", + "properties": { + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deleted": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fullyPubliclyConsumable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "shareable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } } - } } - }, - "atomId": { - "type": "string" - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/Process/bulk": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Retrieves multiple Process objects by identifier.", - "operationId": "BulkProcess", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/PackagedComponent/bulk": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves multiple PackagedComponent objects by identifier.", + "operationId": "BulkPackagedComponent", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string" - }, - "IntegrationPack": { - "type": "array", - "items": { - "type": "object" - } - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "branchName", + "componentId", + "componentType", + "createdBy", + "createdDate", + "notes", + "packageId", + "packageVersion" + ], + "type": "object", + "properties": { + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deleted": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fullyPubliclyConsumable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "shareable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "branchName", + "componentId", + "componentType", + "createdBy", + "createdDate", + "notes", + "packageId", + "packageVersion" + ], + "type": "object", + "properties": { + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deleted": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fullyPubliclyConsumable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "shareable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/Process/query": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Queries for a Process object(s).", - "operationId": "QueryProcess", - "requestBody": { - "description": " Possible properties include: name, id, integrationPackId, integrationPackInstanceId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/PackagedComponent/query": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Queries for a PackagedComponent object(s).", + "operationId": "QueryPackagedComponent", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string" - }, - "IntegrationPack": { - "type": "array", - "items": { - "type": "object" - } + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "name": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "branchName", + "componentId", + "componentType", + "createdBy", + "createdDate", + "notes", + "packageId", + "packageVersion" + ], + "type": "object", + "properties": { + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deleted": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fullyPubliclyConsumable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "shareable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "branchName", + "componentId", + "componentType", + "createdBy", + "createdDate", + "notes", + "packageId", + "packageVersion" + ], + "type": "object", + "properties": { + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deleted": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fullyPubliclyConsumable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "shareable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Process/queryMore": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Retrieves additional results for a Process query.", - "operationId": "QueryMoreProcess", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/PackagedComponent/queryMore": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves additional results for a PackagedComponent query.", + "operationId": "QueryMorePackagedComponent", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string" - }, - "IntegrationPack": { - "type": "array", - "items": { - "type": "object" - } + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "name": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Process/{id}": { - "get": { - "tags": [ - "integrationpack" - ], - "summary": "Retrieves an instance of a Process object.", - "operationId": "GetProcess", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string" - }, - "IntegrationPack": { - "type": "array", - "items": { - "type": "object", - "properties": { - "integrationPackId": { - "type": "string" + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "branchName", + "componentId", + "componentType", + "createdBy", + "createdDate", + "notes", + "packageId", + "packageVersion" + ], + "type": "object", + "properties": { + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deleted": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fullyPubliclyConsumable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "shareable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "integrationPackInstanceId": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "branchName", + "componentId", + "componentType", + "createdBy", + "createdDate", + "notes", + "packageId", + "packageVersion" + ], + "type": "object", + "properties": { + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deleted": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fullyPubliclyConsumable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "shareable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ProcessAtomAttachment": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Creates a ProcessAtomAttachment object.", - "operationId": "CreateProcessAtomAttachment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string" }, - "componentType": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "id": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "processId": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string" - }, - "componentType": { - "type": "string" - }, - "id": { - "type": "string" - }, - "processId": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/ProcessAtomAttachment/query": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Queries for a ProcessAtomAttachment object(s).", - "operationId": "QueryProcessAtomAttachment", - "requestBody": { - "description": " Possible properties include: atomId, processId, componentType", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" + }, + "/PackagedComponent/{id}": { + "get": { + "tags": [ + "deployment" + ], + "summary": "Retrieves an instance of a PackagedComponent object.", + "operationId": "GetPackagedComponent", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - { - "type": "object" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "branchName", + "componentId", + "componentType", + "createdBy", + "createdDate", + "notes", + "packageId", + "packageVersion" + ], + "type": "object", + "properties": { + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deleted": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fullyPubliclyConsumable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "shareable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "application/json": { + "schema": { + "required": [ + "branchName", + "componentId", + "componentType", + "createdBy", + "createdDate", + "notes", + "packageId", + "packageVersion" + ], + "type": "object", + "properties": { + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deleted": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fullyPubliclyConsumable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "shareable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } } - ] } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string" + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "deployment" + ], + "summary": "Deletes a PackagedComponent object.", + "operationId": "DeletePackagedComponent", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "componentType": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "processId": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ProcessAtomAttachment/queryMore": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Retrieves additional results for a ProcessAtomAttachment query.", - "operationId": "QueryMoreProcessAtomAttachment", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/PackagedComponentManifest/bulk": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves multiple PackagedComponentManifest objects by identifier.", + "operationId": "BulkPackagedComponentManifest", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "componentType": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "processId": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "packageId" + ], + "type": "object", + "properties": { + "componentInfo": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "packageId" + ], + "type": "object", + "properties": { + "componentInfo": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ProcessAtomAttachment/{id}": { - "delete": { - "tags": [ - "deployment" - ], - "summary": "Deletes a ProcessAtomAttachment object.", - "operationId": "DeleteProcessAtomAttachment", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ProcessEnvironmentAttachment": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Creates a ProcessEnvironmentAttachment object.", - "operationId": "CreateProcessEnvironmentAttachment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "componentType": { - "type": "string" }, - "environmentId": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "id": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "processId": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "componentType": { - "type": "string" - }, - "environmentId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "processId": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/ProcessEnvironmentAttachment/query": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Queries for a ProcessEnvironmentAttachment object(s).", - "operationId": "QueryProcessEnvironmentAttachment", - "requestBody": { - "description": " Possible properties include: environmentId, processId, componentType", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" + }, + "/PackagedComponentManifest/{id}": { + "get": { + "tags": [ + "deployment" + ], + "summary": "Retrieves an instance of a PackagedComponentManifest object.", + "operationId": "GetPackagedComponentManifest", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - { - "type": "object" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "packageId" + ], + "type": "object", + "properties": { + "componentInfo": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "required": [ + "packageId" + ], + "type": "object", + "properties": { + "componentInfo": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - ] } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/PersistedProcessProperties/{id}": { + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates a PersistedProcessProperties object.", + "operationId": "UpdatePersistedProcessProperties", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "atomId" + ], + "type": "object", + "properties": { + "Process": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "ProcessProperties", + "processId" + ], + "type": "object", + "properties": { + "ProcessProperties": { + "type": "object" + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "application/xml": { + "schema": { + "required": [ + "atomId" + ], + "type": "object", + "properties": { + "Process": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "ProcessProperties", + "processId" + ], + "type": "object", + "properties": { + "ProcessProperties": { + "type": "object" + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "componentType": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "environmentId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "processId": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "atomId" + ], + "type": "object", + "properties": { + "Process": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "ProcessProperties", + "processId" + ], + "type": "object", + "properties": { + "ProcessProperties": { + "type": "object" + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "application/json": { + "schema": { + "required": [ + "atomId" + ], + "type": "object", + "properties": { + "Process": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "ProcessProperties", + "processId" + ], + "type": "object", + "properties": { + "ProcessProperties": { + "type": "object" + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ProcessEnvironmentAttachment/queryMore": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Retrieves additional results for a ProcessEnvironmentAttachment query.", - "operationId": "QueryMoreProcessEnvironmentAttachment", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Process/bulk": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves multiple Process objects by identifier.", + "operationId": "BulkProcess", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "componentType": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "environmentId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "processId": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPack": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPack": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ProcessEnvironmentAttachment/{id}": { - "delete": { - "tags": [ - "deployment" - ], - "summary": "Deletes a ProcessEnvironmentAttachment object.", - "operationId": "DeleteProcessEnvironmentAttachment", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ProcessLog": { - "post": { - "tags": [ - "execution" - ], - "summary": "Creates a ProcessLog object.", - "operationId": "CreateProcessLog", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "executionId": { - "type": "string" - }, - "logLevel": { - "type": "string", - "enum": [ - "SEVERE", - "WARNING", - "INFO", - "CONFIG", - "FINE", - "FINER", - "FINEST", - "ALL" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "executionId": { - "type": "string" - }, - "logLevel": { - "type": "string", - "enum": [ - "SEVERE", - "WARNING", - "INFO", - "CONFIG", - "FINE", - "FINER", - "FINEST", - "ALL" - ] - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + ] } - ] - } - }, - "/ProcessScheduleStatus/bulk": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves multiple ProcessScheduleStatus objects by identifier.", - "operationId": "BulkProcessScheduleStatus", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/Process/query": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Queries for a Process object(s).", + "operationId": "QueryProcess", + "requestBody": { + "description": " Possible properties include: name, id, integrationPackId, integrationPackInstanceId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } + "required": false }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "atomId": { - "type": "string" - }, - "enabled": { - "type": "boolean" - }, - "id": { - "type": "string" - }, - "processId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPack": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPack": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/ProcessScheduleStatus/query": { - "post": { - "tags": [ - "atom" - ], - "summary": "Queries for a ProcessScheduleStatus object(s).", - "operationId": "QueryProcessScheduleStatus", - "requestBody": { - "description": " Possible properties include: processId, atomId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/Process/queryMore": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves additional results for a Process query.", + "operationId": "QueryMoreProcess", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "enabled": { - "type": "boolean" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "processId": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ProcessScheduleStatus/queryMore": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves additional results for a ProcessScheduleStatus query.", - "operationId": "QueryMoreProcessScheduleStatus", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string" - }, - "enabled": { - "type": "boolean" - }, - "id": { - "type": "string" + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPack": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "processId": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPack": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ProcessScheduleStatus/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an instance of a ProcessScheduleStatus object.", - "operationId": "GetProcessScheduleStatus", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string" - }, - "enabled": { - "type": "boolean" - }, - "id": { - "type": "string" - }, - "processId": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "post": { - "tags": [ - "atom" - ], - "summary": "Modifies or updates a ProcessScheduleStatus object.", - "operationId": "UpdateProcessScheduleStatus", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string" }, - "enabled": { - "type": "boolean" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "id": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "processId": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string" - }, - "enabled": { - "type": "boolean" - }, - "id": { - "type": "string" - }, - "processId": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/ProcessSchedules/bulk": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves multiple ProcessSchedules objects by identifier.", - "operationId": "BulkProcessSchedules", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { + }, + "/Process/{id}": { + "get": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves an instance of a Process object.", + "operationId": "GetProcess", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { "type": "string" - } } - } - }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "Retry": { - "type": "object" - }, - "Schedule": { - "type": "array", - "items": { - "type": "object" - } - }, - "atomId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "processId": { - "type": "string" + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPack": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "integrationPackId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPack": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "integrationPackId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/ProcessSchedules/query": { - "post": { - "tags": [ - "atom" - ], - "summary": "Queries for a ProcessSchedules object(s).", - "operationId": "QueryProcessSchedules", - "requestBody": { - "description": " Possible properties include: processId, atomId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/ProcessAtomAttachment": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Creates a ProcessAtomAttachment object.", + "operationId": "CreateProcessAtomAttachment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "Retry": { - "type": "object" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "Schedule": { - "type": "array", - "items": { - "type": "object" - } + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "atomId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "processId": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ProcessSchedules/queryMore": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves additional results for a ProcessSchedules query.", - "operationId": "QueryMoreProcessSchedules", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessAtomAttachment/query": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Queries for a ProcessAtomAttachment object(s).", + "operationId": "QueryProcessAtomAttachment", + "requestBody": { + "description": " Possible properties include: atomId, processId, componentType", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "Retry": { - "type": "object" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "Schedule": { - "type": "array", - "items": { - "type": "object" - } + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "atomId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "processId": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ProcessSchedules/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an instance of a ProcessSchedules object.", - "operationId": "GetProcessSchedules", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "Retry": { - "type": "object", - "properties": { - "Schedule": { - "type": "array", - "items": { - "type": "object" + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessAtomAttachment/queryMore": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves additional results for a ProcessAtomAttachment query.", + "operationId": "QueryMoreProcessAtomAttachment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } - }, - "maxRetry": { - "type": "integer", - "format": "int32" - } } - }, - "Schedule": { - "type": "array", - "items": { - "type": "object", - "properties": { - "daysOfMonth": { - "type": "string" - }, - "daysOfWeek": { - "type": "string" - }, - "hours": { - "type": "string" + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "minutes": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "months": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "years": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } - } - }, - "atomId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "processId": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "post": { - "tags": [ - "atom" - ], - "summary": "Modifies or updates a ProcessSchedules object.", - "operationId": "UpdateProcessSchedules", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "Retry": { - "type": "object", - "properties": { - "Schedule": { - "type": "array", - "items": { - "type": "object" - } }, - "maxRetry": { - "type": "integer", - "format": "int32" + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } } - } }, - "Schedule": { - "type": "array", - "items": { - "type": "object", - "properties": { - "daysOfMonth": { - "type": "string" - }, - "daysOfWeek": { - "type": "string" - }, - "hours": { - "type": "string" - }, - "minutes": { - "type": "string" - }, - "months": { - "type": "string" - }, - "years": { + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessAtomAttachment/{id}": { + "delete": { + "tags": [ + "deployment" + ], + "summary": "Deletes a ProcessAtomAttachment object.", + "operationId": "DeleteProcessAtomAttachment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { "type": "string" - } } - } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + } }, - "atomId": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "id": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "processId": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "Retry": { - "type": "object", - "properties": { - "Schedule": { - "type": "array", - "items": { - "type": "object" + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessEnvironmentAttachment": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Creates a ProcessEnvironmentAttachment object.", + "operationId": "CreateProcessEnvironmentAttachment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } } - }, - "maxRetry": { - "type": "integer", - "format": "int32" - } } - }, - "Schedule": { - "type": "array", - "items": { - "type": "object", - "properties": { - "daysOfMonth": { - "type": "string" - }, - "daysOfWeek": { - "type": "string" + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "hours": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "minutes": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "months": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "years": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - }, - "atomId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "processId": { - "type": "string" - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/RerunDocument": { - "post": { - "tags": [ - "execution" - ], - "summary": "Creates a RerunDocument object.", - "operationId": "CreateRerunDocument", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "AllDocuments", - "SelectedDocuments", - "originalExecutionId" - ], - "type": "object", - "properties": { - "AllDocuments": { - "type": "object", - "properties": { - "documentStatus": { - "type": "string", - "enum": [ - "ANY", - "SUCCESS", - "ERROR" - ] + }, + "/ProcessEnvironmentAttachment/query": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Queries for a ProcessEnvironmentAttachment object(s).", + "operationId": "QueryProcessEnvironmentAttachment", + "requestBody": { + "description": " Possible properties include: environmentId, processId, componentType", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } } - } }, - "SelectedDocuments": { - "type": "object", - "properties": { - "Document": { - "type": "array", - "items": { - "type": "object" - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } } - } }, - "originalExecutionId": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "recordUrl": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "requestId": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "AllDocuments", - "SelectedDocuments", - "originalExecutionId" - ], - "type": "object", - "properties": { - "AllDocuments": { - "type": "object", - "properties": { - "documentStatus": { - "type": "string", - "enum": [ - "ANY", - "SUCCESS", - "ERROR" - ] - } - } - }, - "SelectedDocuments": { - "type": "object", - "properties": { - "Document": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "originalExecutionId": { - "type": "string" - }, - "recordUrl": { - "type": "string" - }, - "requestId": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + ] } - ] - } - }, - "/Role": { - "post": { - "tags": [ - "account" - ], - "summary": "Creates a Role object.", - "operationId": "CreateRole", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "Description": { - "type": "string" - }, - "Privileges": { - "type": "object", - "properties": { - "Privilege": { - "type": "array", - "items": { - "type": "object" - } + }, + "/ProcessEnvironmentAttachment/queryMore": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves additional results for a ProcessEnvironmentAttachment query.", + "operationId": "QueryMoreProcessEnvironmentAttachment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } } - } }, - "accountId": { - "type": "string" + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "id": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "name": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "parentId": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "Description": { - "type": "string" - }, - "Privileges": { - "type": "object", - "properties": { - "Privilege": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "accountId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "parentId": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + ] } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Role/bulk": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves multiple Role objects by identifier.", - "operationId": "BulkRole", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { + }, + "/ProcessEnvironmentAttachment/{id}": { + "delete": { + "tags": [ + "deployment" + ], + "summary": "Deletes a ProcessEnvironmentAttachment object.", + "operationId": "DeleteProcessEnvironmentAttachment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { "type": "string" - } } - } - }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "Description": { - "type": "string" - }, - "Privileges": { - "type": "object" - }, - "accountId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "parentId": { - "type": "string" + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" - }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "errorMessage": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/Role/query": { - "post": { - "tags": [ - "account" - ], - "summary": "Queries for a Role object(s).", - "operationId": "QueryRole", - "requestBody": { - "description": " Possible properties include: name, parentId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/ProcessLog": { + "post": { + "tags": [ + "execution" + ], + "summary": "Creates a ProcessLog object.", + "operationId": "CreateProcessLog", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "logLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SEVERE", + "WARNING", + "INFO", + "CONFIG", + "FINE", + "FINER", + "FINEST", + "ALL" + ] + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "logLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SEVERE", + "WARNING", + "INFO", + "CONFIG", + "FINE", + "FINER", + "FINEST", + "ALL" + ] + } + } } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "Description": { - "type": "string" - }, - "Privileges": { - "type": "object" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "accountId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "name": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "logLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SEVERE", + "WARNING", + "INFO", + "CONFIG", + "FINE", + "FINER", + "FINEST", + "ALL" + ] + } + } + } }, - "parentId": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "logLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SEVERE", + "WARNING", + "INFO", + "CONFIG", + "FINE", + "FINER", + "FINEST", + "ALL" + ] + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Role/queryMore": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves additional results for a Role query.", - "operationId": "QueryMoreRole", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "Description": { - "type": "string" - }, - "Privileges": { - "type": "object" + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessScheduleStatus/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple ProcessScheduleStatus objects by identifier.", + "operationId": "BulkProcessScheduleStatus", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "accountId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "name": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "parentId": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Role/{id}": { - "get": { - "tags": [ - "account" - ], - "summary": "Retrieves an instance of a Role object.", - "operationId": "GetRole", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "Description": { - "type": "string" - }, - "Privileges": { - "type": "object", - "properties": { - "Privilege": { - "type": "array", - "items": { - "type": "object" + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessScheduleStatus/query": { + "post": { + "tags": [ + "atom" + ], + "summary": "Queries for a ProcessScheduleStatus object(s).", + "operationId": "QueryProcessScheduleStatus", + "requestBody": { + "description": " Possible properties include: processId, atomId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } } - } } - }, - "accountId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "parentId": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "post": { - "tags": [ - "account" - ], - "summary": "Modifies or updates a Role object.", - "operationId": "UpdateRole", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "Description": { - "type": "string" }, - "Privileges": { - "type": "object", - "properties": { - "Privilege": { - "type": "array", - "items": { - "type": "object" - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } } - } - }, - "accountId": { - "type": "string" }, - "id": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "name": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "parentId": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "Description": { - "type": "string" - }, - "Privileges": { - "type": "object", - "properties": { - "Privilege": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "accountId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "parentId": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "delete": { - "tags": [ - "account" - ], - "summary": "Deletes a Role object.", - "operationId": "DeleteRole", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + ] } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/RosettaNetConnectorRecord/query": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Queries for a RosettaNetConnectorRecord object(s).", - "operationId": "QueryRosettaNetConnectorRecord", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/ProcessScheduleStatus/queryMore": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves additional results for a ProcessScheduleStatus query.", + "operationId": "QueryMoreProcessScheduleStatus", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "PIPCode": { - "type": "string" - }, - "PIPVersion": { - "type": "string" - }, - "account": { - "type": "string" - }, - "ackReport": { - "type": "string" - }, - "ackStatus": { - "type": "string" - }, - "actionInstanceIdentifier": { - "type": "string" - }, - "actionType": { - "type": "string" - }, - "atomId": { - "type": "string" - }, - "attemptCount": { - "type": "string" - }, - "businessActivityIdentifier": { - "type": "string" - }, - "connectorName": { - "type": "string" - }, - "connectorType": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "customFields": { - "type": "object" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "dateProcessed": { - "type": "string", - "format": "date-time" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "dateTime": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "documentIndex": { - "type": "integer", - "format": "int32" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessScheduleStatus/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of a ProcessScheduleStatus object.", + "operationId": "GetProcessScheduleStatus", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "errorMessage": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "executionId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "frameworkVersion": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "fromGlobalBusinessServiceCode": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates a ProcessScheduleStatus object.", + "operationId": "UpdateProcessScheduleStatus", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "fromGlobalPartnerRoleClassificationCode": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "globalBusinessActionCode": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "globalDocumentFunctionCode": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "globalProcessCode": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessSchedules/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple ProcessSchedules objects by identifier.", + "operationId": "BulkProcessSchedules", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "globalUsageCode": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "inResponseToGlobalBusinessActionCode": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "Retry": { + "type": "object" + }, + "Schedule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "inResponseToInstanceIdentifier": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "Retry": { + "type": "object" + }, + "Schedule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessSchedules/query": { + "post": { + "tags": [ + "atom" + ], + "summary": "Queries for a ProcessSchedules object(s).", + "operationId": "QueryProcessSchedules", + "requestBody": { + "description": " Possible properties include: processId, atomId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "isSecureTransportRequired": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "knownInitiatingPartnerID": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "operationName": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "Retry": { + "type": "object" + }, + "Schedule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "outboundValidationReport": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "Retry": { + "type": "object" + }, + "Schedule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessSchedules/queryMore": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves additional results for a ProcessSchedules query.", + "operationId": "QueryMoreProcessSchedules", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "outboundValidationStatus": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "processInstanceIdentifier": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "receiverID": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "Retry": { + "type": "object" + }, + "Schedule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "senderID": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "Retry": { + "type": "object" + }, + "Schedule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessSchedules/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of a ProcessSchedules object.", + "operationId": "GetProcessSchedules", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "size": { - "type": "integer", - "format": "int64" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "successful": { - "type": "boolean" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "timeToAcknowledgeAcceptance": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "Retry": { + "type": "object", + "properties": { + "Schedule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "maxRetry": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "Schedule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "daysOfMonth": { + "type": "string", + "xml": { + "attribute": true + } + }, + "daysOfWeek": { + "type": "string", + "xml": { + "attribute": true + } + }, + "hours": { + "type": "string", + "xml": { + "attribute": true + } + }, + "minutes": { + "type": "string", + "xml": { + "attribute": true + } + }, + "months": { + "type": "string", + "xml": { + "attribute": true + } + }, + "years": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "timeToAcknowledgeReceipt": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "Retry": { + "type": "object", + "properties": { + "Schedule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "maxRetry": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "Schedule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "daysOfMonth": { + "type": "string", + "xml": { + "attribute": true + } + }, + "daysOfWeek": { + "type": "string", + "xml": { + "attribute": true + } + }, + "hours": { + "type": "string", + "xml": { + "attribute": true + } + }, + "minutes": { + "type": "string", + "xml": { + "attribute": true + } + }, + "months": { + "type": "string", + "xml": { + "attribute": true + } + }, + "years": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates a ProcessSchedules object.", + "operationId": "UpdateProcessSchedules", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Retry": { + "type": "object", + "properties": { + "Schedule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "maxRetry": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "Schedule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "daysOfMonth": { + "type": "string", + "xml": { + "attribute": true + } + }, + "daysOfWeek": { + "type": "string", + "xml": { + "attribute": true + } + }, + "hours": { + "type": "string", + "xml": { + "attribute": true + } + }, + "minutes": { + "type": "string", + "xml": { + "attribute": true + } + }, + "months": { + "type": "string", + "xml": { + "attribute": true + } + }, + "years": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "Retry": { + "type": "object", + "properties": { + "Schedule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "maxRetry": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "Schedule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "daysOfMonth": { + "type": "string", + "xml": { + "attribute": true + } + }, + "daysOfWeek": { + "type": "string", + "xml": { + "attribute": true + } + }, + "hours": { + "type": "string", + "xml": { + "attribute": true + } + }, + "minutes": { + "type": "string", + "xml": { + "attribute": true + } + }, + "months": { + "type": "string", + "xml": { + "attribute": true + } + }, + "years": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "timeToPerform": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "toGlobalBusinessServiceCode": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "toGlobalPartnerRoleClassificationCode": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "Retry": { + "type": "object", + "properties": { + "Schedule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "maxRetry": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "Schedule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "daysOfMonth": { + "type": "string", + "xml": { + "attribute": true + } + }, + "daysOfWeek": { + "type": "string", + "xml": { + "attribute": true + } + }, + "hours": { + "type": "string", + "xml": { + "attribute": true + } + }, + "minutes": { + "type": "string", + "xml": { + "attribute": true + } + }, + "months": { + "type": "string", + "xml": { + "attribute": true + } + }, + "years": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "transactionInstanceIdentifier": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "Retry": { + "type": "object", + "properties": { + "Schedule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "maxRetry": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "Schedule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "daysOfMonth": { + "type": "string", + "xml": { + "attribute": true + } + }, + "daysOfWeek": { + "type": "string", + "xml": { + "attribute": true + } + }, + "hours": { + "type": "string", + "xml": { + "attribute": true + } + }, + "minutes": { + "type": "string", + "xml": { + "attribute": true + } + }, + "months": { + "type": "string", + "xml": { + "attribute": true + } + }, + "years": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/RosettaNetConnectorRecord/queryMore": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Retrieves additional results for a RosettaNetConnectorRecord query.", - "operationId": "QueryMoreRosettaNetConnectorRecord", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/RerunDocument": { + "post": { + "tags": [ + "execution" + ], + "summary": "Creates a RerunDocument object.", + "operationId": "CreateRerunDocument", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "AllDocuments", + "SelectedDocuments", + "originalExecutionId" + ], + "type": "object", + "properties": { + "AllDocuments": { + "type": "object", + "properties": { + "documentStatus": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ANY", + "SUCCESS", + "ERROR" + ] + } + } + }, + "SelectedDocuments": { + "type": "object", + "properties": { + "Document": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "originalExecutionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "recordUrl": { + "type": "string", + "xml": { + "attribute": true + } + }, + "requestId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "required": [ + "AllDocuments", + "SelectedDocuments", + "originalExecutionId" + ], + "type": "object", + "properties": { + "AllDocuments": { + "type": "object", + "properties": { + "documentStatus": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ANY", + "SUCCESS", + "ERROR" + ] + } + } + }, + "SelectedDocuments": { + "type": "object", + "properties": { + "Document": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "originalExecutionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "recordUrl": { + "type": "string", + "xml": { + "attribute": true + } + }, + "requestId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "PIPCode": { - "type": "string" - }, - "PIPVersion": { - "type": "string" - }, - "account": { - "type": "string" - }, - "ackReport": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "ackStatus": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "actionInstanceIdentifier": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "actionType": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "AllDocuments", + "SelectedDocuments", + "originalExecutionId" + ], + "type": "object", + "properties": { + "AllDocuments": { + "type": "object", + "properties": { + "documentStatus": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ANY", + "SUCCESS", + "ERROR" + ] + } + } + }, + "SelectedDocuments": { + "type": "object", + "properties": { + "Document": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "originalExecutionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "recordUrl": { + "type": "string", + "xml": { + "attribute": true + } + }, + "requestId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "atomId": { - "type": "string" + "application/json": { + "schema": { + "required": [ + "AllDocuments", + "SelectedDocuments", + "originalExecutionId" + ], + "type": "object", + "properties": { + "AllDocuments": { + "type": "object", + "properties": { + "documentStatus": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ANY", + "SUCCESS", + "ERROR" + ] + } + } + }, + "SelectedDocuments": { + "type": "object", + "properties": { + "Document": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "originalExecutionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "recordUrl": { + "type": "string", + "xml": { + "attribute": true + } + }, + "requestId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Role": { + "post": { + "tags": [ + "account" + ], + "summary": "Creates a Role object.", + "operationId": "CreateRole", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "Privileges": { + "type": "object", + "properties": { + "Privilege": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "Privileges": { + "type": "object", + "properties": { + "Privilege": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "attemptCount": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "businessActivityIdentifier": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "connectorName": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "Privileges": { + "type": "object", + "properties": { + "Privilege": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "connectorType": { - "type": "string" - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time" - }, - "dateTime": { - "type": "string" - }, - "documentIndex": { - "type": "integer", - "format": "int32" - }, - "errorMessage": { - "type": "string" - }, - "executionId": { - "type": "string" - }, - "frameworkVersion": { - "type": "string" - }, - "fromGlobalBusinessServiceCode": { - "type": "string" - }, - "fromGlobalPartnerRoleClassificationCode": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "Privileges": { + "type": "object", + "properties": { + "Privilege": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Role/bulk": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves multiple Role objects by identifier.", + "operationId": "BulkRole", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "globalBusinessActionCode": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "globalDocumentFunctionCode": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "globalProcessCode": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "Privileges": { + "type": "object" + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "globalUsageCode": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "Privileges": { + "type": "object" + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Role/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for a Role object(s).", + "operationId": "QueryRole", + "requestBody": { + "description": " Possible properties include: name, parentId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "inResponseToGlobalBusinessActionCode": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "inResponseToInstanceIdentifier": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "Privileges": { + "type": "object" + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "isSecureTransportRequired": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "Privileges": { + "type": "object" + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Role/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for a Role query.", + "operationId": "QueryMoreRole", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "knownInitiatingPartnerID": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "operationName": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "outboundValidationReport": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "Privileges": { + "type": "object" + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "outboundValidationStatus": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "Privileges": { + "type": "object" + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Role/{id}": { + "get": { + "tags": [ + "account" + ], + "summary": "Retrieves an instance of a Role object.", + "operationId": "GetRole", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "processInstanceIdentifier": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "receiverID": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "senderID": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "Privileges": { + "type": "object", + "properties": { + "Privilege": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "size": { - "type": "integer", - "format": "int64" + "application/json": { + "schema": { + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "Privileges": { + "type": "object", + "properties": { + "Privilege": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "account" + ], + "summary": "Modifies or updates a Role object.", + "operationId": "UpdateRole", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "Privileges": { + "type": "object", + "properties": { + "Privilege": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "Privileges": { + "type": "object", + "properties": { + "Privilege": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "successful": { - "type": "boolean" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "timeToAcknowledgeAcceptance": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "timeToAcknowledgeReceipt": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "Privileges": { + "type": "object", + "properties": { + "Privilege": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "timeToPerform": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "Privileges": { + "type": "object", + "properties": { + "Privilege": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "account" + ], + "summary": "Deletes a Role object.", + "operationId": "DeleteRole", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "toGlobalBusinessServiceCode": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "toGlobalPartnerRoleClassificationCode": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "transactionInstanceIdentifier": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/SharedServerInformation/bulk": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves multiple SharedServerInformation objects by identifier.", - "operationId": "BulkSharedServerInformation", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/RosettaNetConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for a RosettaNetConnectorRecord object(s).", + "operationId": "QueryRosettaNetConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "apiType": { - "type": "string", - "enum": [ - "basic", - "intermediate", - "advanced" - ] - }, - "atomId": { - "type": "string" - }, - "auth": { - "type": "string", - "enum": [ - "none", - "basic" - ] - }, - "authToken": { - "type": "string" - }, - "checkForwardedHeaders": { - "type": "boolean" - }, - "externalHost": { - "type": "string" - }, - "externalHttpPort": { - "type": "integer", - "format": "int32" - }, - "externalHttpsPort": { - "type": "integer", - "format": "int32" - }, - "httpPort": { - "type": "integer", - "format": "int32" - }, - "httpsPort": { - "type": "integer", - "format": "int32" - }, - "internalHost": { - "type": "string" - }, - "maxThreads": { - "type": "integer", - "format": "int32" - }, - "minAuth": { - "type": "string", - "enum": [ - "none", - "basic" - ] - }, - "overrideUrl": { - "type": "boolean" - }, - "sslCertificateId": { - "type": "string" - }, - "url": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "PIPCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "PIPVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionInstanceIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "attemptCount": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "businessActivityIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "dateTime": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "frameworkVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fromGlobalBusinessServiceCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fromGlobalPartnerRoleClassificationCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "globalBusinessActionCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "globalDocumentFunctionCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "globalProcessCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "globalUsageCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inResponseToGlobalBusinessActionCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inResponseToInstanceIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isSecureTransportRequired": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "knownInitiatingPartnerID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processInstanceIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "timeToAcknowledgeAcceptance": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "timeToAcknowledgeReceipt": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "timeToPerform": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "toGlobalBusinessServiceCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "toGlobalPartnerRoleClassificationCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "transactionInstanceIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "PIPCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "PIPVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionInstanceIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "attemptCount": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "businessActivityIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "dateTime": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "frameworkVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fromGlobalBusinessServiceCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fromGlobalPartnerRoleClassificationCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "globalBusinessActionCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "globalDocumentFunctionCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "globalProcessCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "globalUsageCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inResponseToGlobalBusinessActionCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inResponseToInstanceIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isSecureTransportRequired": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "knownInitiatingPartnerID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processInstanceIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "timeToAcknowledgeAcceptance": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "timeToAcknowledgeReceipt": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "timeToPerform": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "toGlobalBusinessServiceCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "toGlobalPartnerRoleClassificationCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "transactionInstanceIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/SharedServerInformation/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an instance of a SharedServerInformation object.", - "operationId": "GetSharedServerInformation", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "apiType": { - "type": "string", - "enum": [ - "basic", - "intermediate", - "advanced" - ] - }, - "atomId": { - "type": "string" - }, - "auth": { - "type": "string", - "enum": [ - "none", - "basic" - ] - }, - "authToken": { - "type": "string" - }, - "checkForwardedHeaders": { - "type": "boolean" - }, - "externalHost": { - "type": "string" - }, - "externalHttpPort": { - "type": "integer", - "format": "int32" - }, - "externalHttpsPort": { - "type": "integer", - "format": "int32" - }, - "httpPort": { - "type": "integer", - "format": "int32" - }, - "httpsPort": { - "type": "integer", - "format": "int32" - }, - "internalHost": { - "type": "string" - }, - "maxThreads": { - "type": "integer", - "format": "int32" - }, - "minAuth": { - "type": "string", - "enum": [ - "none", - "basic" - ] - }, - "overrideUrl": { - "type": "boolean" - }, - "sslCertificateId": { - "type": "string" - }, - "url": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "post": { - "tags": [ - "atom" - ], - "summary": "Modifies or updates a SharedServerInformation object.", - "operationId": "UpdateSharedServerInformation", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "apiType": { - "type": "string", - "enum": [ - "basic", - "intermediate", - "advanced" - ] + ] + } + }, + "/RosettaNetConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for a RosettaNetConnectorRecord query.", + "operationId": "QueryMoreRosettaNetConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } }, - "atomId": { - "type": "string" + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "PIPCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "PIPVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionInstanceIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "attemptCount": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "businessActivityIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "dateTime": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "frameworkVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fromGlobalBusinessServiceCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fromGlobalPartnerRoleClassificationCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "globalBusinessActionCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "globalDocumentFunctionCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "globalProcessCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "globalUsageCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inResponseToGlobalBusinessActionCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inResponseToInstanceIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isSecureTransportRequired": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "knownInitiatingPartnerID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processInstanceIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "timeToAcknowledgeAcceptance": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "timeToAcknowledgeReceipt": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "timeToPerform": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "toGlobalBusinessServiceCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "toGlobalPartnerRoleClassificationCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "transactionInstanceIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "PIPCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "PIPVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionInstanceIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "attemptCount": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "businessActivityIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "dateTime": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "frameworkVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fromGlobalBusinessServiceCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fromGlobalPartnerRoleClassificationCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "globalBusinessActionCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "globalDocumentFunctionCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "globalProcessCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "globalUsageCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inResponseToGlobalBusinessActionCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inResponseToInstanceIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isSecureTransportRequired": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "knownInitiatingPartnerID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processInstanceIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "timeToAcknowledgeAcceptance": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "timeToAcknowledgeReceipt": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "timeToPerform": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "toGlobalBusinessServiceCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "toGlobalPartnerRoleClassificationCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "transactionInstanceIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "auth": { - "type": "string", - "enum": [ - "none", - "basic" - ] + "403": { + "description": "Missing or incorrect authentication credentials." }, - "authToken": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "checkForwardedHeaders": { - "type": "boolean" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/SharedServerInformation/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple SharedServerInformation objects by identifier.", + "operationId": "BulkSharedServerInformation", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + } }, - "externalHost": { - "type": "string" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "basic", + "intermediate", + "advanced" + ] + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "auth": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "basic" + ] + }, + "authToken": { + "type": "string", + "xml": { + "attribute": true + } + }, + "checkForwardedHeaders": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "externalHost": { + "type": "string", + "xml": { + "attribute": true + } + }, + "externalHttpPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "externalHttpsPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpsPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "internalHost": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxThreads": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "minAuth": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "basic" + ] + }, + "overrideUrl": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sslCertificateId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "url": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "basic", + "intermediate", + "advanced" + ] + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "auth": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "basic" + ] + }, + "authToken": { + "type": "string", + "xml": { + "attribute": true + } + }, + "checkForwardedHeaders": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "externalHost": { + "type": "string", + "xml": { + "attribute": true + } + }, + "externalHttpPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "externalHttpsPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpsPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "internalHost": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxThreads": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "minAuth": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "basic" + ] + }, + "overrideUrl": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sslCertificateId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "url": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "externalHttpPort": { - "type": "integer", - "format": "int32" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "externalHttpsPort": { - "type": "integer", - "format": "int32" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "httpPort": { - "type": "integer", - "format": "int32" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/SharedServerInformation/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of a SharedServerInformation object.", + "operationId": "GetSharedServerInformation", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "basic", + "intermediate", + "advanced" + ] + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "auth": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "basic" + ] + }, + "authToken": { + "type": "string", + "xml": { + "attribute": true + } + }, + "checkForwardedHeaders": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "externalHost": { + "type": "string", + "xml": { + "attribute": true + } + }, + "externalHttpPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "externalHttpsPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpsPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "internalHost": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxThreads": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "minAuth": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "basic" + ] + }, + "overrideUrl": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sslCertificateId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "url": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "basic", + "intermediate", + "advanced" + ] + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "auth": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "basic" + ] + }, + "authToken": { + "type": "string", + "xml": { + "attribute": true + } + }, + "checkForwardedHeaders": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "externalHost": { + "type": "string", + "xml": { + "attribute": true + } + }, + "externalHttpPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "externalHttpsPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpsPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "internalHost": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxThreads": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "minAuth": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "basic" + ] + }, + "overrideUrl": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sslCertificateId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "url": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } }, - "httpsPort": { - "type": "integer", - "format": "int32" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "internalHost": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "maxThreads": { - "type": "integer", - "format": "int32" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates a SharedServerInformation object.", + "operationId": "UpdateSharedServerInformation", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "basic", + "intermediate", + "advanced" + ] + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "auth": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "basic" + ] + }, + "authToken": { + "type": "string", + "xml": { + "attribute": true + } + }, + "checkForwardedHeaders": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "externalHost": { + "type": "string", + "xml": { + "attribute": true + } + }, + "externalHttpPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "externalHttpsPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpsPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "internalHost": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxThreads": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "minAuth": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "basic" + ] + }, + "overrideUrl": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sslCertificateId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "url": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "basic", + "intermediate", + "advanced" + ] + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "auth": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "basic" + ] + }, + "authToken": { + "type": "string", + "xml": { + "attribute": true + } + }, + "checkForwardedHeaders": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "externalHost": { + "type": "string", + "xml": { + "attribute": true + } + }, + "externalHttpPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "externalHttpsPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpsPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "internalHost": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxThreads": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "minAuth": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "basic" + ] + }, + "overrideUrl": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sslCertificateId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "url": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } }, - "minAuth": { - "type": "string", - "enum": [ - "none", - "basic" - ] + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "basic", + "intermediate", + "advanced" + ] + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "auth": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "basic" + ] + }, + "authToken": { + "type": "string", + "xml": { + "attribute": true + } + }, + "checkForwardedHeaders": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "externalHost": { + "type": "string", + "xml": { + "attribute": true + } + }, + "externalHttpPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "externalHttpsPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpsPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "internalHost": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxThreads": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "minAuth": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "basic" + ] + }, + "overrideUrl": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sslCertificateId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "url": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "basic", + "intermediate", + "advanced" + ] + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "auth": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "basic" + ] + }, + "authToken": { + "type": "string", + "xml": { + "attribute": true + } + }, + "checkForwardedHeaders": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "externalHost": { + "type": "string", + "xml": { + "attribute": true + } + }, + "externalHttpPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "externalHttpsPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpsPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "internalHost": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxThreads": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "minAuth": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "basic" + ] + }, + "overrideUrl": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sslCertificateId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "url": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } }, - "overrideUrl": { - "type": "boolean" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "sslCertificateId": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "url": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "apiType": { - "type": "string", - "enum": [ - "basic", - "intermediate", - "advanced" - ] - }, - "atomId": { - "type": "string" - }, - "auth": { - "type": "string", - "enum": [ - "none", - "basic" - ] - }, - "authToken": { - "type": "string" - }, - "checkForwardedHeaders": { - "type": "boolean" - }, - "externalHost": { - "type": "string" - }, - "externalHttpPort": { - "type": "integer", - "format": "int32" - }, - "externalHttpsPort": { - "type": "integer", - "format": "int32" - }, - "httpPort": { - "type": "integer", - "format": "int32" - }, - "httpsPort": { - "type": "integer", - "format": "int32" - }, - "internalHost": { - "type": "string" - }, - "maxThreads": { - "type": "integer", - "format": "int32" - }, - "minAuth": { - "type": "string", - "enum": [ - "none", - "basic" - ] - }, - "overrideUrl": { - "type": "boolean" - }, - "sslCertificateId": { - "type": "string" - }, - "url": { - "type": "string" - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + ] } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/SharedWebServer/bulk": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves multiple SharedWebServer objects by identifier.", - "operationId": "BulkSharedWebServer", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/SharedWebServer/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple SharedWebServer objects by identifier.", + "operationId": "BulkSharedWebServer", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "atomId", - "cloudTennantGeneral", - "corsConfiguration", - "generalSettings", - "userManagement" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string" - }, - "cloudTennantGeneral": { - "type": "object" - }, - "corsConfiguration": { - "type": "object" - }, - "generalSettings": { - "type": "object" - }, - "shouldRestartPlugin": { - "type": "boolean" - }, - "userManagement": { - "type": "object" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "atomId", + "cloudTennantGeneral", + "corsConfiguration", + "generalSettings", + "userManagement" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "cloudTennantGeneral": { + "type": "object" + }, + "corsConfiguration": { + "type": "object" + }, + "generalSettings": { + "type": "object" + }, + "shouldRestartPlugin": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "userManagement": { + "type": "object" + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "atomId", + "cloudTennantGeneral", + "corsConfiguration", + "generalSettings", + "userManagement" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "cloudTennantGeneral": { + "type": "object" + }, + "corsConfiguration": { + "type": "object" + }, + "generalSettings": { + "type": "object" + }, + "shouldRestartPlugin": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "userManagement": { + "type": "object" + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/SharedWebServer/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an instance of a SharedWebServer object.", - "operationId": "GetSharedWebServer", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "atomId", - "cloudTennantGeneral", - "corsConfiguration", - "generalSettings", - "userManagement" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string" - }, - "cloudTennantGeneral": { - "required": [ - "apiType", - "authType", - "baseUrl", - "listenerPorts" - ], - "type": "object", - "properties": { - "apiType": { - "type": "string" - }, - "authType": { - "type": "string" - }, - "baseUrl": { + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/SharedWebServer/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of a SharedWebServer object.", + "operationId": "GetSharedWebServer", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { "type": "string" - }, - "listenerPorts": { - "type": "object" - } } - }, - "corsConfiguration": { - "type": "object", - "properties": { - "origins": { - "type": "array", - "items": { - "type": "object" + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "atomId", + "cloudTennantGeneral", + "corsConfiguration", + "generalSettings", + "userManagement" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "cloudTennantGeneral": { + "required": [ + "apiType", + "authType", + "baseUrl", + "listenerPorts" + ], + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "authType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "baseUrl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerPorts": { + "type": "object" + } + } + }, + "corsConfiguration": { + "type": "object", + "properties": { + "origins": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "generalSettings": { + "required": [ + "apiType", + "authentication", + "baseUrl", + "externalHost", + "internalHost", + "listenerPorts", + "protectedHeaders", + "sslCertificate" + ], + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "authentication": { + "type": "object" + }, + "baseUrl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "examineForwardHeaders": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "externalHost": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "internalHost": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerPorts": { + "type": "object" + }, + "maxNumberOfThreads": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "overrideUrl": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "protectedHeaders": { + "type": "object" + }, + "sslCertificate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "shouldRestartPlugin": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "userManagement": { + "type": "object", + "properties": { + "enableAPIMInternalRoles": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "users": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + } + }, + "application/json": { + "schema": { + "required": [ + "atomId", + "cloudTennantGeneral", + "corsConfiguration", + "generalSettings", + "userManagement" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "cloudTennantGeneral": { + "required": [ + "apiType", + "authType", + "baseUrl", + "listenerPorts" + ], + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "authType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "baseUrl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerPorts": { + "type": "object" + } + } + }, + "corsConfiguration": { + "type": "object", + "properties": { + "origins": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "generalSettings": { + "required": [ + "apiType", + "authentication", + "baseUrl", + "externalHost", + "internalHost", + "listenerPorts", + "protectedHeaders", + "sslCertificate" + ], + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "authentication": { + "type": "object" + }, + "baseUrl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "examineForwardHeaders": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "externalHost": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "internalHost": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerPorts": { + "type": "object" + }, + "maxNumberOfThreads": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "overrideUrl": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "protectedHeaders": { + "type": "object" + }, + "sslCertificate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "shouldRestartPlugin": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "userManagement": { + "type": "object", + "properties": { + "enableAPIMInternalRoles": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "users": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + } } - } } - }, - "generalSettings": { - "required": [ - "apiType", - "authentication", - "baseUrl", - "externalHost", - "internalHost", - "listenerPorts", - "protectedHeaders", - "sslCertificate" - ], - "type": "object", - "properties": { - "apiType": { - "type": "string" - }, - "authentication": { - "type": "object" - }, - "baseUrl": { - "type": "string" - }, - "examineForwardHeaders": { - "type": "boolean" - }, - "externalHost": { - "type": "string" - }, - "internalHost": { - "type": "string" - }, - "listenerPorts": { - "type": "object" - }, - "maxNumberOfThreads": { - "type": "integer", - "format": "int32" - }, - "overrideUrl": { - "type": "boolean" - }, - "protectedHeaders": { - "type": "object" - }, - "sslCertificate": { + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates a SharedWebServer object.", + "operationId": "UpdateSharedWebServer", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { "type": "string" - } - } - }, - "shouldRestartPlugin": { - "type": "boolean" - }, - "userManagement": { - "type": "object", - "properties": { - "enableAPIMInternalRoles": { - "type": "boolean" - }, - "users": { - "type": "array", - "items": { - "type": "object" - } - } } - } } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "post": { - "tags": [ - "atom" - ], - "summary": "Modifies or updates a SharedWebServer object.", - "operationId": "UpdateSharedWebServer", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "atomId", - "cloudTennantGeneral", - "corsConfiguration", - "generalSettings", - "userManagement" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string" - }, - "cloudTennantGeneral": { - "required": [ - "apiType", - "authType", - "baseUrl", - "listenerPorts" - ], - "type": "object", - "properties": { - "apiType": { - "type": "string" - }, - "authType": { - "type": "string" - }, - "baseUrl": { - "type": "string" + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "atomId", + "cloudTennantGeneral", + "corsConfiguration", + "generalSettings", + "userManagement" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "cloudTennantGeneral": { + "required": [ + "apiType", + "authType", + "baseUrl", + "listenerPorts" + ], + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "authType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "baseUrl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerPorts": { + "type": "object" + } + } + }, + "corsConfiguration": { + "type": "object", + "properties": { + "origins": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "generalSettings": { + "required": [ + "apiType", + "authentication", + "baseUrl", + "externalHost", + "internalHost", + "listenerPorts", + "protectedHeaders", + "sslCertificate" + ], + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "authentication": { + "type": "object" + }, + "baseUrl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "examineForwardHeaders": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "externalHost": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "internalHost": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerPorts": { + "type": "object" + }, + "maxNumberOfThreads": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "overrideUrl": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "protectedHeaders": { + "type": "object" + }, + "sslCertificate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "shouldRestartPlugin": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "userManagement": { + "type": "object", + "properties": { + "enableAPIMInternalRoles": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "users": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + } }, - "listenerPorts": { - "type": "object" - } - } - }, - "corsConfiguration": { - "type": "object", - "properties": { - "origins": { - "type": "array", - "items": { - "type": "object" - } + "application/xml": { + "schema": { + "required": [ + "atomId", + "cloudTennantGeneral", + "corsConfiguration", + "generalSettings", + "userManagement" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "cloudTennantGeneral": { + "required": [ + "apiType", + "authType", + "baseUrl", + "listenerPorts" + ], + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "authType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "baseUrl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerPorts": { + "type": "object" + } + } + }, + "corsConfiguration": { + "type": "object", + "properties": { + "origins": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "generalSettings": { + "required": [ + "apiType", + "authentication", + "baseUrl", + "externalHost", + "internalHost", + "listenerPorts", + "protectedHeaders", + "sslCertificate" + ], + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "authentication": { + "type": "object" + }, + "baseUrl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "examineForwardHeaders": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "externalHost": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "internalHost": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerPorts": { + "type": "object" + }, + "maxNumberOfThreads": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "overrideUrl": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "protectedHeaders": { + "type": "object" + }, + "sslCertificate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "shouldRestartPlugin": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "userManagement": { + "type": "object", + "properties": { + "enableAPIMInternalRoles": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "users": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + } } - } }, - "generalSettings": { - "required": [ - "apiType", - "authentication", - "baseUrl", - "externalHost", - "internalHost", - "listenerPorts", - "protectedHeaders", - "sslCertificate" - ], - "type": "object", - "properties": { - "apiType": { - "type": "string" - }, - "authentication": { - "type": "object" - }, - "baseUrl": { - "type": "string" - }, - "examineForwardHeaders": { - "type": "boolean" - }, - "externalHost": { - "type": "string" - }, - "internalHost": { - "type": "string" - }, - "listenerPorts": { - "type": "object" - }, - "maxNumberOfThreads": { - "type": "integer", - "format": "int32" - }, - "overrideUrl": { - "type": "boolean" - }, - "protectedHeaders": { - "type": "object" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } }, - "sslCertificate": { - "type": "string" + "content": { + "application/xml": { + "schema": { + "required": [ + "atomId", + "cloudTennantGeneral", + "corsConfiguration", + "generalSettings", + "userManagement" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "cloudTennantGeneral": { + "required": [ + "apiType", + "authType", + "baseUrl", + "listenerPorts" + ], + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "authType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "baseUrl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerPorts": { + "type": "object" + } + } + }, + "corsConfiguration": { + "type": "object", + "properties": { + "origins": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "generalSettings": { + "required": [ + "apiType", + "authentication", + "baseUrl", + "externalHost", + "internalHost", + "listenerPorts", + "protectedHeaders", + "sslCertificate" + ], + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "authentication": { + "type": "object" + }, + "baseUrl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "examineForwardHeaders": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "externalHost": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "internalHost": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerPorts": { + "type": "object" + }, + "maxNumberOfThreads": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "overrideUrl": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "protectedHeaders": { + "type": "object" + }, + "sslCertificate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "shouldRestartPlugin": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "userManagement": { + "type": "object", + "properties": { + "enableAPIMInternalRoles": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "users": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + } + }, + "application/json": { + "schema": { + "required": [ + "atomId", + "cloudTennantGeneral", + "corsConfiguration", + "generalSettings", + "userManagement" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "cloudTennantGeneral": { + "required": [ + "apiType", + "authType", + "baseUrl", + "listenerPorts" + ], + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "authType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "baseUrl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerPorts": { + "type": "object" + } + } + }, + "corsConfiguration": { + "type": "object", + "properties": { + "origins": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "generalSettings": { + "required": [ + "apiType", + "authentication", + "baseUrl", + "externalHost", + "internalHost", + "listenerPorts", + "protectedHeaders", + "sslCertificate" + ], + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "authentication": { + "type": "object" + }, + "baseUrl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "examineForwardHeaders": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "externalHost": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "internalHost": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerPorts": { + "type": "object" + }, + "maxNumberOfThreads": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "overrideUrl": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "protectedHeaders": { + "type": "object" + }, + "sslCertificate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "shouldRestartPlugin": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "userManagement": { + "type": "object", + "properties": { + "enableAPIMInternalRoles": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "users": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + } + } } - } }, - "shouldRestartPlugin": { - "type": "boolean" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "userManagement": { - "type": "object", - "properties": { - "enableAPIMInternalRoles": { - "type": "boolean" - }, - "users": { - "type": "array", - "items": { - "type": "object" - } - } - } + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "atomId", - "cloudTennantGeneral", - "corsConfiguration", - "generalSettings", - "userManagement" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string" - }, - "cloudTennantGeneral": { - "required": [ - "apiType", - "authType", - "baseUrl", - "listenerPorts" - ], - "type": "object", - "properties": { - "apiType": { - "type": "string" - }, - "authType": { - "type": "string" - }, - "baseUrl": { - "type": "string" - }, - "listenerPorts": { - "type": "object" - } - } - }, - "corsConfiguration": { - "type": "object", - "properties": { - "origins": { - "type": "array", - "items": { - "type": "object" + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ThroughputAccount/query": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Queries for a ThroughputAccount object(s).", + "operationId": "QueryThroughputAccount", + "requestBody": { + "description": " Possible properties include: environmentId, atomId, processDate", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } } - } - } - }, - "generalSettings": { - "required": [ - "apiType", - "authentication", - "baseUrl", - "externalHost", - "internalHost", - "listenerPorts", - "protectedHeaders", - "sslCertificate" - ], - "type": "object", - "properties": { - "apiType": { - "type": "string" - }, - "authentication": { - "type": "object" - }, - "baseUrl": { - "type": "string" - }, - "examineForwardHeaders": { - "type": "boolean" - }, - "externalHost": { - "type": "string" - }, - "internalHost": { - "type": "string" - }, - "listenerPorts": { - "type": "object" - }, - "maxNumberOfThreads": { - "type": "integer", - "format": "int32" - }, - "overrideUrl": { - "type": "boolean" - }, - "protectedHeaders": { - "type": "object" - }, - "sslCertificate": { - "type": "string" - } - } - }, - "shouldRestartPlugin": { - "type": "boolean" - }, - "userManagement": { - "type": "object", - "properties": { - "enableAPIMInternalRoles": { - "type": "boolean" - }, - "users": { - "type": "array", - "items": { - "type": "object" + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } } - } } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ThroughputAccount/query": { - "post": { - "tags": [ - "executionStatistic" - ], - "summary": "Queries for a ThroughputAccount object(s).", - "operationId": "QueryThroughputAccount", - "requestBody": { - "description": " Possible properties include: environmentId, atomId, processDate", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - { - "type": "object" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - ] } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ThroughputAccount/queryMore": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Retrieves additional results for a ThroughputAccount query.", + "operationId": "QueryMoreThroughputAccount", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "atomId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "date": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "value": { - "type": "integer", - "format": "int64" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ThroughputAccount/queryMore": { - "post": { - "tags": [ - "executionStatistic" - ], - "summary": "Retrieves additional results for a ThroughputAccount query.", - "operationId": "QueryMoreThroughputAccount", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "atomId": { - "type": "string" - }, - "date": { - "type": "string" + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "value": { - "type": "integer", - "format": "int64" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/ThroughputAccountGroup/query": { - "post": { - "tags": [ - "executionStatistic" - ], - "summary": "Queries for a ThroughputAccountGroup object(s).", - "operationId": "QueryThroughputAccountGroup", - "requestBody": { - "description": " Possible properties include: accountGroupId, processDate", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/ThroughputAccountGroup/query": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Queries for a ThroughputAccountGroup object(s).", + "operationId": "QueryThroughputAccountGroup", + "requestBody": { + "description": " Possible properties include: accountGroupId, processDate", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "allOf": [ - { - "type": "object" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "allOf": [ + { + "type": "object" + } + ] + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "allOf": [ + { + "type": "object" + } + ] + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - ] } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ThroughputAccountGroup/queryMore": { - "post": { - "tags": [ - "executionStatistic" - ], - "summary": "Retrieves additional results for a ThroughputAccountGroup query.", - "operationId": "QueryMoreThroughputAccountGroup", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "allOf": [ - { - "type": "object" - } - ] - } - } + "security": [ + { + "basicAuth": [] } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + ] } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/TradacomsConnectorRecord/query": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Queries for a TradacomsConnectorRecord object(s).", - "operationId": "QueryTradacomsConnectorRecord", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/ThroughputAccountGroup/queryMore": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Retrieves additional results for a ThroughputAccountGroup query.", + "operationId": "QueryMoreThroughputAccountGroup", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string" - }, - "actionType": { - "type": "string" - }, - "applicationReference": { - "type": "string" - }, - "atomId": { - "type": "string" - }, - "connectorName": { - "type": "string" - }, - "connectorType": { - "type": "string" - }, - "customFields": { - "type": "object" - }, - "date": { - "type": "string" - }, - "dateProcessed": { - "type": "string", - "format": "date-time" - }, - "documentIndex": { - "type": "integer", - "format": "int32" - }, - "errorMessage": { - "type": "string" - }, - "executionId": { - "type": "string" - }, - "fileGenerationNumber": { - "type": "string" - }, - "fileVersionNumber": { - "type": "string" - }, - "id": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "messageType": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "operationName": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "receiverName": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "allOf": [ + { + "type": "object" + } + ] + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "receiverTransmissionReference": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "allOf": [ + { + "type": "object" + } + ] + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradacomsConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for a TradacomsConnectorRecord object(s).", + "operationId": "QueryTradacomsConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "senderName": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "senderTransmissionReference": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "size": { - "type": "integer", - "format": "int64" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "applicationReference": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "date": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fileGenerationNumber": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fileVersionNumber": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverTransmissionReference": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderTransmissionReference": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "time": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "transmissionPriorityCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "validationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "validationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "successful": { - "type": "boolean" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "applicationReference": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "date": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fileGenerationNumber": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fileVersionNumber": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverTransmissionReference": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderTransmissionReference": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "time": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "transmissionPriorityCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "validationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "validationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradacomsConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for a TradacomsConnectorRecord query.", + "operationId": "QueryMoreTradacomsConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "time": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "transmissionPriorityCode": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "validationReport": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "applicationReference": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "date": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fileGenerationNumber": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fileVersionNumber": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverTransmissionReference": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderTransmissionReference": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "time": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "transmissionPriorityCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "validationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "validationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "validationStatus": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "applicationReference": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "date": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fileGenerationNumber": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fileVersionNumber": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverTransmissionReference": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderTransmissionReference": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "time": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "transmissionPriorityCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "validationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "validationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/TradacomsConnectorRecord/queryMore": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Retrieves additional results for a TradacomsConnectorRecord query.", - "operationId": "QueryMoreTradacomsConnectorRecord", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerComponent": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a TradingPartnerComponent object.", + "operationId": "CreateTradingPartnerComponent", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "required": [ + "address1", + "address2", + "city", + "contactName", + "country", + "email", + "fax", + "phone", + "postalcode", + "state" + ], + "type": "object", + "properties": { + "address1": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "address2": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "city": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "contactName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "country": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "email": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fax": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "phone": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "postalcode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "state": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "PartnerCommunication": { + "type": "object", + "properties": { + "AS2CommunicationOptions": { + "type": "object" + }, + "DiskCommunicationOptions": { + "type": "object" + }, + "FTPCommunicationOptions": { + "type": "object" + }, + "HTTPCommunicationOptions": { + "type": "object" + }, + "MLLPCommunicationOptions": { + "type": "object" + }, + "OFTPCommunicationOptions": { + "type": "object" + }, + "SFTPCommunicationOptions": { + "type": "object" + } + } + }, + "PartnerCommunicationTypes": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "PartnerCommunicationTypes" + } + } + }, + "PartnerDocumentTypes": { + "type": "object", + "properties": { + "PartnerDocumentType": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "PartnerInfo": { + "type": "object", + "properties": { + "CustomPartnerInfo": { + "type": "object" + }, + "EdifactPartnerInfo": { + "type": "object" + }, + "HL7PartnerInfo": { + "type": "object" + }, + "OdettePartnerInfo": { + "type": "object" + }, + "RosettaNetPartnerInfo": { + "type": "object" + }, + "TradacomsPartnerInfo": { + "type": "object" + }, + "X12PartnerInfo": { + "type": "object" + } + } + }, + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "identifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "organizationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + } + }, + "application/xml": { + "schema": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "required": [ + "address1", + "address2", + "city", + "contactName", + "country", + "email", + "fax", + "phone", + "postalcode", + "state" + ], + "type": "object", + "properties": { + "address1": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "address2": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "city": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "contactName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "country": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "email": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fax": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "phone": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "postalcode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "state": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "PartnerCommunication": { + "type": "object", + "properties": { + "AS2CommunicationOptions": { + "type": "object" + }, + "DiskCommunicationOptions": { + "type": "object" + }, + "FTPCommunicationOptions": { + "type": "object" + }, + "HTTPCommunicationOptions": { + "type": "object" + }, + "MLLPCommunicationOptions": { + "type": "object" + }, + "OFTPCommunicationOptions": { + "type": "object" + }, + "SFTPCommunicationOptions": { + "type": "object" + } + } + }, + "PartnerCommunicationTypes": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "PartnerCommunicationTypes" + } + } + }, + "PartnerDocumentTypes": { + "type": "object", + "properties": { + "PartnerDocumentType": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "PartnerInfo": { + "type": "object", + "properties": { + "CustomPartnerInfo": { + "type": "object" + }, + "EdifactPartnerInfo": { + "type": "object" + }, + "HL7PartnerInfo": { + "type": "object" + }, + "OdettePartnerInfo": { + "type": "object" + }, + "RosettaNetPartnerInfo": { + "type": "object" + }, + "TradacomsPartnerInfo": { + "type": "object" + }, + "X12PartnerInfo": { + "type": "object" + } + } + }, + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "identifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "organizationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string" - }, - "actionType": { - "type": "string" - }, - "applicationReference": { - "type": "string" - }, - "atomId": { - "type": "string" - }, - "connectorName": { - "type": "string" - }, - "connectorType": { - "type": "string" - }, - "customFields": { - "type": "object" - }, - "date": { - "type": "string" - }, - "dateProcessed": { - "type": "string", - "format": "date-time" - }, - "documentIndex": { - "type": "integer", - "format": "int32" - }, - "errorMessage": { - "type": "string" - }, - "executionId": { - "type": "string" - }, - "fileGenerationNumber": { - "type": "string" - }, - "fileVersionNumber": { - "type": "string" - }, - "id": { - "type": "string" - }, - "messageType": { - "type": "string" - }, - "operationName": { - "type": "string" - }, - "receiverName": { - "type": "string" - }, - "receiverTransmissionReference": { - "type": "string" - }, - "senderName": { - "type": "string" - }, - "senderTransmissionReference": { - "type": "string" - }, - "size": { - "type": "integer", - "format": "int64" - }, - "successful": { - "type": "boolean" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "time": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "transmissionPriorityCode": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "validationReport": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "required": [ + "address1", + "address2", + "city", + "contactName", + "country", + "email", + "fax", + "phone", + "postalcode", + "state" + ], + "type": "object", + "properties": { + "address1": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "address2": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "city": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "contactName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "country": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "email": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fax": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "phone": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "postalcode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "state": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "PartnerCommunication": { + "type": "object", + "properties": { + "AS2CommunicationOptions": { + "type": "object" + }, + "DiskCommunicationOptions": { + "type": "object" + }, + "FTPCommunicationOptions": { + "type": "object" + }, + "HTTPCommunicationOptions": { + "type": "object" + }, + "MLLPCommunicationOptions": { + "type": "object" + }, + "OFTPCommunicationOptions": { + "type": "object" + }, + "SFTPCommunicationOptions": { + "type": "object" + } + } + }, + "PartnerCommunicationTypes": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "PartnerCommunicationTypes" + } + } + }, + "PartnerDocumentTypes": { + "type": "object", + "properties": { + "PartnerDocumentType": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "PartnerInfo": { + "type": "object", + "properties": { + "CustomPartnerInfo": { + "type": "object" + }, + "EdifactPartnerInfo": { + "type": "object" + }, + "HL7PartnerInfo": { + "type": "object" + }, + "OdettePartnerInfo": { + "type": "object" + }, + "RosettaNetPartnerInfo": { + "type": "object" + }, + "TradacomsPartnerInfo": { + "type": "object" + }, + "X12PartnerInfo": { + "type": "object" + } + } + }, + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "identifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "organizationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + } }, - "validationStatus": { - "type": "string" + "application/json": { + "schema": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "required": [ + "address1", + "address2", + "city", + "contactName", + "country", + "email", + "fax", + "phone", + "postalcode", + "state" + ], + "type": "object", + "properties": { + "address1": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "address2": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "city": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "contactName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "country": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "email": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fax": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "phone": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "postalcode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "state": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "PartnerCommunication": { + "type": "object", + "properties": { + "AS2CommunicationOptions": { + "type": "object" + }, + "DiskCommunicationOptions": { + "type": "object" + }, + "FTPCommunicationOptions": { + "type": "object" + }, + "HTTPCommunicationOptions": { + "type": "object" + }, + "MLLPCommunicationOptions": { + "type": "object" + }, + "OFTPCommunicationOptions": { + "type": "object" + }, + "SFTPCommunicationOptions": { + "type": "object" + } + } + }, + "PartnerCommunicationTypes": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "PartnerCommunicationTypes" + } + } + }, + "PartnerDocumentTypes": { + "type": "object", + "properties": { + "PartnerDocumentType": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "PartnerInfo": { + "type": "object", + "properties": { + "CustomPartnerInfo": { + "type": "object" + }, + "EdifactPartnerInfo": { + "type": "object" + }, + "HL7PartnerInfo": { + "type": "object" + }, + "OdettePartnerInfo": { + "type": "object" + }, + "RosettaNetPartnerInfo": { + "type": "object" + }, + "TradacomsPartnerInfo": { + "type": "object" + }, + "X12PartnerInfo": { + "type": "object" + } + } + }, + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "identifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "organizationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/TradingPartnerComponent": { - "post": { - "tags": [ - "component" - ], - "summary": "Creates a TradingPartnerComponent object.", - "operationId": "CreateTradingPartnerComponent", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "required": [ - "address1", - "address2", - "city", - "contactName", - "country", - "email", - "fax", - "phone", - "postalcode", - "state" - ], - "type": "object", - "properties": { - "address1": { - "type": "string" - }, - "address2": { - "type": "string" - }, - "city": { - "type": "string" - }, - "contactName": { - "type": "string" - }, - "country": { - "type": "string" - }, - "email": { - "type": "string" - }, - "fax": { - "type": "string" - }, - "phone": { - "type": "string" - }, - "postalcode": { - "type": "string" + }, + "/TradingPartnerComponent/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple TradingPartnerComponent objects by identifier.", + "operationId": "BulkTradingPartnerComponent", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "state": { - "type": "string" + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } } - } }, - "PartnerCommunication": { - "type": "object", - "properties": { - "AS2CommunicationOptions": { - "type": "object" - }, - "DiskCommunicationOptions": { - "type": "object" - }, - "FTPCommunicationOptions": { - "type": "object" - }, - "HTTPCommunicationOptions": { - "type": "object" - }, - "MLLPCommunicationOptions": { - "type": "object" - }, - "OFTPCommunicationOptions": { - "type": "object" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } }, - "SFTPCommunicationOptions": { - "type": "object" + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "type": "object" + }, + "PartnerCommunication": { + "type": "object" + }, + "PartnerCommunicationTypes": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "PartnerCommunicationTypes" + } + } + }, + "PartnerDocumentTypes": { + "type": "object" + }, + "PartnerInfo": { + "type": "object" + }, + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "identifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "organizationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "type": "object" + }, + "PartnerCommunication": { + "type": "object" + }, + "PartnerCommunicationTypes": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "PartnerCommunicationTypes" + } + } + }, + "PartnerDocumentTypes": { + "type": "object" + }, + "PartnerInfo": { + "type": "object" + }, + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "identifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "organizationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } } - } }, - "PartnerCommunicationTypes": { - "type": "array", - "items": { - "type": "string" - } + "403": { + "description": "Missing or incorrect authentication credentials." }, - "PartnerDocumentTypes": { - "type": "object", - "properties": { - "PartnerDocumentType": { - "type": "array", - "items": { - "type": "object" - } - } - } + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "PartnerInfo": { - "type": "object", - "properties": { - "CustomPartnerInfo": { - "type": "object" - }, - "EdifactPartnerInfo": { - "type": "object" - }, - "HL7PartnerInfo": { - "type": "object" - }, - "OdettePartnerInfo": { - "type": "object" - }, - "RosettaNetPartnerInfo": { - "type": "object" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerComponent/query": { + "post": { + "tags": [ + "component" + ], + "summary": "Queries for a TradingPartnerComponent object(s).", + "operationId": "QueryTradingPartnerComponent", + "requestBody": { + "description": " Possible properties include: name, classification, standard, identifier, as2, disk, ftp, mllp, sftp, http, oftp", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "TradacomsPartnerInfo": { - "type": "object" + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } }, - "X12PartnerInfo": { - "type": "object" + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "type": "object" + }, + "PartnerCommunication": { + "type": "object" + }, + "PartnerCommunicationTypes": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "PartnerCommunicationTypes" + } + } + }, + "PartnerDocumentTypes": { + "type": "object" + }, + "PartnerInfo": { + "type": "object" + }, + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "identifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "organizationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "type": "object" + }, + "PartnerCommunication": { + "type": "object" + }, + "PartnerCommunicationTypes": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "PartnerCommunicationTypes" + } + } + }, + "PartnerDocumentTypes": { + "type": "object" + }, + "PartnerInfo": { + "type": "object" + }, + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "identifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "organizationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } } - } }, - "classification": { - "type": "string", - "enum": [ - "tradingpartner", - "mycompany" - ] + "403": { + "description": "Missing or incorrect authentication credentials." }, - "componentId": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "componentName": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerComponent/queryMore": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves additional results for a TradingPartnerComponent query.", + "operationId": "QueryMoreTradingPartnerComponent", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } }, - "deleted": { - "type": "boolean" + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "type": "object" + }, + "PartnerCommunication": { + "type": "object" + }, + "PartnerCommunicationTypes": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "PartnerCommunicationTypes" + } + } + }, + "PartnerDocumentTypes": { + "type": "object" + }, + "PartnerInfo": { + "type": "object" + }, + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "identifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "organizationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "type": "object" + }, + "PartnerCommunication": { + "type": "object" + }, + "PartnerCommunicationTypes": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "PartnerCommunicationTypes" + } + } + }, + "PartnerDocumentTypes": { + "type": "object" + }, + "PartnerInfo": { + "type": "object" + }, + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "identifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "organizationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "description": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "folderId": { - "type": "integer", - "format": "int64" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "folderName": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerComponent/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a TradingPartnerComponent object.", + "operationId": "GetTradingPartnerComponent", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "required": [ + "address1", + "address2", + "city", + "contactName", + "country", + "email", + "fax", + "phone", + "postalcode", + "state" + ], + "type": "object", + "properties": { + "address1": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "address2": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "city": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "contactName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "country": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "email": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fax": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "phone": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "postalcode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "state": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "PartnerCommunication": { + "type": "object", + "properties": { + "AS2CommunicationOptions": { + "type": "object" + }, + "DiskCommunicationOptions": { + "type": "object" + }, + "FTPCommunicationOptions": { + "type": "object" + }, + "HTTPCommunicationOptions": { + "type": "object" + }, + "MLLPCommunicationOptions": { + "type": "object" + }, + "OFTPCommunicationOptions": { + "type": "object" + }, + "SFTPCommunicationOptions": { + "type": "object" + } + } + }, + "PartnerCommunicationTypes": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "PartnerCommunicationTypes" + } + } + }, + "PartnerDocumentTypes": { + "type": "object", + "properties": { + "PartnerDocumentType": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "PartnerInfo": { + "type": "object", + "properties": { + "CustomPartnerInfo": { + "type": "object" + }, + "EdifactPartnerInfo": { + "type": "object" + }, + "HL7PartnerInfo": { + "type": "object" + }, + "OdettePartnerInfo": { + "type": "object" + }, + "RosettaNetPartnerInfo": { + "type": "object" + }, + "TradacomsPartnerInfo": { + "type": "object" + }, + "X12PartnerInfo": { + "type": "object" + } + } + }, + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "identifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "organizationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + } + }, + "application/json": { + "schema": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "required": [ + "address1", + "address2", + "city", + "contactName", + "country", + "email", + "fax", + "phone", + "postalcode", + "state" + ], + "type": "object", + "properties": { + "address1": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "address2": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "city": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "contactName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "country": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "email": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fax": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "phone": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "postalcode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "state": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "PartnerCommunication": { + "type": "object", + "properties": { + "AS2CommunicationOptions": { + "type": "object" + }, + "DiskCommunicationOptions": { + "type": "object" + }, + "FTPCommunicationOptions": { + "type": "object" + }, + "HTTPCommunicationOptions": { + "type": "object" + }, + "MLLPCommunicationOptions": { + "type": "object" + }, + "OFTPCommunicationOptions": { + "type": "object" + }, + "SFTPCommunicationOptions": { + "type": "object" + } + } + }, + "PartnerCommunicationTypes": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "PartnerCommunicationTypes" + } + } + }, + "PartnerDocumentTypes": { + "type": "object", + "properties": { + "PartnerDocumentType": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "PartnerInfo": { + "type": "object", + "properties": { + "CustomPartnerInfo": { + "type": "object" + }, + "EdifactPartnerInfo": { + "type": "object" + }, + "HL7PartnerInfo": { + "type": "object" + }, + "OdettePartnerInfo": { + "type": "object" + }, + "RosettaNetPartnerInfo": { + "type": "object" + }, + "TradacomsPartnerInfo": { + "type": "object" + }, + "X12PartnerInfo": { + "type": "object" + } + } + }, + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "identifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "organizationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + } + } + } }, - "identifier": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "organizationId": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "standard": { - "type": "string", - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "required": [ - "address1", - "address2", - "city", - "contactName", - "country", - "email", - "fax", - "phone", - "postalcode", - "state" - ], - "type": "object", - "properties": { - "address1": { - "type": "string" - }, - "address2": { - "type": "string" - }, - "city": { - "type": "string" - }, - "contactName": { - "type": "string" - }, - "country": { - "type": "string" - }, - "email": { - "type": "string" - }, - "fax": { - "type": "string" - }, - "phone": { - "type": "string" - }, - "postalcode": { - "type": "string" - }, - "state": { + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "component" + ], + "summary": "Modifies or updates a TradingPartnerComponent object.", + "operationId": "UpdateTradingPartnerComponent", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { "type": "string" - } - } - }, - "PartnerCommunication": { - "type": "object", - "properties": { - "AS2CommunicationOptions": { - "type": "object" - }, - "DiskCommunicationOptions": { - "type": "object" - }, - "FTPCommunicationOptions": { - "type": "object" - }, - "HTTPCommunicationOptions": { - "type": "object" - }, - "MLLPCommunicationOptions": { - "type": "object" - }, - "OFTPCommunicationOptions": { - "type": "object" - }, - "SFTPCommunicationOptions": { - "type": "object" - } - } - }, - "PartnerCommunicationTypes": { - "type": "array", - "items": { - "type": "string" } - }, - "PartnerDocumentTypes": { - "type": "object", - "properties": { - "PartnerDocumentType": { - "type": "array", - "items": { - "type": "object" + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "required": [ + "address1", + "address2", + "city", + "contactName", + "country", + "email", + "fax", + "phone", + "postalcode", + "state" + ], + "type": "object", + "properties": { + "address1": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "address2": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "city": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "contactName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "country": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "email": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fax": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "phone": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "postalcode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "state": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "PartnerCommunication": { + "type": "object", + "properties": { + "AS2CommunicationOptions": { + "type": "object" + }, + "DiskCommunicationOptions": { + "type": "object" + }, + "FTPCommunicationOptions": { + "type": "object" + }, + "HTTPCommunicationOptions": { + "type": "object" + }, + "MLLPCommunicationOptions": { + "type": "object" + }, + "OFTPCommunicationOptions": { + "type": "object" + }, + "SFTPCommunicationOptions": { + "type": "object" + } + } + }, + "PartnerCommunicationTypes": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "PartnerCommunicationTypes" + } + } + }, + "PartnerDocumentTypes": { + "type": "object", + "properties": { + "PartnerDocumentType": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "PartnerInfo": { + "type": "object", + "properties": { + "CustomPartnerInfo": { + "type": "object" + }, + "EdifactPartnerInfo": { + "type": "object" + }, + "HL7PartnerInfo": { + "type": "object" + }, + "OdettePartnerInfo": { + "type": "object" + }, + "RosettaNetPartnerInfo": { + "type": "object" + }, + "TradacomsPartnerInfo": { + "type": "object" + }, + "X12PartnerInfo": { + "type": "object" + } + } + }, + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "identifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "organizationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + } + }, + "application/xml": { + "schema": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "required": [ + "address1", + "address2", + "city", + "contactName", + "country", + "email", + "fax", + "phone", + "postalcode", + "state" + ], + "type": "object", + "properties": { + "address1": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "address2": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "city": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "contactName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "country": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "email": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fax": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "phone": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "postalcode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "state": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "PartnerCommunication": { + "type": "object", + "properties": { + "AS2CommunicationOptions": { + "type": "object" + }, + "DiskCommunicationOptions": { + "type": "object" + }, + "FTPCommunicationOptions": { + "type": "object" + }, + "HTTPCommunicationOptions": { + "type": "object" + }, + "MLLPCommunicationOptions": { + "type": "object" + }, + "OFTPCommunicationOptions": { + "type": "object" + }, + "SFTPCommunicationOptions": { + "type": "object" + } + } + }, + "PartnerCommunicationTypes": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "PartnerCommunicationTypes" + } + } + }, + "PartnerDocumentTypes": { + "type": "object", + "properties": { + "PartnerDocumentType": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "PartnerInfo": { + "type": "object", + "properties": { + "CustomPartnerInfo": { + "type": "object" + }, + "EdifactPartnerInfo": { + "type": "object" + }, + "HL7PartnerInfo": { + "type": "object" + }, + "OdettePartnerInfo": { + "type": "object" + }, + "RosettaNetPartnerInfo": { + "type": "object" + }, + "TradacomsPartnerInfo": { + "type": "object" + }, + "X12PartnerInfo": { + "type": "object" + } + } + }, + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "identifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "organizationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } } - } - } - }, - "PartnerInfo": { - "type": "object", - "properties": { - "CustomPartnerInfo": { - "type": "object" - }, - "EdifactPartnerInfo": { - "type": "object" - }, - "HL7PartnerInfo": { - "type": "object" - }, - "OdettePartnerInfo": { - "type": "object" - }, - "RosettaNetPartnerInfo": { - "type": "object" - }, - "TradacomsPartnerInfo": { - "type": "object" - }, - "X12PartnerInfo": { - "type": "object" - } - } - }, - "classification": { - "type": "string", - "enum": [ - "tradingpartner", - "mycompany" - ] - }, - "componentId": { - "type": "string" - }, - "componentName": { - "type": "string" - }, - "deleted": { - "type": "boolean" - }, - "description": { - "type": "string" - }, - "folderId": { - "type": "integer", - "format": "int64" - }, - "folderName": { - "type": "string" - }, - "identifier": { - "type": "string" - }, - "organizationId": { - "type": "string" - }, - "standard": { - "type": "string", - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/TradingPartnerComponent/bulk": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves multiple TradingPartnerComponent objects by identifier.", - "operationId": "BulkTradingPartnerComponent", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "type": "object" - }, - "PartnerCommunication": { - "type": "object" - }, - "PartnerCommunicationTypes": { - "type": "array", - "items": { + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { "type": "string" - } - }, - "PartnerDocumentTypes": { - "type": "object" - }, - "PartnerInfo": { - "type": "object" - }, - "classification": { - "type": "string", - "enum": [ - "tradingpartner", - "mycompany" - ] - }, - "componentId": { - "type": "string" - }, - "componentName": { - "type": "string" - }, - "deleted": { - "type": "boolean" - }, - "description": { - "type": "string" - }, - "folderId": { - "type": "integer", - "format": "int64" - }, - "folderName": { - "type": "string" - }, - "identifier": { - "type": "string" - }, - "organizationId": { - "type": "string" - }, - "standard": { - "type": "string", - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] } - } }, - "index": { - "type": "integer", - "format": "int32" - }, - "id": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "errorMessage": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/TradingPartnerComponent/query": { - "post": { - "tags": [ - "component" - ], - "summary": "Queries for a TradingPartnerComponent object(s).", - "operationId": "QueryTradingPartnerComponent", - "requestBody": { - "description": " Possible properties include: name, classification, standard, identifier, as2, disk, ftp, mllp, sftp, http, oftp", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "required": [ + "address1", + "address2", + "city", + "contactName", + "country", + "email", + "fax", + "phone", + "postalcode", + "state" + ], + "type": "object", + "properties": { + "address1": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "address2": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "city": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "contactName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "country": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "email": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fax": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "phone": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "postalcode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "state": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "PartnerCommunication": { + "type": "object", + "properties": { + "AS2CommunicationOptions": { + "type": "object" + }, + "DiskCommunicationOptions": { + "type": "object" + }, + "FTPCommunicationOptions": { + "type": "object" + }, + "HTTPCommunicationOptions": { + "type": "object" + }, + "MLLPCommunicationOptions": { + "type": "object" + }, + "OFTPCommunicationOptions": { + "type": "object" + }, + "SFTPCommunicationOptions": { + "type": "object" + } + } + }, + "PartnerCommunicationTypes": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "PartnerCommunicationTypes" + } + } + }, + "PartnerDocumentTypes": { + "type": "object", + "properties": { + "PartnerDocumentType": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "PartnerInfo": { + "type": "object", + "properties": { + "CustomPartnerInfo": { + "type": "object" + }, + "EdifactPartnerInfo": { + "type": "object" + }, + "HL7PartnerInfo": { + "type": "object" + }, + "OdettePartnerInfo": { + "type": "object" + }, + "RosettaNetPartnerInfo": { + "type": "object" + }, + "TradacomsPartnerInfo": { + "type": "object" + }, + "X12PartnerInfo": { + "type": "object" + } + } + }, + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "identifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "organizationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + } }, - { - "type": "object" + "application/json": { + "schema": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "required": [ + "address1", + "address2", + "city", + "contactName", + "country", + "email", + "fax", + "phone", + "postalcode", + "state" + ], + "type": "object", + "properties": { + "address1": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "address2": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "city": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "contactName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "country": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "email": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fax": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "phone": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "postalcode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "state": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "PartnerCommunication": { + "type": "object", + "properties": { + "AS2CommunicationOptions": { + "type": "object" + }, + "DiskCommunicationOptions": { + "type": "object" + }, + "FTPCommunicationOptions": { + "type": "object" + }, + "HTTPCommunicationOptions": { + "type": "object" + }, + "MLLPCommunicationOptions": { + "type": "object" + }, + "OFTPCommunicationOptions": { + "type": "object" + }, + "SFTPCommunicationOptions": { + "type": "object" + } + } + }, + "PartnerCommunicationTypes": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "PartnerCommunicationTypes" + } + } + }, + "PartnerDocumentTypes": { + "type": "object", + "properties": { + "PartnerDocumentType": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "PartnerInfo": { + "type": "object", + "properties": { + "CustomPartnerInfo": { + "type": "object" + }, + "EdifactPartnerInfo": { + "type": "object" + }, + "HL7PartnerInfo": { + "type": "object" + }, + "OdettePartnerInfo": { + "type": "object" + }, + "RosettaNetPartnerInfo": { + "type": "object" + }, + "TradacomsPartnerInfo": { + "type": "object" + }, + "X12PartnerInfo": { + "type": "object" + } + } + }, + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "identifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "organizationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + } } - ] } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "type": "object" - }, - "PartnerCommunication": { - "type": "object" - }, - "PartnerCommunicationTypes": { - "type": "array", - "items": { - "type": "string" - } - }, - "PartnerDocumentTypes": { - "type": "object" - }, - "PartnerInfo": { - "type": "object" - }, - "classification": { - "type": "string", - "enum": [ - "tradingpartner", - "mycompany" - ] - }, - "componentId": { - "type": "string" - }, - "componentName": { - "type": "string" - }, - "deleted": { - "type": "boolean" - }, - "description": { - "type": "string" - }, - "folderId": { - "type": "integer", - "format": "int64" - }, - "folderName": { - "type": "string" + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "component" + ], + "summary": "Deletes a TradingPartnerComponent object.", + "operationId": "DeleteTradingPartnerComponent", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "identifier": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "organizationId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "standard": { - "type": "string", - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/TradingPartnerComponent/queryMore": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves additional results for a TradingPartnerComponent query.", - "operationId": "QueryMoreTradingPartnerComponent", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerProcessingGroup": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a TradingPartnerProcessingGroup object.", + "operationId": "CreateTradingPartnerProcessingGroup", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object", + "properties": { + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DocumentRouting": { + "type": "object", + "properties": { + "StandardRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "PartnerRouting": { + "type": "object", + "properties": { + "PartnerRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "TradingPartners": { + "type": "object", + "properties": { + "TradingPartner": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object", + "properties": { + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DocumentRouting": { + "type": "object", + "properties": { + "StandardRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "PartnerRouting": { + "type": "object", + "properties": { + "PartnerRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "TradingPartners": { + "type": "object", + "properties": { + "TradingPartner": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "type": "object" - }, - "PartnerCommunication": { - "type": "object" - }, - "PartnerCommunicationTypes": { - "type": "array", - "items": { - "type": "string" - } - }, - "PartnerDocumentTypes": { - "type": "object" - }, - "PartnerInfo": { - "type": "object" - }, - "classification": { - "type": "string", - "enum": [ - "tradingpartner", - "mycompany" - ] - }, - "componentId": { - "type": "string" - }, - "componentName": { - "type": "string" - }, - "deleted": { - "type": "boolean" - }, - "description": { - "type": "string" - }, - "folderId": { - "type": "integer", - "format": "int64" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "folderName": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "identifier": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "organizationId": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object", + "properties": { + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DocumentRouting": { + "type": "object", + "properties": { + "StandardRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "PartnerRouting": { + "type": "object", + "properties": { + "PartnerRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "TradingPartners": { + "type": "object", + "properties": { + "TradingPartner": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } }, - "standard": { - "type": "string", - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] + "application/json": { + "schema": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object", + "properties": { + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DocumentRouting": { + "type": "object", + "properties": { + "StandardRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "PartnerRouting": { + "type": "object", + "properties": { + "PartnerRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "TradingPartners": { + "type": "object", + "properties": { + "TradingPartner": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/TradingPartnerComponent/{id}": { - "get": { - "tags": [ - "component" - ], - "summary": "Retrieves an instance of a TradingPartnerComponent object.", - "operationId": "GetTradingPartnerComponent", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "required": [ - "address1", - "address2", - "city", - "contactName", - "country", - "email", - "fax", - "phone", - "postalcode", - "state" - ], - "type": "object", - "properties": { - "address1": { - "type": "string" - }, - "address2": { - "type": "string" - }, - "city": { - "type": "string" - }, - "contactName": { - "type": "string" - }, - "country": { - "type": "string" - }, - "email": { - "type": "string" - }, - "fax": { - "type": "string" - }, - "phone": { - "type": "string" - }, - "postalcode": { - "type": "string" - }, - "state": { - "type": "string" - } - } - }, - "PartnerCommunication": { - "type": "object", - "properties": { - "AS2CommunicationOptions": { - "type": "object" - }, - "DiskCommunicationOptions": { - "type": "object" - }, - "FTPCommunicationOptions": { - "type": "object" - }, - "HTTPCommunicationOptions": { - "type": "object" - }, - "MLLPCommunicationOptions": { - "type": "object" - }, - "OFTPCommunicationOptions": { - "type": "object" - }, - "SFTPCommunicationOptions": { - "type": "object" - } - } - }, - "PartnerCommunicationTypes": { - "type": "array", - "items": { - "type": "string" - } - }, - "PartnerDocumentTypes": { - "type": "object", - "properties": { - "PartnerDocumentType": { - "type": "array", - "items": { - "type": "object" + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerProcessingGroup/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple TradingPartnerProcessingGroup objects by identifier.", + "operationId": "BulkTradingPartnerProcessingGroup", + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } } - } - } - }, - "PartnerInfo": { - "type": "object", - "properties": { - "CustomPartnerInfo": { - "type": "object" - }, - "EdifactPartnerInfo": { - "type": "object" - }, - "HL7PartnerInfo": { - "type": "object" - }, - "OdettePartnerInfo": { - "type": "object" - }, - "RosettaNetPartnerInfo": { - "type": "object" - }, - "TradacomsPartnerInfo": { - "type": "object" - }, - "X12PartnerInfo": { - "type": "object" - } - } - }, - "classification": { - "type": "string", - "enum": [ - "tradingpartner", - "mycompany" - ] - }, - "componentId": { - "type": "string" - }, - "componentName": { - "type": "string" - }, - "deleted": { - "type": "boolean" - }, - "description": { - "type": "string" - }, - "folderId": { - "type": "integer", - "format": "int64" - }, - "folderName": { - "type": "string" - }, - "identifier": { - "type": "string" - }, - "organizationId": { - "type": "string" - }, - "standard": { - "type": "string", - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "post": { - "tags": [ - "component" - ], - "summary": "Modifies or updates a TradingPartnerComponent object.", - "operationId": "UpdateTradingPartnerComponent", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "required": [ - "address1", - "address2", - "city", - "contactName", - "country", - "email", - "fax", - "phone", - "postalcode", - "state" - ], - "type": "object", - "properties": { - "address1": { - "type": "string" - }, - "address2": { - "type": "string" - }, - "city": { - "type": "string" - }, - "contactName": { - "type": "string" - }, - "country": { - "type": "string" - }, - "email": { - "type": "string" - }, - "fax": { - "type": "string" - }, - "phone": { - "type": "string" - }, - "postalcode": { - "type": "string" }, - "state": { - "type": "string" + "application/xml": { + "schema": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + } } - } }, - "PartnerCommunication": { - "type": "object", - "properties": { - "AS2CommunicationOptions": { - "type": "object" - }, - "DiskCommunicationOptions": { - "type": "object" - }, - "FTPCommunicationOptions": { - "type": "object" - }, - "HTTPCommunicationOptions": { - "type": "object" - }, - "MLLPCommunicationOptions": { - "type": "object" - }, - "OFTPCommunicationOptions": { - "type": "object" + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } }, - "SFTPCommunicationOptions": { - "type": "object" + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object" + }, + "DocumentRouting": { + "type": "object" + }, + "PartnerRouting": { + "type": "object" + }, + "TradingPartners": { + "type": "object" + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object" + }, + "DocumentRouting": { + "type": "object" + }, + "PartnerRouting": { + "type": "object" + }, + "TradingPartners": { + "type": "object" + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } } - } }, - "PartnerCommunicationTypes": { - "type": "array", - "items": { - "type": "string" - } + "403": { + "description": "Missing or incorrect authentication credentials." }, - "PartnerDocumentTypes": { - "type": "object", - "properties": { - "PartnerDocumentType": { - "type": "array", - "items": { - "type": "object" - } - } - } + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "PartnerInfo": { - "type": "object", - "properties": { - "CustomPartnerInfo": { - "type": "object" - }, - "EdifactPartnerInfo": { - "type": "object" - }, - "HL7PartnerInfo": { - "type": "object" - }, - "OdettePartnerInfo": { - "type": "object" - }, - "RosettaNetPartnerInfo": { - "type": "object" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerProcessingGroup/query": { + "post": { + "tags": [ + "component" + ], + "summary": "Queries for a TradingPartnerProcessingGroup object(s).", + "operationId": "QueryTradingPartnerProcessingGroup", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "TradacomsPartnerInfo": { - "type": "object" + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } }, - "X12PartnerInfo": { - "type": "object" + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object" + }, + "DocumentRouting": { + "type": "object" + }, + "PartnerRouting": { + "type": "object" + }, + "TradingPartners": { + "type": "object" + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object" + }, + "DocumentRouting": { + "type": "object" + }, + "PartnerRouting": { + "type": "object" + }, + "TradingPartners": { + "type": "object" + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } } - } }, - "classification": { - "type": "string", - "enum": [ - "tradingpartner", - "mycompany" - ] + "403": { + "description": "Missing or incorrect authentication credentials." }, - "componentId": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "componentName": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerProcessingGroup/queryMore": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves additional results for a TradingPartnerProcessingGroup query.", + "operationId": "QueryMoreTradingPartnerProcessingGroup", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } }, - "deleted": { - "type": "boolean" + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object" + }, + "DocumentRouting": { + "type": "object" + }, + "PartnerRouting": { + "type": "object" + }, + "TradingPartners": { + "type": "object" + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object" + }, + "DocumentRouting": { + "type": "object" + }, + "PartnerRouting": { + "type": "object" + }, + "TradingPartners": { + "type": "object" + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } }, - "description": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "folderId": { - "type": "integer", - "format": "int64" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "folderName": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerProcessingGroup/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a TradingPartnerProcessingGroup object.", + "operationId": "GetTradingPartnerProcessingGroup", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object", + "properties": { + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DocumentRouting": { + "type": "object", + "properties": { + "StandardRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "PartnerRouting": { + "type": "object", + "properties": { + "PartnerRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "TradingPartners": { + "type": "object", + "properties": { + "TradingPartner": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object", + "properties": { + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DocumentRouting": { + "type": "object", + "properties": { + "StandardRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "PartnerRouting": { + "type": "object", + "properties": { + "PartnerRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "TradingPartners": { + "type": "object", + "properties": { + "TradingPartner": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } }, - "identifier": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "organizationId": { - "type": "string" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "standard": { - "type": "string", - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "required": [ - "address1", - "address2", - "city", - "contactName", - "country", - "email", - "fax", - "phone", - "postalcode", - "state" - ], - "type": "object", - "properties": { - "address1": { - "type": "string" - }, - "address2": { - "type": "string" - }, - "city": { - "type": "string" - }, - "contactName": { - "type": "string" - }, - "country": { - "type": "string" - }, - "email": { - "type": "string" - }, - "fax": { - "type": "string" - }, - "phone": { - "type": "string" - }, - "postalcode": { - "type": "string" - }, - "state": { + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "component" + ], + "summary": "Modifies or updates a TradingPartnerProcessingGroup object.", + "operationId": "UpdateTradingPartnerProcessingGroup", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { "type": "string" - } } - }, - "PartnerCommunication": { - "type": "object", - "properties": { - "AS2CommunicationOptions": { - "type": "object" - }, - "DiskCommunicationOptions": { - "type": "object" - }, - "FTPCommunicationOptions": { - "type": "object" - }, - "HTTPCommunicationOptions": { - "type": "object" - }, - "MLLPCommunicationOptions": { - "type": "object" - }, - "OFTPCommunicationOptions": { - "type": "object" - }, - "SFTPCommunicationOptions": { - "type": "object" - } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object", + "properties": { + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DocumentRouting": { + "type": "object", + "properties": { + "StandardRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "PartnerRouting": { + "type": "object", + "properties": { + "PartnerRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "TradingPartners": { + "type": "object", + "properties": { + "TradingPartner": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/xml": { + "schema": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object", + "properties": { + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DocumentRouting": { + "type": "object", + "properties": { + "StandardRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "PartnerRouting": { + "type": "object", + "properties": { + "PartnerRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "TradingPartners": { + "type": "object", + "properties": { + "TradingPartner": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } } - }, - "PartnerCommunicationTypes": { - "type": "array", - "items": { - "type": "string" - } - }, - "PartnerDocumentTypes": { - "type": "object", - "properties": { - "PartnerDocumentType": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "PartnerInfo": { - "type": "object", - "properties": { - "CustomPartnerInfo": { - "type": "object" - }, - "EdifactPartnerInfo": { - "type": "object" - }, - "HL7PartnerInfo": { - "type": "object" - }, - "OdettePartnerInfo": { - "type": "object" - }, - "RosettaNetPartnerInfo": { - "type": "object" - }, - "TradacomsPartnerInfo": { - "type": "object" - }, - "X12PartnerInfo": { - "type": "object" - } - } - }, - "classification": { - "type": "string", - "enum": [ - "tradingpartner", - "mycompany" - ] - }, - "componentId": { - "type": "string" - }, - "componentName": { - "type": "string" - }, - "deleted": { - "type": "boolean" - }, - "description": { - "type": "string" - }, - "folderId": { - "type": "integer", - "format": "int64" - }, - "folderName": { - "type": "string" - }, - "identifier": { - "type": "string" - }, - "organizationId": { - "type": "string" - }, - "standard": { - "type": "string", - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "delete": { - "tags": [ - "component" - ], - "summary": "Deletes a TradingPartnerComponent object.", - "operationId": "DeleteTradingPartnerComponent", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/TradingPartnerProcessingGroup": { - "post": { - "tags": [ - "component" - ], - "summary": "Creates a TradingPartnerProcessingGroup object.", - "operationId": "CreateTradingPartnerProcessingGroup", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object", - "properties": { - "processId": { - "type": "string" - } - } - }, - "DocumentRouting": { - "type": "object", - "properties": { - "StandardRoute": { - "type": "array", - "items": { - "type": "object" - } - }, - "processId": { - "type": "string" - } - } }, - "PartnerRouting": { - "type": "object", - "properties": { - "PartnerRoute": { - "type": "array", - "items": { - "type": "object" - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } }, - "processId": { - "type": "string" - } - } - }, - "TradingPartners": { - "type": "object", - "properties": { - "TradingPartner": { - "type": "array", - "items": { - "type": "object" - } + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object", + "properties": { + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DocumentRouting": { + "type": "object", + "properties": { + "StandardRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "PartnerRouting": { + "type": "object", + "properties": { + "PartnerRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "TradingPartners": { + "type": "object", + "properties": { + "TradingPartner": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object", + "properties": { + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DocumentRouting": { + "type": "object", + "properties": { + "StandardRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "PartnerRouting": { + "type": "object", + "properties": { + "PartnerRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "TradingPartners": { + "type": "object", + "properties": { + "TradingPartner": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } } - } - }, - "componentId": { - "type": "string" - }, - "componentName": { - "type": "string" - }, - "deleted": { - "type": "boolean" }, - "description": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "folderId": { - "type": "integer", - "format": "int64" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "folderName": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object", - "properties": { - "processId": { + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "component" + ], + "summary": "Deletes a TradingPartnerProcessingGroup object.", + "operationId": "DeleteTradingPartnerProcessingGroup", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { "type": "string" - } } - }, - "DocumentRouting": { - "type": "object", - "properties": { - "StandardRoute": { - "type": "array", - "items": { - "type": "object" + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - }, - "processId": { - "type": "string" - } } - }, - "PartnerRouting": { - "type": "object", - "properties": { - "PartnerRoute": { - "type": "array", - "items": { - "type": "object" - } - }, - "processId": { - "type": "string" - } - } - }, - "TradingPartners": { - "type": "object", - "properties": { - "TradingPartner": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "componentId": { - "type": "string" - }, - "componentName": { - "type": "string" - }, - "deleted": { - "type": "boolean" - }, - "description": { - "type": "string" - }, - "folderId": { - "type": "integer", - "format": "int64" - }, - "folderName": { - "type": "string" - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/TradingPartnerProcessingGroup/bulk": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves multiple TradingPartnerProcessingGroup objects by identifier.", - "operationId": "BulkTradingPartnerProcessingGroup", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } + }, + "/X12ConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for a X12ConnectorRecord object(s).", + "operationId": "QueryX12ConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } } - } }, - "type": { - "type": "string", - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + "required": false }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object" - }, - "DocumentRouting": { - "type": "object" - }, - "PartnerRouting": { - "type": "object" - }, - "TradingPartners": { - "type": "object" - }, - "componentId": { - "type": "string" - }, - "componentName": { - "type": "string" - }, - "deleted": { - "type": "boolean" - }, - "description": { - "type": "string" - }, - "folderId": { - "type": "integer", - "format": "int64" - }, - "folderName": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" } - } }, - "index": { - "type": "integer", - "format": "int32" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "agencyCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "appReceiverID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "appSenderID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "functionalID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "gsControl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "gsDate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "gsTime": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "gsVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isaAckReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isaAckStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isaControl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverIDQualifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderIDQualifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "stControl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "standard": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "standardID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "testIndicator": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "transactionSet": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "errorMessage": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "agencyCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "appReceiverID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "appSenderID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "functionalID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "gsControl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "gsDate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "gsTime": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "gsVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isaAckReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isaAckStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isaControl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverIDQualifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderIDQualifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "stControl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "standard": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "standardID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "testIndicator": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "transactionSet": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/TradingPartnerProcessingGroup/query": { - "post": { - "tags": [ - "component" - ], - "summary": "Queries for a TradingPartnerProcessingGroup object(s).", - "operationId": "QueryTradingPartnerProcessingGroup", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" + }, + "/X12ConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for a X12ConnectorRecord query.", + "operationId": "QueryMoreX12ConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } + }, + "required": true }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object" - }, - "DocumentRouting": { - "type": "object" - }, - "PartnerRouting": { - "type": "object" - }, - "TradingPartners": { - "type": "object" - }, - "componentId": { - "type": "string" - }, - "componentName": { - "type": "string" + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "deleted": { - "type": "boolean" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "description": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "folderId": { - "type": "integer", - "format": "int64" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "agencyCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "appReceiverID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "appSenderID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "functionalID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "gsControl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "gsDate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "gsTime": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "gsVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isaAckReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isaAckStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isaControl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverIDQualifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderIDQualifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "stControl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "standard": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "standardID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "testIndicator": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "transactionSet": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "folderName": { - "type": "string" + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "agencyCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "appReceiverID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "appSenderID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "functionalID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "gsControl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "gsDate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "gsTime": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "gsVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isaAckReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isaAckStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isaControl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverIDQualifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderIDQualifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "stControl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "standard": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "standardID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "testIndicator": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "transactionSet": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/TradingPartnerProcessingGroup/queryMore": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves additional results for a TradingPartnerProcessingGroup query.", - "operationId": "QueryMoreTradingPartnerProcessingGroup", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object" - }, - "DocumentRouting": { - "type": "object" + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/AccountCloudAttachmentProperties/response/{token}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an AccountCloudAttachmentProperties object by identifier.", + "operationId": "AsyncTokenAccountCloudAttachmentProperties", + "parameters": [ + { + "name": "token", + "in": "path", + "description": "Takes in the token from a previous call to return a result.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "PartnerRouting": { - "type": "object" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "TradingPartners": { - "type": "object" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "componentId": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountDiskUsage": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "as2Workload": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GENERAL", + "LOW_LATENCY_DEBUG" + ] + }, + "atomInputSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "atomOutputOverflowSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "atomWorkingOverflowSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "cloudAccountExecutionLimit": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "cloudAccountExecutionWarningOffset": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "downloadRunnerlogs": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "enableAccountDataArchiving": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "enableAtomWorkerWarmup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "flowControlParallelProcessTypeOverride": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "THREADS", + "PROCESSES" + ] + }, + "httpRequestRate": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpWorkload": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GENERAL", + "LOW_LATENCY_DEBUG", + "LOW_LATENCY" + ] + }, + "listenerMaxConcurrentExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "maxConnectorTrackDocs": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "minNumberofAtomWorkers": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "numberofAtomWorkers": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queueIncomingMessageRateLimit": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "sessionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "testModeMaxDocBytes": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "testModeMaxDocs": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerElasticScalingThreshold": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerMaxExecutionTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "workerMaxGeneralExecutionTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "workerMaxQueuedExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerMaxRunningExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerQueuedExecutionTimeout": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "AsyncOperationTokenResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "componentName": { - "type": "string" + "application/xml": { + "schema": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountDiskUsage": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "as2Workload": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GENERAL", + "LOW_LATENCY_DEBUG" + ] + }, + "atomInputSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "atomOutputOverflowSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "atomWorkingOverflowSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "cloudAccountExecutionLimit": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "cloudAccountExecutionWarningOffset": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "downloadRunnerlogs": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "enableAccountDataArchiving": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "enableAtomWorkerWarmup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "flowControlParallelProcessTypeOverride": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "THREADS", + "PROCESSES" + ] + }, + "httpRequestRate": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpWorkload": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GENERAL", + "LOW_LATENCY_DEBUG", + "LOW_LATENCY" + ] + }, + "listenerMaxConcurrentExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "maxConnectorTrackDocs": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "minNumberofAtomWorkers": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "numberofAtomWorkers": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queueIncomingMessageRateLimit": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "sessionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "testModeMaxDocBytes": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "testModeMaxDocs": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerElasticScalingThreshold": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerMaxExecutionTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "workerMaxGeneralExecutionTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "workerMaxQueuedExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerMaxRunningExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerQueuedExecutionTimeout": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "AsyncOperationTokenResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/AccountCloudAttachmentProperties/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an AccountCloudAttachmentProperties object by identifier.", + "operationId": "AsyncGetAccountCloudAttachmentProperties", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "deleted": { - "type": "boolean" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "description": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "folderId": { - "type": "integer", - "format": "int64" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "asyncToken", + "responseStatusCode" + ], + "type": "object", + "properties": { + "asyncToken": { + "required": [ + "token" + ], + "type": "object", + "properties": { + "token": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } }, - "folderName": { - "type": "string" + "application/json": { + "schema": { + "required": [ + "asyncToken", + "responseStatusCode" + ], + "type": "object", + "properties": { + "asyncToken": { + "required": [ + "token" + ], + "type": "object", + "properties": { + "token": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/TradingPartnerProcessingGroup/{id}": { - "get": { - "tags": [ - "component" - ], - "summary": "Retrieves an instance of a TradingPartnerProcessingGroup object.", - "operationId": "GetTradingPartnerProcessingGroup", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object", - "properties": { - "processId": { + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/AtomCounters/response/{token}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an AtomCounters object by identifier.", + "operationId": "AsyncTokenAtomCounters", + "parameters": [ + { + "name": "token", + "in": "path", + "description": "Takes in the token from a previous call to return a result.", + "required": true, + "schema": { "type": "string" - } } - }, - "DocumentRouting": { - "type": "object", - "properties": { - "StandardRoute": { - "type": "array", - "items": { - "type": "object" + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - }, - "processId": { - "type": "string" - } - } - }, - "PartnerRouting": { - "type": "object", - "properties": { - "PartnerRoute": { - "type": "array", - "items": { - "type": "object" + }, + "content": { + "application/json": { + "schema": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "counter": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + }, + "xml": { + "name": "AsyncOperationTokenResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "counter": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + }, + "xml": { + "name": "AsyncOperationTokenResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - }, - "processId": { - "type": "string" - } - } - }, - "TradingPartners": { - "type": "object", - "properties": { - "TradingPartner": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "componentId": { - "type": "string" - }, - "componentName": { - "type": "string" - }, - "deleted": { - "type": "boolean" - }, - "description": { - "type": "string" - }, - "folderId": { - "type": "integer", - "format": "int64" - }, - "folderName": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "post": { - "tags": [ - "component" - ], - "summary": "Modifies or updates a TradingPartnerProcessingGroup object.", - "operationId": "UpdateTradingPartnerProcessingGroup", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object", - "properties": { - "processId": { - "type": "string" } - } }, - "DocumentRouting": { - "type": "object", - "properties": { - "StandardRoute": { - "type": "array", - "items": { - "type": "object" - } - }, - "processId": { - "type": "string" - } - } + "403": { + "description": "Missing or incorrect authentication credentials." }, - "PartnerRouting": { - "type": "object", - "properties": { - "PartnerRoute": { - "type": "array", - "items": { - "type": "object" - } - }, - "processId": { - "type": "string" - } - } + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "TradingPartners": { - "type": "object", - "properties": { - "TradingPartner": { - "type": "array", - "items": { - "type": "object" - } + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/AtomCounters/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an AtomCounters object by identifier.", + "operationId": "AsyncGetAtomCounters", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "asyncToken", + "responseStatusCode" + ], + "type": "object", + "properties": { + "asyncToken": { + "required": [ + "token" + ], + "type": "object", + "properties": { + "token": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + }, + "application/json": { + "schema": { + "required": [ + "asyncToken", + "responseStatusCode" + ], + "type": "object", + "properties": { + "asyncToken": { + "required": [ + "token" + ], + "type": "object", + "properties": { + "token": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } } - } - }, - "componentId": { - "type": "string" - }, - "componentName": { - "type": "string" - }, - "deleted": { - "type": "boolean" }, - "description": { - "type": "string" + "403": { + "description": "Missing or incorrect authentication credentials." }, - "folderId": { - "type": "integer", - "format": "int64" + "410": { + "description": "Endpoint is invalid or no longer exists." }, - "folderName": { - "type": "string" + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object", - "properties": { - "processId": { + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/AtomDiskSpace/response/{token}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an AtomDiskSpace object by identifier.", + "operationId": "AsyncTokenAtomDiskSpace", + "parameters": [ + { + "name": "token", + "in": "path", + "description": "Takes in the token from a previous call to return a result.", + "required": true, + "schema": { "type": "string" - } } - }, - "DocumentRouting": { - "type": "object", - "properties": { - "StandardRoute": { - "type": "array", - "items": { - "type": "object" + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + }, + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } } - }, - "processId": { - "type": "string" - } - } - }, - "PartnerRouting": { - "type": "object", - "properties": { - "PartnerRoute": { - "type": "array", - "items": { - "type": "object" + }, + "content": { + "application/json": { + "schema": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "DiskSpaceDirectory": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "quotaLimit": { + "type": "string", + "xml": { + "attribute": true + } + }, + "rawQuotaLimit": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "rawTotalSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "totalSize": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "AsyncOperationTokenResult", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "DiskSpaceDirectory": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "quotaLimit": { + "type": "string", + "xml": { + "attribute": true + } + }, + "rawQuotaLimit": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "rawTotalSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "totalSize": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "AsyncOperationTokenResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - }, - "processId": { - "type": "string" - } - } - }, - "TradingPartners": { - "type": "object", - "properties": { - "TradingPartner": { - "type": "array", - "items": { - "type": "object" - } - } - } - }, - "componentId": { - "type": "string" - }, - "componentName": { - "type": "string" - }, - "deleted": { - "type": "boolean" - }, - "description": { - "type": "string" - }, - "folderId": { - "type": "integer", - "format": "int64" - }, - "folderName": { - "type": "string" - } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "delete": { - "tags": [ - "component" - ], - "summary": "Deletes a TradingPartnerProcessingGroup object.", - "operationId": "DeleteTradingPartnerProcessingGroup", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "security": [ + { + "basicAuth": [] + } + ] } - ] - } - }, - "/X12ConnectorRecord/query": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Queries for a X12ConnectorRecord object(s).", - "operationId": "QueryX12ConnectorRecord", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] + }, + "/async/AtomDiskSpace/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an AtomDiskSpace object by identifier.", + "operationId": "AsyncGetAtomDiskSpace", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" } - } } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string" - }, - "ackReport": { - "type": "string" - }, - "ackStatus": { - "type": "string" - }, - "actionType": { - "type": "string" - }, - "agencyCode": { - "type": "string" - }, - "appReceiverID": { - "type": "string" + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "appSenderID": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "atomId": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "connectorName": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "asyncToken", + "responseStatusCode" + ], + "type": "object", + "properties": { + "asyncToken": { + "required": [ + "token" + ], + "type": "object", + "properties": { + "token": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } }, - "connectorType": { - "type": "string" + "application/json": { + "schema": { + "required": [ + "asyncToken", + "responseStatusCode" + ], + "type": "object", + "properties": { + "asyncToken": { + "required": [ + "token" + ], + "type": "object", + "properties": { + "token": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/AtomSecurityPolicies/response/{token}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an AtomSecurityPolicies object by identifier.", + "operationId": "AsyncTokenAtomSecurityPolicies", + "parameters": [ + { + "name": "token", + "in": "path", + "description": "Takes in the token from a previous call to return a result.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "customFields": { - "type": "object" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "dateProcessed": { - "type": "string", - "format": "date-time" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "documentIndex": { - "type": "integer", - "format": "int32" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "atomId", + "common" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "browser": { + "type": "object" + }, + "common": { + "type": "object" + }, + "runner": { + "type": "object" + }, + "worker": { + "type": "object" + } + } + } + } + }, + "xml": { + "name": "AsyncOperationTokenResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "errorMessage": { - "type": "string" + "application/xml": { + "schema": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "atomId", + "common" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "browser": { + "type": "object" + }, + "common": { + "type": "object" + }, + "runner": { + "type": "object" + }, + "worker": { + "type": "object" + } + } + } + } + }, + "xml": { + "name": "AsyncOperationTokenResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/AtomSecurityPolicies/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an AtomSecurityPolicies object by identifier.", + "operationId": "AsyncGetAtomSecurityPolicies", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "executionId": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "functionalID": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "gsControl": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "asyncToken", + "responseStatusCode" + ], + "type": "object", + "properties": { + "asyncToken": { + "required": [ + "token" + ], + "type": "object", + "properties": { + "token": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } }, - "gsDate": { - "type": "string" + "application/json": { + "schema": { + "required": [ + "asyncToken", + "responseStatusCode" + ], + "type": "object", + "properties": { + "asyncToken": { + "required": [ + "token" + ], + "type": "object", + "properties": { + "token": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/ListQueues/response/{token}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves a ListQueues object by identifier.", + "operationId": "AsyncTokenListQueues", + "parameters": [ + { + "name": "token", + "in": "path", + "description": "Takes in the token from a previous call to return a result.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "gsTime": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "gsVersion": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "id": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "QueueRecord": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + }, + "xml": { + "name": "AsyncOperationTokenResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "isaAckReport": { - "type": "string" + "application/xml": { + "schema": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "QueueRecord": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + }, + "xml": { + "name": "AsyncOperationTokenResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/ListQueues/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves a ListQueues object by identifier.", + "operationId": "AsyncGetListQueues", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "isaAckStatus": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "isaControl": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "operationName": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "asyncToken", + "responseStatusCode" + ], + "type": "object", + "properties": { + "asyncToken": { + "required": [ + "token" + ], + "type": "object", + "properties": { + "token": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } }, - "outboundValidationReport": { - "type": "string" + "application/json": { + "schema": { + "required": [ + "asyncToken", + "responseStatusCode" + ], + "type": "object", + "properties": { + "asyncToken": { + "required": [ + "token" + ], + "type": "object", + "properties": { + "token": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/ListenerStatus/query": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves a ListenerStatus object by identifier.", + "operationId": "AsyncGetListenerStatus", + "requestBody": { + "description": " Possible properties include: listenerId, containerId", + "content": { + "application/json": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "application/xml": { + "schema": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "outboundValidationStatus": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "receiverID": { - "type": "string" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "receiverIDQualifier": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "asyncToken", + "responseStatusCode" + ], + "type": "object", + "properties": { + "asyncToken": { + "required": [ + "token" + ], + "type": "object", + "properties": { + "token": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } }, - "senderID": { - "type": "string" + "application/json": { + "schema": { + "required": [ + "asyncToken", + "responseStatusCode" + ], + "type": "object", + "properties": { + "asyncToken": { + "required": [ + "token" + ], + "type": "object", + "properties": { + "token": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/ListenerStatus/response/{token}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves a ListenerStatus object by identifier.", + "operationId": "AsyncTokenListenerStatus", + "parameters": [ + { + "name": "token", + "in": "path", + "description": "Takes in the token from a previous call to return a result.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "senderIDQualifier": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "size": { - "type": "integer", - "format": "int64" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "stControl": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "listenerId", + "status" + ], + "type": "object", + "properties": { + "connectorType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "listenerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "AsyncOperationTokenResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "standard": { - "type": "string" + "application/xml": { + "schema": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "listenerId", + "status" + ], + "type": "object", + "properties": { + "connectorType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "listenerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "AsyncOperationTokenResult", + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/PersistedProcessProperties/response/{token}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves a PersistedProcessProperties object by identifier.", + "operationId": "AsyncTokenPersistedProcessProperties", + "parameters": [ + { + "name": "token", + "in": "path", + "description": "Takes in the token from a previous call to return a result.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "standardID": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "successful": { - "type": "boolean" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "testIndicator": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/json": { + "schema": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "atomId" + ], + "type": "object", + "properties": { + "Process": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "AsyncOperationTokenResult", + "namespace": "http://api.platform.boomi.com/" + } + } }, - "transactionSet": { - "type": "string" + "application/xml": { + "schema": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "atomId" + ], + "type": "object", + "properties": { + "Process": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "AsyncOperationTokenResult", + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/X12ConnectorRecord/queryMore": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Retrieves additional results for a X12ConnectorRecord query.", - "operationId": "QueryMoreX12ConnectorRecord", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "queryToken": { - "type": "string" - }, - "result": { - "type": "array", - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string" - }, - "ackReport": { - "type": "string" - }, - "ackStatus": { - "type": "string" - }, - "actionType": { - "type": "string" - }, - "agencyCode": { - "type": "string" - }, - "appReceiverID": { - "type": "string" - }, - "appSenderID": { - "type": "string" - }, - "atomId": { - "type": "string" - }, - "connectorName": { - "type": "string" - }, - "connectorType": { - "type": "string" - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time" - }, - "documentIndex": { - "type": "integer", - "format": "int32" - }, - "errorMessage": { - "type": "string" - }, - "executionId": { - "type": "string" - }, - "functionalID": { - "type": "string" - }, - "gsControl": { - "type": "string" - }, - "gsDate": { - "type": "string" - }, - "gsTime": { - "type": "string" - }, - "gsVersion": { - "type": "string" - }, - "id": { - "type": "string" - }, - "isaAckReport": { - "type": "string" - }, - "isaAckStatus": { - "type": "string" - }, - "isaControl": { - "type": "string" - }, - "operationName": { - "type": "string" - }, - "outboundValidationReport": { - "type": "string" - }, - "outboundValidationStatus": { - "type": "string" - }, - "receiverID": { - "type": "string" - }, - "receiverIDQualifier": { - "type": "string" - }, - "senderID": { - "type": "string" - }, - "senderIDQualifier": { - "type": "string" - }, - "size": { - "type": "integer", - "format": "int64" - }, - "stControl": { - "type": "string" - }, - "standard": { - "type": "string" + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/PersistedProcessProperties/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves a PersistedProcessProperties object by identifier.", + "operationId": "AsyncGetPersistedProcessProperties", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "standardID": { - "type": "string" + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } }, - "successful": { - "type": "boolean" + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } }, - "testIndicator": { - "type": "string" + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + } + }, + "content": { + "application/xml": { + "schema": { + "required": [ + "asyncToken", + "responseStatusCode" + ], + "type": "object", + "properties": { + "asyncToken": { + "required": [ + "token" + ], + "type": "object", + "properties": { + "token": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } }, - "transactionSet": { - "type": "string" + "application/json": { + "schema": { + "required": [ + "asyncToken", + "responseStatusCode" + ], + "type": "object", + "properties": { + "asyncToken": { + "required": [ + "token" + ], + "type": "object", + "properties": { + "token": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } } - } } - } + }, + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + }, + "security": [ + { + "basicAuth": [] + } + ] } - ] } - }, - "/async/AccountCloudAttachmentProperties/response/{token}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an AccountCloudAttachmentProperties object by identifier.", - "operationId": "AsyncTokenAccountCloudAttachmentProperties", - "parameters": [ - { - "name": "token", - "in": "path", - "description": "Takes in the token from a previous call to return a result.", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "responseStatusCode": { - "type": "integer", - "format": "int32" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "accountDiskUsage": { - "type": "integer", - "format": "int64" - }, - "as2Workload": { - "type": "string", - "enum": [ - "GENERAL", - "LOW_LATENCY_DEBUG" - ] - }, - "atomInputSize": { - "type": "integer", - "format": "int64" - }, - "atomOutputOverflowSize": { - "type": "integer", - "format": "int64" - }, - "atomWorkingOverflowSize": { - "type": "integer", - "format": "int64" - }, - "cloudAccountExecutionLimit": { - "type": "integer", - "format": "int32" - }, - "cloudAccountExecutionWarningOffset": { - "type": "integer", - "format": "int32" - }, - "containerId": { - "type": "string" - }, - "downloadRunnerlogs": { - "type": "boolean" - }, - "enableAccountDataArchiving": { - "type": "boolean" - }, - "enableAtomWorkerWarmup": { - "type": "boolean" - }, - "flowControlParallelProcessTypeOverride": { - "type": "string", - "enum": [ - "NONE", - "THREADS", - "PROCESSES" - ] + }, + "components": { + "schemas": { + "AS2BasicAuthInfo": { + "type": "object", + "properties": { + "password": { + "type": "string", + "xml": { + "attribute": true + } + }, + "user": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AS2CommunicationOptions": { + "type": "object", + "properties": { + "AS2DefaultPartnerSettings": { + "required": [ + "clientSSLCertificate", + "sslCertificate", + "url" + ], + "type": "object", + "properties": { + "AuthSettings": { + "type": "object", + "properties": { + "password": { + "type": "string", + "xml": { + "attribute": true + } + }, + "user": { + "type": "string", + "xml": { + "attribute": true + } + } + } }, - "httpRequestRate": { - "type": "integer", - "format": "int32" + "authenticationType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "BASIC" + ] }, - "httpWorkload": { - "type": "string", - "enum": [ - "GENERAL", - "LOW_LATENCY_DEBUG", - "LOW_LATENCY" - ] + "clientSSLCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "passPhrase": { + "type": "string", + "xml": { + "attribute": true + } + } + } }, - "listenerMaxConcurrentExecutions": { - "type": "integer", - "format": "int32" + "sslCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } }, - "maxConnectorTrackDocs": { - "type": "integer", - "format": "int32" + "url": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } }, - "minNumberofAtomWorkers": { - "type": "integer", - "format": "int32" + "useDefaultSettings": { + "type": "boolean", + "xml": { + "attribute": true + } }, - "numberofAtomWorkers": { - "type": "integer", - "format": "int32" + "verifyHostname": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": false + } + } + }, + "AS2ReceiveOptions": { + "required": [ + "AS2DefaultPartnerInfo", + "AS2DefaultPartnerMDNOptions", + "AS2DefaultPartnerMessageOptions", + "AS2MyCompanyInfo" + ], + "type": "object", + "properties": { + "AS2DefaultPartnerInfo": { + "required": [ + "as2Id", + "clientSSLCertificate", + "encryptionPublicCertificate", + "mdnSignaturePublicCertificate", + "signingPublicCertificate" + ], + "type": "object", + "properties": { + "ListenAttachmentSettings": { + "type": "object" + }, + "ListenAuthSettings": { + "type": "object" + }, + "as2Id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "basicAuthEnabled": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": false + }, + "clientSSLCertificate": { + "type": "object" + }, + "enabledLegacySMIME": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "encryptionPublicCertificate": { + "type": "object" + }, + "mdnSignaturePublicCertificate": { + "type": "object" + }, + "messagesToCheckForDuplicates": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "rejectDuplicateMessages": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "signingPublicCertificate": { + "type": "object" + } + } }, - "queueIncomingMessageRateLimit": { - "type": "integer", - "format": "int32" + "AS2DefaultPartnerMDNOptions": { + "required": [ + "externalURL", + "mdnClientSSLCert", + "mdnSSLCert" + ], + "type": "object", + "properties": { + "externalURL": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "mdnClientSSLCert": { + "type": "object" + }, + "mdnDigestAlg": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SHA1", + "SHA224", + "SHA256", + "SHA384", + "SHA512" + ] + }, + "mdnSSLCert": { + "type": "object" + }, + "requestMDN": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "signed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "synchronous": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "sync", + "async" + ] + }, + "useExternalURL": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useSSL": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } }, - "sessionId": { - "type": "string" + "AS2DefaultPartnerMessageOptions": { + "required": [ + "subject" + ], + "type": "object", + "properties": { + "attachmentCache": { + "type": "string", + "xml": { + "attribute": true + } + }, + "attachmentOption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "BATCH", + "DOCUMENT_CACHE" + ] + }, + "compressed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "dataContentType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "textplain", + "binary", + "edifact", + "edix12", + "applicationxml", + "textxml" + ] + }, + "encrypted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "encryptionAlgorithm": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "na", + "tripledes", + "des", + "rc2-128", + "rc2-64", + "rc2-40", + "aes-128", + "aes-192", + "aes-256" + ] + }, + "maxDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "multipleAttachments": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "signed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "signingDigestAlg": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SHA1", + "SHA224", + "SHA256", + "SHA384", + "SHA512" + ] + }, + "subject": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } }, - "statusCode": { - "type": "integer", - "format": "int32" + "AS2MyCompanyInfo": { + "required": [ + "as2Id", + "encryptionPrivateCertificate", + "mdnSignaturePrivateCertificate", + "signingPrivateCertificate" + ], + "type": "object", + "properties": { + "as2Id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "enabledLegacySMIME": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "encryptionPrivateCertificate": { + "type": "object" + }, + "mdnSignaturePrivateCertificate": { + "type": "object" + }, + "signingPrivateCertificate": { + "type": "object" + } + } + } + } + }, + "AS2SendOptions": { + "required": [ + "AS2MDNOptions", + "AS2MessageOptions" + ], + "type": "object", + "properties": { + "AS2MDNOptions": { + "required": [ + "externalURL", + "mdnClientSSLCert", + "mdnSSLCert" + ], + "type": "object", + "properties": { + "externalURL": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "mdnClientSSLCert": { + "type": "object" + }, + "mdnDigestAlg": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SHA1", + "SHA224", + "SHA256", + "SHA384", + "SHA512" + ] + }, + "mdnSSLCert": { + "type": "object" + }, + "requestMDN": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "signed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "synchronous": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "sync", + "async" + ] + }, + "useExternalURL": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useSSL": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } }, - "testModeMaxDocBytes": { - "type": "integer", - "format": "int64" + "AS2MessageOptions": { + "required": [ + "subject" + ], + "type": "object", + "properties": { + "attachmentCache": { + "type": "string", + "xml": { + "attribute": true + } + }, + "attachmentOption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "BATCH", + "DOCUMENT_CACHE" + ] + }, + "compressed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "dataContentType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "textplain", + "binary", + "edifact", + "edix12", + "applicationxml", + "textxml" + ] + }, + "encrypted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "encryptionAlgorithm": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "na", + "tripledes", + "des", + "rc2-128", + "rc2-64", + "rc2-40", + "aes-128", + "aes-192", + "aes-256" + ] + }, + "maxDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "multipleAttachments": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "signed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "signingDigestAlg": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SHA1", + "SHA224", + "SHA256", + "SHA384", + "SHA512" + ] + }, + "subject": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } }, - "testModeMaxDocs": { - "type": "integer", - "format": "int32" + "AS2PartnerInfo": { + "required": [ + "as2Id", + "clientSSLCertificate", + "encryptionPublicCertificate", + "mdnSignaturePublicCertificate", + "signingPublicCertificate" + ], + "type": "object", + "properties": { + "ListenAttachmentSettings": { + "type": "object" + }, + "ListenAuthSettings": { + "type": "object" + }, + "as2Id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "basicAuthEnabled": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": false + }, + "clientSSLCertificate": { + "type": "object" + }, + "enabledLegacySMIME": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "encryptionPublicCertificate": { + "type": "object" + }, + "mdnSignaturePublicCertificate": { + "type": "object" + }, + "messagesToCheckForDuplicates": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "rejectDuplicateMessages": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "signingPublicCertificate": { + "type": "object" + } + } + } + } + }, + "AS2SendSettings": { + "required": [ + "clientSSLCertificate", + "sslCertificate", + "url" + ], + "type": "object", + "properties": { + "AuthSettings": { + "type": "object", + "properties": { + "password": { + "type": "string", + "xml": { + "attribute": true + } + }, + "user": { + "type": "string", + "xml": { + "attribute": true + } + } + } }, - "workerElasticScalingThreshold": { - "type": "integer", - "format": "int32" + "authenticationType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "BASIC" + ] }, - "workerMaxExecutionTime": { - "type": "integer", - "format": "int64" + "clientSSLCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "passPhrase": { + "type": "string", + "xml": { + "attribute": true + } + } + } }, - "workerMaxGeneralExecutionTime": { - "type": "integer", - "format": "int64" + "sslCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } }, - "workerMaxQueuedExecutions": { - "type": "integer", - "format": "int32" + "url": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } }, - "workerMaxRunningExecutions": { - "type": "integer", - "format": "int32" + "useDefaultSettings": { + "type": "boolean", + "xml": { + "attribute": true + } }, - "workerQueuedExecutionTimeout": { - "type": "integer", - "format": "int64" + "verifyHostname": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": false } - } } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/async/AccountCloudAttachmentProperties/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an AccountCloudAttachmentProperties object by identifier.", - "operationId": "AsyncGetAccountCloudAttachmentProperties", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "asyncToken", - "responseStatusCode" - ], - "type": "object", - "properties": { - "asyncToken": { - "required": [ - "token" - ], + }, + "CommunicationSetting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "default", + "custom", + "component" + ] + }, + "SharedCommunicationChannel": { "type": "object", "properties": { - "token": { - "type": "string" - } + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32" - } } - } } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/async/AtomCounters/response/{token}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an AtomCounters object by identifier.", - "operationId": "AsyncTokenAtomCounters", - "parameters": [ - { - "name": "token", - "in": "path", - "description": "Takes in the token from a previous call to return a result.", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "responseStatusCode": { - "type": "integer", - "format": "int32" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string" - }, - "counter": { - "type": "array", - "items": { - "type": "object" - } - } - } + "AS2ConnectorRecord": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" } - } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "as2FromId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "as2ToId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "contentLength": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "type": "object" + } + } + }, + "xml": { + "name": "customFields", + "namespace": "http://api.platform.boomi.com/" + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "filename": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "mdnMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "mimetype": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "subject": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "AS2ConnectorRecordExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "AS2ConnectorRecordGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AS2ConnectorRecordQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AS2ConnectorRecordQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "as2FromId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "as2ToId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "contentLength": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "type": "object" + } + } + }, + "xml": { + "name": "customFields", + "namespace": "http://api.platform.boomi.com/" + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "filename": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "mdnMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "mimetype": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "subject": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AS2ConnectorRecordSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AS2MDNOptions": { + "required": [ + "externalURL", + "mdnClientSSLCert", + "mdnSSLCert" + ], + "type": "object", + "properties": { + "externalURL": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "mdnClientSSLCert": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "passPhrase": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "mdnDigestAlg": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SHA1", + "SHA224", + "SHA256", + "SHA384", + "SHA512" + ] + }, + "mdnSSLCert": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "requestMDN": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "signed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "synchronous": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "sync", + "async" + ] + }, + "useExternalURL": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useSSL": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "AS2MessageOptions": { + "required": [ + "subject" + ], + "type": "object", + "properties": { + "attachmentCache": { + "type": "string", + "xml": { + "attribute": true + } + }, + "attachmentOption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "BATCH", + "DOCUMENT_CACHE" + ] + }, + "compressed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "dataContentType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "textplain", + "binary", + "edifact", + "edix12", + "applicationxml", + "textxml" + ] + }, + "encrypted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "encryptionAlgorithm": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "na", + "tripledes", + "des", + "rc2-128", + "rc2-64", + "rc2-40", + "aes-128", + "aes-192", + "aes-256" + ] + }, + "maxDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "multipleAttachments": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "signed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "signingDigestAlg": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SHA1", + "SHA224", + "SHA256", + "SHA384", + "SHA512" + ] + }, + "subject": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "AS2MyCompanyInfo": { + "required": [ + "as2Id", + "encryptionPrivateCertificate", + "mdnSignaturePrivateCertificate", + "signingPrivateCertificate" + ], + "type": "object", + "properties": { + "as2Id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "enabledLegacySMIME": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "encryptionPrivateCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "passPhrase": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "mdnSignaturePrivateCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "passPhrase": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "signingPrivateCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "passPhrase": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "AS2PartnerInfo": { + "required": [ + "as2Id", + "clientSSLCertificate", + "encryptionPublicCertificate", + "mdnSignaturePublicCertificate", + "signingPublicCertificate" + ], + "type": "object", + "properties": { + "ListenAttachmentSettings": { + "type": "object", + "properties": { + "attachmentCache": { + "type": "string", + "xml": { + "attribute": true + } + }, + "attachmentContentType": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "enum": [ + "application/xml", + "application/pdf", + "application/msword", + "image/tiff", + "image/jpeg", + "text/plain" + ] + }, + "default": "application/xml" + }, + "multipleAttachments": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "ListenAuthSettings": { + "type": "object", + "properties": { + "password": { + "type": "string", + "xml": { + "attribute": true + } + }, + "user": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "as2Id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "basicAuthEnabled": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": false + }, + "clientSSLCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "enabledLegacySMIME": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "encryptionPublicCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "mdnSignaturePublicCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "messagesToCheckForDuplicates": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "rejectDuplicateMessages": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "signingPublicCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "AS2ReceiveOptions": { + "required": [ + "AS2DefaultPartnerInfo", + "AS2DefaultPartnerMDNOptions", + "AS2DefaultPartnerMessageOptions", + "AS2MyCompanyInfo" + ], + "type": "object", + "properties": { + "AS2DefaultPartnerInfo": { + "required": [ + "as2Id", + "clientSSLCertificate", + "encryptionPublicCertificate", + "mdnSignaturePublicCertificate", + "signingPublicCertificate" + ], + "type": "object", + "properties": { + "ListenAttachmentSettings": { + "type": "object", + "properties": { + "attachmentCache": { + "type": "string", + "xml": { + "attribute": true + } + }, + "attachmentContentType": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "enum": [ + "application/xml", + "application/pdf", + "application/msword", + "image/tiff", + "image/jpeg", + "text/plain" + ] + }, + "default": "application/xml" + }, + "multipleAttachments": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "ListenAuthSettings": { + "type": "object", + "properties": { + "password": { + "type": "string", + "xml": { + "attribute": true + } + }, + "user": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "as2Id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "basicAuthEnabled": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": false + }, + "clientSSLCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "enabledLegacySMIME": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "encryptionPublicCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "mdnSignaturePublicCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "messagesToCheckForDuplicates": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "rejectDuplicateMessages": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "signingPublicCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "AS2DefaultPartnerMDNOptions": { + "required": [ + "externalURL", + "mdnClientSSLCert", + "mdnSSLCert" + ], + "type": "object", + "properties": { + "externalURL": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "mdnClientSSLCert": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "passPhrase": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "mdnDigestAlg": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SHA1", + "SHA224", + "SHA256", + "SHA384", + "SHA512" + ] + }, + "mdnSSLCert": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "requestMDN": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "signed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "synchronous": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "sync", + "async" + ] + }, + "useExternalURL": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useSSL": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "AS2DefaultPartnerMessageOptions": { + "required": [ + "subject" + ], + "type": "object", + "properties": { + "attachmentCache": { + "type": "string", + "xml": { + "attribute": true + } + }, + "attachmentOption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "BATCH", + "DOCUMENT_CACHE" + ] + }, + "compressed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "dataContentType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "textplain", + "binary", + "edifact", + "edix12", + "applicationxml", + "textxml" + ] + }, + "encrypted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "encryptionAlgorithm": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "na", + "tripledes", + "des", + "rc2-128", + "rc2-64", + "rc2-40", + "aes-128", + "aes-192", + "aes-256" + ] + }, + "maxDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "multipleAttachments": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "signed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "signingDigestAlg": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SHA1", + "SHA224", + "SHA256", + "SHA384", + "SHA512" + ] + }, + "subject": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "AS2MyCompanyInfo": { + "required": [ + "as2Id", + "encryptionPrivateCertificate", + "mdnSignaturePrivateCertificate", + "signingPrivateCertificate" + ], + "type": "object", + "properties": { + "as2Id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "enabledLegacySMIME": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "encryptionPrivateCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "passPhrase": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "mdnSignaturePrivateCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "passPhrase": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "signingPrivateCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "passPhrase": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + } + }, + "AS2SendOptions": { + "required": [ + "AS2MDNOptions", + "AS2MessageOptions" + ], + "type": "object", + "properties": { + "AS2MDNOptions": { + "required": [ + "externalURL", + "mdnClientSSLCert", + "mdnSSLCert" + ], + "type": "object", + "properties": { + "externalURL": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "mdnClientSSLCert": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "passPhrase": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "mdnDigestAlg": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SHA1", + "SHA224", + "SHA256", + "SHA384", + "SHA512" + ] + }, + "mdnSSLCert": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "requestMDN": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "signed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "synchronous": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "sync", + "async" + ] + }, + "useExternalURL": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useSSL": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "AS2MessageOptions": { + "required": [ + "subject" + ], + "type": "object", + "properties": { + "attachmentCache": { + "type": "string", + "xml": { + "attribute": true + } + }, + "attachmentOption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "BATCH", + "DOCUMENT_CACHE" + ] + }, + "compressed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "dataContentType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "textplain", + "binary", + "edifact", + "edix12", + "applicationxml", + "textxml" + ] + }, + "encrypted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "encryptionAlgorithm": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "na", + "tripledes", + "des", + "rc2-128", + "rc2-64", + "rc2-40", + "aes-128", + "aes-192", + "aes-256" + ] + }, + "maxDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "multipleAttachments": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "signed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "signingDigestAlg": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SHA1", + "SHA224", + "SHA256", + "SHA384", + "SHA512" + ] + }, + "subject": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "AS2PartnerInfo": { + "required": [ + "as2Id", + "clientSSLCertificate", + "encryptionPublicCertificate", + "mdnSignaturePublicCertificate", + "signingPublicCertificate" + ], + "type": "object", + "properties": { + "ListenAttachmentSettings": { + "type": "object", + "properties": { + "attachmentCache": { + "type": "string", + "xml": { + "attribute": true + } + }, + "attachmentContentType": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "enum": [ + "application/xml", + "application/pdf", + "application/msword", + "image/tiff", + "image/jpeg", + "text/plain" + ] + }, + "default": "application/xml" + }, + "multipleAttachments": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "ListenAuthSettings": { + "type": "object", + "properties": { + "password": { + "type": "string", + "xml": { + "attribute": true + } + }, + "user": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "as2Id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "basicAuthEnabled": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": false + }, + "clientSSLCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "enabledLegacySMIME": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "encryptionPublicCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "mdnSignaturePublicCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "messagesToCheckForDuplicates": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "rejectDuplicateMessages": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "signingPublicCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + } + }, + "AS2SendSettings": { + "required": [ + "clientSSLCertificate", + "sslCertificate", + "url" + ], + "type": "object", + "properties": { + "AuthSettings": { + "type": "object", + "properties": { + "password": { + "type": "string", + "xml": { + "attribute": true + } + }, + "user": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "authenticationType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "BASIC" + ] + }, + "clientSSLCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "passPhrase": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "sslCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "url": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "useDefaultSettings": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "verifyHostname": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": false + } + } + }, + "Account": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateCreated": { + "type": "string", + "xml": { + "attribute": true + } + }, + "expirationDate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "licensing": { + "type": "object", + "properties": { + "enterprise": { + "type": "object", + "properties": { + "purchased": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "used": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "enterpriseTest": { + "type": "object", + "properties": { + "purchased": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "used": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "smallBusiness": { + "type": "object", + "properties": { + "purchased": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "used": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "smallBusinessTest": { + "type": "object", + "properties": { + "purchased": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "used": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "standard": { + "type": "object", + "properties": { + "purchased": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "used": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "standardTest": { + "type": "object", + "properties": { + "purchased": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "used": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "tradingPartner": { + "type": "object", + "properties": { + "purchased": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "used": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "tradingPartnerTest": { + "type": "object", + "properties": { + "purchased": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "used": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + }, + "molecule": { + "type": "object", + "properties": { + "purchased": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "used": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "overDeployed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "trial", + "active", + "suspended", + "deleted", + "unlimited" + ] + }, + "suggestionsEnabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "supportAccess": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "supportLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "standard", + "premier" + ] + }, + "widgetAccount": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "AccountBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateCreated": { + "type": "string", + "xml": { + "attribute": true + } + }, + "expirationDate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "licensing": { + "type": "object", + "properties": { + "enterprise": { + "type": "object" + }, + "enterpriseTest": { + "type": "object" + }, + "smallBusiness": { + "type": "object" + }, + "smallBusinessTest": { + "type": "object" + }, + "standard": { + "type": "object" + }, + "standardTest": { + "type": "object" + }, + "tradingPartner": { + "type": "object" + }, + "tradingPartnerTest": { + "type": "object" + } + } + }, + "molecule": { + "type": "object", + "properties": { + "purchased": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "used": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "overDeployed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "trial", + "active", + "suspended", + "deleted", + "unlimited" + ] + }, + "suggestionsEnabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "supportAccess": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "supportLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "standard", + "premier" + ] + }, + "widgetAccount": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountCloudAttachmentProperties": { + "type": "object", + "properties": { + "accountDiskUsage": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "as2Workload": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GENERAL", + "LOW_LATENCY_DEBUG" + ] + }, + "atomInputSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "atomOutputOverflowSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "atomWorkingOverflowSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "cloudAccountExecutionLimit": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "cloudAccountExecutionWarningOffset": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "downloadRunnerlogs": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "enableAccountDataArchiving": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "enableAtomWorkerWarmup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "flowControlParallelProcessTypeOverride": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "THREADS", + "PROCESSES" + ] + }, + "httpRequestRate": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpWorkload": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GENERAL", + "LOW_LATENCY_DEBUG", + "LOW_LATENCY" + ] + }, + "listenerMaxConcurrentExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "maxConnectorTrackDocs": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "minNumberofAtomWorkers": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "numberofAtomWorkers": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queueIncomingMessageRateLimit": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "sessionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "testModeMaxDocBytes": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "testModeMaxDocs": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerElasticScalingThreshold": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerMaxExecutionTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "workerMaxGeneralExecutionTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "workerMaxQueuedExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerMaxRunningExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerQueuedExecutionTimeout": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + }, + "AccountCloudAttachmentPropertiesAsyncResponse": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountDiskUsage": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "as2Workload": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GENERAL", + "LOW_LATENCY_DEBUG" + ] + }, + "atomInputSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "atomOutputOverflowSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "atomWorkingOverflowSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "cloudAccountExecutionLimit": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "cloudAccountExecutionWarningOffset": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "downloadRunnerlogs": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "enableAccountDataArchiving": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "enableAtomWorkerWarmup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "flowControlParallelProcessTypeOverride": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "THREADS", + "PROCESSES" + ] + }, + "httpRequestRate": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpWorkload": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GENERAL", + "LOW_LATENCY_DEBUG", + "LOW_LATENCY" + ] + }, + "listenerMaxConcurrentExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "maxConnectorTrackDocs": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "minNumberofAtomWorkers": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "numberofAtomWorkers": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queueIncomingMessageRateLimit": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "sessionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "testModeMaxDocBytes": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "testModeMaxDocs": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerElasticScalingThreshold": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerMaxExecutionTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "workerMaxGeneralExecutionTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "workerMaxQueuedExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerMaxRunningExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerQueuedExecutionTimeout": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "AsyncOperationTokenResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountCloudAttachmentQuota": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxAtomAttachment": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "AccountCloudAttachmentQuotaBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountCloudAttachmentQuotaBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxAtomAttachment": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ACCOUNTID", + "DATECREATED", + "EXPIRATIONDATE", + "NAME", + "STATUS", + "WIDGETACCOUNT", + "OVERDEPLOYED" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "AccountGroup": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "autoSubscribeAlertLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AccountGroupAccount": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AccountGroupAccountExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountGroupId", + "accountId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "AccountGroupAccountGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountGroupId", + "accountId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountGroupAccountQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountGroupId", + "accountId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountGroupAccountQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountGroupAccountSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountGroupId", + "accountId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountGroupBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountGroupBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "autoSubscribeAlertLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountGroupExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "id", + "accountId", + "name", + "defaultGroup", + "autoSubscribeAlertLevel" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "AccountGroupGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "id", + "accountId", + "name", + "defaultGroup", + "autoSubscribeAlertLevel" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountGroupQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "id", + "accountId", + "name", + "defaultGroup", + "autoSubscribeAlertLevel" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountGroupQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "autoSubscribeAlertLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountGroupSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "id", + "accountId", + "name", + "defaultGroup", + "autoSubscribeAlertLevel" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountGroupUserRole": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "firstName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lastName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "notifyUser": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AccountGroupUserRoleExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountGroupId", + "userId", + "roleId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "AccountGroupUserRoleGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountGroupId", + "userId", + "roleId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountGroupUserRoleQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountGroupId", + "userId", + "roleId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountGroupUserRoleQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "firstName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lastName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "notifyUser": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountGroupUserRoleSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountGroupId", + "userId", + "roleId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ACCOUNTID", + "DATECREATED", + "EXPIRATIONDATE", + "NAME", + "STATUS", + "WIDGETACCOUNT", + "OVERDEPLOYED" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ACCOUNTID", + "DATECREATED", + "EXPIRATIONDATE", + "NAME", + "STATUS", + "WIDGETACCOUNT", + "OVERDEPLOYED" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateCreated": { + "type": "string", + "xml": { + "attribute": true + } + }, + "expirationDate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "licensing": { + "type": "object", + "properties": { + "enterprise": { + "type": "object" + }, + "enterpriseTest": { + "type": "object" + }, + "smallBusiness": { + "type": "object" + }, + "smallBusinessTest": { + "type": "object" + }, + "standard": { + "type": "object" + }, + "standardTest": { + "type": "object" + }, + "tradingPartner": { + "type": "object" + }, + "tradingPartnerTest": { + "type": "object" + } + } + }, + "molecule": { + "type": "object", + "properties": { + "purchased": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "used": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "overDeployed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "trial", + "active", + "suspended", + "deleted", + "unlimited" + ] + }, + "suggestionsEnabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "supportAccess": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "supportLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "standard", + "premier" + ] + }, + "widgetAccount": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountSSOConfig": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "assertionEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "authnContext": { + "type": "string", + "xml": { + "attribute": true + } + }, + "authnContextComparison": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certInfo": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fedIdFromNameId": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "idpUrl": { + "type": "string", + "xml": { + "attribute": true + } + }, + "nameIdPolicy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signoutRedirectUrl": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AccountSSOConfigBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountSSOConfigBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "assertionEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "authnContext": { + "type": "string", + "xml": { + "attribute": true + } + }, + "authnContextComparison": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certInfo": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fedIdFromNameId": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "idpUrl": { + "type": "string", + "xml": { + "attribute": true + } + }, + "nameIdPolicy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signoutRedirectUrl": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ACCOUNTID", + "DATECREATED", + "EXPIRATIONDATE", + "NAME", + "STATUS", + "WIDGETACCOUNT", + "OVERDEPLOYED" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountUserFederation": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "federationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AccountUserFederationExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountId", + "userId", + "federationId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "AccountUserFederationGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountId", + "userId", + "federationId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountUserFederationQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountId", + "userId", + "federationId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountUserFederationQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "federationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountUserFederationSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountId", + "userId", + "federationId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountUserRole": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "firstName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lastName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "notifyUser": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AccountUserRoleExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountId", + "userId", + "roleId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "AccountUserRoleGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountId", + "userId", + "roleId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountUserRoleQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountId", + "userId", + "roleId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountUserRoleQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "firstName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lastName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "notifyUser": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AccountUserRoleSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountId", + "userId", + "roleId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AllDocuments": { + "type": "object", + "properties": { + "documentStatus": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ANY", + "SUCCESS", + "ERROR" + ] + } + } + }, + "ApiUsageCount": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "errorCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "processDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "successCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + }, + "ApiUsageCountExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "processDate", + "classification", + "successCount", + "errorCount" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "ApiUsageCountGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "processDate", + "classification", + "successCount", + "errorCount" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ApiUsageCountQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "processDate", + "classification", + "successCount", + "errorCount" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ApiUsageCountQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "errorCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "processDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "successCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ApiUsageCountSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "processDate", + "classification", + "successCount", + "errorCount" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AsyncOperationTokenResult": { + "required": [ + "asyncToken", + "responseStatusCode" + ], + "type": "object", + "properties": { + "asyncToken": { + "required": [ + "token" + ], + "type": "object", + "properties": { + "token": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "AsyncToken": { + "required": [ + "token" + ], + "type": "object", + "properties": { + "token": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "Atom": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudOwnerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cluster": { + "type": "object", + "properties": { + "node": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "clusterProblem", + "hostName", + "nodeId", + "status" + ], + "type": "object", + "properties": { + "clusterProblem": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "hostName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "nodeId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "status": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateInstalled": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "forceRestartTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "hostName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "instanceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isCloudAttachment": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "purgeImmediate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + }, + "AtomAS2Artifacts": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "logDate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AtomBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AtomBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudOwnerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cluster": { + "type": "object", + "properties": { + "node": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateInstalled": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "forceRestartTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "hostName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "instanceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isCloudAttachment": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "purgeImmediate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AtomConnectionFieldExtensionSummary": { + "required": [ + "field" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "field": { + "type": "object", + "allOf": [ + { + "type": "object", + "properties": { + "componentOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "customProperties": { + "type": "object" + }, + "encryptedValueSet": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefault": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "usesEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + { + "type": "object", + "properties": { + "oauth2AuthorizationUrl": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AtomConnectionFieldExtensionSummaryExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "atomId", + "extensionGroupId", + "connectionId", + "fieldId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "AtomConnectionFieldExtensionSummaryGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "atomId", + "extensionGroupId", + "connectionId", + "fieldId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AtomConnectionFieldExtensionSummaryQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "atomId", + "extensionGroupId", + "connectionId", + "fieldId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AtomConnectionFieldExtensionSummaryQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "field" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "field": { + "type": "object", + "allOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AtomConnectionFieldExtensionSummarySimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "atomId", + "extensionGroupId", + "connectionId", + "fieldId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AtomConnectorVersions": { + "type": "object", + "properties": { + "ConnectorVersion": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "version": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AtomConnectorVersionsBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AtomConnectorVersionsBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "ConnectorVersion": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "version": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AtomCounters": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "counter": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "AtomCountersAsyncResponse": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "counter": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + } + } + } + }, + "xml": { + "name": "AsyncOperationTokenResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AtomDiskSpace": { + "type": "object", + "properties": { + "DiskSpaceDirectory": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "file": { + "type": "string", + "xml": { + "attribute": true + } + }, + "rawSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "size": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "quotaLimit": { + "type": "string", + "xml": { + "attribute": true + } + }, + "rawQuotaLimit": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "rawTotalSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "totalSize": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AtomDiskSpaceAsyncResponse": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "DiskSpaceDirectory": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "file": { + "type": "string", + "xml": { + "attribute": true + } + }, + "rawSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "size": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "quotaLimit": { + "type": "string", + "xml": { + "attribute": true + } + }, + "rawQuotaLimit": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "rawTotalSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "totalSize": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "AsyncOperationTokenResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AtomDiskSpaceDirectory": { + "type": "object", + "properties": { + "file": { + "type": "string", + "xml": { + "attribute": true + } + }, + "rawSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "size": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AtomExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "NOT_EQUALS", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "id", + "hostname", + "status", + "type", + "capabilities" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "AtomGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "NOT_EQUALS", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "id", + "hostname", + "status", + "type", + "capabilities" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AtomLog": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "includeBin": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "logDate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AtomPurge": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AtomQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "NOT_EQUALS", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "id", + "hostname", + "status", + "type", + "capabilities" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AtomQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudOwnerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cluster": { + "type": "object", + "properties": { + "node": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateInstalled": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "forceRestartTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "hostName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "instanceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isCloudAttachment": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "purgeImmediate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AtomSecurityPolicies": { + "required": [ + "atomId", + "common" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "browser": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "privilegeType" + ], + "type": "object", + "properties": { + "arguments": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "privilegeType": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "common": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "privilegeType" + ], + "type": "object", + "properties": { + "arguments": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "privilegeType": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "runner": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "privilegeType" + ], + "type": "object", + "properties": { + "arguments": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "privilegeType": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "worker": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "privilegeType" + ], + "type": "object", + "properties": { + "arguments": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "privilegeType": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + } + } + }, + "AtomSecurityPoliciesAsyncResponse": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "atomId", + "common" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "browser": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "common": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "runner": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "worker": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + } + } + }, + "xml": { + "name": "AsyncOperationTokenResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AtomSecurityPoliciesType": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "privilegeType" + ], + "type": "object", + "properties": { + "arguments": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "value" + ], + "type": "object", + "properties": { + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "privilegeType": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "AtomSecurityPolicy": { + "required": [ + "privilegeType" + ], + "type": "object", + "properties": { + "arguments": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "value" + ], + "type": "object", + "properties": { + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "privilegeType": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AtomSecurityPolicyArgumentType": { + "required": [ + "value" + ], + "type": "object", + "properties": { + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AtomSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "NOT_EQUALS", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "id", + "hostname", + "status", + "type", + "capabilities" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AtomStartupProperties": { + "type": "object", + "properties": { + "Property": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AtomStartupPropertiesBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AtomStartupPropertiesBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "Property": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AtomWorkerLog": { + "type": "object", + "properties": { + "workerId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AttachmentInfo": { + "type": "object", + "properties": { + "attachmentCache": { + "type": "string", + "xml": { + "attribute": true + } + }, + "attachmentContentType": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "enum": [ + "application/xml", + "application/pdf", + "application/msword", + "image/tiff", + "image/jpeg", + "text/plain" + ] + }, + "default": "application/xml" + }, + "multipleAttachments": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "AuditLog": { + "type": "object", + "properties": { + "AuditLogProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "previousValue": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "action": { + "type": "string", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "documentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "level": { + "type": "string", + "xml": { + "attribute": true + } + }, + "message": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "source": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AuditLogBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AuditLogBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "AuditLogProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "previousValue": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "action": { + "type": "string", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "documentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "level": { + "type": "string", + "xml": { + "attribute": true + } + }, + "message": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "source": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AuditLogExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "containerId", + "userId", + "date", + "type", + "action", + "modifier", + "level", + "source" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "AuditLogGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "containerId", + "userId", + "date", + "type", + "action", + "modifier", + "level", + "source" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AuditLogProperty": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "previousValue": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AuditLogQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "containerId", + "userId", + "date", + "type", + "action", + "modifier", + "level", + "source" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AuditLogQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "AuditLogProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "previousValue": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "action": { + "type": "string", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "documentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "level": { + "type": "string", + "xml": { + "attribute": true + } + }, + "message": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "source": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "AuditLogSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "containerId", + "userId", + "date", + "type", + "action", + "modifier", + "level", + "source" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "Branch": { + "type": "object", + "properties": { + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deploymentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ready": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "BranchBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "BranchBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deploymentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ready": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "BranchExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "BranchGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "BranchMergeRequest": { + "required": [ + "sourceBranchId", + "targetBranchId" + ], + "type": "object", + "properties": { + "ComponentMergeConfigs": { + "type": "object", + "properties": { + "ComponentMergeConfig": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "componentId" + ], + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "mergeScope": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mergeStrategy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "targetBranchId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "BranchQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "BranchQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deploymentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ready": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "BranchSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "BrowseField": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "BulkId": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ChangeListenerStatusRequest": { + "type": "object", + "properties": { + "action": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "restart", + "restart_all", + "pause", + "pause_all", + "resume", + "resume_all" + ] + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "listenerId": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "ChangeListenerStatusRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ClearQueueRequest": { + "required": [ + "AtomId", + "QueueName" + ], + "type": "object", + "properties": { + "AtomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "DLQ": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "QueueName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "SubscriberName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "Cloud": { + "type": "object", + "properties": { + "Atom": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "CloudAtom": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "CloudBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "CloudBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "Atom": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "CloudExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "id" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "CloudGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "id" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "CloudQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "id" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "CloudQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "Atom": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "CloudSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "id" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "CompDiffAttribute": { + "type": "object", + "properties": { + "idpart": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ignored": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "CompDiffConfig": { + "type": "object", + "properties": { + "CompDiffElement": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "CompDiffAttribute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "idpart": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ignored": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "ignored": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ordered": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "parent": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + } + } + }, + "CompDiffElement": { + "type": "object", + "properties": { + "CompDiffAttribute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "idpart": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ignored": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "ignored": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ordered": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "parent": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "Component": { + "required": [ + "description", + "encryptedValues", + "object", + "processOverrides" + ], + "type": "object", + "allOf": [ + { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + { + "type": "object", + "properties": { + "encryptedValues": { + "type": "object", + "properties": { + "encryptedValue": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "object": { + "type": "object", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processOverrides": { + "type": "object", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "folderFullPath": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + ] + }, + "ComponentAtomAttachment": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ComponentAtomAttachmentExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "atomId", + "componentId", + "componentType" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "ComponentAtomAttachmentGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "atomId", + "componentId", + "componentType" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ComponentAtomAttachmentQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "atomId", + "componentId", + "componentType" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ComponentAtomAttachmentQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ComponentAtomAttachmentSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "atomId", + "componentId", + "componentType" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ComponentBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ComponentBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "description", + "encryptedValues", + "object", + "processOverrides" + ], + "type": "object", + "allOf": [ + { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + { + "type": "object", + "properties": { + "encryptedValues": { + "type": "object" + }, + "description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "object": { + "type": "object", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processOverrides": { + "type": "object", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "folderFullPath": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + ] + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ComponentDiffRequest": { + "required": [ + "componentId", + "sourceVersion", + "targetVersion" + ], + "type": "object", + "properties": { + "CompDiffConfig": { + "type": "object", + "properties": { + "CompDiffElement": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "CompDiffAttribute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "ignored": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ordered": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "parent": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "targetVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "ComponentDiffRequestBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ComponentDiffRequestBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "componentId", + "sourceVersion", + "targetVersion" + ], + "type": "object", + "properties": { + "CompDiffConfig": { + "type": "object", + "properties": { + "CompDiffElement": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "targetVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ComponentEnvironmentAttachment": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ComponentEnvironmentAttachmentExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "componentId", + "componentType" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "ComponentEnvironmentAttachmentGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "componentId", + "componentType" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ComponentEnvironmentAttachmentQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "componentId", + "componentType" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ComponentEnvironmentAttachmentQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ComponentEnvironmentAttachmentSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "componentId", + "componentType" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ComponentInfo": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "ComponentMergeConfig": { + "required": [ + "componentId" + ], + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ComponentMergeConfigs": { + "type": "object", + "properties": { + "ComponentMergeConfig": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "componentId" + ], + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "ComponentMetadata": { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "ComponentMetadataBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ComponentMetadataBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ComponentMetadataExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountId", + "componentId", + "version", + "name", + "type", + "subType", + "createdDate", + "createdBy", + "modifiedDate", + "modifiedBy", + "deleted", + "currentVersion", + "folderName", + "folderId", + "copiedFromComponentId", + "copiedFromComponentVersion", + "branchName", + "branchId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "ComponentMetadataGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountId", + "componentId", + "version", + "name", + "type", + "subType", + "createdDate", + "createdBy", + "modifiedDate", + "modifiedBy", + "deleted", + "currentVersion", + "folderName", + "folderId", + "copiedFromComponentId", + "copiedFromComponentVersion", + "branchName", + "branchId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ComponentMetadataQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountId", + "componentId", + "version", + "name", + "type", + "subType", + "createdDate", + "createdBy", + "modifiedDate", + "modifiedBy", + "deleted", + "currentVersion", + "folderName", + "folderId", + "copiedFromComponentId", + "copiedFromComponentVersion", + "branchName", + "branchId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ComponentMetadataQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ComponentMetadataSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountId", + "componentId", + "version", + "name", + "type", + "subType", + "createdDate", + "createdBy", + "modifiedDate", + "modifiedBy", + "deleted", + "currentVersion", + "folderName", + "folderId", + "copiedFromComponentId", + "copiedFromComponentVersion", + "branchName", + "branchId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ComponentReference": { + "type": "object", + "properties": { + "references": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "DEPENDENT", + "INDEPENDENT" + ] + } + } + } + } + } + }, + "ComponentReferenceBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ComponentReferenceBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "references": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "DEPENDENT", + "INDEPENDENT" + ] + } + } + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ComponentReferenceExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "parentComponentId", + "parentVersion", + "componentId", + "type" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "ComponentReferenceGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "parentComponentId", + "parentVersion", + "componentId", + "type" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ComponentReferenceQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "parentComponentId", + "parentVersion", + "componentId", + "type" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ComponentReferenceQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "references": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "DEPENDENT", + "INDEPENDENT" + ] + } + } + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ComponentReferenceSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "parentComponentId", + "parentVersion", + "componentId", + "type" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "Connection": { + "type": "object", + "properties": { + "field": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "customProperties": { + "type": "object", + "properties": { + "properties": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "encryptedValueSet": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefault": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "usesEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ConnectionLicensingReport": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "Connections": { + "type": "object", + "properties": { + "connection": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "field": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "customProperties": { + "type": "object" + }, + "encryptedValueSet": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefault": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "usesEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "Connector": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ConnectorBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ConnectorBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ConnectorDocument": { + "type": "object", + "properties": { + "genericConnectorRecordId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ConnectorExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "type", + "name" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "ConnectorField": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ConnectorFields": { + "type": "object", + "properties": { + "connectorField": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "ConnectorGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "type", + "name" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ConnectorQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "type", + "name" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ConnectorQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ConnectorSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "type", + "name" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ConnectorVersion": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "version": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ContactInfo": { + "required": [ + "address1", + "address2", + "city", + "contactName", + "country", + "email", + "fax", + "phone", + "postalcode", + "state" + ], + "type": "object", + "properties": { + "address1": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "address2": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "city": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "contactName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "country": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "email": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fax": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "phone": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "postalcode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "state": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "Counter": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "CrossReference": { + "required": [ + "CrossReferenceRows" + ], + "type": "object", + "properties": { + "CrossReferenceRows": { + "type": "object", + "properties": { + "row": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "ref1": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref10": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref11": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref12": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref13": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref14": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref15": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref16": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref17": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref18": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref19": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref2": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref20": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref3": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref4": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref5": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref6": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref7": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref8": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref9": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "overrideValues": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "CrossReferenceInputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "refId": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "CrossReferenceOutputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "refId": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "CrossReferenceParameter": { + "type": "object", + "properties": { + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "refId": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "CrossReferenceRow": { + "type": "object", + "properties": { + "ref1": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref10": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref11": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref12": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref13": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref14": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref15": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref16": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref17": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref18": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref19": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref2": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref20": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref3": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref4": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref5": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref6": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref7": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref8": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref9": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "CrossReferenceRows": { + "type": "object", + "properties": { + "row": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "ref1": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref10": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref11": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref12": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref13": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref14": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref15": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref16": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref17": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref18": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref19": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref2": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref20": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref3": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref4": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref5": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref6": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref7": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref8": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref9": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "CrossReferences": { + "type": "object", + "properties": { + "crossReference": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "CrossReferenceRows" + ], + "type": "object", + "properties": { + "CrossReferenceRows": { + "type": "object", + "properties": { + "row": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "overrideValues": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "CustomPartnerInfo": { + "type": "object" + }, + "CustomProperties": { + "type": "object", + "properties": { + "properties": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "encrypted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "key": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "CustomTrackedField": { + "type": "object", + "properties": { + "label": { + "type": "string", + "xml": { + "attribute": true + } + }, + "position": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "character", + "datetime", + "number" + ] + } + } + }, + "CustomTrackedFieldExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "CustomTrackedFieldGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "CustomTrackedFieldQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "CustomTrackedFieldQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "label": { + "type": "string", + "xml": { + "attribute": true + } + }, + "position": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "character", + "datetime", + "number" + ] + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "CustomTrackedFieldSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "DefaultOFTPConnectionSettings": { + "required": [ + "myPartnerInfo" + ], + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "host": { + "type": "string", + "xml": { + "attribute": true + } + }, + "myPartnerInfo": { + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "encrypting-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "session-challenge-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfidsec-encrypt": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsec-sign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcmpr": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidpswd": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-eerp-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-signature-certificate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "port": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "sfidciph": { + "type": "integer", + "xml": { + "attribute": true + } + }, + "ssidauth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "tls": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useClientSSL": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useGateway": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "DefaultOFTPPartnerSendSettings": { + "type": "object", + "properties": { + "cd": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "operation": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfiddesc": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfiddsn": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DeployedExpiredCertificate": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificateId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificateName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificateType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "containerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "expirationDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "location": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DeployedExpiredCertificateExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "containerId", + "containerName", + "environmentId", + "environmentName", + "expirationBoundary" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "DeployedExpiredCertificateGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "containerId", + "containerName", + "environmentId", + "environmentName", + "expirationBoundary" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "DeployedExpiredCertificateQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "containerId", + "containerName", + "environmentId", + "environmentName", + "expirationBoundary" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "DeployedExpiredCertificateQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificateId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificateName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificateType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "containerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "expirationDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "location": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "DeployedExpiredCertificateSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "containerId", + "containerName", + "environmentId", + "environmentName", + "expirationBoundary" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "DeployedPackage": { + "type": "object", + "properties": { + "active": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deploymentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "DeployedPackageBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "DeployedPackageBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "active": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deploymentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "DeployedPackageExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "uid", + "notes", + "current", + "packageNotes", + "active", + "componentId", + "componentVersion", + "componentName", + "componentType", + "deployedBy", + "deployedDate", + "deploymentId", + "environmentId", + "environmentName", + "packageId", + "packageVersion", + "version", + "accountId", + "branch" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "DeployedPackageGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "uid", + "notes", + "current", + "packageNotes", + "active", + "componentId", + "componentVersion", + "componentName", + "componentType", + "deployedBy", + "deployedDate", + "deploymentId", + "environmentId", + "environmentName", + "packageId", + "packageVersion", + "version", + "accountId", + "branch" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "DeployedPackageQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "uid", + "notes", + "current", + "packageNotes", + "active", + "componentId", + "componentVersion", + "componentName", + "componentType", + "deployedBy", + "deployedDate", + "deploymentId", + "environmentId", + "environmentName", + "packageId", + "packageVersion", + "version", + "accountId", + "branch" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "DeployedPackageQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "active": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deploymentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "DeployedPackageSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "uid", + "notes", + "current", + "packageNotes", + "active", + "componentId", + "componentVersion", + "componentName", + "componentType", + "deployedBy", + "deployedDate", + "deploymentId", + "environmentId", + "environmentName", + "packageId", + "packageVersion", + "version", + "accountId", + "branch" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "DeployedProcess": { + "required": [ + "ProcessProperties", + "processId" + ], + "type": "object", + "properties": { + "ProcessProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "ProcessPropertyValue": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "ProcessProperties", + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "Deployment": { + "required": [ + "componentId", + "componentType", + "deployedBy", + "deployedOn", + "digest", + "environmentId", + "id", + "notes", + "processId" + ], + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "current": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedOn": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "digest": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "DeploymentBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "DeploymentBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "componentId", + "componentType", + "deployedBy", + "deployedOn", + "digest", + "environmentId", + "id", + "notes", + "processId" + ], + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "current": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedOn": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "digest": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "DeploymentExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "processId", + "componentId", + "componentType", + "current" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "DeploymentGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "processId", + "componentId", + "componentType", + "current" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "DeploymentQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "processId", + "componentId", + "componentType", + "current" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "DeploymentQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "componentId", + "componentType", + "deployedBy", + "deployedOn", + "digest", + "environmentId", + "id", + "notes", + "processId" + ], + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "current": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deployedOn": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "digest": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environmentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "DeploymentSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "processId", + "componentId", + "componentType", + "current" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "DiskCommunicationOptions": { + "type": "object", + "properties": { + "CommunicationSetting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "default", + "custom", + "component" + ] + }, + "DiskGetOptions": { + "required": [ + "fileFilter", + "getDirectory" + ], + "type": "object", + "properties": { + "deleteAfterRead": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fileFilter": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "filterMatchType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "wildcard", + "regex" + ] + }, + "getDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "maxFileCount": { + "type": "integer", + "xml": { + "attribute": true + } + }, + "useDefaultGetOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "DiskSendOptions": { + "required": [ + "sendDirectory" + ], + "type": "object", + "properties": { + "createDirectory": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sendDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "useDefaultSendOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "writeOption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "unique", + "over", + "append", + "abort" + ] + } + } + }, + "SharedCommunicationChannel": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "DiskGetOptions": { + "required": [ + "fileFilter", + "getDirectory" + ], + "type": "object", + "properties": { + "deleteAfterRead": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fileFilter": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "filterMatchType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "wildcard", + "regex" + ] + }, + "getDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "maxFileCount": { + "type": "integer", + "xml": { + "attribute": true + } + }, + "useDefaultGetOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "DiskSendOptions": { + "required": [ + "sendDirectory" + ], + "type": "object", + "properties": { + "createDirectory": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sendDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "useDefaultSendOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "writeOption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "unique", + "over", + "append", + "abort" + ] + } + } + }, + "DocCacheKeyInput": { + "type": "object", + "properties": { + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "keyId": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DocCacheKeyInputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "keyId": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "DocCacheProfileParameter": { + "type": "object", + "properties": { + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "key": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "tagListKey": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "DocCacheProfileParameters": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "key": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "tagListKey": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "Document": { + "type": "object", + "properties": { + "genericConnectorRecordId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DocumentCountAccount": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + }, + "DocumentCountAccountExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "atomId", + "processDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "DocumentCountAccountGroup": { + "type": "object", + "allOf": [ + { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + ] + }, + "DocumentCountAccountGroupExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountGroupId", + "processDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "DocumentCountAccountGroupGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountGroupId", + "processDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "DocumentCountAccountGroupQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountGroupId", + "processDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "DocumentCountAccountGroupQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "allOf": [ + { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + ] + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "DocumentCountAccountGroupSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountGroupId", + "processDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "DocumentCountAccountGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "atomId", + "processDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "DocumentCountAccountQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "atomId", + "processDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "DocumentCountAccountQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "DocumentCountAccountSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "atomId", + "processDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "DynamicProcessProperty": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "EDIFACTConnectorRecord": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackRequested": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "controllingAgency": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "type": "object" + } + } + }, + "xml": { + "name": "customFields", + "namespace": "http://api.platform.boomi.com/" + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "interchangeControlReference": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "interchangeDate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "interchangeTime": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageReferenceNumber": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "release": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "EDIFACTConnectorRecordExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "EDIFACTConnectorRecordGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EDIFACTConnectorRecordQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EDIFACTConnectorRecordQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackRequested": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "controllingAgency": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "type": "object" + } + } + }, + "xml": { + "name": "customFields", + "namespace": "http://api.platform.boomi.com/" + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "interchangeControlReference": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "interchangeDate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "interchangeTime": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageReferenceNumber": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "release": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EDIFACTConnectorRecordSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EdiCustomConnectorRecord": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "type": "object" + } + } + }, + "xml": { + "name": "customFields", + "namespace": "http://api.platform.boomi.com/" + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fromTradingPartner": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "toTradingPartner": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "EdiCustomConnectorRecordExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "EdiCustomConnectorRecordGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EdiCustomConnectorRecordQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EdiCustomConnectorRecordQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "type": "object" + } + } + }, + "xml": { + "name": "customFields", + "namespace": "http://api.platform.boomi.com/" + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fromTradingPartner": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "toTradingPartner": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EdiCustomConnectorRecordSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EdiDelimiter": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "EdiSegmentTerminator": { + "type": "object", + "properties": { + "segmentTerminatorSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "segmentTerminatorValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "newline", + "singlequote", + "tilde", + "carriagereturn", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "EdifactControlInfo": { + "required": [ + "UNBControlInfo", + "UNHControlInfo" + ], + "type": "object", + "properties": { + "UNBControlInfo": { + "type": "object", + "properties": { + "ackRequest": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "appReference": { + "type": "string", + "xml": { + "attribute": true + } + }, + "commAgreement": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeAddress": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeIdQual": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EDIFACTIDQUAL_NA", + "EDIFACTIDQUAL_1", + "EDIFACTIDQUAL_4", + "EDIFACTIDQUAL_5", + "EDIFACTIDQUAL_8", + "EDIFACTIDQUAL_9", + "EDIFACTIDQUAL_12", + "EDIFACTIDQUAL_14", + "EDIFACTIDQUAL_18", + "EDIFACTIDQUAL_22", + "EDIFACTIDQUAL_30", + "EDIFACTIDQUAL_31", + "EDIFACTIDQUAL_33", + "EDIFACTIDQUAL_34", + "EDIFACTIDQUAL_51", + "EDIFACTIDQUAL_52", + "EDIFACTIDQUAL_53", + "EDIFACTIDQUAL_54", + "EDIFACTIDQUAL_55", + "EDIFACTIDQUAL_57", + "EDIFACTIDQUAL_58", + "EDIFACTIDQUAL_59", + "EDIFACTIDQUAL_61", + "EDIFACTIDQUAL_63", + "EDIFACTIDQUAL_65", + "EDIFACTIDQUAL_80", + "EDIFACTIDQUAL_82", + "EDIFACTIDQUAL_84", + "EDIFACTIDQUAL_85", + "EDIFACTIDQUAL_86", + "EDIFACTIDQUAL_87", + "EDIFACTIDQUAL_89", + "EDIFACTIDQUAL_90", + "EDIFACTIDQUAL_91", + "EDIFACTIDQUAL_92", + "EDIFACTIDQUAL_103", + "EDIFACTIDQUAL_128", + "EDIFACTIDQUAL_129", + "EDIFACTIDQUAL_144", + "EDIFACTIDQUAL_145", + "EDIFACTIDQUAL_146", + "EDIFACTIDQUAL_147", + "EDIFACTIDQUAL_148", + "EDIFACTIDQUAL_Z01", + "EDIFACTIDQUAL_ZZZ", + "EDIFACTIDQUAL_ZZ" + ] + }, + "interchangeSubAddress": { + "type": "string", + "xml": { + "attribute": true + } + }, + "priority": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NA", + "A" + ] + }, + "referencePassword": { + "type": "string", + "xml": { + "attribute": true + } + }, + "referencePasswordQualifier": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NA", + "AA", + "BB" + ] + }, + "syntaxId": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNOA", + "UNOB", + "UNOC", + "UNOD", + "UNOE", + "UNOF" + ] + }, + "syntaxVersion": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EDIFACTSYNTAXVERSION_1", + "EDIFACTSYNTAXVERSION_2", + "EDIFACTSYNTAXVERSION_3" + ] + }, + "testIndicator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EDIFACTTEST_NA", + "EDIFACTTEST_1" + ] + } + } + }, + "UNGControlInfo": { + "type": "object", + "properties": { + "applicationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "applicationIdQual": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EDIFACTIDQUAL_NA", + "EDIFACTIDQUAL_1", + "EDIFACTIDQUAL_4", + "EDIFACTIDQUAL_5", + "EDIFACTIDQUAL_8", + "EDIFACTIDQUAL_9", + "EDIFACTIDQUAL_12", + "EDIFACTIDQUAL_14", + "EDIFACTIDQUAL_18", + "EDIFACTIDQUAL_22", + "EDIFACTIDQUAL_30", + "EDIFACTIDQUAL_31", + "EDIFACTIDQUAL_33", + "EDIFACTIDQUAL_34", + "EDIFACTIDQUAL_51", + "EDIFACTIDQUAL_52", + "EDIFACTIDQUAL_53", + "EDIFACTIDQUAL_54", + "EDIFACTIDQUAL_55", + "EDIFACTIDQUAL_57", + "EDIFACTIDQUAL_58", + "EDIFACTIDQUAL_59", + "EDIFACTIDQUAL_61", + "EDIFACTIDQUAL_63", + "EDIFACTIDQUAL_65", + "EDIFACTIDQUAL_80", + "EDIFACTIDQUAL_82", + "EDIFACTIDQUAL_84", + "EDIFACTIDQUAL_85", + "EDIFACTIDQUAL_86", + "EDIFACTIDQUAL_87", + "EDIFACTIDQUAL_89", + "EDIFACTIDQUAL_90", + "EDIFACTIDQUAL_91", + "EDIFACTIDQUAL_92", + "EDIFACTIDQUAL_103", + "EDIFACTIDQUAL_128", + "EDIFACTIDQUAL_129", + "EDIFACTIDQUAL_144", + "EDIFACTIDQUAL_145", + "EDIFACTIDQUAL_146", + "EDIFACTIDQUAL_147", + "EDIFACTIDQUAL_148", + "EDIFACTIDQUAL_Z01", + "EDIFACTIDQUAL_ZZZ", + "EDIFACTIDQUAL_ZZ" + ] + }, + "useFunctionalGroups": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "UNHControlInfo": { + "type": "object", + "properties": { + "assocAssignedCode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "commonAccessRef": { + "type": "string", + "xml": { + "attribute": true + } + }, + "controllingAgency": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "AA", + "AB", + "AC", + "AD", + "AE", + "CC", + "CE", + "EC", + "ED", + "EE", + "EN", + "ER", + "EU", + "EX", + "IA", + "KE", + "LI", + "OD", + "RI", + "RT", + "UN" + ] + }, + "release": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EDIFACTRELEASE_1", + "EDIFACTRELEASE_2", + "EDIFACTRELEASE_902", + "EDIFACTRELEASE_911", + "EDIFACTRELEASE_912", + "EDIFACTRELEASE_921", + "EDIFACTRELEASE_932", + "EDIFACTRELEASE_93A", + "EDIFACTRELEASE_94A", + "EDIFACTRELEASE_94B", + "EDIFACTRELEASE_95A", + "EDIFACTRELEASE_95B", + "EDIFACTRELEASE_96A", + "EDIFACTRELEASE_96B", + "EDIFACTRELEASE_97A", + "EDIFACTRELEASE_97B", + "EDIFACTRELEASE_98A", + "EDIFACTRELEASE_98B", + "EDIFACTRELEASE_99A", + "EDIFACTRELEASE_99B", + "EDIFACTRELEASE_00A", + "EDIFACTRELEASE_00B", + "EDIFACTRELEASE_01A", + "EDIFACTRELEASE_01B", + "EDIFACTRELEASE_02A", + "EDIFACTRELEASE_02B", + "EDIFACTRELEASE_03A", + "EDIFACTRELEASE_03B", + "EDIFACTRELEASE_04A", + "EDIFACTRELEASE_04B", + "EDIFACTRELEASE_05A", + "EDIFACTRELEASE_05B", + "EDIFACTRELEASE_06A", + "EDIFACTRELEASE_06B", + "EDIFACTRELEASE_07A", + "EDIFACTRELEASE_07B", + "EDIFACTRELEASE_08A", + "EDIFACTRELEASE_08B", + "EDIFACTRELEASE_09A", + "EDIFACTRELEASE_09B" + ] + }, + "version": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EDIFACTVERSION_1", + "EDIFACTVERSION_2", + "EDIFACTVERSION_4", + "EDIFACTVERSION_88", + "EDIFACTVERSION_89", + "EDIFACTVERSION_90", + "EDIFACTVERSION_D", + "EDIFACTVERSION_S" + ] + } + } + } + } + }, + "EdifactOptions": { + "required": [ + "compositeDelimiter", + "elementDelimiter", + "segmentTerminator" + ], + "type": "object", + "properties": { + "acknowledgementoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "donotackitem", + "ackitem" + ] + }, + "compositeDelimiter": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "elementDelimiter": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "envelopeoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "groupall", + "groupfg", + "groupmessage" + ] + }, + "filteracknowledgements": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "includeUNA": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundInterchangeValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundValidationOption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "filterError", + "failAll" + ] + }, + "rejectDuplicateUNB": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "segmentTerminator": { + "type": "object", + "properties": { + "segmentTerminatorSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "segmentTerminatorValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "newline", + "singlequote", + "tilde", + "carriagereturn", + "bytecharacter", + "othercharacter" + ] + } + } + } + } + }, + "EdifactPartnerInfo": { + "required": [ + "EdifactControlInfo", + "EdifactOptions" + ], + "type": "object", + "properties": { + "EdifactControlInfo": { + "required": [ + "UNBControlInfo", + "UNHControlInfo" + ], + "type": "object", + "properties": { + "UNBControlInfo": { + "type": "object", + "properties": { + "ackRequest": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "appReference": { + "type": "string", + "xml": { + "attribute": true + } + }, + "commAgreement": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeAddress": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeIdQual": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EDIFACTIDQUAL_NA", + "EDIFACTIDQUAL_1", + "EDIFACTIDQUAL_4", + "EDIFACTIDQUAL_5", + "EDIFACTIDQUAL_8", + "EDIFACTIDQUAL_9", + "EDIFACTIDQUAL_12", + "EDIFACTIDQUAL_14", + "EDIFACTIDQUAL_18", + "EDIFACTIDQUAL_22", + "EDIFACTIDQUAL_30", + "EDIFACTIDQUAL_31", + "EDIFACTIDQUAL_33", + "EDIFACTIDQUAL_34", + "EDIFACTIDQUAL_51", + "EDIFACTIDQUAL_52", + "EDIFACTIDQUAL_53", + "EDIFACTIDQUAL_54", + "EDIFACTIDQUAL_55", + "EDIFACTIDQUAL_57", + "EDIFACTIDQUAL_58", + "EDIFACTIDQUAL_59", + "EDIFACTIDQUAL_61", + "EDIFACTIDQUAL_63", + "EDIFACTIDQUAL_65", + "EDIFACTIDQUAL_80", + "EDIFACTIDQUAL_82", + "EDIFACTIDQUAL_84", + "EDIFACTIDQUAL_85", + "EDIFACTIDQUAL_86", + "EDIFACTIDQUAL_87", + "EDIFACTIDQUAL_89", + "EDIFACTIDQUAL_90", + "EDIFACTIDQUAL_91", + "EDIFACTIDQUAL_92", + "EDIFACTIDQUAL_103", + "EDIFACTIDQUAL_128", + "EDIFACTIDQUAL_129", + "EDIFACTIDQUAL_144", + "EDIFACTIDQUAL_145", + "EDIFACTIDQUAL_146", + "EDIFACTIDQUAL_147", + "EDIFACTIDQUAL_148", + "EDIFACTIDQUAL_Z01", + "EDIFACTIDQUAL_ZZZ", + "EDIFACTIDQUAL_ZZ" + ] + }, + "interchangeSubAddress": { + "type": "string", + "xml": { + "attribute": true + } + }, + "priority": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NA", + "A" + ] + }, + "referencePassword": { + "type": "string", + "xml": { + "attribute": true + } + }, + "referencePasswordQualifier": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NA", + "AA", + "BB" + ] + }, + "syntaxId": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNOA", + "UNOB", + "UNOC", + "UNOD", + "UNOE", + "UNOF" + ] + }, + "syntaxVersion": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EDIFACTSYNTAXVERSION_1", + "EDIFACTSYNTAXVERSION_2", + "EDIFACTSYNTAXVERSION_3" + ] + }, + "testIndicator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EDIFACTTEST_NA", + "EDIFACTTEST_1" + ] + } + } + }, + "UNGControlInfo": { + "type": "object", + "properties": { + "applicationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "applicationIdQual": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EDIFACTIDQUAL_NA", + "EDIFACTIDQUAL_1", + "EDIFACTIDQUAL_4", + "EDIFACTIDQUAL_5", + "EDIFACTIDQUAL_8", + "EDIFACTIDQUAL_9", + "EDIFACTIDQUAL_12", + "EDIFACTIDQUAL_14", + "EDIFACTIDQUAL_18", + "EDIFACTIDQUAL_22", + "EDIFACTIDQUAL_30", + "EDIFACTIDQUAL_31", + "EDIFACTIDQUAL_33", + "EDIFACTIDQUAL_34", + "EDIFACTIDQUAL_51", + "EDIFACTIDQUAL_52", + "EDIFACTIDQUAL_53", + "EDIFACTIDQUAL_54", + "EDIFACTIDQUAL_55", + "EDIFACTIDQUAL_57", + "EDIFACTIDQUAL_58", + "EDIFACTIDQUAL_59", + "EDIFACTIDQUAL_61", + "EDIFACTIDQUAL_63", + "EDIFACTIDQUAL_65", + "EDIFACTIDQUAL_80", + "EDIFACTIDQUAL_82", + "EDIFACTIDQUAL_84", + "EDIFACTIDQUAL_85", + "EDIFACTIDQUAL_86", + "EDIFACTIDQUAL_87", + "EDIFACTIDQUAL_89", + "EDIFACTIDQUAL_90", + "EDIFACTIDQUAL_91", + "EDIFACTIDQUAL_92", + "EDIFACTIDQUAL_103", + "EDIFACTIDQUAL_128", + "EDIFACTIDQUAL_129", + "EDIFACTIDQUAL_144", + "EDIFACTIDQUAL_145", + "EDIFACTIDQUAL_146", + "EDIFACTIDQUAL_147", + "EDIFACTIDQUAL_148", + "EDIFACTIDQUAL_Z01", + "EDIFACTIDQUAL_ZZZ", + "EDIFACTIDQUAL_ZZ" + ] + }, + "useFunctionalGroups": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "UNHControlInfo": { + "type": "object", + "properties": { + "assocAssignedCode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "commonAccessRef": { + "type": "string", + "xml": { + "attribute": true + } + }, + "controllingAgency": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "AA", + "AB", + "AC", + "AD", + "AE", + "CC", + "CE", + "EC", + "ED", + "EE", + "EN", + "ER", + "EU", + "EX", + "IA", + "KE", + "LI", + "OD", + "RI", + "RT", + "UN" + ] + }, + "release": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EDIFACTRELEASE_1", + "EDIFACTRELEASE_2", + "EDIFACTRELEASE_902", + "EDIFACTRELEASE_911", + "EDIFACTRELEASE_912", + "EDIFACTRELEASE_921", + "EDIFACTRELEASE_932", + "EDIFACTRELEASE_93A", + "EDIFACTRELEASE_94A", + "EDIFACTRELEASE_94B", + "EDIFACTRELEASE_95A", + "EDIFACTRELEASE_95B", + "EDIFACTRELEASE_96A", + "EDIFACTRELEASE_96B", + "EDIFACTRELEASE_97A", + "EDIFACTRELEASE_97B", + "EDIFACTRELEASE_98A", + "EDIFACTRELEASE_98B", + "EDIFACTRELEASE_99A", + "EDIFACTRELEASE_99B", + "EDIFACTRELEASE_00A", + "EDIFACTRELEASE_00B", + "EDIFACTRELEASE_01A", + "EDIFACTRELEASE_01B", + "EDIFACTRELEASE_02A", + "EDIFACTRELEASE_02B", + "EDIFACTRELEASE_03A", + "EDIFACTRELEASE_03B", + "EDIFACTRELEASE_04A", + "EDIFACTRELEASE_04B", + "EDIFACTRELEASE_05A", + "EDIFACTRELEASE_05B", + "EDIFACTRELEASE_06A", + "EDIFACTRELEASE_06B", + "EDIFACTRELEASE_07A", + "EDIFACTRELEASE_07B", + "EDIFACTRELEASE_08A", + "EDIFACTRELEASE_08B", + "EDIFACTRELEASE_09A", + "EDIFACTRELEASE_09B" + ] + }, + "version": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EDIFACTVERSION_1", + "EDIFACTVERSION_2", + "EDIFACTVERSION_4", + "EDIFACTVERSION_88", + "EDIFACTVERSION_89", + "EDIFACTVERSION_90", + "EDIFACTVERSION_D", + "EDIFACTVERSION_S" + ] + } + } + } + } + }, + "EdifactOptions": { + "required": [ + "compositeDelimiter", + "elementDelimiter", + "segmentTerminator" + ], + "type": "object", + "properties": { + "acknowledgementoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "donotackitem", + "ackitem" + ] + }, + "compositeDelimiter": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "elementDelimiter": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "envelopeoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "groupall", + "groupfg", + "groupmessage" + ] + }, + "filteracknowledgements": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "includeUNA": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundInterchangeValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundValidationOption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "filterError", + "failAll" + ] + }, + "rejectDuplicateUNB": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "segmentTerminator": { + "type": "object", + "properties": { + "segmentTerminatorSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "segmentTerminatorValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "newline", + "singlequote", + "tilde", + "carriagereturn", + "bytecharacter", + "othercharacter" + ] + } + } + } + } + } + } + }, + "Element": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "EncryptedValue": { + "type": "object", + "properties": { + "isSet": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "path": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "EncryptedValues": { + "type": "object", + "properties": { + "encryptedValue": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "isSet": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "path": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "Environment": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentAccount": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentEnvironment": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "EnvironmentAtomAttachment": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "EnvironmentAtomAttachmentExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "atomId", + "environmentId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "EnvironmentAtomAttachmentGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "atomId", + "environmentId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentAtomAttachmentQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "atomId", + "environmentId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentAtomAttachmentQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentAtomAttachmentSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "atomId", + "environmentId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentAccount": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentEnvironment": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentConnectionFieldExtensionSummary": { + "required": [ + "field" + ], + "type": "object", + "properties": { + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "field": { + "type": "object", + "allOf": [ + { + "type": "object", + "properties": { + "componentOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "customProperties": { + "type": "object" + }, + "encryptedValueSet": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefault": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "usesEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + { + "type": "object", + "properties": { + "oauth2AuthorizationUrl": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "EnvironmentConnectionFieldExtensionSummaryExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "extensionGroupId", + "connectionId", + "fieldId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "EnvironmentConnectionFieldExtensionSummaryGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "extensionGroupId", + "connectionId", + "fieldId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentConnectionFieldExtensionSummaryQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "extensionGroupId", + "connectionId", + "fieldId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentConnectionFieldExtensionSummaryQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "field" + ], + "type": "object", + "properties": { + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "field": { + "type": "object", + "allOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentConnectionFieldExtensionSummarySimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "extensionGroupId", + "connectionId", + "fieldId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "id", + "classification" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "EnvironmentExtensions": { + "required": [ + "PGPCertificates", + "connections", + "crossReferences", + "operations", + "processProperties", + "properties", + "sharedCommunications", + "tradingPartners" + ], + "type": "object", + "properties": { + "PGPCertificates": { + "type": "object", + "properties": { + "PGPCertificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefault": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "connections": { + "type": "object", + "properties": { + "connection": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "field": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "crossReferences": { + "type": "object", + "properties": { + "crossReference": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "CrossReferenceRows" + ], + "type": "object", + "properties": { + "CrossReferenceRows": { + "type": "object" + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "overrideValues": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operations": { + "type": "object", + "properties": { + "operation": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "field": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "partial": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "processProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "ProcessPropertyValue": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "properties": { + "type": "object", + "properties": { + "property": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "sharedCommunications": { + "type": "object", + "properties": { + "sharedCommunication": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "field": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "tradingPartners": { + "type": "object", + "properties": { + "tradingPartner": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "category": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + } + } + }, + "EnvironmentExtensionsBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentExtensionsBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "PGPCertificates", + "connections", + "crossReferences", + "operations", + "processProperties", + "properties", + "sharedCommunications", + "tradingPartners" + ], + "type": "object", + "properties": { + "PGPCertificates": { + "type": "object", + "properties": { + "PGPCertificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "connections": { + "type": "object", + "properties": { + "connection": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "crossReferences": { + "type": "object", + "properties": { + "crossReference": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operations": { + "type": "object", + "properties": { + "operation": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "partial": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "processProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "properties": { + "type": "object", + "properties": { + "property": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "sharedCommunications": { + "type": "object", + "properties": { + "sharedCommunication": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "tradingPartners": { + "type": "object", + "properties": { + "tradingPartner": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentExtensionsExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "extensionGroupId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "EnvironmentExtensionsGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "extensionGroupId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentExtensionsQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "extensionGroupId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentExtensionsQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "PGPCertificates", + "connections", + "crossReferences", + "operations", + "processProperties", + "properties", + "sharedCommunications", + "tradingPartners" + ], + "type": "object", + "properties": { + "PGPCertificates": { + "type": "object", + "properties": { + "PGPCertificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "connections": { + "type": "object", + "properties": { + "connection": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "crossReferences": { + "type": "object", + "properties": { + "crossReference": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operations": { + "type": "object", + "properties": { + "operation": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "partial": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "processProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "properties": { + "type": "object", + "properties": { + "property": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "sharedCommunications": { + "type": "object", + "properties": { + "sharedCommunication": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "tradingPartners": { + "type": "object", + "properties": { + "tradingPartner": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentExtensionsSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "extensionGroupId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "id", + "classification" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentMapExtension": { + "type": "object", + "properties": { + "Map": { + "required": [ + "BrowseSettings", + "DestinationProfile", + "DestinationProfileExtensions", + "ExtendedFunctions", + "ExtendedMappings", + "SourceProfile", + "SourceProfileExtensions" + ], + "type": "object", + "properties": { + "BrowseSettings": { + "required": [ + "DestinationBrowse", + "SourceBrowse" + ], + "type": "object", + "properties": { + "DestinationBrowse": { + "type": "object" + }, + "SourceBrowse": { + "type": "object" + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DestinationProfile": { + "type": "object", + "properties": { + "Node": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DestinationProfileExtensions": { + "type": "object", + "properties": { + "Node": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "ExtendedFunctions": { + "type": "object", + "properties": { + "Function": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "ExtendedMappings": { + "type": "object", + "properties": { + "Mapping": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "SourceProfile": { + "type": "object", + "properties": { + "Node": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "SourceProfileExtensions": { + "type": "object", + "properties": { + "Node": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mapId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "EnvironmentMapExtensionBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentMapExtensionBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "Map": { + "required": [ + "BrowseSettings", + "DestinationProfile", + "DestinationProfileExtensions", + "ExtendedFunctions", + "ExtendedMappings", + "SourceProfile", + "SourceProfileExtensions" + ], + "type": "object", + "properties": { + "BrowseSettings": { + "type": "object" + }, + "DestinationProfile": { + "type": "object" + }, + "DestinationProfileExtensions": { + "type": "object" + }, + "ExtendedFunctions": { + "type": "object" + }, + "ExtendedMappings": { + "type": "object" + }, + "SourceProfile": { + "type": "object" + }, + "SourceProfileExtensions": { + "type": "object" + } + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mapId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentMapExtensionExternalComponent": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "EnvironmentMapExtensionExternalComponentExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ACCOUNT_ID", + "ENVIRONMENT_MAP_EXTENSION_ID", + "PACKAGED_COMPONENT_UID", + "COMPONENT_ID", + "COMPONENT_VERSION", + "COMPONENT_NAME", + "COMPONENT_TYPE" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "EnvironmentMapExtensionExternalComponentGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ACCOUNT_ID", + "ENVIRONMENT_MAP_EXTENSION_ID", + "PACKAGED_COMPONENT_UID", + "COMPONENT_ID", + "COMPONENT_VERSION", + "COMPONENT_NAME", + "COMPONENT_TYPE" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentMapExtensionExternalComponentQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ACCOUNT_ID", + "ENVIRONMENT_MAP_EXTENSION_ID", + "PACKAGED_COMPONENT_UID", + "COMPONENT_ID", + "COMPONENT_VERSION", + "COMPONENT_NAME", + "COMPONENT_TYPE" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentMapExtensionExternalComponentQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentMapExtensionExternalComponentSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ACCOUNT_ID", + "ENVIRONMENT_MAP_EXTENSION_ID", + "PACKAGED_COMPONENT_UID", + "COMPONENT_ID", + "COMPONENT_VERSION", + "COMPONENT_NAME", + "COMPONENT_TYPE" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentMapExtensionUserDefinedFunction": { + "required": [ + "Inputs", + "Mappings", + "Outputs", + "Steps" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "default": { + "type": "string", + "xml": { + "attribute": true + } + }, + "key": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "Mappings": { + "type": "object", + "properties": { + "Mapping": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "fromFunction": { + "type": "string", + "xml": { + "attribute": true + } + }, + "fromKey": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "toFunction": { + "type": "string", + "xml": { + "attribute": true + } + }, + "toKey": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "key": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "Steps": { + "type": "object", + "properties": { + "Step": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Configuration", + "Inputs", + "Outputs" + ], + "type": "object", + "properties": { + "Configuration": { + "type": "object" + }, + "Inputs": { + "type": "object" + }, + "Outputs": { + "type": "object" + }, + "cacheType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "None", + "ByDocument", + "ByMap" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "position": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "Count", + "CurrentDate", + "DateFormat", + "LeftTrim", + "LineItemIncrement", + "MathABS", + "MathAdd", + "MathCeil", + "MathDivide", + "MathFloor", + "MathMultiply", + "MathSetPrecision", + "MathSubtract", + "NumberFormat", + "PropertyGet", + "PropertySet", + "RightTrim", + "RunningTotal", + "StringAppend", + "StringPrepend", + "StringRemove", + "StringReplace", + "StringToLower", + "StringToUpper", + "Sum", + "TrimWhitespace", + "StringConcat", + "StringSplit", + "SequentialValue", + "SimpleLookup", + "DocumentPropertyGet", + "DocumentPropertySet", + "CrossRefLookup", + "DocumentCacheLookup", + "CustomScripting", + "UserDefined", + "JapaneseCharacterConversion" + ] + } + } + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "EnvironmentMapExtensionUserDefinedFunctionBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentMapExtensionUserDefinedFunctionBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "Inputs", + "Mappings", + "Outputs", + "Steps" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Mappings": { + "type": "object", + "properties": { + "Mapping": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Steps": { + "type": "object", + "properties": { + "Step": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentMapExtensionUserDefinedFunctionSummary": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "EnvironmentMapExtensionUserDefinedFunctionSummaryExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "extensionGroupId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "EnvironmentMapExtensionUserDefinedFunctionSummaryGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "extensionGroupId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentMapExtensionUserDefinedFunctionSummaryQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "extensionGroupId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentMapExtensionUserDefinedFunctionSummaryQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentMapExtensionUserDefinedFunctionSummarySimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "extensionGroupId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentMapExtensionsSummary": { + "required": [ + "DestinationFieldSet", + "SourceFieldSet" + ], + "type": "object", + "properties": { + "DestinationFieldSet": { + "type": "object", + "properties": { + "BrowseField": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "SourceFieldSet": { + "type": "object", + "properties": { + "BrowseField": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mapId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "EnvironmentMapExtensionsSummaryExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "extensionGroupId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "EnvironmentMapExtensionsSummaryGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "extensionGroupId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentMapExtensionsSummaryQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "extensionGroupId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentMapExtensionsSummaryQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "DestinationFieldSet", + "SourceFieldSet" + ], + "type": "object", + "properties": { + "DestinationFieldSet": { + "type": "object", + "properties": { + "BrowseField": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "SourceFieldSet": { + "type": "object", + "properties": { + "BrowseField": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mapId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentMapExtensionsSummarySimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "extensionGroupId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "id", + "classification" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentAccount": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentEnvironment": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentRole": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "EnvironmentRoleBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentRoleBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentRoleExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "roleId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "EnvironmentRoleGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "roleId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentRoleQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "roleId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentRoleQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentRoleSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "roleId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EnvironmentSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "id", + "classification" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "Event": { + "required": [ + "accountId", + "atomId", + "atomName", + "classification", + "endTime", + "environment", + "error", + "errorType", + "erroredStepLabel", + "erroredStepType", + "eventDate", + "eventId", + "eventLevel", + "eventType", + "executionId", + "processId", + "processName", + "recordDate", + "startTime", + "status", + "title", + "topLevelProcessId", + "updateDate" + ], + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "classification": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "endTime": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environment": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "error": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "erroredStepLabel": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "erroredStepType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "eventDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "eventId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "eventLevel": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "eventType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inboundDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "recordDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "startTime": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "status": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "title": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "topLevelProcessId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "updateDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "EventExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "eventId", + "accountId", + "atomId", + "atomName", + "eventLevel", + "eventDate", + "status", + "eventType", + "executionId", + "title", + "updateDate", + "startTime", + "endTime", + "errorDocumentCount", + "inboundDocumentCount", + "outboundDocumentCount", + "processName", + "recordDate", + "error", + "environment", + "classification" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "EventGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "eventId", + "accountId", + "atomId", + "atomName", + "eventLevel", + "eventDate", + "status", + "eventType", + "executionId", + "title", + "updateDate", + "startTime", + "endTime", + "errorDocumentCount", + "inboundDocumentCount", + "outboundDocumentCount", + "processName", + "recordDate", + "error", + "environment", + "classification" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EventQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "eventId", + "accountId", + "atomId", + "atomName", + "eventLevel", + "eventDate", + "status", + "eventType", + "executionId", + "title", + "updateDate", + "startTime", + "endTime", + "errorDocumentCount", + "inboundDocumentCount", + "outboundDocumentCount", + "processName", + "recordDate", + "error", + "environment", + "classification" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EventQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "accountId", + "atomId", + "atomName", + "classification", + "endTime", + "environment", + "error", + "errorType", + "erroredStepLabel", + "erroredStepType", + "eventDate", + "eventId", + "eventLevel", + "eventType", + "executionId", + "processId", + "processName", + "recordDate", + "startTime", + "status", + "title", + "topLevelProcessId", + "updateDate" + ], + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "classification": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "endTime": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "environment": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "error": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "erroredStepLabel": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "erroredStepType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "eventDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "eventId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "eventLevel": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "eventType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inboundDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "recordDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "startTime": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "status": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "title": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "topLevelProcessId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "updateDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "EventSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "eventId", + "accountId", + "atomId", + "atomName", + "eventLevel", + "eventDate", + "status", + "eventType", + "executionId", + "title", + "updateDate", + "startTime", + "endTime", + "errorDocumentCount", + "inboundDocumentCount", + "outboundDocumentCount", + "processName", + "recordDate", + "error", + "environment", + "classification" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ExecutionArtifacts": { + "type": "object", + "properties": { + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ExecutionConnector": { + "type": "object", + "properties": { + "actionType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectorType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "errorCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "executionConnector": { + "type": "string", + "xml": { + "attribute": true + } + }, + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isStartShape": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "recordType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "successCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "ExecutionConnectorExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "executionId", + "connectorType", + "actionType", + "errorCount", + "successCount", + "size", + "isStartShape", + "recordType" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "ExecutionConnectorGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "executionId", + "connectorType", + "actionType", + "errorCount", + "successCount", + "size", + "isStartShape", + "recordType" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ExecutionConnectorQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "executionId", + "connectorType", + "actionType", + "errorCount", + "successCount", + "size", + "isStartShape", + "recordType" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ExecutionConnectorQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "actionType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectorType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "errorCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "executionConnector": { + "type": "string", + "xml": { + "attribute": true + } + }, + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isStartShape": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "recordType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "successCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ExecutionConnectorSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "executionId", + "connectorType", + "actionType", + "errorCount", + "successCount", + "size", + "isStartShape", + "recordType" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ExecutionCountAccount": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "failures": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "successes": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + }, + "ExecutionCountAccountExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "atomId", + "processDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "ExecutionCountAccountGroup": { + "type": "object", + "allOf": [ + { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "failures": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "successes": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + ] + }, + "ExecutionCountAccountGroupExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountGroupId", + "processDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "ExecutionCountAccountGroupGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountGroupId", + "processDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ExecutionCountAccountGroupQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountGroupId", + "processDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ExecutionCountAccountGroupQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "allOf": [ + { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "failures": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "successes": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + ] + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ExecutionCountAccountGroupSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountGroupId", + "processDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ExecutionCountAccountGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "atomId", + "processDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ExecutionCountAccountQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "atomId", + "processDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ExecutionCountAccountQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "failures": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "successes": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ExecutionCountAccountSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "atomId", + "processDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ExecutionRecord": { + "required": [ + "account", + "atomId", + "atomName", + "executionId", + "executionTime", + "executionType", + "launcherID", + "message", + "nodeId", + "originalExecutionId", + "parentExecutionId", + "processId", + "processName", + "recordedDate", + "reportKey", + "status", + "topLevelExecutionId" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionDuration": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionTime": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "exec_manual", + "exec_sched", + "exec_listener", + "exec_listener_bridge", + "exec_remote", + "retry_manual", + "retry_sched", + "fiber", + "sub_process", + "test_manual", + "test_sub_process", + "unknown" + ] + }, + "inboundDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inboundDocumentSize": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inboundErrorDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "launcherID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "nodeId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "originalExecutionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundDocumentSize": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "parentExecutionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "recordedDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "reportKey": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "status": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "topLevelExecutionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "ExecutionRecordExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "executionId", + "originalExecutionId", + "account", + "executionTime", + "status", + "executionType", + "processName", + "processId", + "atomName", + "atomId", + "inboundDocumentCount", + "outboundDocumentCount", + "executionDuration", + "message", + "reportKey", + "launcherId", + "nodeId", + "recordedDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "ExecutionRecordGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "executionId", + "originalExecutionId", + "account", + "executionTime", + "status", + "executionType", + "processName", + "processId", + "atomName", + "atomId", + "inboundDocumentCount", + "outboundDocumentCount", + "executionDuration", + "message", + "reportKey", + "launcherId", + "nodeId", + "recordedDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ExecutionRecordQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "executionId", + "originalExecutionId", + "account", + "executionTime", + "status", + "executionType", + "processName", + "processId", + "atomName", + "atomId", + "inboundDocumentCount", + "outboundDocumentCount", + "executionDuration", + "message", + "reportKey", + "launcherId", + "nodeId", + "recordedDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ExecutionRecordQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "atomId", + "atomName", + "executionId", + "executionTime", + "executionType", + "launcherID", + "message", + "nodeId", + "originalExecutionId", + "parentExecutionId", + "processId", + "processName", + "recordedDate", + "reportKey", + "status", + "topLevelExecutionId" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionDuration": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionTime": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "enum": [ + "exec_manual", + "exec_sched", + "exec_listener", + "exec_listener_bridge", + "exec_remote", + "retry_manual", + "retry_sched", + "fiber", + "sub_process", + "test_manual", + "test_sub_process", + "unknown" + ] + }, + "inboundDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inboundDocumentSize": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inboundErrorDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "launcherID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "message": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "nodeId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "originalExecutionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundDocumentSize": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "parentExecutionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "recordedDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "reportKey": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "status": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "topLevelExecutionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ExecutionRecordSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "executionId", + "originalExecutionId", + "account", + "executionTime", + "status", + "executionType", + "processName", + "processId", + "atomName", + "atomId", + "inboundDocumentCount", + "outboundDocumentCount", + "executionDuration", + "message", + "reportKey", + "launcherId", + "nodeId", + "recordedDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ExecutionRequest": { + "required": [ + "DynamicProcessProperties", + "ProcessProperties", + "atomId" + ], + "type": "object", + "properties": { + "DynamicProcessProperties": { + "type": "object", + "properties": { + "DynamicProcessProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "ProcessProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "ProcessPropertyValue": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "recordUrl": { + "type": "string", + "xml": { + "attribute": true + } + }, + "requestId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ExecutionRequestDynamicProcessProperties": { + "type": "object", + "properties": { + "DynamicProcessProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "ExecutionRequestProcessProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "ProcessPropertyValue": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "encryptedValueSet": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "key": { + "type": "string", + "xml": { + "attribute": true + } + }, + "label": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefault": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "usesEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "validate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "ExecutionSummaryRecord": { + "type": "object", + "properties": { + "accountID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "elapsedTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "elapsedVarSum": { + "type": "number", + "format": "double", + "xml": { + "attribute": true + } + }, + "executionCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "inboundDocCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "inboundDocSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "launchElapsedTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "launcherID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxElapsedTime": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "outboundDocCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "outboundDocSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "processID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "reportKey": { + "type": "string", + "xml": { + "attribute": true + } + }, + "returnDocCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "returnDocSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + } + }, + "timeBlock": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + } + } + }, + "ExecutionSummaryRecordExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "processId", + "timeBlock", + "atomId", + "status", + "reportKey", + "launcherId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "ExecutionSummaryRecordGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "processId", + "timeBlock", + "atomId", + "status", + "reportKey", + "launcherId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ExecutionSummaryRecordQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "processId", + "timeBlock", + "atomId", + "status", + "reportKey", + "launcherId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ExecutionSummaryRecordQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "elapsedTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "elapsedVarSum": { + "type": "number", + "format": "double", + "xml": { + "attribute": true + } + }, + "executionCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "inboundDocCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "inboundDocSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "launchElapsedTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "launcherID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxElapsedTime": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "outboundDocCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "outboundDocSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "processID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "reportKey": { + "type": "string", + "xml": { + "attribute": true + } + }, + "returnDocCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "returnDocSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + } + }, + "timeBlock": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ExecutionSummaryRecordSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "processId", + "timeBlock", + "atomId", + "status", + "reportKey", + "launcherId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "Expression": { + "type": "object" + }, + "FTPCommunicationOptions": { + "type": "object", + "properties": { + "CommunicationSetting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "default", + "custom", + "component" + ] + }, + "FTPGetOptions": { + "required": [ + "fileToMove", + "maxFileCount", + "remoteDirectory" + ], + "type": "object", + "properties": { + "fileToMove": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ftpAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "actionget", + "actiongetdelete", + "actiongetmove" + ] + }, + "maxFileCount": { + "type": "integer", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "remoteDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "transferType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ascii", + "binary" + ] + }, + "useDefaultGetOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "FTPSendOptions": { + "required": [ + "moveToDirectory", + "remoteDirectory" + ], + "type": "object", + "properties": { + "ftpAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "actionputrename", + "actionputappend", + "actionputerror", + "actionputoverwrite" + ] + }, + "moveToDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "remoteDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "transferType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ascii", + "binary" + ] + }, + "useDefaultSendOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "FTPSettings": { + "required": [ + "FTPSSLOptions", + "host", + "password", + "port", + "user" + ], + "type": "object", + "properties": { + "FTPSSLOptions": { + "required": [ + "clientSSLCertificate" + ], + "type": "object", + "properties": { + "clientSSLCertificate": { + "type": "object" + }, + "sslmode": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "explicit", + "implicit" + ] + }, + "useClientAuthentication": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "connectionMode": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "active", + "passive" + ] + }, + "host": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "password": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "port": { + "type": "integer", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "useDefaultSettings": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "user": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "SharedCommunicationChannel": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "FTPGetOptions": { + "required": [ + "fileToMove", + "maxFileCount", + "remoteDirectory" + ], + "type": "object", + "properties": { + "fileToMove": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ftpAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "actionget", + "actiongetdelete", + "actiongetmove" + ] + }, + "maxFileCount": { + "type": "integer", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "remoteDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "transferType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ascii", + "binary" + ] + }, + "useDefaultGetOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "FTPSSLOptions": { + "required": [ + "clientSSLCertificate" + ], + "type": "object", + "properties": { + "clientSSLCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "passPhrase": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "sslmode": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "explicit", + "implicit" + ] + }, + "useClientAuthentication": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "FTPSendOptions": { + "required": [ + "moveToDirectory", + "remoteDirectory" + ], + "type": "object", + "properties": { + "ftpAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "actionputrename", + "actionputappend", + "actionputerror", + "actionputoverwrite" + ] + }, + "moveToDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "remoteDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "transferType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ascii", + "binary" + ] + }, + "useDefaultSendOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "FTPSettings": { + "required": [ + "FTPSSLOptions", + "host", + "password", + "port", + "user" + ], + "type": "object", + "properties": { + "FTPSSLOptions": { + "required": [ + "clientSSLCertificate" + ], + "type": "object", + "properties": { + "clientSSLCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "passPhrase": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "sslmode": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "explicit", + "implicit" + ] + }, + "useClientAuthentication": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "connectionMode": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "active", + "passive" + ] + }, + "host": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "password": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "port": { + "type": "integer", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "useDefaultSettings": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "user": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "Field": { + "type": "object", + "properties": { + "componentOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "customProperties": { + "type": "object", + "properties": { + "properties": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "encrypted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "key": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "encryptedValueSet": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefault": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "usesEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "FieldSummary": { + "type": "object", + "allOf": [ + { + "type": "object", + "properties": { + "componentOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "customProperties": { + "type": "object", + "properties": { + "properties": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "encryptedValueSet": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefault": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "usesEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + { + "type": "object", + "properties": { + "oauth2AuthorizationUrl": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + ] + }, + "Folder": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object", + "properties": { + "RoleReference": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fullPath": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "FolderBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "FolderBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object", + "properties": { + "RoleReference": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fullPath": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "FolderExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountId", + "id", + "name", + "fullPath", + "deleted", + "parentId", + "parentName", + "permittedRoles" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "FolderGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountId", + "id", + "name", + "fullPath", + "deleted", + "parentId", + "parentName", + "permittedRoles" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "FolderQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountId", + "id", + "name", + "fullPath", + "deleted", + "parentId", + "parentName", + "permittedRoles" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "FolderQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "PermittedRoles": { + "type": "object", + "properties": { + "RoleReference": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fullPath": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "FolderSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountId", + "id", + "name", + "fullPath", + "deleted", + "parentId", + "parentName", + "permittedRoles" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "GSControlInfo": { + "type": "object", + "properties": { + "applicationcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "gsVersion": { + "type": "string", + "xml": { + "attribute": true + } + }, + "respagencycode": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "T", + "X" + ] + } + } + }, + "GenericConnectorRecord": { + "required": [ + "connectorFields", + "errorMessage", + "trackedFields" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "attribute": true + } + }, + "actionType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectorFields": { + "type": "object", + "properties": { + "connectorField": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "connectorType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionConnectorId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "incrementalDocumentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "operationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operationName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "retryable": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "startShape": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SUCCESS", + "ERROR" + ] + }, + "trackedFields": { + "type": "object", + "properties": { + "trackedField": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + } + } + }, + "GenericConnectorRecordBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "GenericConnectorRecordBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "connectorFields", + "errorMessage", + "trackedFields" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "attribute": true + } + }, + "actionType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectorFields": { + "type": "object", + "properties": { + "connectorField": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "connectorType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionConnectorId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "incrementalDocumentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "operationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operationName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "retryable": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "startShape": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SUCCESS", + "ERROR" + ] + }, + "trackedFields": { + "type": "object", + "properties": { + "trackedField": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "GenericConnectorRecordExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "id", + "executionConnectorId", + "executionId", + "connectionId", + "operationId", + "actionType", + "connectorType", + "atomId", + "dateProcessed", + "connectionName", + "operationName", + "errorMessage", + "status", + "documentIndex", + "incrementalDocumentIndex", + "size", + "startShape", + "retryable" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "GenericConnectorRecordGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "id", + "executionConnectorId", + "executionId", + "connectionId", + "operationId", + "actionType", + "connectorType", + "atomId", + "dateProcessed", + "connectionName", + "operationName", + "errorMessage", + "status", + "documentIndex", + "incrementalDocumentIndex", + "size", + "startShape", + "retryable" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "GenericConnectorRecordQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "id", + "executionConnectorId", + "executionId", + "connectionId", + "operationId", + "actionType", + "connectorType", + "atomId", + "dateProcessed", + "connectionName", + "operationName", + "errorMessage", + "status", + "documentIndex", + "incrementalDocumentIndex", + "size", + "startShape", + "retryable" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "GenericConnectorRecordQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "connectorFields", + "errorMessage", + "trackedFields" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "attribute": true + } + }, + "actionType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectorFields": { + "type": "object", + "properties": { + "connectorField": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "connectorType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionConnectorId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "incrementalDocumentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "operationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operationName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "retryable": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "startShape": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SUCCESS", + "ERROR" + ] + }, + "trackedFields": { + "type": "object", + "properties": { + "trackedField": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "GenericConnectorRecordSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "id", + "executionConnectorId", + "executionId", + "connectionId", + "operationId", + "actionType", + "connectorType", + "atomId", + "dateProcessed", + "connectionName", + "operationName", + "errorMessage", + "status", + "documentIndex", + "incrementalDocumentIndex", + "size", + "startShape", + "retryable" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "GroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "allOf": [ + { + "type": "object" + }, + { + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + } + ] + }, + "HDType": { + "type": "object", + "properties": { + "namespaceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "universalId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "universalIdType": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "HL7ConnectorRecord": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "acceptAckReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "acceptAckStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "type": "object" + } + } + }, + "xml": { + "name": "customFields", + "namespace": "http://api.platform.boomi.com/" + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isValidMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageControlId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverApplicationId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverFacilityId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderApplicationId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderFacilityId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "HL7ConnectorRecordExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "HL7ConnectorRecordGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "HL7ConnectorRecordQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "HL7ConnectorRecordQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "acceptAckReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "acceptAckStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "type": "object" + } + } + }, + "xml": { + "name": "customFields", + "namespace": "http://api.platform.boomi.com/" + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isValidMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageControlId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverApplicationId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverFacilityId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderApplicationId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderFacilityId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "version": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "HL7ConnectorRecordSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "HL7ControlInfo": { + "required": [ + "MSHControlInfo" + ], + "type": "object", + "properties": { + "MSHControlInfo": { + "required": [ + "Application", + "Facility", + "NetworkAddress", + "ProcessingId" + ], + "type": "object", + "properties": { + "Application": { + "type": "object", + "properties": { + "namespaceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "universalId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "universalIdType": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "Facility": { + "type": "object", + "properties": { + "namespaceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "universalId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "universalIdType": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "NetworkAddress": { + "type": "object", + "properties": { + "namespaceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "universalId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "universalIdType": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessingId": { + "type": "object", + "properties": { + "processingId": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "D", + "P", + "T" + ] + }, + "processingMode": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "A", + "R", + "I", + "T", + "NOT_PRESENT" + ] + } + } + } + } + } + } + }, + "HL7Options": { + "required": [ + "compositeDelimiter", + "elementDelimiter", + "segmentTerminator", + "subCompositeDelimiter" + ], + "type": "object", + "properties": { + "acceptackoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "AL", + "NE", + "ER", + "SU", + "NOT_DEFINED" + ] + }, + "appackoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "AL", + "NE", + "ER", + "SU", + "NOT_DEFINED" + ] + }, + "batchoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "batch" + ] + }, + "compositeDelimiter": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "elementDelimiter": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "filteracknowledgements": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundInterchangeValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundValidationOption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "filterError", + "failAll" + ] + }, + "rejectDuplicates": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "segmentTerminator": { + "type": "object", + "properties": { + "segmentTerminatorSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "segmentTerminatorValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "newline", + "singlequote", + "tilde", + "carriagereturn", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "subCompositeDelimiter": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + } + } + }, + "HL7PartnerInfo": { + "type": "object", + "properties": { + "HL7ControlInfo": { + "required": [ + "MSHControlInfo" + ], + "type": "object", + "properties": { + "MSHControlInfo": { + "required": [ + "Application", + "Facility", + "NetworkAddress", + "ProcessingId" + ], + "type": "object", + "properties": { + "Application": { + "type": "object" + }, + "Facility": { + "type": "object" + }, + "NetworkAddress": { + "type": "object" + }, + "ProcessingId": { + "type": "object" + } + } + } + } + }, + "HL7Options": { + "required": [ + "compositeDelimiter", + "elementDelimiter", + "segmentTerminator", + "subCompositeDelimiter" + ], + "type": "object", + "properties": { + "acceptackoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "AL", + "NE", + "ER", + "SU", + "NOT_DEFINED" + ] + }, + "appackoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "AL", + "NE", + "ER", + "SU", + "NOT_DEFINED" + ] + }, + "batchoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "batch" + ] + }, + "compositeDelimiter": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "elementDelimiter": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "filteracknowledgements": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundInterchangeValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundValidationOption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "filterError", + "failAll" + ] + }, + "rejectDuplicates": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "segmentTerminator": { + "type": "object", + "properties": { + "segmentTerminatorSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "segmentTerminatorValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "newline", + "singlequote", + "tilde", + "carriagereturn", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "subCompositeDelimiter": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + } + } + } + } + }, + "HTTPAuthSettings": { + "type": "object", + "properties": { + "password": { + "type": "string", + "xml": { + "attribute": true + } + }, + "user": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "HTTPCommunicationOptions": { + "type": "object", + "properties": { + "CommunicationSetting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "default", + "custom", + "component" + ] + }, + "HTTPGetOptions": { + "required": [ + "pathElements", + "requestHeaders", + "responseHeaderMapping" + ], + "type": "object", + "properties": { + "dataContentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "followRedirects": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "methodType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "POST", + "PUT", + "DELETE" + ] + }, + "pathElements": { + "type": "object", + "properties": { + "element": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "reflectHeaders": { + "type": "object", + "properties": { + "element": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "requestHeaders": { + "type": "object", + "properties": { + "header": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "requestProfile": { + "type": "string", + "xml": { + "attribute": true + } + }, + "requestProfileType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "XML", + "JSON" + ] + }, + "responseHeaderMapping": { + "type": "object", + "properties": { + "header": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "responseProfile": { + "type": "string", + "xml": { + "attribute": true + } + }, + "responseProfileType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "XML", + "JSON" + ] + }, + "returnErrors": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useDefaultOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "HTTPListenOptions": { + "type": "object", + "properties": { + "mimePassthrough": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "objectName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operationType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "password": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefaultListenOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "username": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "HTTPSendOptions": { + "required": [ + "pathElements", + "requestHeaders", + "responseHeaderMapping" + ], + "type": "object", + "properties": { + "dataContentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "followRedirects": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "methodType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "POST", + "PUT", + "DELETE" + ] + }, + "pathElements": { + "type": "object", + "properties": { + "element": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "reflectHeaders": { + "type": "object", + "properties": { + "element": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "requestHeaders": { + "type": "object", + "properties": { + "header": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "requestProfile": { + "type": "string", + "xml": { + "attribute": true + } + }, + "requestProfileType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "XML", + "JSON" + ] + }, + "responseHeaderMapping": { + "type": "object", + "properties": { + "header": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "responseProfile": { + "type": "string", + "xml": { + "attribute": true + } + }, + "responseProfileType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "XML", + "JSON" + ] + }, + "returnErrors": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "returnResponses": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useDefaultOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "HTTPSettings": { + "required": [ + "HTTPAuthSettings", + "HTTPSSLOptions" + ], + "type": "object", + "properties": { + "HTTPAuthSettings": { + "type": "object", + "properties": { + "password": { + "type": "string", + "xml": { + "attribute": true + } + }, + "user": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "HTTPOAuth2Settings": { + "required": [ + "accessTokenEndpoint", + "accessTokenParameters", + "authorizationParameters", + "authorizationTokenEndpoint", + "credentials", + "scope" + ], + "type": "object", + "properties": { + "accessTokenEndpoint": { + "type": "object" + }, + "accessTokenParameters": { + "type": "object" + }, + "authorizationParameters": { + "type": "object" + }, + "authorizationTokenEndpoint": { + "type": "object" + }, + "credentials": { + "type": "object" + }, + "grantType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "code", + "client_credentials", + "password" + ] + }, + "scope": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "HTTPOAuthSettings": { + "type": "object", + "properties": { + "accessToken": { + "type": "string", + "xml": { + "attribute": true + } + }, + "accessTokenURL": { + "type": "string", + "xml": { + "attribute": true + } + }, + "authorizationURL": { + "type": "string", + "xml": { + "attribute": true + } + }, + "consumerKey": { + "type": "string", + "xml": { + "attribute": true + } + }, + "consumerSecret": { + "type": "string", + "xml": { + "attribute": true + } + }, + "realm": { + "type": "string", + "xml": { + "attribute": true + } + }, + "requestTokenURL": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signatureMethod": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SHA1", + "SHA256" + ] + }, + "suppressBlankAccessToken": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "tokenSecret": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "HTTPSSLOptions": { + "type": "object", + "properties": { + "clientauth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "clientsslalias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "trustServerCert": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "trustedcertalias": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "authenticationType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "BASIC", + "PASSWORD_DIGEST", + "CUSTOM", + "OAUTH", + "OAUTH2" + ] + }, + "connectTimeout": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "cookieScope": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "IGNORED", + "GLOBAL", + "CONNECTOR_SHAPE" + ] + }, + "readTimeout": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "url": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useBasicAuth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useCustomAuth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useDefaultSettings": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "SharedCommunicationChannel": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "HTTPEndpoint": { + "required": [ + "sslOptions" + ], + "type": "object", + "properties": { + "sslOptions": { + "type": "object", + "properties": { + "clientauth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "clientsslalias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "trustServerCert": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "trustedcertalias": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "url": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "HTTPGetOptions": { + "required": [ + "pathElements", + "requestHeaders", + "responseHeaderMapping" + ], + "type": "object", + "properties": { + "dataContentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "followRedirects": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "methodType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "POST", + "PUT", + "DELETE" + ] + }, + "pathElements": { + "type": "object", + "properties": { + "element": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "reflectHeaders": { + "type": "object", + "properties": { + "element": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "requestHeaders": { + "type": "object", + "properties": { + "header": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "headerFieldName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "targetPropertyName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "requestProfile": { + "type": "string", + "xml": { + "attribute": true + } + }, + "requestProfileType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "XML", + "JSON" + ] + }, + "responseHeaderMapping": { + "type": "object", + "properties": { + "header": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "headerFieldName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "targetPropertyName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "responseProfile": { + "type": "string", + "xml": { + "attribute": true + } + }, + "responseProfileType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "XML", + "JSON" + ] + }, + "returnErrors": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useDefaultOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "HTTPListenOptions": { + "type": "object", + "properties": { + "mimePassthrough": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "objectName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operationType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "password": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefaultListenOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "username": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "HTTPOAuth2Settings": { + "required": [ + "accessTokenEndpoint", + "accessTokenParameters", + "authorizationParameters", + "authorizationTokenEndpoint", + "credentials", + "scope" + ], + "type": "object", + "properties": { + "accessTokenEndpoint": { + "required": [ + "sslOptions" + ], + "type": "object", + "properties": { + "sslOptions": { + "type": "object", + "properties": { + "clientauth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "clientsslalias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "trustServerCert": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "trustedcertalias": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "url": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "accessTokenParameters": { + "type": "object", + "properties": { + "parameter": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "authorizationParameters": { + "type": "object", + "properties": { + "parameter": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "authorizationTokenEndpoint": { + "required": [ + "sslOptions" + ], + "type": "object", + "properties": { + "sslOptions": { + "type": "object", + "properties": { + "clientauth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "clientsslalias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "trustServerCert": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "trustedcertalias": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "url": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "credentials": { + "type": "object", + "properties": { + "accessToken": { + "type": "string", + "xml": { + "attribute": true + } + }, + "accessTokenKey": { + "type": "string", + "xml": { + "attribute": true + } + }, + "clientId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "clientSecret": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useRefreshToken": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "grantType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "code", + "client_credentials", + "password" + ] + }, + "scope": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "HTTPOAuthCredentials": { + "type": "object", + "properties": { + "accessToken": { + "type": "string", + "xml": { + "attribute": true + } + }, + "accessTokenKey": { + "type": "string", + "xml": { + "attribute": true + } + }, + "clientId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "clientSecret": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useRefreshToken": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "HTTPOAuthSettings": { + "type": "object", + "properties": { + "accessToken": { + "type": "string", + "xml": { + "attribute": true + } + }, + "accessTokenURL": { + "type": "string", + "xml": { + "attribute": true + } + }, + "authorizationURL": { + "type": "string", + "xml": { + "attribute": true + } + }, + "consumerKey": { + "type": "string", + "xml": { + "attribute": true + } + }, + "consumerSecret": { + "type": "string", + "xml": { + "attribute": true + } + }, + "realm": { + "type": "string", + "xml": { + "attribute": true + } + }, + "requestTokenURL": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signatureMethod": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SHA1", + "SHA256" + ] + }, + "suppressBlankAccessToken": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "tokenSecret": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "HTTPPathElements": { + "type": "object", + "properties": { + "element": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "HTTPReflectHeaders": { + "type": "object", + "properties": { + "element": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "HTTPRequestHeaders": { + "type": "object", + "properties": { + "header": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "headerFieldName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "targetPropertyName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "HTTPRequestParameters": { + "type": "object", + "properties": { + "parameter": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "HTTPResponseHeaderMapping": { + "type": "object", + "properties": { + "header": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "headerFieldName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "targetPropertyName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "HTTPSSLOptions": { + "type": "object", + "properties": { + "clientauth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "clientsslalias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "trustServerCert": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "trustedcertalias": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "HTTPSendOptions": { + "required": [ + "pathElements", + "requestHeaders", + "responseHeaderMapping" + ], + "type": "object", + "properties": { + "dataContentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "followRedirects": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "methodType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "POST", + "PUT", + "DELETE" + ] + }, + "pathElements": { + "type": "object", + "properties": { + "element": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "reflectHeaders": { + "type": "object", + "properties": { + "element": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "requestHeaders": { + "type": "object", + "properties": { + "header": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "headerFieldName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "targetPropertyName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "requestProfile": { + "type": "string", + "xml": { + "attribute": true + } + }, + "requestProfileType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "XML", + "JSON" + ] + }, + "responseHeaderMapping": { + "type": "object", + "properties": { + "header": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "headerFieldName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "targetPropertyName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "responseProfile": { + "type": "string", + "xml": { + "attribute": true + } + }, + "responseProfileType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "XML", + "JSON" + ] + }, + "returnErrors": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "returnResponses": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useDefaultOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "HTTPSettings": { + "required": [ + "HTTPAuthSettings", + "HTTPSSLOptions" + ], + "type": "object", + "properties": { + "HTTPAuthSettings": { + "type": "object", + "properties": { + "password": { + "type": "string", + "xml": { + "attribute": true + } + }, + "user": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "HTTPOAuth2Settings": { + "required": [ + "accessTokenEndpoint", + "accessTokenParameters", + "authorizationParameters", + "authorizationTokenEndpoint", + "credentials", + "scope" + ], + "type": "object", + "properties": { + "accessTokenEndpoint": { + "required": [ + "sslOptions" + ], + "type": "object", + "properties": { + "sslOptions": { + "type": "object" + }, + "url": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "accessTokenParameters": { + "type": "object", + "properties": { + "parameter": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "authorizationParameters": { + "type": "object", + "properties": { + "parameter": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "authorizationTokenEndpoint": { + "required": [ + "sslOptions" + ], + "type": "object", + "properties": { + "sslOptions": { + "type": "object" + }, + "url": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "credentials": { + "type": "object", + "properties": { + "accessToken": { + "type": "string", + "xml": { + "attribute": true + } + }, + "accessTokenKey": { + "type": "string", + "xml": { + "attribute": true + } + }, + "clientId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "clientSecret": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useRefreshToken": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "grantType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "code", + "client_credentials", + "password" + ] + }, + "scope": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "HTTPOAuthSettings": { + "type": "object", + "properties": { + "accessToken": { + "type": "string", + "xml": { + "attribute": true + } + }, + "accessTokenURL": { + "type": "string", + "xml": { + "attribute": true + } + }, + "authorizationURL": { + "type": "string", + "xml": { + "attribute": true + } + }, + "consumerKey": { + "type": "string", + "xml": { + "attribute": true + } + }, + "consumerSecret": { + "type": "string", + "xml": { + "attribute": true + } + }, + "realm": { + "type": "string", + "xml": { + "attribute": true + } + }, + "requestTokenURL": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signatureMethod": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SHA1", + "SHA256" + ] + }, + "suppressBlankAccessToken": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "tokenSecret": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "HTTPSSLOptions": { + "type": "object", + "properties": { + "clientauth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "clientsslalias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "trustServerCert": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "trustedcertalias": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "authenticationType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "BASIC", + "PASSWORD_DIGEST", + "CUSTOM", + "OAUTH", + "OAUTH2" + ] + }, + "connectTimeout": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "cookieScope": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "IGNORED", + "GLOBAL", + "CONNECTOR_SHAPE" + ] + }, + "readTimeout": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "url": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useBasicAuth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useCustomAuth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useDefaultSettings": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "Header": { + "type": "object", + "properties": { + "headerFieldName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "targetPropertyName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ISAControlInfo": { + "type": "object", + "properties": { + "ackrequested": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "authorizationInformation": { + "type": "string", + "xml": { + "attribute": true + } + }, + "authorizationInformationQualifier": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "X12AUTHQUAL_00", + "X12AUTHQUAL_01", + "X12AUTHQUAL_02", + "X12AUTHQUAL_03", + "X12AUTHQUAL_04", + "X12AUTHQUAL_05" + ] + }, + "componentElementSeparator": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeIdQualifier": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "X12IDQUAL_01", + "X12IDQUAL_02", + "X12IDQUAL_03", + "X12IDQUAL_04", + "X12IDQUAL_07", + "X12IDQUAL_08", + "X12IDQUAL_09", + "X12IDQUAL_10", + "X12IDQUAL_11", + "X12IDQUAL_12", + "X12IDQUAL_13", + "X12IDQUAL_14", + "X12IDQUAL_15", + "X12IDQUAL_16", + "X12IDQUAL_17", + "X12IDQUAL_18", + "X12IDQUAL_19", + "X12IDQUAL_20", + "X12IDQUAL_21", + "X12IDQUAL_22", + "X12IDQUAL_23", + "X12IDQUAL_24", + "X12IDQUAL_25", + "X12IDQUAL_26", + "X12IDQUAL_27", + "X12IDQUAL_28", + "X12IDQUAL_29", + "X12IDQUAL_30", + "X12IDQUAL_31", + "X12IDQUAL_32", + "X12IDQUAL_33", + "X12IDQUAL_34", + "X12IDQUAL_NR", + "X12IDQUAL_ZZ" + ] + }, + "securityInformation": { + "type": "string", + "xml": { + "attribute": true + } + }, + "securityInformationQualifier": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "X12SECQUAL_00", + "X12SECQUAL_01" + ] + }, + "standardIdentification": { + "type": "string", + "xml": { + "attribute": true + } + }, + "testindicator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "P", + "T" + ] + }, + "version": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "InstallerToken": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "created": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "durationMinutes": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "expiration": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "installType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CLOUD", + "ATOM", + "MOLECULE", + "BROKER", + "GATEWAY" + ] + }, + "token": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "IntegrationPack": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "installationType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SINGLE", + "MULTI" + ] + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "IntegrationPackAtomAttachment": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "IntegrationPackAtomAttachmentExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "atomId", + "integrationPackInstanceId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "IntegrationPackAtomAttachmentGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "atomId", + "integrationPackInstanceId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPackAtomAttachmentQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "atomId", + "integrationPackInstanceId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPackAtomAttachmentQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPackAtomAttachmentSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "atomId", + "integrationPackInstanceId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPackBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPackBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "installationType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SINGLE", + "MULTI" + ] + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPackEnvironmentAttachment": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "IntegrationPackEnvironmentAttachmentExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "integrationPackInstanceId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "IntegrationPackEnvironmentAttachmentGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "integrationPackInstanceId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPackEnvironmentAttachmentQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "integrationPackInstanceId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPackEnvironmentAttachmentQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPackEnvironmentAttachmentSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "integrationPackInstanceId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPackExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "id", + "installationType" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "IntegrationPackGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "id", + "installationType" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPackInstance": { + "type": "object", + "properties": { + "ProcessId": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "originalProcessId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "wrapperProcessId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackOverrideName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "IntegrationPackInstanceBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPackInstanceBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "ProcessId": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "originalProcessId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "wrapperProcessId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackOverrideName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPackInstanceExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "integrationPackOverrideName", + "integrationPackName", + "integrationPackId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "IntegrationPackInstanceGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "integrationPackOverrideName", + "integrationPackName", + "integrationPackId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPackInstanceQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "integrationPackOverrideName", + "integrationPackName", + "integrationPackId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPackInstanceQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "ProcessId": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "originalProcessId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "wrapperProcessId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackOverrideName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPackInstanceSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "integrationPackOverrideName", + "integrationPackName", + "integrationPackId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPackQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "id", + "installationType" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPackQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "installationType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SINGLE", + "MULTI" + ] + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPackSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "id", + "installationType" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "JavaCorretto8Upgrade": { + "type": "object", + "allOf": [ + { + "type": "object", + "properties": { + "JavaUpgradeOptions": { + "required": [ + "cacertsPath", + "externalJDKPath", + "prefJreLocation" + ], + "type": "object", + "properties": { + "cacertsPath": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "externalJDKPath": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "migrateCertificate": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "prefJreLocation": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + ] + }, + "JavaRollback": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "JavaUpgrade": { + "type": "object", + "properties": { + "JavaUpgradeOptions": { + "required": [ + "cacertsPath", + "externalJDKPath", + "prefJreLocation" + ], + "type": "object", + "properties": { + "cacertsPath": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "externalJDKPath": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "migrateCertificate": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "prefJreLocation": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "JavaUpgradeOptions": { + "required": [ + "cacertsPath", + "externalJDKPath", + "prefJreLocation" + ], + "type": "object", + "properties": { + "cacertsPath": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "externalJDKPath": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "migrateCertificate": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "prefJreLocation": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "License": { + "type": "object", + "properties": { + "purchased": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "used": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "Licensing": { + "type": "object", + "properties": { + "enterprise": { + "type": "object", + "properties": { + "purchased": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "used": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "enterpriseTest": { + "type": "object", + "properties": { + "purchased": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "used": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "smallBusiness": { + "type": "object", + "properties": { + "purchased": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "used": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "smallBusinessTest": { + "type": "object", + "properties": { + "purchased": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "used": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "standard": { + "type": "object", + "properties": { + "purchased": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "used": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "standardTest": { + "type": "object", + "properties": { + "purchased": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "used": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "tradingPartner": { + "type": "object", + "properties": { + "purchased": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "used": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "tradingPartnerTest": { + "type": "object", + "properties": { + "purchased": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "used": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + }, + "ListQueues": { + "type": "object", + "properties": { + "QueueRecord": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "deadLettersCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "messagesCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "queueName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "queueType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "topicSubscribers": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "SubscriberName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deadLettersCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "messageCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + } + } + } + } + }, + "ListQueuesAsyncResponse": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "QueueRecord": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "deadLettersCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "messagesCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "queueName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "queueType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "topicSubscribers": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + } + } + } + }, + "xml": { + "name": "AsyncOperationTokenResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ListenerPortConfiguration": { + "type": "object", + "properties": { + "port": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "authType", + "baseUrlForRequest" + ], + "type": "object", + "properties": { + "authType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "baseUrlForRequest": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "defaultPort": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "enablePort": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "externalPort": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "externalSSL": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "port": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ssl": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + } + }, + "ListenerStatus": { + "required": [ + "listenerId", + "status" + ], + "type": "object", + "properties": { + "connectorType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "listenerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ListenerStatusAsyncResponse": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "listenerId", + "status" + ], + "type": "object", + "properties": { + "connectorType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "listenerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "AsyncOperationTokenResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ListenerStatusExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "listenerId", + "containerId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "ListenerStatusGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "listenerId", + "containerId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ListenerStatusQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "listenerId", + "containerId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ListenerStatusSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "listenerId", + "containerId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "MLLPCommunicationOptions": { + "type": "object", + "properties": { + "MLLPSendSettings": { + "required": [ + "MLLPSSLOptions", + "endBlock", + "endData", + "host", + "port", + "startBlock" + ], + "type": "object", + "properties": { + "MLLPSSLOptions": { + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sslAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useClientSSL": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useSSL": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "endBlock": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "endData": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "haltTimeout": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": false + }, + "host": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inactivityTimeout": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": 60 + }, + "maxConnections": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": 10 + }, + "maxRetry": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": 0 + }, + "persistent": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": false + }, + "port": { + "type": "integer", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiveTimeout": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": 120 + }, + "sendTimeout": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": 120 + }, + "startBlock": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + } + } + } + } + }, + "MLLPSSLOptions": { + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sslAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useClientSSL": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useSSL": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "MLLPSendSettings": { + "required": [ + "MLLPSSLOptions", + "endBlock", + "endData", + "host", + "port", + "startBlock" + ], + "type": "object", + "properties": { + "MLLPSSLOptions": { + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sslAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useClientSSL": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useSSL": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "endBlock": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "endData": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "haltTimeout": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": false + }, + "host": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inactivityTimeout": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": 60 + }, + "maxConnections": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": 10 + }, + "maxRetry": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": 0 + }, + "persistent": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": false + }, + "port": { + "type": "integer", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiveTimeout": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": 120 + }, + "sendTimeout": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": 120 + }, + "startBlock": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + } + } + }, + "MSHControlInfo": { + "required": [ + "Application", + "Facility", + "NetworkAddress", + "ProcessingId" + ], + "type": "object", + "properties": { + "Application": { + "type": "object", + "properties": { + "namespaceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "universalId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "universalIdType": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "Facility": { + "type": "object", + "properties": { + "namespaceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "universalId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "universalIdType": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "NetworkAddress": { + "type": "object", + "properties": { + "namespaceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "universalId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "universalIdType": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessingId": { + "type": "object", + "properties": { + "processingId": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "D", + "P", + "T" + ] + }, + "processingMode": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "A", + "R", + "I", + "T", + "NOT_PRESENT" + ] + } + } + } + } + }, + "MapExtension": { + "required": [ + "BrowseSettings", + "DestinationProfile", + "DestinationProfileExtensions", + "ExtendedFunctions", + "ExtendedMappings", + "SourceProfile", + "SourceProfileExtensions" + ], + "type": "object", + "properties": { + "BrowseSettings": { + "required": [ + "DestinationBrowse", + "SourceBrowse" + ], + "type": "object", + "properties": { + "DestinationBrowse": { + "type": "object", + "properties": { + "BrowseFields": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "sessionId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "SourceBrowse": { + "type": "object", + "properties": { + "BrowseFields": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "sessionId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DestinationProfile": { + "type": "object", + "properties": { + "Node": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "xpath": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DestinationProfileExtensions": { + "type": "object", + "properties": { + "Node": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "Character": { + "type": "object" + }, + "DateTime": { + "type": "object" + }, + "Number": { + "type": "object" + }, + "enforceUnique": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fieldLengthValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "mandatory": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "maxLength": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "minLength": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "ExtendedFunctions": { + "type": "object", + "properties": { + "Function": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Configuration", + "Inputs", + "Outputs" + ], + "type": "object", + "properties": { + "Configuration": { + "type": "object" + }, + "Inputs": { + "type": "object" + }, + "Outputs": { + "type": "object" + }, + "cacheType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "None", + "ByDocument", + "ByMap" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "Count", + "CurrentDate", + "DateFormat", + "LeftTrim", + "LineItemIncrement", + "MathABS", + "MathAdd", + "MathCeil", + "MathDivide", + "MathFloor", + "MathMultiply", + "MathSetPrecision", + "MathSubtract", + "NumberFormat", + "PropertyGet", + "PropertySet", + "RightTrim", + "RunningTotal", + "StringAppend", + "StringPrepend", + "StringRemove", + "StringReplace", + "StringToLower", + "StringToUpper", + "Sum", + "TrimWhitespace", + "StringConcat", + "StringSplit", + "SequentialValue", + "SimpleLookup", + "DocumentPropertyGet", + "DocumentPropertySet", + "CrossRefLookup", + "DocumentCacheLookup", + "CustomScripting", + "UserDefined", + "JapaneseCharacterConversion" + ] + } + } + } + } + } + }, + "ExtendedMappings": { + "type": "object", + "properties": { + "Mapping": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "fromFunction": { + "type": "string", + "xml": { + "attribute": true + } + }, + "fromXPath": { + "type": "string", + "xml": { + "attribute": true + } + }, + "toFunction": { + "type": "string", + "xml": { + "attribute": true + } + }, + "toXPath": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "SourceProfile": { + "type": "object", + "properties": { + "Node": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "xpath": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "SourceProfileExtensions": { + "type": "object", + "properties": { + "Node": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "Character": { + "type": "object" + }, + "DateTime": { + "type": "object" + }, + "Number": { + "type": "object" + }, + "enforceUnique": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fieldLengthValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "mandatory": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "maxLength": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "minLength": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + } + } + }, + "MapExtensionBrowse": { + "type": "object", + "properties": { + "BrowseFields": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "sessionId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionBrowseData": { + "type": "object", + "properties": { + "BrowseField": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionBrowseSettings": { + "required": [ + "DestinationBrowse", + "SourceBrowse" + ], + "type": "object", + "properties": { + "DestinationBrowse": { + "type": "object", + "properties": { + "BrowseFields": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "sessionId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "SourceBrowse": { + "type": "object", + "properties": { + "BrowseFields": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "sessionId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionExtendProfile": { + "type": "object", + "properties": { + "Node": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "Character": { + "type": "object" + }, + "DateTime": { + "type": "object", + "properties": { + "format": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "Number": { + "type": "object", + "properties": { + "format": { + "type": "string", + "xml": { + "attribute": true + } + }, + "impliedDecimal": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "signed": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "enforceUnique": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fieldLengthValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "mandatory": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "maxLength": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "minLength": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "MapExtensionsCharacter": { + "type": "object" + }, + "MapExtensionsConfiguration": { + "type": "object", + "properties": { + "CrossReferenceLookup": { + "required": [ + "Inputs", + "Outputs" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "lookupTableId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "skipIfNoInputs": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "DocCacheLookup": { + "required": [ + "Inputs", + "Outputs" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "cacheIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "docCache": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DocumentProperty": { + "type": "object", + "properties": { + "defaultValue": { + "type": "string", + "xml": { + "attribute": true + } + }, + "persist": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "propertyId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "propertyName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "JapaneseCharacterConversion": { + "type": "object", + "properties": { + "convertFrom": { + "type": "string", + "xml": { + "attribute": true + } + }, + "convertTo": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "Scripting": { + "required": [ + "Inputs", + "Outputs", + "Script" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Script": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "language": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GROOVY", + "GROOVY2", + "Javascript" + ] + } + } + }, + "SequentialValue": { + "type": "object", + "properties": { + "batchSize": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "keyFixToLength": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "keyName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "SimpleLookup": { + "required": [ + "Table" + ], + "type": "object", + "properties": { + "Table": { + "required": [ + "Rows" + ], + "type": "object", + "properties": { + "Rows": { + "type": "object" + } + } + } + } + }, + "StringConcat": { + "type": "object", + "properties": { + "delimiter": { + "type": "string", + "xml": { + "attribute": true + } + }, + "fixedLength": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "StringSplit": { + "type": "object", + "properties": { + "delimiter": { + "type": "string", + "xml": { + "attribute": true + } + }, + "splitLength": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "UserDefinedFunction": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + }, + "MapExtensionsCrossReferenceLookup": { + "required": [ + "Inputs", + "Outputs" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "refId": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "refId": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "lookupTableId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "skipIfNoInputs": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsDateTime": { + "type": "object", + "properties": { + "format": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsDocCacheLookup": { + "required": [ + "Inputs", + "Outputs" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "keyId": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "key": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "tagListKey": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "cacheIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "docCache": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsDocumentProperty": { + "type": "object", + "properties": { + "defaultValue": { + "type": "string", + "xml": { + "attribute": true + } + }, + "persist": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "propertyId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "propertyName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsExtendedMappings": { + "type": "object", + "properties": { + "Mapping": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "fromFunction": { + "type": "string", + "xml": { + "attribute": true + } + }, + "fromXPath": { + "type": "string", + "xml": { + "attribute": true + } + }, + "toFunction": { + "type": "string", + "xml": { + "attribute": true + } + }, + "toXPath": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "MapExtensionsExtendedNode": { + "type": "object", + "properties": { + "Character": { + "type": "object" + }, + "DateTime": { + "type": "object", + "properties": { + "format": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "Number": { + "type": "object", + "properties": { + "format": { + "type": "string", + "xml": { + "attribute": true + } + }, + "impliedDecimal": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "signed": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "enforceUnique": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fieldLengthValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "mandatory": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "maxLength": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "minLength": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsFunction": { + "required": [ + "Configuration", + "Inputs", + "Outputs" + ], + "type": "object", + "properties": { + "Configuration": { + "type": "object", + "properties": { + "CrossReferenceLookup": { + "required": [ + "Inputs", + "Outputs" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object" + }, + "Outputs": { + "type": "object" + }, + "lookupTableId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "skipIfNoInputs": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "DocCacheLookup": { + "required": [ + "Inputs", + "Outputs" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object" + }, + "Outputs": { + "type": "object" + }, + "cacheIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "docCache": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DocumentProperty": { + "type": "object", + "properties": { + "defaultValue": { + "type": "string", + "xml": { + "attribute": true + } + }, + "persist": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "propertyId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "propertyName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "JapaneseCharacterConversion": { + "type": "object", + "properties": { + "convertFrom": { + "type": "string", + "xml": { + "attribute": true + } + }, + "convertTo": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "Scripting": { + "required": [ + "Inputs", + "Outputs", + "Script" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object" + }, + "Outputs": { + "type": "object" + }, + "Script": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "language": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GROOVY", + "GROOVY2", + "Javascript" + ] + } + } + }, + "SequentialValue": { + "type": "object", + "properties": { + "batchSize": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "keyFixToLength": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "keyName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "SimpleLookup": { + "required": [ + "Table" + ], + "type": "object", + "properties": { + "Table": { + "type": "object" + } + } + }, + "StringConcat": { + "type": "object", + "properties": { + "delimiter": { + "type": "string", + "xml": { + "attribute": true + } + }, + "fixedLength": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "StringSplit": { + "type": "object", + "properties": { + "delimiter": { + "type": "string", + "xml": { + "attribute": true + } + }, + "splitLength": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "UserDefinedFunction": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + }, + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "default": { + "type": "string", + "xml": { + "attribute": true + } + }, + "key": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "key": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "cacheType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "None", + "ByDocument", + "ByMap" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "Count", + "CurrentDate", + "DateFormat", + "LeftTrim", + "LineItemIncrement", + "MathABS", + "MathAdd", + "MathCeil", + "MathDivide", + "MathFloor", + "MathMultiply", + "MathSetPrecision", + "MathSubtract", + "NumberFormat", + "PropertyGet", + "PropertySet", + "RightTrim", + "RunningTotal", + "StringAppend", + "StringPrepend", + "StringRemove", + "StringReplace", + "StringToLower", + "StringToUpper", + "Sum", + "TrimWhitespace", + "StringConcat", + "StringSplit", + "SequentialValue", + "SimpleLookup", + "DocumentPropertyGet", + "DocumentPropertySet", + "CrossRefLookup", + "DocumentCacheLookup", + "CustomScripting", + "UserDefined", + "JapaneseCharacterConversion" + ] + } + } + }, + "MapExtensionsFunctionMapping": { + "type": "object", + "properties": { + "fromFunction": { + "type": "string", + "xml": { + "attribute": true + } + }, + "fromKey": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "toFunction": { + "type": "string", + "xml": { + "attribute": true + } + }, + "toKey": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsFunctionMappings": { + "type": "object", + "properties": { + "Mapping": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "fromFunction": { + "type": "string", + "xml": { + "attribute": true + } + }, + "fromKey": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "toFunction": { + "type": "string", + "xml": { + "attribute": true + } + }, + "toKey": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "MapExtensionsFunctionStep": { + "required": [ + "Configuration", + "Inputs", + "Outputs" + ], + "type": "object", + "properties": { + "Configuration": { + "type": "object", + "properties": { + "CrossReferenceLookup": { + "required": [ + "Inputs", + "Outputs" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object" + }, + "Outputs": { + "type": "object" + }, + "lookupTableId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "skipIfNoInputs": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "DocCacheLookup": { + "required": [ + "Inputs", + "Outputs" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object" + }, + "Outputs": { + "type": "object" + }, + "cacheIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "docCache": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DocumentProperty": { + "type": "object", + "properties": { + "defaultValue": { + "type": "string", + "xml": { + "attribute": true + } + }, + "persist": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "propertyId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "propertyName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "JapaneseCharacterConversion": { + "type": "object", + "properties": { + "convertFrom": { + "type": "string", + "xml": { + "attribute": true + } + }, + "convertTo": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "Scripting": { + "required": [ + "Inputs", + "Outputs", + "Script" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object" + }, + "Outputs": { + "type": "object" + }, + "Script": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "language": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GROOVY", + "GROOVY2", + "Javascript" + ] + } + } + }, + "SequentialValue": { + "type": "object", + "properties": { + "batchSize": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "keyFixToLength": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "keyName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "SimpleLookup": { + "required": [ + "Table" + ], + "type": "object", + "properties": { + "Table": { + "type": "object" + } + } + }, + "StringConcat": { + "type": "object", + "properties": { + "delimiter": { + "type": "string", + "xml": { + "attribute": true + } + }, + "fixedLength": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "StringSplit": { + "type": "object", + "properties": { + "delimiter": { + "type": "string", + "xml": { + "attribute": true + } + }, + "splitLength": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "UserDefinedFunction": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + } + }, + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "default": { + "type": "string", + "xml": { + "attribute": true + } + }, + "key": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "key": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "cacheType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "None", + "ByDocument", + "ByMap" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "position": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "Count", + "CurrentDate", + "DateFormat", + "LeftTrim", + "LineItemIncrement", + "MathABS", + "MathAdd", + "MathCeil", + "MathDivide", + "MathFloor", + "MathMultiply", + "MathSetPrecision", + "MathSubtract", + "NumberFormat", + "PropertyGet", + "PropertySet", + "RightTrim", + "RunningTotal", + "StringAppend", + "StringPrepend", + "StringRemove", + "StringReplace", + "StringToLower", + "StringToUpper", + "Sum", + "TrimWhitespace", + "StringConcat", + "StringSplit", + "SequentialValue", + "SimpleLookup", + "DocumentPropertyGet", + "DocumentPropertySet", + "CrossRefLookup", + "DocumentCacheLookup", + "CustomScripting", + "UserDefined", + "JapaneseCharacterConversion" + ] + } + } + }, + "MapExtensionsFunctionSteps": { + "type": "object", + "properties": { + "Step": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Configuration", + "Inputs", + "Outputs" + ], + "type": "object", + "properties": { + "Configuration": { + "type": "object", + "properties": { + "CrossReferenceLookup": { + "type": "object" + }, + "DocCacheLookup": { + "type": "object" + }, + "DocumentProperty": { + "type": "object" + }, + "JapaneseCharacterConversion": { + "type": "object" + }, + "Scripting": { + "type": "object" + }, + "SequentialValue": { + "type": "object" + }, + "SimpleLookup": { + "type": "object" + }, + "StringConcat": { + "type": "object" + }, + "StringSplit": { + "type": "object" + }, + "UserDefinedFunction": { + "type": "object" + } + } + }, + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "cacheType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "None", + "ByDocument", + "ByMap" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "position": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "Count", + "CurrentDate", + "DateFormat", + "LeftTrim", + "LineItemIncrement", + "MathABS", + "MathAdd", + "MathCeil", + "MathDivide", + "MathFloor", + "MathMultiply", + "MathSetPrecision", + "MathSubtract", + "NumberFormat", + "PropertyGet", + "PropertySet", + "RightTrim", + "RunningTotal", + "StringAppend", + "StringPrepend", + "StringRemove", + "StringReplace", + "StringToLower", + "StringToUpper", + "Sum", + "TrimWhitespace", + "StringConcat", + "StringSplit", + "SequentialValue", + "SimpleLookup", + "DocumentPropertyGet", + "DocumentPropertySet", + "CrossRefLookup", + "DocumentCacheLookup", + "CustomScripting", + "UserDefined", + "JapaneseCharacterConversion" + ] + } + } + } + } + } + }, + "MapExtensionsFunctions": { + "type": "object", + "properties": { + "Function": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Configuration", + "Inputs", + "Outputs" + ], + "type": "object", + "properties": { + "Configuration": { + "type": "object", + "properties": { + "CrossReferenceLookup": { + "type": "object" + }, + "DocCacheLookup": { + "type": "object" + }, + "DocumentProperty": { + "type": "object" + }, + "JapaneseCharacterConversion": { + "type": "object" + }, + "Scripting": { + "type": "object" + }, + "SequentialValue": { + "type": "object" + }, + "SimpleLookup": { + "type": "object" + }, + "StringConcat": { + "type": "object" + }, + "StringSplit": { + "type": "object" + }, + "UserDefinedFunction": { + "type": "object" + } + } + }, + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "cacheType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "None", + "ByDocument", + "ByMap" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "Count", + "CurrentDate", + "DateFormat", + "LeftTrim", + "LineItemIncrement", + "MathABS", + "MathAdd", + "MathCeil", + "MathDivide", + "MathFloor", + "MathMultiply", + "MathSetPrecision", + "MathSubtract", + "NumberFormat", + "PropertyGet", + "PropertySet", + "RightTrim", + "RunningTotal", + "StringAppend", + "StringPrepend", + "StringRemove", + "StringReplace", + "StringToLower", + "StringToUpper", + "Sum", + "TrimWhitespace", + "StringConcat", + "StringSplit", + "SequentialValue", + "SimpleLookup", + "DocumentPropertyGet", + "DocumentPropertySet", + "CrossRefLookup", + "DocumentCacheLookup", + "CustomScripting", + "UserDefined", + "JapaneseCharacterConversion" + ] + } + } + } + } + } + }, + "MapExtensionsInput": { + "type": "object", + "properties": { + "default": { + "type": "string", + "xml": { + "attribute": true + } + }, + "key": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsInputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "default": { + "type": "string", + "xml": { + "attribute": true + } + }, + "key": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "MapExtensionsJapaneseCharacterConversion": { + "type": "object", + "properties": { + "convertFrom": { + "type": "string", + "xml": { + "attribute": true + } + }, + "convertTo": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsMapping": { + "type": "object", + "properties": { + "fromFunction": { + "type": "string", + "xml": { + "attribute": true + } + }, + "fromXPath": { + "type": "string", + "xml": { + "attribute": true + } + }, + "toFunction": { + "type": "string", + "xml": { + "attribute": true + } + }, + "toXPath": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsNode": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "xpath": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsNumber": { + "type": "object", + "properties": { + "format": { + "type": "string", + "xml": { + "attribute": true + } + }, + "impliedDecimal": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "signed": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsOutput": { + "type": "object", + "properties": { + "key": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsOutputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "key": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "MapExtensionsProfile": { + "type": "object", + "properties": { + "Node": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "xpath": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsScripting": { + "required": [ + "Inputs", + "Outputs", + "Script" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "dataType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CHARACTER", + "DATETIME", + "FLOAT", + "INTEGER" + ] + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "Outputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "dataType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CHARACTER", + "DATETIME", + "FLOAT", + "INTEGER" + ] + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "Script": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "language": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GROOVY", + "GROOVY2", + "Javascript" + ] + } + } + }, + "MapExtensionsSequentialValue": { + "type": "object", + "properties": { + "batchSize": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "keyFixToLength": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "keyName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsSimpleLookup": { + "required": [ + "Table" + ], + "type": "object", + "properties": { + "Table": { + "required": [ + "Rows" + ], + "type": "object", + "properties": { + "Rows": { + "type": "object", + "properties": { + "Row": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + } + } + }, + "MapExtensionsStringConcat": { + "type": "object", + "properties": { + "delimiter": { + "type": "string", + "xml": { + "attribute": true + } + }, + "fixedLength": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsStringSplit": { + "type": "object", + "properties": { + "delimiter": { + "type": "string", + "xml": { + "attribute": true + } + }, + "splitLength": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsUserDefinedFunction": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "MergeRequest": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object", + "properties": { + "MergeRequestDetail": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "changeType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ADDED", + "MODIFIED", + "DELETED" + ] + }, + "componentGuid": { + "type": "string", + "xml": { + "attribute": true + } + }, + "conflict": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "destinationRevision": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "lockedOnDestinationBranch": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "mergeRevision": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "resolution": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "OVERRIDE", + "KEEP_DESTINATION" + ] + }, + "sourceRevision": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "DRAFTED", + "REVIEWED", + "CONFLICT_RESOLVED", + "MERGED", + "REVERTED" + ] + } + } + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "destinationBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "destinationBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "inactiveDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "lockNonce": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "lockedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lockedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "mergeRequestAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "note": { + "type": "string", + "xml": { + "attribute": true + } + }, + "previousStage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + }, + "MergeRequestBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "MergeRequestBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object", + "properties": { + "MergeRequestDetail": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "destinationBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "destinationBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "inactiveDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "lockNonce": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "lockedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lockedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "mergeRequestAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "note": { + "type": "string", + "xml": { + "attribute": true + } + }, + "previousStage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "MergeRequestDetail": { + "type": "object", + "properties": { + "changeType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ADDED", + "MODIFIED", + "DELETED" + ] + }, + "componentGuid": { + "type": "string", + "xml": { + "attribute": true + } + }, + "conflict": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "destinationRevision": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "lockedOnDestinationBranch": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "mergeRevision": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "resolution": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "OVERRIDE", + "KEEP_DESTINATION" + ] + }, + "sourceRevision": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "DRAFTED", + "REVIEWED", + "CONFLICT_RESOLVED", + "MERGED", + "REVERTED" + ] + } + } + }, + "MergeRequestDetails": { + "type": "object", + "properties": { + "MergeRequestDetail": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "changeType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ADDED", + "MODIFIED", + "DELETED" + ] + }, + "componentGuid": { + "type": "string", + "xml": { + "attribute": true + } + }, + "conflict": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "destinationRevision": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "lockedOnDestinationBranch": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "mergeRevision": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "resolution": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "OVERRIDE", + "KEEP_DESTINATION" + ] + }, + "sourceRevision": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "DRAFTED", + "REVIEWED", + "CONFLICT_RESOLVED", + "MERGED", + "REVERTED" + ] + } + } + } + } + } + }, + "Molecule": { + "type": "object", + "properties": { + "purchased": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "used": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "MoveQueueRequest": { + "required": [ + "AtomId", + "DestinationQueue", + "SourceQueue" + ], + "type": "object", + "properties": { + "AtomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "DestinationQueue": { + "required": [ + "DLQ", + "QueueName" + ], + "type": "object", + "properties": { + "DLQ": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "QueueName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "SubscriberName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "SourceQueue": { + "required": [ + "DLQ", + "QueueName" + ], + "type": "object", + "properties": { + "DLQ": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "QueueName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "SubscriberName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "NodeDetails": { + "required": [ + "clusterProblem", + "hostName", + "nodeId", + "status" + ], + "type": "object", + "properties": { + "clusterProblem": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "hostName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "nodeId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "status": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "NodeOffboard": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "nodeId": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "nodeId" + } + } + } + } + }, + "Nodes": { + "type": "object", + "properties": { + "node": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "clusterProblem", + "hostName", + "nodeId", + "status" + ], + "type": "object", + "properties": { + "clusterProblem": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "hostName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "nodeId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "status": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + } + }, + "OFTP2ConnectorRecord": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "type": "object" + } + } + }, + "xml": { + "name": "customFields", + "namespace": "http://api.platform.boomi.com/" + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "initiator_ssidcode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "nareas": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "nareast": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "objecttype": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "responder_ssidcode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidciph": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidcomp": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfiddate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfiddesc": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfiddest": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfiddsn": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidenv": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidorig": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidosiz": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidsec": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidsign": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidtime": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "status": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ticker": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "OFTP2ConnectorRecordExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "OFTP2ConnectorRecordGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "OFTP2ConnectorRecordQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "OFTP2ConnectorRecordQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "type": "object" + } + } + }, + "xml": { + "name": "customFields", + "namespace": "http://api.platform.boomi.com/" + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "initiator_ssidcode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "nareas": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "nareast": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "objecttype": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "responder_ssidcode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidciph": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidcomp": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfiddate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfiddesc": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfiddest": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfiddsn": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidenv": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidorig": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidosiz": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidsec": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidsign": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sfidtime": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "status": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ticker": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "OFTP2ConnectorRecordSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "OFTPCommunicationOptions": { + "type": "object", + "properties": { + "CommunicationSetting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "default", + "custom", + "component" + ] + }, + "OFTPConnectionSettings": { + "required": [ + "myPartnerInfo" + ], + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "defaultOFTPConnectionSettings": { + "required": [ + "myPartnerInfo" + ], + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "host": { + "type": "string", + "xml": { + "attribute": true + } + }, + "myPartnerInfo": { + "type": "object" + }, + "port": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "sfidciph": { + "type": "integer", + "xml": { + "attribute": true + } + }, + "ssidauth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "tls": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useClientSSL": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useGateway": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "host": { + "type": "string", + "xml": { + "attribute": true + } + }, + "myPartnerInfo": { + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "encrypting-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "session-challenge-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfidsec-encrypt": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsec-sign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcmpr": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidpswd": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-eerp-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-signature-certificate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "port": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "sfidciph": { + "type": "integer", + "xml": { + "attribute": true + } + }, + "ssidauth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "tls": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useClientSSL": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useGateway": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "OFTPGetOptions": { + "required": [ + "OFTPPartnerGroup" + ], + "type": "object", + "properties": { + "OFTPPartnerGroup": { + "required": [ + "myCompanyInfo", + "myPartnerInfo" + ], + "type": "object", + "properties": { + "defaultPartnerInfo": { + "type": "object" + }, + "myCompanyInfo": { + "type": "object" + }, + "myPartnerInfo": { + "type": "object" + } + } + }, + "partnerGroupId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "OFTPSendOptions": { + "required": [ + "OFTPPartnerGroup", + "OFTPSendOptions" + ], + "type": "object", + "properties": { + "OFTPPartnerGroup": { + "required": [ + "myCompanyInfo", + "myPartnerInfo" + ], + "type": "object", + "properties": { + "defaultPartnerInfo": { + "type": "object" + }, + "myCompanyInfo": { + "type": "object" + }, + "myPartnerInfo": { + "type": "object" + } + } + }, + "OFTPSendOptions": { + "required": [ + "defaultPartnerSettings" + ], + "type": "object", + "properties": { + "cd": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "defaultPartnerSettings": { + "type": "object" + }, + "operation": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfiddesc": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfiddsn": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "partnerGroupId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "OFTPServerListenOptions": { + "required": [ + "OFTPListenOptions", + "OFTPPartnerGroup" + ], + "type": "object", + "properties": { + "OFTPListenOptions": { + "required": [ + "GatewayPartnerGroup" + ], + "type": "object", + "properties": { + "GatewayPartnerGroup": { + "type": "object" + }, + "operation": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useGateway": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "OFTPPartnerGroup": { + "required": [ + "myCompanyInfo", + "myPartnerInfo" + ], + "type": "object", + "properties": { + "defaultPartnerInfo": { + "type": "object" + }, + "myCompanyInfo": { + "type": "object" + }, + "myPartnerInfo": { + "type": "object" + } + } + }, + "partnerGroupId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "SharedCommunicationChannel": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "OFTPConnectionSettings": { + "required": [ + "myPartnerInfo" + ], + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "defaultOFTPConnectionSettings": { + "required": [ + "myPartnerInfo" + ], + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "host": { + "type": "string", + "xml": { + "attribute": true + } + }, + "myPartnerInfo": { + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "encrypting-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "session-challenge-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfidsec-encrypt": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsec-sign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcmpr": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidpswd": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-eerp-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-signature-certificate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "port": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "sfidciph": { + "type": "integer", + "xml": { + "attribute": true + } + }, + "ssidauth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "tls": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useClientSSL": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useGateway": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "host": { + "type": "string", + "xml": { + "attribute": true + } + }, + "myPartnerInfo": { + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "encrypting-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "session-challenge-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfidsec-encrypt": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsec-sign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcmpr": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidpswd": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-eerp-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-signature-certificate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "port": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "sfidciph": { + "type": "integer", + "xml": { + "attribute": true + } + }, + "ssidauth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "tls": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useClientSSL": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useGateway": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "OFTPGetOptions": { + "required": [ + "OFTPPartnerGroup" + ], + "type": "object", + "properties": { + "OFTPPartnerGroup": { + "required": [ + "myCompanyInfo", + "myPartnerInfo" + ], + "type": "object", + "properties": { + "defaultPartnerInfo": { + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "encrypting-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "session-challenge-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfidsec-encrypt": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsec-sign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcmpr": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidpswd": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-eerp-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-signature-certificate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "myCompanyInfo": { + "type": "object", + "properties": { + "decrypting-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "session-authentication-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signing-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signing-eerp-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidpswd": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "myPartnerInfo": { + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "encrypting-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "session-challenge-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfidsec-encrypt": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsec-sign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcmpr": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidpswd": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-eerp-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-signature-certificate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "partnerGroupId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "OFTPListenOptions": { + "required": [ + "OFTPListenOptions", + "OFTPPartnerGroup" + ], + "type": "object", + "properties": { + "OFTPListenOptions": { + "required": [ + "GatewayPartnerGroup" + ], + "type": "object", + "properties": { + "GatewayPartnerGroup": { + "required": [ + "myCompanyInfo", + "myPartnerInfo" + ], + "type": "object", + "properties": { + "defaultPartnerInfo": { + "type": "object" + }, + "myCompanyInfo": { + "type": "object" + }, + "myPartnerInfo": { + "type": "object" + } + } + }, + "operation": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useGateway": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "OFTPPartnerGroup": { + "required": [ + "myCompanyInfo", + "myPartnerInfo" + ], + "type": "object", + "properties": { + "defaultPartnerInfo": { + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "encrypting-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "session-challenge-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfidsec-encrypt": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsec-sign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcmpr": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidpswd": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-eerp-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-signature-certificate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "myCompanyInfo": { + "type": "object", + "properties": { + "decrypting-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "session-authentication-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signing-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signing-eerp-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidpswd": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "myPartnerInfo": { + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "encrypting-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "session-challenge-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfidsec-encrypt": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsec-sign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcmpr": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidpswd": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-eerp-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-signature-certificate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "partnerGroupId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "OFTPListenOptionsInfo": { + "required": [ + "GatewayPartnerGroup" + ], + "type": "object", + "properties": { + "GatewayPartnerGroup": { + "required": [ + "myCompanyInfo", + "myPartnerInfo" + ], + "type": "object", + "properties": { + "defaultPartnerInfo": { + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "encrypting-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "session-challenge-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfidsec-encrypt": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsec-sign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcmpr": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidpswd": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-eerp-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-signature-certificate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "myCompanyInfo": { + "type": "object", + "properties": { + "decrypting-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "session-authentication-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signing-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signing-eerp-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidpswd": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "myPartnerInfo": { + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "encrypting-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "session-challenge-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfidsec-encrypt": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsec-sign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcmpr": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidpswd": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-eerp-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-signature-certificate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "operation": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useGateway": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "OFTPLocalInfo": { + "type": "object", + "properties": { + "decrypting-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "session-authentication-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signing-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signing-eerp-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidpswd": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "OFTPPartnerGroupType": { + "required": [ + "myCompanyInfo", + "myPartnerInfo" + ], + "type": "object", + "properties": { + "defaultPartnerInfo": { + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "encrypting-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "session-challenge-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfidsec-encrypt": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsec-sign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcmpr": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidpswd": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-eerp-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-signature-certificate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "myCompanyInfo": { + "type": "object", + "properties": { + "decrypting-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "session-authentication-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signing-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signing-eerp-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidpswd": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "myPartnerInfo": { + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "encrypting-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "session-challenge-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfidsec-encrypt": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsec-sign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcmpr": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidpswd": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-eerp-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-signature-certificate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "OFTPPartnerInfo": { + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "encrypting-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "session-challenge-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfidsec-encrypt": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsec-sign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcmpr": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidpswd": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-eerp-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-signature-certificate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "OFTPSendOptions": { + "required": [ + "OFTPPartnerGroup", + "OFTPSendOptions" + ], + "type": "object", + "properties": { + "OFTPPartnerGroup": { + "required": [ + "myCompanyInfo", + "myPartnerInfo" + ], + "type": "object", + "properties": { + "defaultPartnerInfo": { + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "encrypting-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "session-challenge-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfidsec-encrypt": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsec-sign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcmpr": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidpswd": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-eerp-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-signature-certificate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "myCompanyInfo": { + "type": "object", + "properties": { + "decrypting-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "session-authentication-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signing-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signing-eerp-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidpswd": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "myPartnerInfo": { + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "encrypting-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "session-challenge-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfidsec-encrypt": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsec-sign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcmpr": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidpswd": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-eerp-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-signature-certificate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "OFTPSendOptions": { + "required": [ + "defaultPartnerSettings" + ], + "type": "object", + "properties": { + "cd": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "defaultPartnerSettings": { + "type": "object", + "properties": { + "cd": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "operation": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfiddesc": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfiddsn": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "operation": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfiddesc": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfiddsn": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "partnerGroupId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "OFTPSendOptionsInfo": { + "required": [ + "defaultPartnerSettings" + ], + "type": "object", + "properties": { + "cd": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "defaultPartnerSettings": { + "type": "object", + "properties": { + "cd": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "operation": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfiddesc": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfiddsn": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "operation": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfiddesc": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfiddsn": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "OdetteControlInfo": { + "required": [ + "OdetteUNBControlInfo", + "OdetteUNHControlInfo" + ], + "type": "object", + "properties": { + "OdetteUNBControlInfo": { + "type": "object", + "properties": { + "ackRequest": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "appReference": { + "type": "string", + "xml": { + "attribute": true + } + }, + "commAgreement": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeAddress": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeIdQual": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ODETTEIDQUAL_NA", + "ODETTEIDQUAL_1", + "ODETTEIDQUAL_4", + "ODETTEIDQUAL_5", + "ODETTEIDQUAL_8", + "ODETTEIDQUAL_9", + "ODETTEIDQUAL_12", + "ODETTEIDQUAL_14", + "ODETTEIDQUAL_18", + "ODETTEIDQUAL_22", + "ODETTEIDQUAL_30", + "ODETTEIDQUAL_31", + "ODETTEIDQUAL_33", + "ODETTEIDQUAL_34", + "ODETTEIDQUAL_51", + "ODETTEIDQUAL_52", + "ODETTEIDQUAL_53", + "ODETTEIDQUAL_54", + "ODETTEIDQUAL_55", + "ODETTEIDQUAL_57", + "ODETTEIDQUAL_58", + "ODETTEIDQUAL_59", + "ODETTEIDQUAL_61", + "ODETTEIDQUAL_63", + "ODETTEIDQUAL_65", + "ODETTEIDQUAL_80", + "ODETTEIDQUAL_82", + "ODETTEIDQUAL_84", + "ODETTEIDQUAL_85", + "ODETTEIDQUAL_86", + "ODETTEIDQUAL_87", + "ODETTEIDQUAL_89", + "ODETTEIDQUAL_90", + "ODETTEIDQUAL_91", + "ODETTEIDQUAL_92", + "ODETTEIDQUAL_103", + "ODETTEIDQUAL_128", + "ODETTEIDQUAL_129", + "ODETTEIDQUAL_144", + "ODETTEIDQUAL_145", + "ODETTEIDQUAL_146", + "ODETTEIDQUAL_147", + "ODETTEIDQUAL_148", + "ODETTEIDQUAL_Z01", + "ODETTEIDQUAL_ZZZ", + "ODETTEIDQUAL_ZZ" + ] + }, + "interchangeSubAddress": { + "type": "string", + "xml": { + "attribute": true + } + }, + "priority": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NA", + "A" + ] + }, + "referencePassword": { + "type": "string", + "xml": { + "attribute": true + } + }, + "referencePasswordQualifier": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NA", + "AA", + "BB" + ] + }, + "syntaxId": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNOA", + "UNOB", + "UNOC", + "UNOD", + "UNOE", + "UNOF" + ] + }, + "syntaxVersion": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ODETTESYNTAXVERSION_1", + "ODETTESYNTAXVERSION_2", + "ODETTESYNTAXVERSION_3" + ] + }, + "testIndicator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ODETTETEST_NA", + "ODETTETEST_1" + ] + } + } + }, + "OdetteUNHControlInfo": { + "type": "object", + "properties": { + "assocAssignedCode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "commonAccessRef": { + "type": "string", + "xml": { + "attribute": true + } + }, + "controllingAgency": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "AA", + "AB", + "AC", + "AD", + "AE", + "CC", + "CE", + "EC", + "ED", + "EE", + "EN", + "ER", + "EU", + "EX", + "IA", + "KE", + "LI", + "OD", + "RI", + "RT", + "UN" + ] + }, + "release": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ODETTERELEASE_1", + "ODETTERELEASE_2", + "ODETTERELEASE_902", + "ODETTERELEASE_911", + "ODETTERELEASE_912", + "ODETTERELEASE_921", + "ODETTERELEASE_932", + "ODETTERELEASE_93A", + "ODETTERELEASE_94A", + "ODETTERELEASE_94B", + "ODETTERELEASE_95A", + "ODETTERELEASE_95B", + "ODETTERELEASE_96A", + "ODETTERELEASE_96B", + "ODETTERELEASE_97A", + "ODETTERELEASE_97B", + "ODETTERELEASE_98A", + "ODETTERELEASE_98B", + "ODETTERELEASE_99A", + "ODETTERELEASE_99B", + "ODETTERELEASE_00A", + "ODETTERELEASE_00B", + "ODETTERELEASE_01A", + "ODETTERELEASE_01B", + "ODETTERELEASE_02A", + "ODETTERELEASE_02B", + "ODETTERELEASE_03A", + "ODETTERELEASE_03B", + "ODETTERELEASE_04A", + "ODETTERELEASE_04B", + "ODETTERELEASE_05A", + "ODETTERELEASE_05B", + "ODETTERELEASE_06A", + "ODETTERELEASE_06B", + "ODETTERELEASE_07A", + "ODETTERELEASE_07B", + "ODETTERELEASE_08A", + "ODETTERELEASE_08B", + "ODETTERELEASE_09A", + "ODETTERELEASE_09B" + ] + }, + "version": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ODETTEVERSION_1", + "ODETTEVERSION_2", + "ODETTEVERSION_4", + "ODETTEVERSION_88", + "ODETTEVERSION_89", + "ODETTEVERSION_90", + "ODETTEVERSION_D", + "ODETTEVERSION_S" + ] + } + } + } + } + }, + "OdetteOptions": { + "required": [ + "compositeDelimiter", + "elementDelimiter", + "segmentTerminator" + ], + "type": "object", + "properties": { + "acknowledgementoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "donotackitem", + "ackitem" + ] + }, + "compositeDelimiter": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "elementDelimiter": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "envelopeoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "groupall", + "groupmessage" + ] + }, + "filteracknowledgements": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "includeUNA": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundInterchangeValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundValidationOption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "filterError", + "failAll" + ] + }, + "rejectDuplicateUNB": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "segmentTerminator": { + "type": "object", + "properties": { + "segmentTerminatorSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "segmentTerminatorValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "newline", + "singlequote", + "tilde", + "carriagereturn", + "bytecharacter", + "othercharacter" + ] + } + } + } + } + }, + "OdettePartnerInfo": { + "required": [ + "OdetteControlInfo", + "OdetteOptions" + ], + "type": "object", + "properties": { + "OdetteControlInfo": { + "required": [ + "OdetteUNBControlInfo", + "OdetteUNHControlInfo" + ], + "type": "object", + "properties": { + "OdetteUNBControlInfo": { + "type": "object", + "properties": { + "ackRequest": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "appReference": { + "type": "string", + "xml": { + "attribute": true + } + }, + "commAgreement": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeAddress": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeIdQual": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ODETTEIDQUAL_NA", + "ODETTEIDQUAL_1", + "ODETTEIDQUAL_4", + "ODETTEIDQUAL_5", + "ODETTEIDQUAL_8", + "ODETTEIDQUAL_9", + "ODETTEIDQUAL_12", + "ODETTEIDQUAL_14", + "ODETTEIDQUAL_18", + "ODETTEIDQUAL_22", + "ODETTEIDQUAL_30", + "ODETTEIDQUAL_31", + "ODETTEIDQUAL_33", + "ODETTEIDQUAL_34", + "ODETTEIDQUAL_51", + "ODETTEIDQUAL_52", + "ODETTEIDQUAL_53", + "ODETTEIDQUAL_54", + "ODETTEIDQUAL_55", + "ODETTEIDQUAL_57", + "ODETTEIDQUAL_58", + "ODETTEIDQUAL_59", + "ODETTEIDQUAL_61", + "ODETTEIDQUAL_63", + "ODETTEIDQUAL_65", + "ODETTEIDQUAL_80", + "ODETTEIDQUAL_82", + "ODETTEIDQUAL_84", + "ODETTEIDQUAL_85", + "ODETTEIDQUAL_86", + "ODETTEIDQUAL_87", + "ODETTEIDQUAL_89", + "ODETTEIDQUAL_90", + "ODETTEIDQUAL_91", + "ODETTEIDQUAL_92", + "ODETTEIDQUAL_103", + "ODETTEIDQUAL_128", + "ODETTEIDQUAL_129", + "ODETTEIDQUAL_144", + "ODETTEIDQUAL_145", + "ODETTEIDQUAL_146", + "ODETTEIDQUAL_147", + "ODETTEIDQUAL_148", + "ODETTEIDQUAL_Z01", + "ODETTEIDQUAL_ZZZ", + "ODETTEIDQUAL_ZZ" + ] + }, + "interchangeSubAddress": { + "type": "string", + "xml": { + "attribute": true + } + }, + "priority": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NA", + "A" + ] + }, + "referencePassword": { + "type": "string", + "xml": { + "attribute": true + } + }, + "referencePasswordQualifier": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NA", + "AA", + "BB" + ] + }, + "syntaxId": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNOA", + "UNOB", + "UNOC", + "UNOD", + "UNOE", + "UNOF" + ] + }, + "syntaxVersion": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ODETTESYNTAXVERSION_1", + "ODETTESYNTAXVERSION_2", + "ODETTESYNTAXVERSION_3" + ] + }, + "testIndicator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ODETTETEST_NA", + "ODETTETEST_1" + ] + } + } + }, + "OdetteUNHControlInfo": { + "type": "object", + "properties": { + "assocAssignedCode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "commonAccessRef": { + "type": "string", + "xml": { + "attribute": true + } + }, + "controllingAgency": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "AA", + "AB", + "AC", + "AD", + "AE", + "CC", + "CE", + "EC", + "ED", + "EE", + "EN", + "ER", + "EU", + "EX", + "IA", + "KE", + "LI", + "OD", + "RI", + "RT", + "UN" + ] + }, + "release": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ODETTERELEASE_1", + "ODETTERELEASE_2", + "ODETTERELEASE_902", + "ODETTERELEASE_911", + "ODETTERELEASE_912", + "ODETTERELEASE_921", + "ODETTERELEASE_932", + "ODETTERELEASE_93A", + "ODETTERELEASE_94A", + "ODETTERELEASE_94B", + "ODETTERELEASE_95A", + "ODETTERELEASE_95B", + "ODETTERELEASE_96A", + "ODETTERELEASE_96B", + "ODETTERELEASE_97A", + "ODETTERELEASE_97B", + "ODETTERELEASE_98A", + "ODETTERELEASE_98B", + "ODETTERELEASE_99A", + "ODETTERELEASE_99B", + "ODETTERELEASE_00A", + "ODETTERELEASE_00B", + "ODETTERELEASE_01A", + "ODETTERELEASE_01B", + "ODETTERELEASE_02A", + "ODETTERELEASE_02B", + "ODETTERELEASE_03A", + "ODETTERELEASE_03B", + "ODETTERELEASE_04A", + "ODETTERELEASE_04B", + "ODETTERELEASE_05A", + "ODETTERELEASE_05B", + "ODETTERELEASE_06A", + "ODETTERELEASE_06B", + "ODETTERELEASE_07A", + "ODETTERELEASE_07B", + "ODETTERELEASE_08A", + "ODETTERELEASE_08B", + "ODETTERELEASE_09A", + "ODETTERELEASE_09B" + ] + }, + "version": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ODETTEVERSION_1", + "ODETTEVERSION_2", + "ODETTEVERSION_4", + "ODETTEVERSION_88", + "ODETTEVERSION_89", + "ODETTEVERSION_90", + "ODETTEVERSION_D", + "ODETTEVERSION_S" + ] + } + } + } + } + }, + "OdetteOptions": { + "required": [ + "compositeDelimiter", + "elementDelimiter", + "segmentTerminator" + ], + "type": "object", + "properties": { + "acknowledgementoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "donotackitem", + "ackitem" + ] + }, + "compositeDelimiter": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "elementDelimiter": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "envelopeoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "groupall", + "groupmessage" + ] + }, + "filteracknowledgements": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "includeUNA": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundInterchangeValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundValidationOption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "filterError", + "failAll" + ] + }, + "rejectDuplicateUNB": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "segmentTerminator": { + "type": "object", + "properties": { + "segmentTerminatorSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "segmentTerminatorValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "newline", + "singlequote", + "tilde", + "carriagereturn", + "bytecharacter", + "othercharacter" + ] + } + } + } + } + } + } + }, + "OdetteUNBControlInfo": { + "type": "object", + "properties": { + "ackRequest": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "appReference": { + "type": "string", + "xml": { + "attribute": true + } + }, + "commAgreement": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeAddress": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeIdQual": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ODETTEIDQUAL_NA", + "ODETTEIDQUAL_1", + "ODETTEIDQUAL_4", + "ODETTEIDQUAL_5", + "ODETTEIDQUAL_8", + "ODETTEIDQUAL_9", + "ODETTEIDQUAL_12", + "ODETTEIDQUAL_14", + "ODETTEIDQUAL_18", + "ODETTEIDQUAL_22", + "ODETTEIDQUAL_30", + "ODETTEIDQUAL_31", + "ODETTEIDQUAL_33", + "ODETTEIDQUAL_34", + "ODETTEIDQUAL_51", + "ODETTEIDQUAL_52", + "ODETTEIDQUAL_53", + "ODETTEIDQUAL_54", + "ODETTEIDQUAL_55", + "ODETTEIDQUAL_57", + "ODETTEIDQUAL_58", + "ODETTEIDQUAL_59", + "ODETTEIDQUAL_61", + "ODETTEIDQUAL_63", + "ODETTEIDQUAL_65", + "ODETTEIDQUAL_80", + "ODETTEIDQUAL_82", + "ODETTEIDQUAL_84", + "ODETTEIDQUAL_85", + "ODETTEIDQUAL_86", + "ODETTEIDQUAL_87", + "ODETTEIDQUAL_89", + "ODETTEIDQUAL_90", + "ODETTEIDQUAL_91", + "ODETTEIDQUAL_92", + "ODETTEIDQUAL_103", + "ODETTEIDQUAL_128", + "ODETTEIDQUAL_129", + "ODETTEIDQUAL_144", + "ODETTEIDQUAL_145", + "ODETTEIDQUAL_146", + "ODETTEIDQUAL_147", + "ODETTEIDQUAL_148", + "ODETTEIDQUAL_Z01", + "ODETTEIDQUAL_ZZZ", + "ODETTEIDQUAL_ZZ" + ] + }, + "interchangeSubAddress": { + "type": "string", + "xml": { + "attribute": true + } + }, + "priority": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NA", + "A" + ] + }, + "referencePassword": { + "type": "string", + "xml": { + "attribute": true + } + }, + "referencePasswordQualifier": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NA", + "AA", + "BB" + ] + }, + "syntaxId": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNOA", + "UNOB", + "UNOC", + "UNOD", + "UNOE", + "UNOF" + ] + }, + "syntaxVersion": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ODETTESYNTAXVERSION_1", + "ODETTESYNTAXVERSION_2", + "ODETTESYNTAXVERSION_3" + ] + }, + "testIndicator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ODETTETEST_NA", + "ODETTETEST_1" + ] + } + } + }, + "OdetteUNHControlInfo": { + "type": "object", + "properties": { + "assocAssignedCode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "commonAccessRef": { + "type": "string", + "xml": { + "attribute": true + } + }, + "controllingAgency": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "AA", + "AB", + "AC", + "AD", + "AE", + "CC", + "CE", + "EC", + "ED", + "EE", + "EN", + "ER", + "EU", + "EX", + "IA", + "KE", + "LI", + "OD", + "RI", + "RT", + "UN" + ] + }, + "release": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ODETTERELEASE_1", + "ODETTERELEASE_2", + "ODETTERELEASE_902", + "ODETTERELEASE_911", + "ODETTERELEASE_912", + "ODETTERELEASE_921", + "ODETTERELEASE_932", + "ODETTERELEASE_93A", + "ODETTERELEASE_94A", + "ODETTERELEASE_94B", + "ODETTERELEASE_95A", + "ODETTERELEASE_95B", + "ODETTERELEASE_96A", + "ODETTERELEASE_96B", + "ODETTERELEASE_97A", + "ODETTERELEASE_97B", + "ODETTERELEASE_98A", + "ODETTERELEASE_98B", + "ODETTERELEASE_99A", + "ODETTERELEASE_99B", + "ODETTERELEASE_00A", + "ODETTERELEASE_00B", + "ODETTERELEASE_01A", + "ODETTERELEASE_01B", + "ODETTERELEASE_02A", + "ODETTERELEASE_02B", + "ODETTERELEASE_03A", + "ODETTERELEASE_03B", + "ODETTERELEASE_04A", + "ODETTERELEASE_04B", + "ODETTERELEASE_05A", + "ODETTERELEASE_05B", + "ODETTERELEASE_06A", + "ODETTERELEASE_06B", + "ODETTERELEASE_07A", + "ODETTERELEASE_07B", + "ODETTERELEASE_08A", + "ODETTERELEASE_08B", + "ODETTERELEASE_09A", + "ODETTERELEASE_09B" + ] + }, + "version": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ODETTEVERSION_1", + "ODETTEVERSION_2", + "ODETTEVERSION_4", + "ODETTEVERSION_88", + "ODETTEVERSION_89", + "ODETTEVERSION_90", + "ODETTEVERSION_D", + "ODETTEVERSION_S" + ] + } + } + }, + "Operation": { + "type": "object", + "properties": { + "field": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "customProperties": { + "type": "object", + "properties": { + "properties": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "encryptedValueSet": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefault": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "usesEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "Operations": { + "type": "object", + "properties": { + "operation": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "field": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "customProperties": { + "type": "object" + }, + "encryptedValueSet": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefault": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "usesEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "OverrideProcessProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "ProcessPropertyValue": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "encryptedValueSet": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "key": { + "type": "string", + "xml": { + "attribute": true + } + }, + "label": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefault": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "usesEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "validate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "OverrideProcessProperty": { + "type": "object", + "properties": { + "ProcessPropertyValue": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "encryptedValueSet": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "key": { + "type": "string", + "xml": { + "attribute": true + } + }, + "label": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefault": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "usesEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "validate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "PGPCertificate": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefault": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "PGPCertificates": { + "type": "object", + "properties": { + "PGPCertificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefault": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "PackagedComponent": { + "required": [ + "branchName", + "componentId", + "componentType", + "createdBy", + "createdDate", + "notes", + "packageId", + "packageVersion" + ], + "type": "object", + "properties": { + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deleted": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fullyPubliclyConsumable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "shareable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "PackagedComponentBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "PackagedComponentBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "branchName", + "componentId", + "componentType", + "createdBy", + "createdDate", + "notes", + "packageId", + "packageVersion" + ], + "type": "object", + "properties": { + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deleted": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fullyPubliclyConsumable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "shareable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "PackagedComponentExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "PackagedComponentGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "PackagedComponentManifest": { + "required": [ + "packageId" + ], + "type": "object", + "properties": { + "componentInfo": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "PackagedComponentManifestBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "PackagedComponentManifestBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "packageId" + ], + "type": "object", + "properties": { + "componentInfo": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "PackagedComponentQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "PackagedComponentQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "branchName", + "componentId", + "componentType", + "createdBy", + "createdDate", + "notes", + "packageId", + "packageVersion" + ], + "type": "object", + "properties": { + "branchName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdBy": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "deleted": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fullyPubliclyConsumable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "notes": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "packageVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "shareable": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "PackagedComponentSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "Parameter": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "PartnerCommunication": { + "type": "object", + "properties": { + "AS2CommunicationOptions": { + "type": "object", + "properties": { + "AS2DefaultPartnerSettings": { + "required": [ + "clientSSLCertificate", + "sslCertificate", + "url" + ], + "type": "object", + "properties": { + "AuthSettings": { + "type": "object" + }, + "authenticationType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "BASIC" + ] + }, + "clientSSLCertificate": { + "type": "object" + }, + "sslCertificate": { + "type": "object" + }, + "url": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "useDefaultSettings": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "verifyHostname": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": false + } + } + }, + "AS2ReceiveOptions": { + "required": [ + "AS2DefaultPartnerInfo", + "AS2DefaultPartnerMDNOptions", + "AS2DefaultPartnerMessageOptions", + "AS2MyCompanyInfo" + ], + "type": "object", + "properties": { + "AS2DefaultPartnerInfo": { + "type": "object" + }, + "AS2DefaultPartnerMDNOptions": { + "type": "object" + }, + "AS2DefaultPartnerMessageOptions": { + "type": "object" + }, + "AS2MyCompanyInfo": { + "type": "object" + } + } + }, + "AS2SendOptions": { + "required": [ + "AS2MDNOptions", + "AS2MessageOptions" + ], + "type": "object", + "properties": { + "AS2MDNOptions": { + "type": "object" + }, + "AS2MessageOptions": { + "type": "object" + }, + "AS2PartnerInfo": { + "type": "object" + } + } + }, + "AS2SendSettings": { + "required": [ + "clientSSLCertificate", + "sslCertificate", + "url" + ], + "type": "object", + "properties": { + "AuthSettings": { + "type": "object" + }, + "authenticationType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "BASIC" + ] + }, + "clientSSLCertificate": { + "type": "object" + }, + "sslCertificate": { + "type": "object" + }, + "url": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "useDefaultSettings": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "verifyHostname": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": false + } + } + }, + "CommunicationSetting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "default", + "custom", + "component" + ] + }, + "SharedCommunicationChannel": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "DiskCommunicationOptions": { + "type": "object", + "properties": { + "CommunicationSetting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "default", + "custom", + "component" + ] + }, + "DiskGetOptions": { + "required": [ + "fileFilter", + "getDirectory" + ], + "type": "object", + "properties": { + "deleteAfterRead": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fileFilter": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "filterMatchType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "wildcard", + "regex" + ] + }, + "getDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "maxFileCount": { + "type": "integer", + "xml": { + "attribute": true + } + }, + "useDefaultGetOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "DiskSendOptions": { + "required": [ + "sendDirectory" + ], + "type": "object", + "properties": { + "createDirectory": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sendDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "useDefaultSendOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "writeOption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "unique", + "over", + "append", + "abort" + ] + } + } + }, + "SharedCommunicationChannel": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "FTPCommunicationOptions": { + "type": "object", + "properties": { + "CommunicationSetting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "default", + "custom", + "component" + ] + }, + "FTPGetOptions": { + "required": [ + "fileToMove", + "maxFileCount", + "remoteDirectory" + ], + "type": "object", + "properties": { + "fileToMove": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ftpAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "actionget", + "actiongetdelete", + "actiongetmove" + ] + }, + "maxFileCount": { + "type": "integer", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "remoteDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "transferType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ascii", + "binary" + ] + }, + "useDefaultGetOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "FTPSendOptions": { + "required": [ + "moveToDirectory", + "remoteDirectory" + ], + "type": "object", + "properties": { + "ftpAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "actionputrename", + "actionputappend", + "actionputerror", + "actionputoverwrite" + ] + }, + "moveToDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "remoteDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "transferType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ascii", + "binary" + ] + }, + "useDefaultSendOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "FTPSettings": { + "required": [ + "FTPSSLOptions", + "host", + "password", + "port", + "user" + ], + "type": "object", + "properties": { + "FTPSSLOptions": { + "type": "object" + }, + "connectionMode": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "active", + "passive" + ] + }, + "host": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "password": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "port": { + "type": "integer", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "useDefaultSettings": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "user": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "SharedCommunicationChannel": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "HTTPCommunicationOptions": { + "type": "object", + "properties": { + "CommunicationSetting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "default", + "custom", + "component" + ] + }, + "HTTPGetOptions": { + "required": [ + "pathElements", + "requestHeaders", + "responseHeaderMapping" + ], + "type": "object", + "properties": { + "dataContentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "followRedirects": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "methodType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "POST", + "PUT", + "DELETE" + ] + }, + "pathElements": { + "type": "object" + }, + "reflectHeaders": { + "type": "object" + }, + "requestHeaders": { + "type": "object" + }, + "requestProfile": { + "type": "string", + "xml": { + "attribute": true + } + }, + "requestProfileType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "XML", + "JSON" + ] + }, + "responseHeaderMapping": { + "type": "object" + }, + "responseProfile": { + "type": "string", + "xml": { + "attribute": true + } + }, + "responseProfileType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "XML", + "JSON" + ] + }, + "returnErrors": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useDefaultOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "HTTPListenOptions": { + "type": "object", + "properties": { + "mimePassthrough": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "objectName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operationType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "password": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefaultListenOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "username": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "HTTPSendOptions": { + "required": [ + "pathElements", + "requestHeaders", + "responseHeaderMapping" + ], + "type": "object", + "properties": { + "dataContentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "followRedirects": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "methodType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "POST", + "PUT", + "DELETE" + ] + }, + "pathElements": { + "type": "object" + }, + "reflectHeaders": { + "type": "object" + }, + "requestHeaders": { + "type": "object" + }, + "requestProfile": { + "type": "string", + "xml": { + "attribute": true + } + }, + "requestProfileType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "XML", + "JSON" + ] + }, + "responseHeaderMapping": { + "type": "object" + }, + "responseProfile": { + "type": "string", + "xml": { + "attribute": true + } + }, + "responseProfileType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "XML", + "JSON" + ] + }, + "returnErrors": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "returnResponses": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useDefaultOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "HTTPSettings": { + "required": [ + "HTTPAuthSettings", + "HTTPSSLOptions" + ], + "type": "object", + "properties": { + "HTTPAuthSettings": { + "type": "object" + }, + "HTTPOAuth2Settings": { + "type": "object" + }, + "HTTPOAuthSettings": { + "type": "object" + }, + "HTTPSSLOptions": { + "type": "object" + }, + "authenticationType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "BASIC", + "PASSWORD_DIGEST", + "CUSTOM", + "OAUTH", + "OAUTH2" + ] + }, + "connectTimeout": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "cookieScope": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "IGNORED", + "GLOBAL", + "CONNECTOR_SHAPE" + ] + }, + "readTimeout": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "url": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useBasicAuth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useCustomAuth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useDefaultSettings": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "SharedCommunicationChannel": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "MLLPCommunicationOptions": { + "type": "object", + "properties": { + "MLLPSendSettings": { + "required": [ + "MLLPSSLOptions", + "endBlock", + "endData", + "host", + "port", + "startBlock" + ], + "type": "object", + "properties": { + "MLLPSSLOptions": { + "type": "object" + }, + "endBlock": { + "type": "object" + }, + "endData": { + "type": "object" + }, + "haltTimeout": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": false + }, + "host": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inactivityTimeout": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": 60 + }, + "maxConnections": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": 10 + }, + "maxRetry": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": 0 + }, + "persistent": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": false + }, + "port": { + "type": "integer", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiveTimeout": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": 120 + }, + "sendTimeout": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": 120 + }, + "startBlock": { + "type": "object" + } + } + } + } + }, + "OFTPCommunicationOptions": { + "type": "object", + "properties": { + "CommunicationSetting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "default", + "custom", + "component" + ] + }, + "OFTPConnectionSettings": { + "required": [ + "myPartnerInfo" + ], + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "defaultOFTPConnectionSettings": { + "type": "object" + }, + "host": { + "type": "string", + "xml": { + "attribute": true + } + }, + "myPartnerInfo": { + "type": "object" + }, + "port": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "sfidciph": { + "type": "integer", + "xml": { + "attribute": true + } + }, + "ssidauth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "tls": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useClientSSL": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useGateway": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "OFTPGetOptions": { + "required": [ + "OFTPPartnerGroup" + ], + "type": "object", + "properties": { + "OFTPPartnerGroup": { + "type": "object" + }, + "partnerGroupId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "OFTPSendOptions": { + "required": [ + "OFTPPartnerGroup", + "OFTPSendOptions" + ], + "type": "object", + "properties": { + "OFTPPartnerGroup": { + "type": "object" + }, + "OFTPSendOptions": { + "type": "object" + }, + "partnerGroupId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "OFTPServerListenOptions": { + "required": [ + "OFTPListenOptions", + "OFTPPartnerGroup" + ], + "type": "object", + "properties": { + "OFTPListenOptions": { + "type": "object" + }, + "OFTPPartnerGroup": { + "type": "object" + }, + "partnerGroupId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "SharedCommunicationChannel": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "SFTPCommunicationOptions": { + "type": "object", + "properties": { + "CommunicationSetting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "default", + "custom", + "component" + ] + }, + "SFTPGetOptions": { + "required": [ + "fileToMove", + "maxFileCount", + "moveToDirectory", + "remoteDirectory" + ], + "type": "object", + "properties": { + "fileToMove": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ftpAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "actionget", + "actiongetdelete", + "actiongetmove" + ] + }, + "maxFileCount": { + "type": "integer", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "moveToDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "moveToForceOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "remoteDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "useDefaultGetOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "SFTPSendOptions": { + "required": [ + "moveToDirectory", + "remoteDirectory" + ], + "type": "object", + "properties": { + "ftpAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "actionputrename", + "actionputappend", + "actionputerror", + "actionputoverwrite" + ] + }, + "moveToDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "moveToForceOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "remoteDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "useDefaultSendOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "SFTPSettings": { + "required": [ + "SFTPProxySettings", + "SFTPSSHOptions", + "host", + "password", + "port", + "user" + ], + "type": "object", + "properties": { + "SFTPProxySettings": { + "type": "object" + }, + "SFTPSSHOptions": { + "type": "object" + }, + "host": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "password": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "port": { + "type": "integer", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "useDefaultSettings": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "user": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "SharedCommunicationChannel": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + } + }, + "PartnerDocumentType": { + "type": "object", + "properties": { + "expectAckForOutbound": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "invalidDocumentRouting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "documentsPath", + "errorsPath" + ] + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "profileId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "qualifierValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "typeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "use999Ack": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useTA1Ack": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "validateOutboundTransactionSets": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "PartnerDocumentTypes": { + "type": "object", + "properties": { + "PartnerDocumentType": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "expectAckForOutbound": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "invalidDocumentRouting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "documentsPath", + "errorsPath" + ] + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "profileId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "qualifierValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "typeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "use999Ack": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useTA1Ack": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "validateOutboundTransactionSets": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "PartnerInfo": { + "type": "object", + "properties": { + "CustomPartnerInfo": { + "type": "object" + }, + "EdifactPartnerInfo": { + "required": [ + "EdifactControlInfo", + "EdifactOptions" + ], + "type": "object", + "properties": { + "EdifactControlInfo": { + "required": [ + "UNBControlInfo", + "UNHControlInfo" + ], + "type": "object", + "properties": { + "UNBControlInfo": { + "type": "object" + }, + "UNGControlInfo": { + "type": "object" + }, + "UNHControlInfo": { + "type": "object" + } + } + }, + "EdifactOptions": { + "required": [ + "compositeDelimiter", + "elementDelimiter", + "segmentTerminator" + ], + "type": "object", + "properties": { + "acknowledgementoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "donotackitem", + "ackitem" + ] + }, + "compositeDelimiter": { + "type": "object" + }, + "elementDelimiter": { + "type": "object" + }, + "envelopeoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "groupall", + "groupfg", + "groupmessage" + ] + }, + "filteracknowledgements": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "includeUNA": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundInterchangeValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundValidationOption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "filterError", + "failAll" + ] + }, + "rejectDuplicateUNB": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "segmentTerminator": { + "type": "object" + } + } + } + } + }, + "HL7PartnerInfo": { + "type": "object", + "properties": { + "HL7ControlInfo": { + "required": [ + "MSHControlInfo" + ], + "type": "object", + "properties": { + "MSHControlInfo": { + "type": "object" + } + } + }, + "HL7Options": { + "required": [ + "compositeDelimiter", + "elementDelimiter", + "segmentTerminator", + "subCompositeDelimiter" + ], + "type": "object", + "properties": { + "acceptackoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "AL", + "NE", + "ER", + "SU", + "NOT_DEFINED" + ] + }, + "appackoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "AL", + "NE", + "ER", + "SU", + "NOT_DEFINED" + ] + }, + "batchoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "batch" + ] + }, + "compositeDelimiter": { + "type": "object" + }, + "elementDelimiter": { + "type": "object" + }, + "filteracknowledgements": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundInterchangeValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundValidationOption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "filterError", + "failAll" + ] + }, + "rejectDuplicates": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "segmentTerminator": { + "type": "object" + }, + "subCompositeDelimiter": { + "type": "object" + } + } + } + } + }, + "OdettePartnerInfo": { + "required": [ + "OdetteControlInfo", + "OdetteOptions" + ], + "type": "object", + "properties": { + "OdetteControlInfo": { + "required": [ + "OdetteUNBControlInfo", + "OdetteUNHControlInfo" + ], + "type": "object", + "properties": { + "OdetteUNBControlInfo": { + "type": "object" + }, + "OdetteUNHControlInfo": { + "type": "object" + } + } + }, + "OdetteOptions": { + "required": [ + "compositeDelimiter", + "elementDelimiter", + "segmentTerminator" + ], + "type": "object", + "properties": { + "acknowledgementoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "donotackitem", + "ackitem" + ] + }, + "compositeDelimiter": { + "type": "object" + }, + "elementDelimiter": { + "type": "object" + }, + "envelopeoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "groupall", + "groupmessage" + ] + }, + "filteracknowledgements": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "includeUNA": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundInterchangeValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundValidationOption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "filterError", + "failAll" + ] + }, + "rejectDuplicateUNB": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "segmentTerminator": { + "type": "object" + } + } + } + } + }, + "RosettaNetPartnerInfo": { + "type": "object", + "properties": { + "RosettaNetControlInfo": { + "type": "object", + "properties": { + "encryptionPublicCertificate": { + "type": "object" + }, + "globalPartnerClassificationCode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "globalUsageCode": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "Test", + "Production" + ] + }, + "partnerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "partnerIdType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "DUNS" + ] + }, + "partnerLocation": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signingPublicCertificate": { + "type": "object" + }, + "supplyChainCode": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "RosettaNetMessageOptions": { + "type": "object", + "properties": { + "attachmentCache": { + "type": "string", + "xml": { + "attribute": true + } + }, + "compressed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "contentTransferEncoding": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "binary", + "base64" + ] + }, + "encryptServiceHeader": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "encrypted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "encryptionAlgorithm": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "na", + "tripledes", + "des", + "rc2-128", + "rc2-64", + "rc2-40", + "aes-128", + "aes-192", + "aes-256" + ] + }, + "signatureDigestAlgorithm": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SHA1", + "SHA224", + "SHA256", + "SHA384", + "SHA512" + ] + }, + "signed": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "RosettaNetOptions": { + "type": "object", + "properties": { + "filterSignals": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundDocumentValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "rejectDuplicateTransactions": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "version": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "v11", + "v20" + ] + } + } + } + } + }, + "TradacomsPartnerInfo": { + "type": "object", + "properties": { + "TradacomsControlInfo": { + "type": "object", + "properties": { + "STXControlInfo": { + "type": "object" + } + } + }, + "TradacomsOptions": { + "type": "object", + "properties": { + "compositeDelimiter": { + "type": "object" + }, + "elementDelimiter": { + "type": "object" + }, + "filterAcknowledgements": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "segmentTerminator": { + "type": "object" + }, + "useReconciliationMessage": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + } + } + }, + "X12PartnerInfo": { + "type": "object", + "properties": { + "X12ControlInfo": { + "type": "object", + "properties": { + "GSControlInfo": { + "type": "object" + }, + "isaControlInfo": { + "type": "object" + } + } + }, + "X12Options": { + "required": [ + "elementDelimiter", + "segmentTerminator" + ], + "type": "object", + "properties": { + "acknowledgementoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "donotackitem", + "ackfuncitem", + "acktranitem" + ] + }, + "elementDelimiter": { + "type": "object" + }, + "envelopeoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "groupall", + "groupfg", + "groupst" + ] + }, + "filteracknowledgements": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundInterchangeValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundValidationOption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "filterError", + "failAll" + ] + }, + "rejectDuplicateInterchange": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "segmentTerminator": { + "type": "object" + } + } + } + } + } + } + }, + "PermittedRoles": { + "type": "object", + "properties": { + "RoleReference": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "PersistedProcessProperties": { + "required": [ + "atomId" + ], + "type": "object", + "properties": { + "Process": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "ProcessProperties", + "processId" + ], + "type": "object", + "properties": { + "ProcessProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + }, + "xml": { + "name": "ProcessProperties", + "namespace": "http://api.platform.boomi.com/" + } + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "PersistedProcessPropertiesAsyncResponse": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "atomId" + ], + "type": "object", + "properties": { + "Process": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "ProcessProperties", + "processId" + ], + "type": "object", + "properties": { + "ProcessProperties": { + "type": "object" + }, + "processId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "AsyncOperationTokenResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "PrivateCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "passPhrase": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "Privilege": { + "required": [ + "name" + ], + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "Privileges": { + "type": "object", + "properties": { + "Privilege": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "name" + ], + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "Process": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPack": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "integrationPackId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessAtomAttachment": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessAtomAttachmentExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "atomId", + "processId", + "componentType" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "ProcessAtomAttachmentGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "atomId", + "processId", + "componentType" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessAtomAttachmentQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "atomId", + "processId", + "componentType" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessAtomAttachmentQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessAtomAttachmentSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "atomId", + "processId", + "componentType" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPack": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "integrationPackId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessEnvironmentAttachment": { + "type": "object", + "properties": { + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessEnvironmentAttachmentExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "processId", + "componentType" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "ProcessEnvironmentAttachmentGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "processId", + "componentType" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessEnvironmentAttachmentQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "processId", + "componentType" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessEnvironmentAttachmentQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessEnvironmentAttachmentSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "processId", + "componentType" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "id", + "integrationPackId", + "integrationPackInstanceId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "ProcessGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "id", + "integrationPackId", + "integrationPackInstanceId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessId": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "originalProcessId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "wrapperProcessId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessIntegrationPackInfo": { + "type": "object", + "properties": { + "integrationPackId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessLog": { + "type": "object", + "properties": { + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "logLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SEVERE", + "WARNING", + "INFO", + "CONFIG", + "FINE", + "FINER", + "FINEST", + "ALL" + ] + } + } + }, + "ProcessProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "ProcessPropertyValue": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "encryptedValueSet": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "key": { + "type": "string", + "xml": { + "attribute": true + } + }, + "label": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefault": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "usesEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "validate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "ProcessProperties", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessProperty": { + "type": "object", + "properties": { + "ProcessPropertyValue": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "encryptedValueSet": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "key": { + "type": "string", + "xml": { + "attribute": true + } + }, + "label": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefault": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "usesEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "validate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessPropertyValue": { + "type": "object", + "properties": { + "componentOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "encryptedValueSet": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "key": { + "type": "string", + "xml": { + "attribute": true + } + }, + "label": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefault": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "usesEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "validate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "id", + "integrationPackId", + "integrationPackInstanceId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "IntegrationPack": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "integrationPackId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessScheduleStatus": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessScheduleStatusBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessScheduleStatusBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessScheduleStatusExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "processId", + "atomId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "ProcessScheduleStatusGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "processId", + "atomId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessScheduleStatusQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "processId", + "atomId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessScheduleStatusQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessScheduleStatusSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "processId", + "atomId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessSchedules": { + "type": "object", + "properties": { + "Retry": { + "type": "object", + "properties": { + "Schedule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "daysOfMonth": { + "type": "string", + "xml": { + "attribute": true + } + }, + "daysOfWeek": { + "type": "string", + "xml": { + "attribute": true + } + }, + "hours": { + "type": "string", + "xml": { + "attribute": true + } + }, + "minutes": { + "type": "string", + "xml": { + "attribute": true + } + }, + "months": { + "type": "string", + "xml": { + "attribute": true + } + }, + "years": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "maxRetry": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "Schedule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "daysOfMonth": { + "type": "string", + "xml": { + "attribute": true + } + }, + "daysOfWeek": { + "type": "string", + "xml": { + "attribute": true + } + }, + "hours": { + "type": "string", + "xml": { + "attribute": true + } + }, + "minutes": { + "type": "string", + "xml": { + "attribute": true + } + }, + "months": { + "type": "string", + "xml": { + "attribute": true + } + }, + "years": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessSchedulesBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessSchedulesBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "Retry": { + "type": "object", + "properties": { + "Schedule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "maxRetry": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "Schedule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "daysOfMonth": { + "type": "string", + "xml": { + "attribute": true + } + }, + "daysOfWeek": { + "type": "string", + "xml": { + "attribute": true + } + }, + "hours": { + "type": "string", + "xml": { + "attribute": true + } + }, + "minutes": { + "type": "string", + "xml": { + "attribute": true + } + }, + "months": { + "type": "string", + "xml": { + "attribute": true + } + }, + "years": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessSchedulesExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "processId", + "atomId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "ProcessSchedulesGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "processId", + "atomId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessSchedulesQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "processId", + "atomId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessSchedulesQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "Retry": { + "type": "object", + "properties": { + "Schedule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "maxRetry": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "Schedule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "daysOfMonth": { + "type": "string", + "xml": { + "attribute": true + } + }, + "daysOfWeek": { + "type": "string", + "xml": { + "attribute": true + } + }, + "hours": { + "type": "string", + "xml": { + "attribute": true + } + }, + "minutes": { + "type": "string", + "xml": { + "attribute": true + } + }, + "months": { + "type": "string", + "xml": { + "attribute": true + } + }, + "years": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessSchedulesSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "processId", + "atomId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "id", + "integrationPackId", + "integrationPackInstanceId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ProcessingGroupDefaultRouting": { + "type": "object", + "properties": { + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessingGroupDocumentBasedRouting": { + "type": "object", + "properties": { + "StandardRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "DocumentTypeRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "PartnerRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "documentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessingGroupDocumentPartnerRoute": { + "type": "object", + "properties": { + "processId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "tradingPartnerId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessingGroupDocumentStandardRoute": { + "type": "object", + "properties": { + "DocumentTypeRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "PartnerRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "processId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "tradingPartnerId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "documentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + }, + "ProcessingGroupDocumentTypeRoute": { + "type": "object", + "properties": { + "PartnerRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "processId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "tradingPartnerId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "documentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessingGroupPartnerBasedRouting": { + "type": "object", + "properties": { + "PartnerRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "StandardRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "DocumentTypeRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "tradingPartnerId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessingGroupPartnerDocumentRoute": { + "type": "object", + "properties": { + "documentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessingGroupPartnerRoute": { + "type": "object", + "properties": { + "StandardRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "DocumentTypeRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "documentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "tradingPartnerId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessingGroupPartnerStandardRoute": { + "type": "object", + "properties": { + "DocumentTypeRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "documentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + }, + "ProcessingGroupTradingPartner": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessingGroupTradingPartners": { + "type": "object", + "properties": { + "TradingPartner": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "ProcessingType": { + "type": "object", + "properties": { + "processingId": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "D", + "P", + "T" + ] + }, + "processingMode": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "A", + "R", + "I", + "T", + "NOT_PRESENT" + ] + } + } + }, + "Properties": { + "type": "object", + "properties": { + "property": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "Property": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "PropertyPair": { + "type": "object", + "properties": { + "encrypted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "key": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "PublicCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + }, + "QueueAttributes": { + "required": [ + "DLQ", + "QueueName" + ], + "type": "object", + "properties": { + "DLQ": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "QueueName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "SubscriberName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "QueueRecord": { + "type": "object", + "properties": { + "deadLettersCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "messagesCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "queueName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "queueType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "topicSubscribers": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "SubscriberName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deadLettersCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "messageCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "References": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "DEPENDENT", + "INDEPENDENT" + ] + } + } + }, + "RerunDocument": { + "required": [ + "AllDocuments", + "SelectedDocuments", + "originalExecutionId" + ], + "type": "object", + "properties": { + "AllDocuments": { + "type": "object", + "properties": { + "documentStatus": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ANY", + "SUCCESS", + "ERROR" + ] + } + } + }, + "SelectedDocuments": { + "type": "object", + "properties": { + "Document": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "genericConnectorRecordId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "originalExecutionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "recordUrl": { + "type": "string", + "xml": { + "attribute": true + } + }, + "requestId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "Role": { + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "Privileges": { + "type": "object", + "properties": { + "Privilege": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "name" + ], + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "RoleBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "RoleBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "Privileges": { + "type": "object", + "properties": { + "Privilege": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "RoleExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "parentId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "RoleGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "parentId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "RoleQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "parentId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "RoleQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "Privileges": { + "type": "object", + "properties": { + "Privilege": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "RoleReference": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "RoleSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "parentId" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "Roles": { + "type": "object", + "properties": { + "Role": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "Description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "Privileges": { + "type": "object", + "properties": { + "Privilege": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "Roles", + "namespace": "http://api.platform.boomi.com/" + } + }, + "RosettaNetConnectorRecord": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "PIPCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "PIPVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionInstanceIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "attemptCount": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "businessActivityIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "type": "object" + } + } + }, + "xml": { + "name": "customFields", + "namespace": "http://api.platform.boomi.com/" + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "dateTime": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "frameworkVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fromGlobalBusinessServiceCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fromGlobalPartnerRoleClassificationCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "globalBusinessActionCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "globalDocumentFunctionCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "globalProcessCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "globalUsageCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inResponseToGlobalBusinessActionCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inResponseToInstanceIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isSecureTransportRequired": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "knownInitiatingPartnerID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processInstanceIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "timeToAcknowledgeAcceptance": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "timeToAcknowledgeReceipt": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "timeToPerform": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "toGlobalBusinessServiceCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "toGlobalPartnerRoleClassificationCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "transactionInstanceIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "RosettaNetConnectorRecordExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "RosettaNetConnectorRecordGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "RosettaNetConnectorRecordQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "RosettaNetConnectorRecordQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "PIPCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "PIPVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionInstanceIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "attemptCount": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "businessActivityIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "type": "object" + } + } + }, + "xml": { + "name": "customFields", + "namespace": "http://api.platform.boomi.com/" + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "dateTime": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "frameworkVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fromGlobalBusinessServiceCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fromGlobalPartnerRoleClassificationCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "globalBusinessActionCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "globalDocumentFunctionCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "globalProcessCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "globalUsageCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inResponseToGlobalBusinessActionCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "inResponseToInstanceIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isSecureTransportRequired": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "knownInitiatingPartnerID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processInstanceIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "timeToAcknowledgeAcceptance": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "timeToAcknowledgeReceipt": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "timeToPerform": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "toGlobalBusinessServiceCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "toGlobalPartnerRoleClassificationCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "transactionInstanceIdentifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "RosettaNetConnectorRecordSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "RosettaNetControlInfo": { + "type": "object", + "properties": { + "encryptionPublicCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "globalPartnerClassificationCode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "globalUsageCode": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "Test", + "Production" + ] + }, + "partnerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "partnerIdType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "DUNS" + ] + }, + "partnerLocation": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signingPublicCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "supplyChainCode": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "RosettaNetMessageOptions": { + "type": "object", + "properties": { + "attachmentCache": { + "type": "string", + "xml": { + "attribute": true + } + }, + "compressed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "contentTransferEncoding": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "binary", + "base64" + ] + }, + "encryptServiceHeader": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "encrypted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "encryptionAlgorithm": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "na", + "tripledes", + "des", + "rc2-128", + "rc2-64", + "rc2-40", + "aes-128", + "aes-192", + "aes-256" + ] + }, + "signatureDigestAlgorithm": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SHA1", + "SHA224", + "SHA256", + "SHA384", + "SHA512" + ] + }, + "signed": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "RosettaNetOptions": { + "type": "object", + "properties": { + "filterSignals": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundDocumentValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "rejectDuplicateTransactions": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "version": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "v11", + "v20" + ] + } + } + }, + "RosettaNetPartnerInfo": { + "type": "object", + "properties": { + "RosettaNetControlInfo": { + "type": "object", + "properties": { + "encryptionPublicCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "globalPartnerClassificationCode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "globalUsageCode": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "Test", + "Production" + ] + }, + "partnerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "partnerIdType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "DUNS" + ] + }, + "partnerLocation": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signingPublicCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "supplyChainCode": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "RosettaNetMessageOptions": { + "type": "object", + "properties": { + "attachmentCache": { + "type": "string", + "xml": { + "attribute": true + } + }, + "compressed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "contentTransferEncoding": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "binary", + "base64" + ] + }, + "encryptServiceHeader": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "encrypted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "encryptionAlgorithm": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "na", + "tripledes", + "des", + "rc2-128", + "rc2-64", + "rc2-40", + "aes-128", + "aes-192", + "aes-256" + ] + }, + "signatureDigestAlgorithm": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SHA1", + "SHA224", + "SHA256", + "SHA384", + "SHA512" + ] + }, + "signed": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "RosettaNetOptions": { + "type": "object", + "properties": { + "filterSignals": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundDocumentValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "rejectDuplicateTransactions": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "version": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "v11", + "v20" + ] + } + } + } + } + }, + "SFTPCommunicationOptions": { + "type": "object", + "properties": { + "CommunicationSetting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "default", + "custom", + "component" + ] + }, + "SFTPGetOptions": { + "required": [ + "fileToMove", + "maxFileCount", + "moveToDirectory", + "remoteDirectory" + ], + "type": "object", + "properties": { + "fileToMove": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ftpAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "actionget", + "actiongetdelete", + "actiongetmove" + ] + }, + "maxFileCount": { + "type": "integer", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "moveToDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "moveToForceOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "remoteDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "useDefaultGetOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "SFTPSendOptions": { + "required": [ + "moveToDirectory", + "remoteDirectory" + ], + "type": "object", + "properties": { + "ftpAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "actionputrename", + "actionputappend", + "actionputerror", + "actionputoverwrite" + ] + }, + "moveToDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "moveToForceOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "remoteDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "useDefaultSendOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "SFTPSettings": { + "required": [ + "SFTPProxySettings", + "SFTPSSHOptions", + "host", + "password", + "port", + "user" + ], + "type": "object", + "properties": { + "SFTPProxySettings": { + "required": [ + "host", + "password", + "port", + "user" + ], + "type": "object", + "properties": { + "host": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "password": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "port": { + "type": "integer", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "proxyEnabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ATOM", + "HTTP", + "SOCKS4", + "SOCKS5" + ] + }, + "user": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "SFTPSSHOptions": { + "required": [ + "knownHostEntry", + "sshkeypassword", + "sshkeypath" + ], + "type": "object", + "properties": { + "dhKeySizeMax1024": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "knownHostEntry": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sshkeyauth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sshkeypassword": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sshkeypath": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "host": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "password": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "port": { + "type": "integer", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "useDefaultSettings": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "user": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "SharedCommunicationChannel": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "SFTPGetOptions": { + "required": [ + "fileToMove", + "maxFileCount", + "moveToDirectory", + "remoteDirectory" + ], + "type": "object", + "properties": { + "fileToMove": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ftpAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "actionget", + "actiongetdelete", + "actiongetmove" + ] + }, + "maxFileCount": { + "type": "integer", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "moveToDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "moveToForceOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "remoteDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "useDefaultGetOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "SFTPProxySettings": { + "required": [ + "host", + "password", + "port", + "user" + ], + "type": "object", + "properties": { + "host": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "password": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "port": { + "type": "integer", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "proxyEnabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ATOM", + "HTTP", + "SOCKS4", + "SOCKS5" + ] + }, + "user": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "SFTPSSHOptions": { + "required": [ + "knownHostEntry", + "sshkeypassword", + "sshkeypath" + ], + "type": "object", + "properties": { + "dhKeySizeMax1024": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "knownHostEntry": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sshkeyauth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sshkeypassword": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sshkeypath": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "SFTPSendOptions": { + "required": [ + "moveToDirectory", + "remoteDirectory" + ], + "type": "object", + "properties": { + "ftpAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "actionputrename", + "actionputappend", + "actionputerror", + "actionputoverwrite" + ] + }, + "moveToDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "moveToForceOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "remoteDirectory": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "useDefaultSendOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "SFTPSettings": { + "required": [ + "SFTPProxySettings", + "SFTPSSHOptions", + "host", + "password", + "port", + "user" + ], + "type": "object", + "properties": { + "SFTPProxySettings": { + "required": [ + "host", + "password", + "port", + "user" + ], + "type": "object", + "properties": { + "host": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "password": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "port": { + "type": "integer", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "proxyEnabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ATOM", + "HTTP", + "SOCKS4", + "SOCKS5" + ] + }, + "user": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "SFTPSSHOptions": { + "required": [ + "knownHostEntry", + "sshkeypassword", + "sshkeypath" + ], + "type": "object", + "properties": { + "dhKeySizeMax1024": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "knownHostEntry": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sshkeyauth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sshkeypassword": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "sshkeypath": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "host": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "password": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "port": { + "type": "integer", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "useDefaultSettings": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "user": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "STXControlInfo": { + "type": "object", + "properties": { + "interchangeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeIdQualifier": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "Schedule": { + "type": "object", + "properties": { + "daysOfMonth": { + "type": "string", + "xml": { + "attribute": true + } + }, + "daysOfWeek": { + "type": "string", + "xml": { + "attribute": true + } + }, + "hours": { + "type": "string", + "xml": { + "attribute": true + } + }, + "minutes": { + "type": "string", + "xml": { + "attribute": true + } + }, + "months": { + "type": "string", + "xml": { + "attribute": true + } + }, + "years": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ScheduleRetry": { + "type": "object", + "properties": { + "Schedule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "daysOfMonth": { + "type": "string", + "xml": { + "attribute": true + } + }, + "daysOfWeek": { + "type": "string", + "xml": { + "attribute": true + } + }, + "hours": { + "type": "string", + "xml": { + "attribute": true + } + }, + "minutes": { + "type": "string", + "xml": { + "attribute": true + } + }, + "months": { + "type": "string", + "xml": { + "attribute": true + } + }, + "years": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "maxRetry": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "ScriptingInputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "dataType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CHARACTER", + "DATETIME", + "FLOAT", + "INTEGER" + ] + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "ScriptingOutputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "dataType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CHARACTER", + "DATETIME", + "FLOAT", + "INTEGER" + ] + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "ScriptingParameter": { + "type": "object", + "properties": { + "dataType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CHARACTER", + "DATETIME", + "FLOAT", + "INTEGER" + ] + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "SelectedDocuments": { + "type": "object", + "properties": { + "Document": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "genericConnectorRecordId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "SharedCommunication": { + "type": "object", + "properties": { + "field": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "customProperties": { + "type": "object", + "properties": { + "properties": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "encryptedValueSet": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefault": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "usesEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "SharedCommunicationChannel": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "SharedCommunications": { + "type": "object", + "properties": { + "sharedCommunication": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "field": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "customProperties": { + "type": "object" + }, + "encryptedValueSet": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefault": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "usesEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "SharedServerInformation": { + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "basic", + "intermediate", + "advanced" + ] + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "auth": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "basic" + ] + }, + "authToken": { + "type": "string", + "xml": { + "attribute": true + } + }, + "checkForwardedHeaders": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "externalHost": { + "type": "string", + "xml": { + "attribute": true + } + }, + "externalHttpPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "externalHttpsPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpsPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "internalHost": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxThreads": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "minAuth": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "basic" + ] + }, + "overrideUrl": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sslCertificateId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "url": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "SharedServerInformationBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "SharedServerInformationBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "basic", + "intermediate", + "advanced" + ] + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "auth": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "basic" + ] + }, + "authToken": { + "type": "string", + "xml": { + "attribute": true + } + }, + "checkForwardedHeaders": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "externalHost": { + "type": "string", + "xml": { + "attribute": true + } + }, + "externalHttpPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "externalHttpsPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpsPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "internalHost": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxThreads": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "minAuth": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "basic" + ] + }, + "overrideUrl": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sslCertificateId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "url": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "SharedWebServer": { + "required": [ + "atomId", + "cloudTennantGeneral", + "corsConfiguration", + "generalSettings", + "userManagement" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "cloudTennantGeneral": { + "required": [ + "apiType", + "authType", + "baseUrl", + "listenerPorts" + ], + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "authType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "baseUrl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerPorts": { + "type": "object", + "properties": { + "port": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + }, + "corsConfiguration": { + "type": "object", + "properties": { + "origins": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "domain" + ], + "type": "object", + "properties": { + "EnableHTTPRequestHandling": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": false + }, + "EnableHTTPSRequestHandling": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": false + }, + "allowCredentials": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": false + }, + "allowMethods": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + }, + "allowRequestHeaders": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + }, + "allowResponseHeaders": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + }, + "cacheTimeout": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "domain": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ports": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "integer", + "format": "int32" + } + } + } + } + } + } + }, + "generalSettings": { + "required": [ + "apiType", + "authentication", + "baseUrl", + "externalHost", + "internalHost", + "listenerPorts", + "protectedHeaders", + "sslCertificate" + ], + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "authentication": { + "required": [ + "authType", + "clientCertificateHeaderName", + "loginModuleClassName", + "loginModuleOptions" + ], + "type": "object", + "properties": { + "authType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "cacheAuthenticationTimeout": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "cacheAuthorizationCredentials": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "clientCertificateHeaderName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "loginModuleClassName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "loginModuleOptions": { + "type": "object" + } + } + }, + "baseUrl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "examineForwardHeaders": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "externalHost": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "internalHost": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerPorts": { + "type": "object", + "properties": { + "port": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "maxNumberOfThreads": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "overrideUrl": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "protectedHeaders": { + "type": "object", + "properties": { + "header": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + } + } + }, + "sslCertificate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "shouldRestartPlugin": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "userManagement": { + "type": "object", + "properties": { + "enableAPIMInternalRoles": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "users": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "username" + ], + "type": "object", + "properties": { + "clientCertificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentFilters": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + }, + "externalUsername": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ipFilters": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + }, + "roleAssociations": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + }, + "token": { + "type": "string", + "xml": { + "attribute": true + } + }, + "username": { + "type": "string", + "xml": { + "attribute": true + } + }, + "usingComponentFilters": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "usingIPFilters": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + } + } + } + } + } + }, + "SharedWebServerAuthentication": { + "required": [ + "authType", + "clientCertificateHeaderName", + "loginModuleClassName", + "loginModuleOptions" + ], + "type": "object", + "properties": { + "authType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "cacheAuthenticationTimeout": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "cacheAuthorizationCredentials": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "clientCertificateHeaderName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "loginModuleClassName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "loginModuleOptions": { + "type": "object", + "properties": { + "loginModule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "name", + "value" + ], + "type": "object", + "properties": { + "encrypt": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "name": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "value": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + } + } + } + }, + "SharedWebServerBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "SharedWebServerBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "atomId", + "cloudTennantGeneral", + "corsConfiguration", + "generalSettings", + "userManagement" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "cloudTennantGeneral": { + "required": [ + "apiType", + "authType", + "baseUrl", + "listenerPorts" + ], + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "authType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "baseUrl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerPorts": { + "type": "object" + } + } + }, + "corsConfiguration": { + "type": "object", + "properties": { + "origins": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "generalSettings": { + "required": [ + "apiType", + "authentication", + "baseUrl", + "externalHost", + "internalHost", + "listenerPorts", + "protectedHeaders", + "sslCertificate" + ], + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "authentication": { + "type": "object" + }, + "baseUrl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "examineForwardHeaders": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "externalHost": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "internalHost": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerPorts": { + "type": "object" + }, + "maxNumberOfThreads": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "overrideUrl": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "protectedHeaders": { + "type": "object" + }, + "sslCertificate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "shouldRestartPlugin": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "userManagement": { + "type": "object", + "properties": { + "enableAPIMInternalRoles": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "users": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "SharedWebServerCORSOrigin": { + "required": [ + "domain" + ], + "type": "object", + "properties": { + "EnableHTTPRequestHandling": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": false + }, + "EnableHTTPSRequestHandling": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": false + }, + "allowCredentials": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": false + }, + "allowMethods": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + }, + "allowRequestHeaders": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + }, + "allowResponseHeaders": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + }, + "cacheTimeout": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "domain": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ports": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "integer", + "format": "int32" + } + } + } + }, + "SharedWebServerCloudTennantGeneral": { + "required": [ + "apiType", + "authType", + "baseUrl", + "listenerPorts" + ], + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "authType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "baseUrl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerPorts": { + "type": "object", + "properties": { + "port": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "authType", + "baseUrlForRequest" + ], + "type": "object", + "properties": { + "authType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "baseUrlForRequest": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "defaultPort": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "enablePort": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "externalPort": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "externalSSL": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "port": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ssl": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + } + } + } + }, + "SharedWebServerCors": { + "type": "object", + "properties": { + "origins": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "domain" + ], + "type": "object", + "properties": { + "EnableHTTPRequestHandling": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": false + }, + "EnableHTTPSRequestHandling": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": false + }, + "allowCredentials": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "default": false + }, + "allowMethods": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + }, + "allowRequestHeaders": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + }, + "allowResponseHeaders": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + }, + "cacheTimeout": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "domain": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ports": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "integer", + "format": "int32" + } + } + } + } + } + } + }, + "SharedWebServerGeneral": { + "required": [ + "apiType", + "authentication", + "baseUrl", + "externalHost", + "internalHost", + "listenerPorts", + "protectedHeaders", + "sslCertificate" + ], + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "authentication": { + "required": [ + "authType", + "clientCertificateHeaderName", + "loginModuleClassName", + "loginModuleOptions" + ], + "type": "object", + "properties": { + "authType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "cacheAuthenticationTimeout": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "cacheAuthorizationCredentials": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "clientCertificateHeaderName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "loginModuleClassName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "loginModuleOptions": { + "type": "object", + "properties": { + "loginModule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + } + } + }, + "baseUrl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "examineForwardHeaders": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "externalHost": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "internalHost": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "listenerPorts": { + "type": "object", + "properties": { + "port": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "authType", + "baseUrlForRequest" + ], + "type": "object", + "properties": { + "authType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "baseUrlForRequest": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "defaultPort": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "enablePort": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "externalPort": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "externalSSL": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "port": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ssl": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + } + }, + "maxNumberOfThreads": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "overrideUrl": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "protectedHeaders": { + "type": "object", + "properties": { + "header": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + } + } + }, + "sslCertificate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "SharedWebServerLoginModuleConfiguration": { + "type": "object", + "properties": { + "loginModule": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "name", + "value" + ], + "type": "object", + "properties": { + "encrypt": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "name": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "value": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + } + }, + "SharedWebServerLoginModuleOption": { + "required": [ + "name", + "value" + ], + "type": "object", + "properties": { + "encrypt": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "name": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "value": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "SharedWebServerPort": { + "required": [ + "authType", + "baseUrlForRequest" + ], + "type": "object", + "properties": { + "authType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "baseUrlForRequest": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "defaultPort": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "enablePort": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "externalPort": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "externalSSL": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "port": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ssl": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "SharedWebServerProtectedHeaders": { + "type": "object", + "properties": { + "header": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + } + } + }, + "SharedWebServerUser": { + "required": [ + "username" + ], + "type": "object", + "properties": { + "clientCertificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentFilters": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + }, + "externalUsername": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ipFilters": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + }, + "roleAssociations": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + }, + "token": { + "type": "string", + "xml": { + "attribute": true + } + }, + "username": { + "type": "string", + "xml": { + "attribute": true + } + }, + "usingComponentFilters": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "usingIPFilters": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "SharedWebServerUserManagement": { + "type": "object", + "properties": { + "enableAPIMInternalRoles": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "users": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "username" + ], + "type": "object", + "properties": { + "clientCertificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentFilters": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + }, + "externalUsername": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ipFilters": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + }, + "roleAssociations": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + }, + "token": { + "type": "string", + "xml": { + "attribute": true + } + }, + "username": { + "type": "string", + "xml": { + "attribute": true + } + }, + "usingComponentFilters": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "usingIPFilters": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "SimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "allOf": [ + { + "type": "object" + }, + { + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + } + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + ] + }, + "SimpleLookupTable": { + "required": [ + "Rows" + ], + "type": "object", + "properties": { + "Rows": { + "type": "object", + "properties": { + "Row": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "ref1", + "ref2" + ], + "type": "object", + "properties": { + "ref1": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ref2": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + } + } + } + }, + "SimpleLookupTableRow": { + "required": [ + "ref1", + "ref2" + ], + "type": "object", + "properties": { + "ref1": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ref2": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "SimpleLookupTableRows": { + "type": "object", + "properties": { + "Row": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "ref1", + "ref2" + ], + "type": "object", + "properties": { + "ref1": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ref2": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + } + }, + "ThroughputAccount": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + }, + "ThroughputAccountExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "atomId", + "processDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "ThroughputAccountGroup": { + "type": "object", + "allOf": [ + { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + ] + }, + "ThroughputAccountGroupExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountGroupId", + "processDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "ThroughputAccountGroupGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountGroupId", + "processDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ThroughputAccountGroupQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountGroupId", + "processDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ThroughputAccountGroupQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "allOf": [ + { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + ] + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ThroughputAccountGroupSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountGroupId", + "processDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ThroughputAccountGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "atomId", + "processDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ThroughputAccountQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "atomId", + "processDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ThroughputAccountQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "ThroughputAccountSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "atomId", + "processDate" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "TopicSubscriber": { + "type": "object", + "properties": { + "SubscriberName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deadLettersCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "messageCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + }, + "TrackedField": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "TrackedFields": { + "type": "object", + "properties": { + "trackedField": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "TradacomsConnectorRecord": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "applicationReference": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "type": "object" + } + } + }, + "xml": { + "name": "customFields", + "namespace": "http://api.platform.boomi.com/" + } + }, + "date": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fileGenerationNumber": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fileVersionNumber": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverTransmissionReference": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderTransmissionReference": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "time": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "transmissionPriorityCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "validationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "validationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "TradacomsConnectorRecordExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "TradacomsConnectorRecordGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "TradacomsConnectorRecordQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "TradacomsConnectorRecordQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "applicationReference": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "type": "object" + } + } + }, + "xml": { + "name": "customFields", + "namespace": "http://api.platform.boomi.com/" + } + }, + "date": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fileGenerationNumber": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fileVersionNumber": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "messageType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverTransmissionReference": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderTransmissionReference": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "time": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "transmissionPriorityCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "validationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "validationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "TradacomsConnectorRecordSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "TradacomsControlInfo": { + "type": "object", + "properties": { + "STXControlInfo": { + "type": "object", + "properties": { + "interchangeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeIdQualifier": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "TradacomsOptions": { + "type": "object", + "properties": { + "compositeDelimiter": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "elementDelimiter": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "filterAcknowledgements": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "segmentTerminator": { + "type": "object", + "properties": { + "segmentTerminatorSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "segmentTerminatorValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "newline", + "singlequote", + "tilde", + "carriagereturn", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "useReconciliationMessage": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "TradacomsPartnerInfo": { + "type": "object", + "properties": { + "TradacomsControlInfo": { + "type": "object", + "properties": { + "STXControlInfo": { + "type": "object", + "properties": { + "interchangeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeIdQualifier": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "TradacomsOptions": { + "type": "object", + "properties": { + "compositeDelimiter": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "elementDelimiter": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "filterAcknowledgements": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "segmentTerminator": { + "type": "object", + "properties": { + "segmentTerminatorSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "segmentTerminatorValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "newline", + "singlequote", + "tilde", + "carriagereturn", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "useReconciliationMessage": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + } + } + }, + "TradingPartner": { + "type": "object", + "properties": { + "category": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "field": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "customProperties": { + "type": "object" + }, + "encryptedValueSet": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefault": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "usesEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "TradingPartnerCategory": { + "type": "object", + "properties": { + "field": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "componentOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "customProperties": { + "type": "object", + "properties": { + "properties": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "encryptedValueSet": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefault": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "usesEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "TradingPartnerComponent": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "required": [ + "address1", + "address2", + "city", + "contactName", + "country", + "email", + "fax", + "phone", + "postalcode", + "state" + ], + "type": "object", + "properties": { + "address1": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "address2": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "city": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "contactName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "country": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "email": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fax": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "phone": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "postalcode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "state": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "PartnerCommunication": { + "type": "object", + "properties": { + "AS2CommunicationOptions": { + "type": "object", + "properties": { + "AS2DefaultPartnerSettings": { + "type": "object" + }, + "AS2ReceiveOptions": { + "type": "object" + }, + "AS2SendOptions": { + "type": "object" + }, + "AS2SendSettings": { + "type": "object" + }, + "CommunicationSetting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "default", + "custom", + "component" + ] + }, + "SharedCommunicationChannel": { + "type": "object" + } + } + }, + "DiskCommunicationOptions": { + "type": "object", + "properties": { + "CommunicationSetting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "default", + "custom", + "component" + ] + }, + "DiskGetOptions": { + "type": "object" + }, + "DiskSendOptions": { + "type": "object" + }, + "SharedCommunicationChannel": { + "type": "object" + } + } + }, + "FTPCommunicationOptions": { + "type": "object", + "properties": { + "CommunicationSetting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "default", + "custom", + "component" + ] + }, + "FTPGetOptions": { + "type": "object" + }, + "FTPSendOptions": { + "type": "object" + }, + "FTPSettings": { + "type": "object" + }, + "SharedCommunicationChannel": { + "type": "object" + } + } + }, + "HTTPCommunicationOptions": { + "type": "object", + "properties": { + "CommunicationSetting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "default", + "custom", + "component" + ] + }, + "HTTPGetOptions": { + "type": "object" + }, + "HTTPListenOptions": { + "type": "object" + }, + "HTTPSendOptions": { + "type": "object" + }, + "HTTPSettings": { + "type": "object" + }, + "SharedCommunicationChannel": { + "type": "object" + } + } + }, + "MLLPCommunicationOptions": { + "type": "object", + "properties": { + "MLLPSendSettings": { + "type": "object" + } + } + }, + "OFTPCommunicationOptions": { + "type": "object", + "properties": { + "CommunicationSetting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "default", + "custom", + "component" + ] + }, + "OFTPConnectionSettings": { + "type": "object" + }, + "OFTPGetOptions": { + "type": "object" + }, + "OFTPSendOptions": { + "type": "object" + }, + "OFTPServerListenOptions": { + "type": "object" + }, + "SharedCommunicationChannel": { + "type": "object" + } + } + }, + "SFTPCommunicationOptions": { + "type": "object", + "properties": { + "CommunicationSetting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "default", + "custom", + "component" + ] + }, + "SFTPGetOptions": { + "type": "object" + }, + "SFTPSendOptions": { + "type": "object" + }, + "SFTPSettings": { + "type": "object" + }, + "SharedCommunicationChannel": { + "type": "object" + } + } + } + } + }, + "PartnerCommunicationTypes": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "PartnerCommunicationTypes" + } + } + }, + "PartnerDocumentTypes": { + "type": "object", + "properties": { + "PartnerDocumentType": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "expectAckForOutbound": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "invalidDocumentRouting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "documentsPath", + "errorsPath" + ] + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "profileId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "qualifierValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "typeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "use999Ack": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useTA1Ack": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "validateOutboundTransactionSets": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "PartnerInfo": { + "type": "object", + "properties": { + "CustomPartnerInfo": { + "type": "object" + }, + "EdifactPartnerInfo": { + "required": [ + "EdifactControlInfo", + "EdifactOptions" + ], + "type": "object", + "properties": { + "EdifactControlInfo": { + "type": "object" + }, + "EdifactOptions": { + "type": "object" + } + } + }, + "HL7PartnerInfo": { + "type": "object", + "properties": { + "HL7ControlInfo": { + "type": "object" + }, + "HL7Options": { + "type": "object" + } + } + }, + "OdettePartnerInfo": { + "required": [ + "OdetteControlInfo", + "OdetteOptions" + ], + "type": "object", + "properties": { + "OdetteControlInfo": { + "type": "object" + }, + "OdetteOptions": { + "type": "object" + } + } + }, + "RosettaNetPartnerInfo": { + "type": "object", + "properties": { + "RosettaNetControlInfo": { + "type": "object" + }, + "RosettaNetMessageOptions": { + "type": "object" + }, + "RosettaNetOptions": { + "type": "object" + } + } + }, + "TradacomsPartnerInfo": { + "type": "object", + "properties": { + "TradacomsControlInfo": { + "type": "object" + }, + "TradacomsOptions": { + "type": "object" + } + } + }, + "X12PartnerInfo": { + "type": "object", + "properties": { + "X12ControlInfo": { + "type": "object" + }, + "X12Options": { + "type": "object" + } + } + } + } + }, + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "identifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "organizationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + }, + "TradingPartnerComponentBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "TradingPartnerComponentBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "required": [ + "address1", + "address2", + "city", + "contactName", + "country", + "email", + "fax", + "phone", + "postalcode", + "state" + ], + "type": "object", + "properties": { + "address1": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "address2": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "city": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "contactName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "country": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "email": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fax": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "phone": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "postalcode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "state": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "PartnerCommunication": { + "type": "object", + "properties": { + "AS2CommunicationOptions": { + "type": "object" + }, + "DiskCommunicationOptions": { + "type": "object" + }, + "FTPCommunicationOptions": { + "type": "object" + }, + "HTTPCommunicationOptions": { + "type": "object" + }, + "MLLPCommunicationOptions": { + "type": "object" + }, + "OFTPCommunicationOptions": { + "type": "object" + }, + "SFTPCommunicationOptions": { + "type": "object" + } + } + }, + "PartnerCommunicationTypes": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "PartnerCommunicationTypes" + } + } + }, + "PartnerDocumentTypes": { + "type": "object", + "properties": { + "PartnerDocumentType": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "PartnerInfo": { + "type": "object", + "properties": { + "CustomPartnerInfo": { + "type": "object" + }, + "EdifactPartnerInfo": { + "type": "object" + }, + "HL7PartnerInfo": { + "type": "object" + }, + "OdettePartnerInfo": { + "type": "object" + }, + "RosettaNetPartnerInfo": { + "type": "object" + }, + "TradacomsPartnerInfo": { + "type": "object" + }, + "X12PartnerInfo": { + "type": "object" + } + } + }, + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "identifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "organizationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "TradingPartnerComponentExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "classification", + "standard", + "identifier", + "as2", + "disk", + "ftp", + "mllp", + "sftp", + "http", + "oftp" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "TradingPartnerComponentGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "classification", + "standard", + "identifier", + "as2", + "disk", + "ftp", + "mllp", + "sftp", + "http", + "oftp" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "TradingPartnerComponentQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "classification", + "standard", + "identifier", + "as2", + "disk", + "ftp", + "mllp", + "sftp", + "http", + "oftp" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "TradingPartnerComponentQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "required": [ + "address1", + "address2", + "city", + "contactName", + "country", + "email", + "fax", + "phone", + "postalcode", + "state" + ], + "type": "object", + "properties": { + "address1": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "address2": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "city": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "contactName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "country": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "email": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "fax": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "phone": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "postalcode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "state": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "PartnerCommunication": { + "type": "object", + "properties": { + "AS2CommunicationOptions": { + "type": "object" + }, + "DiskCommunicationOptions": { + "type": "object" + }, + "FTPCommunicationOptions": { + "type": "object" + }, + "HTTPCommunicationOptions": { + "type": "object" + }, + "MLLPCommunicationOptions": { + "type": "object" + }, + "OFTPCommunicationOptions": { + "type": "object" + }, + "SFTPCommunicationOptions": { + "type": "object" + } + } + }, + "PartnerCommunicationTypes": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "PartnerCommunicationTypes" + } + } + }, + "PartnerDocumentTypes": { + "type": "object", + "properties": { + "PartnerDocumentType": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "PartnerInfo": { + "type": "object", + "properties": { + "CustomPartnerInfo": { + "type": "object" + }, + "EdifactPartnerInfo": { + "type": "object" + }, + "HL7PartnerInfo": { + "type": "object" + }, + "OdettePartnerInfo": { + "type": "object" + }, + "RosettaNetPartnerInfo": { + "type": "object" + }, + "TradacomsPartnerInfo": { + "type": "object" + }, + "X12PartnerInfo": { + "type": "object" + } + } + }, + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "identifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "organizationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "TradingPartnerComponentSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "classification", + "standard", + "identifier", + "as2", + "disk", + "ftp", + "mllp", + "sftp", + "http", + "oftp" + ] + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "TradingPartnerProcessingGroup": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object", + "properties": { + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DocumentRouting": { + "type": "object", + "properties": { + "StandardRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "DocumentTypeRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "PartnerRouting": { + "type": "object", + "properties": { + "PartnerRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "StandardRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "tradingPartnerId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "TradingPartners": { + "type": "object", + "properties": { + "TradingPartner": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "TradingPartnerProcessingGroupBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + }, + "xml": { + "name": "BulkRequest", + "namespace": "http://api.platform.boomi.com/" + } + }, + "TradingPartnerProcessingGroupBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object", + "properties": { + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DocumentRouting": { + "type": "object", + "properties": { + "StandardRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "PartnerRouting": { + "type": "object", + "properties": { + "PartnerRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "TradingPartners": { + "type": "object", + "properties": { + "TradingPartner": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "BulkResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "TradingPartnerProcessingGroupExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "TradingPartnerProcessingGroupGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "TradingPartnerProcessingGroupQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" + } + } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" + } + }, + "TradingPartnerProcessingGroupQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object", + "properties": { + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DocumentRouting": { + "type": "object", + "properties": { + "StandardRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "PartnerRouting": { + "type": "object", + "properties": { + "PartnerRoute": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "TradingPartners": { + "type": "object", + "properties": { + "TradingPartner": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + } + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" + } + }, + "TradingPartnerProcessingGroupSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + "TradingPartners": { + "type": "object", + "properties": { + "tradingPartner": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "category": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object", + "properties": { + "field": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "UNBControlInfo": { + "type": "object", + "properties": { + "ackRequest": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "appReference": { + "type": "string", + "xml": { + "attribute": true + } + }, + "commAgreement": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeAddress": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeIdQual": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EDIFACTIDQUAL_NA", + "EDIFACTIDQUAL_1", + "EDIFACTIDQUAL_4", + "EDIFACTIDQUAL_5", + "EDIFACTIDQUAL_8", + "EDIFACTIDQUAL_9", + "EDIFACTIDQUAL_12", + "EDIFACTIDQUAL_14", + "EDIFACTIDQUAL_18", + "EDIFACTIDQUAL_22", + "EDIFACTIDQUAL_30", + "EDIFACTIDQUAL_31", + "EDIFACTIDQUAL_33", + "EDIFACTIDQUAL_34", + "EDIFACTIDQUAL_51", + "EDIFACTIDQUAL_52", + "EDIFACTIDQUAL_53", + "EDIFACTIDQUAL_54", + "EDIFACTIDQUAL_55", + "EDIFACTIDQUAL_57", + "EDIFACTIDQUAL_58", + "EDIFACTIDQUAL_59", + "EDIFACTIDQUAL_61", + "EDIFACTIDQUAL_63", + "EDIFACTIDQUAL_65", + "EDIFACTIDQUAL_80", + "EDIFACTIDQUAL_82", + "EDIFACTIDQUAL_84", + "EDIFACTIDQUAL_85", + "EDIFACTIDQUAL_86", + "EDIFACTIDQUAL_87", + "EDIFACTIDQUAL_89", + "EDIFACTIDQUAL_90", + "EDIFACTIDQUAL_91", + "EDIFACTIDQUAL_92", + "EDIFACTIDQUAL_103", + "EDIFACTIDQUAL_128", + "EDIFACTIDQUAL_129", + "EDIFACTIDQUAL_144", + "EDIFACTIDQUAL_145", + "EDIFACTIDQUAL_146", + "EDIFACTIDQUAL_147", + "EDIFACTIDQUAL_148", + "EDIFACTIDQUAL_Z01", + "EDIFACTIDQUAL_ZZZ", + "EDIFACTIDQUAL_ZZ" + ] + }, + "interchangeSubAddress": { + "type": "string", + "xml": { + "attribute": true + } + }, + "priority": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NA", + "A" + ] + }, + "referencePassword": { + "type": "string", + "xml": { + "attribute": true + } + }, + "referencePasswordQualifier": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NA", + "AA", + "BB" + ] + }, + "syntaxId": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNOA", + "UNOB", + "UNOC", + "UNOD", + "UNOE", + "UNOF" + ] + }, + "syntaxVersion": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EDIFACTSYNTAXVERSION_1", + "EDIFACTSYNTAXVERSION_2", + "EDIFACTSYNTAXVERSION_3" + ] + }, + "testIndicator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EDIFACTTEST_NA", + "EDIFACTTEST_1" + ] + } + } + }, + "UNGControlInfo": { + "type": "object", + "properties": { + "applicationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "applicationIdQual": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EDIFACTIDQUAL_NA", + "EDIFACTIDQUAL_1", + "EDIFACTIDQUAL_4", + "EDIFACTIDQUAL_5", + "EDIFACTIDQUAL_8", + "EDIFACTIDQUAL_9", + "EDIFACTIDQUAL_12", + "EDIFACTIDQUAL_14", + "EDIFACTIDQUAL_18", + "EDIFACTIDQUAL_22", + "EDIFACTIDQUAL_30", + "EDIFACTIDQUAL_31", + "EDIFACTIDQUAL_33", + "EDIFACTIDQUAL_34", + "EDIFACTIDQUAL_51", + "EDIFACTIDQUAL_52", + "EDIFACTIDQUAL_53", + "EDIFACTIDQUAL_54", + "EDIFACTIDQUAL_55", + "EDIFACTIDQUAL_57", + "EDIFACTIDQUAL_58", + "EDIFACTIDQUAL_59", + "EDIFACTIDQUAL_61", + "EDIFACTIDQUAL_63", + "EDIFACTIDQUAL_65", + "EDIFACTIDQUAL_80", + "EDIFACTIDQUAL_82", + "EDIFACTIDQUAL_84", + "EDIFACTIDQUAL_85", + "EDIFACTIDQUAL_86", + "EDIFACTIDQUAL_87", + "EDIFACTIDQUAL_89", + "EDIFACTIDQUAL_90", + "EDIFACTIDQUAL_91", + "EDIFACTIDQUAL_92", + "EDIFACTIDQUAL_103", + "EDIFACTIDQUAL_128", + "EDIFACTIDQUAL_129", + "EDIFACTIDQUAL_144", + "EDIFACTIDQUAL_145", + "EDIFACTIDQUAL_146", + "EDIFACTIDQUAL_147", + "EDIFACTIDQUAL_148", + "EDIFACTIDQUAL_Z01", + "EDIFACTIDQUAL_ZZZ", + "EDIFACTIDQUAL_ZZ" + ] + }, + "useFunctionalGroups": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "UNHControlInfo": { + "type": "object", + "properties": { + "assocAssignedCode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "commonAccessRef": { + "type": "string", + "xml": { + "attribute": true + } + }, + "controllingAgency": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "AA", + "AB", + "AC", + "AD", + "AE", + "CC", + "CE", + "EC", + "ED", + "EE", + "EN", + "ER", + "EU", + "EX", + "IA", + "KE", + "LI", + "OD", + "RI", + "RT", + "UN" + ] + }, + "release": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EDIFACTRELEASE_1", + "EDIFACTRELEASE_2", + "EDIFACTRELEASE_902", + "EDIFACTRELEASE_911", + "EDIFACTRELEASE_912", + "EDIFACTRELEASE_921", + "EDIFACTRELEASE_932", + "EDIFACTRELEASE_93A", + "EDIFACTRELEASE_94A", + "EDIFACTRELEASE_94B", + "EDIFACTRELEASE_95A", + "EDIFACTRELEASE_95B", + "EDIFACTRELEASE_96A", + "EDIFACTRELEASE_96B", + "EDIFACTRELEASE_97A", + "EDIFACTRELEASE_97B", + "EDIFACTRELEASE_98A", + "EDIFACTRELEASE_98B", + "EDIFACTRELEASE_99A", + "EDIFACTRELEASE_99B", + "EDIFACTRELEASE_00A", + "EDIFACTRELEASE_00B", + "EDIFACTRELEASE_01A", + "EDIFACTRELEASE_01B", + "EDIFACTRELEASE_02A", + "EDIFACTRELEASE_02B", + "EDIFACTRELEASE_03A", + "EDIFACTRELEASE_03B", + "EDIFACTRELEASE_04A", + "EDIFACTRELEASE_04B", + "EDIFACTRELEASE_05A", + "EDIFACTRELEASE_05B", + "EDIFACTRELEASE_06A", + "EDIFACTRELEASE_06B", + "EDIFACTRELEASE_07A", + "EDIFACTRELEASE_07B", + "EDIFACTRELEASE_08A", + "EDIFACTRELEASE_08B", + "EDIFACTRELEASE_09A", + "EDIFACTRELEASE_09B" + ] + }, + "version": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EDIFACTVERSION_1", + "EDIFACTVERSION_2", + "EDIFACTVERSION_4", + "EDIFACTVERSION_88", + "EDIFACTVERSION_89", + "EDIFACTVERSION_90", + "EDIFACTVERSION_D", + "EDIFACTVERSION_S" + ] + } + } + }, + "X12ConnectorRecord": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "agencyCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "appReceiverID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "appSenderID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "type": "object" + } + } + }, + "xml": { + "name": "customFields", + "namespace": "http://api.platform.boomi.com/" + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "functionalID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "gsControl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "gsDate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "gsTime": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "gsVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isaAckReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isaAckStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isaControl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverIDQualifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderIDQualifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "stControl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "standard": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "standardID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "testIndicator": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "transactionSet": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } + } + }, + "X12ConnectorRecordExpression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "type": "object" + }, + { + "type": "object" + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + }, + "X12ConnectorRecordGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] } - } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/async/AtomCounters/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an AtomCounters object by identifier.", - "operationId": "AsyncGetAtomCounters", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "asyncToken", - "responseStatusCode" - ], - "type": "object", - "properties": { - "asyncToken": { + "X12ConnectorRecordQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { "required": [ - "token" + "expression" ], "type": "object", "properties": { - "token": { - "type": "string" - } + "expression": { + "oneOf": [ + { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" + } + }, + { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "object" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + }, + "xml": { + "name": "GroupingExpression", + "namespace": "http://api.platform.boomi.com/" + } + } + ] + } + }, + "xml": { + "name": "QueryFilter", + "namespace": "http://api.platform.boomi.com/" } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32" - } } - } + }, + "xml": { + "name": "QueryConfig", + "namespace": "http://api.platform.boomi.com/" } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/async/AtomDiskSpace/response/{token}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an AtomDiskSpace object by identifier.", - "operationId": "AsyncTokenAtomDiskSpace", - "parameters": [ - { - "name": "token", - "in": "path", - "description": "Takes in the token from a previous call to return a result.", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "responseStatusCode": { + "X12ConnectorRecordQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { "type": "integer", - "format": "int32" - }, - "result": { + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "result": { "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, "items": { - "type": "object", - "properties": { - "DiskSpaceDirectory": { - "type": "array", - "items": { - "type": "object" - } - }, - "quotaLimit": { - "type": "string" - }, - "rawQuotaLimit": { - "type": "integer", - "format": "int64" - }, - "rawTotalSize": { - "type": "integer", - "format": "int64" - }, - "totalSize": { - "type": "string" + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "ackStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "actionType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "agencyCode": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "appReceiverID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "appSenderID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "atomId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "connectorType": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "customFields": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "type": "object" + } + } + }, + "xml": { + "name": "customFields", + "namespace": "http://api.platform.boomi.com/" + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "errorMessage": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "executionId": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "functionalID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "gsControl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "gsDate": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "gsTime": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "gsVersion": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "id": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isaAckReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isaAckStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "isaControl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "operationName": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationReport": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "outboundValidationStatus": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "receiverIDQualifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "senderIDQualifier": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "stControl": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "standard": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "standardID": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "successful": { + "type": "boolean", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "testIndicator": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "transactionSet": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + } } - } } - } } - } + }, + "xml": { + "name": "QueryResult", + "namespace": "http://api.platform.boomi.com/" } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/async/AtomDiskSpace/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an AtomDiskSpace object by identifier.", - "operationId": "AsyncGetAtomDiskSpace", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "asyncToken", - "responseStatusCode" - ], - "type": "object", - "properties": { - "asyncToken": { - "required": [ - "token" - ], - "type": "object", - "properties": { - "token": { - "type": "string" - } + "X12ConnectorRecordSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32" - } } - } + }, + "xml": { + "name": "SimpleExpression", + "namespace": "http://api.platform.boomi.com/" } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/async/AtomSecurityPolicies/response/{token}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an AtomSecurityPolicies object by identifier.", - "operationId": "AsyncTokenAtomSecurityPolicies", - "parameters": [ - { - "name": "token", - "in": "path", - "description": "Takes in the token from a previous call to return a result.", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "responseStatusCode": { - "type": "integer", - "format": "int32" - }, - "result": { - "type": "array", - "items": { - "required": [ - "atomId", - "common" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string" + "X12ControlInfo": { + "type": "object", + "properties": { + "GSControlInfo": { + "type": "object", + "properties": { + "applicationcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "gsVersion": { + "type": "string", + "xml": { + "attribute": true + } + }, + "respagencycode": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "T", + "X" + ] + } + } + }, + "isaControlInfo": { + "type": "object", + "properties": { + "ackrequested": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "authorizationInformation": { + "type": "string", + "xml": { + "attribute": true + } + }, + "authorizationInformationQualifier": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "X12AUTHQUAL_00", + "X12AUTHQUAL_01", + "X12AUTHQUAL_02", + "X12AUTHQUAL_03", + "X12AUTHQUAL_04", + "X12AUTHQUAL_05" + ] + }, + "componentElementSeparator": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeIdQualifier": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "X12IDQUAL_01", + "X12IDQUAL_02", + "X12IDQUAL_03", + "X12IDQUAL_04", + "X12IDQUAL_07", + "X12IDQUAL_08", + "X12IDQUAL_09", + "X12IDQUAL_10", + "X12IDQUAL_11", + "X12IDQUAL_12", + "X12IDQUAL_13", + "X12IDQUAL_14", + "X12IDQUAL_15", + "X12IDQUAL_16", + "X12IDQUAL_17", + "X12IDQUAL_18", + "X12IDQUAL_19", + "X12IDQUAL_20", + "X12IDQUAL_21", + "X12IDQUAL_22", + "X12IDQUAL_23", + "X12IDQUAL_24", + "X12IDQUAL_25", + "X12IDQUAL_26", + "X12IDQUAL_27", + "X12IDQUAL_28", + "X12IDQUAL_29", + "X12IDQUAL_30", + "X12IDQUAL_31", + "X12IDQUAL_32", + "X12IDQUAL_33", + "X12IDQUAL_34", + "X12IDQUAL_NR", + "X12IDQUAL_ZZ" + ] + }, + "securityInformation": { + "type": "string", + "xml": { + "attribute": true + } }, - "browser": { - "type": "object" + "securityInformationQualifier": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "X12SECQUAL_00", + "X12SECQUAL_01" + ] }, - "common": { - "type": "object" + "standardIdentification": { + "type": "string", + "xml": { + "attribute": true + } }, - "runner": { - "type": "object" + "testindicator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "P", + "T" + ] }, - "worker": { - "type": "object" + "version": { + "type": "string", + "xml": { + "attribute": true + } } - } } - } } - } } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/async/AtomSecurityPolicies/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an AtomSecurityPolicies object by identifier.", - "operationId": "AsyncGetAtomSecurityPolicies", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "asyncToken", - "responseStatusCode" - ], - "type": "object", - "properties": { - "asyncToken": { - "required": [ - "token" - ], + "X12Options": { + "required": [ + "elementDelimiter", + "segmentTerminator" + ], + "type": "object", + "properties": { + "acknowledgementoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "donotackitem", + "ackfuncitem", + "acktranitem" + ] + }, + "elementDelimiter": { "type": "object", "properties": { - "token": { - "type": "string" - } - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/async/ListQueues/response/{token}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves a ListQueues object by identifier.", - "operationId": "AsyncTokenListQueues", - "parameters": [ - { - "name": "token", - "in": "path", - "description": "Takes in the token from a previous call to return a result.", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "responseStatusCode": { - "type": "integer", - "format": "int32" - }, - "result": { - "type": "array", - "items": { - "type": "object", - "properties": { - "QueueRecord": { - "type": "array", - "items": { - "type": "object" - } + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] } - } } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/async/ListQueues/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves a ListQueues object by identifier.", - "operationId": "AsyncGetListQueues", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "asyncToken", - "responseStatusCode" - ], - "type": "object", - "properties": { - "asyncToken": { - "required": [ - "token" - ], + }, + "envelopeoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "groupall", + "groupfg", + "groupst" + ] + }, + "filteracknowledgements": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundInterchangeValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundValidationOption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "filterError", + "failAll" + ] + }, + "rejectDuplicateInterchange": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "segmentTerminator": { "type": "object", "properties": { - "token": { - "type": "string" - } + "segmentTerminatorSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "segmentTerminatorValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "newline", + "singlequote", + "tilde", + "carriagereturn", + "bytecharacter", + "othercharacter" + ] + } } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32" - } } - } } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/async/ListenerStatus/query": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves a ListenerStatus object by identifier.", - "operationId": "AsyncGetListenerStatus", - "requestBody": { - "description": " Possible properties include: listenerId, containerId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" + "X12PartnerInfo": { + "type": "object", + "properties": { + "X12ControlInfo": { + "type": "object", + "properties": { + "GSControlInfo": { + "type": "object", + "properties": { + "applicationcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "gsVersion": { + "type": "string", + "xml": { + "attribute": true + } + }, + "respagencycode": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "T", + "X" + ] + } + } }, - { - "type": "object" + "isaControlInfo": { + "type": "object", + "properties": { + "ackrequested": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "authorizationInformation": { + "type": "string", + "xml": { + "attribute": true + } + }, + "authorizationInformationQualifier": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "X12AUTHQUAL_00", + "X12AUTHQUAL_01", + "X12AUTHQUAL_02", + "X12AUTHQUAL_03", + "X12AUTHQUAL_04", + "X12AUTHQUAL_05" + ] + }, + "componentElementSeparator": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeIdQualifier": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "X12IDQUAL_01", + "X12IDQUAL_02", + "X12IDQUAL_03", + "X12IDQUAL_04", + "X12IDQUAL_07", + "X12IDQUAL_08", + "X12IDQUAL_09", + "X12IDQUAL_10", + "X12IDQUAL_11", + "X12IDQUAL_12", + "X12IDQUAL_13", + "X12IDQUAL_14", + "X12IDQUAL_15", + "X12IDQUAL_16", + "X12IDQUAL_17", + "X12IDQUAL_18", + "X12IDQUAL_19", + "X12IDQUAL_20", + "X12IDQUAL_21", + "X12IDQUAL_22", + "X12IDQUAL_23", + "X12IDQUAL_24", + "X12IDQUAL_25", + "X12IDQUAL_26", + "X12IDQUAL_27", + "X12IDQUAL_28", + "X12IDQUAL_29", + "X12IDQUAL_30", + "X12IDQUAL_31", + "X12IDQUAL_32", + "X12IDQUAL_33", + "X12IDQUAL_34", + "X12IDQUAL_NR", + "X12IDQUAL_ZZ" + ] + }, + "securityInformation": { + "type": "string", + "xml": { + "attribute": true + } + }, + "securityInformationQualifier": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "X12SECQUAL_00", + "X12SECQUAL_01" + ] + }, + "standardIdentification": { + "type": "string", + "xml": { + "attribute": true + } + }, + "testindicator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "P", + "T" + ] + }, + "version": { + "type": "string", + "xml": { + "attribute": true + } + } + } } - ] } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "asyncToken", - "responseStatusCode" - ], - "type": "object", - "properties": { - "asyncToken": { + }, + "X12Options": { "required": [ - "token" + "elementDelimiter", + "segmentTerminator" ], "type": "object", "properties": { - "token": { - "type": "string" - } - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32" - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/async/ListenerStatus/response/{token}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves a ListenerStatus object by identifier.", - "operationId": "AsyncTokenListenerStatus", - "parameters": [ - { - "name": "token", - "in": "path", - "description": "Takes in the token from a previous call to return a result.", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "responseStatusCode": { - "type": "integer", - "format": "int32" - }, - "result": { - "type": "array", - "items": { - "required": [ - "listenerId", - "status" - ], - "type": "object", - "properties": { - "connectorType": { - "type": "string" + "acknowledgementoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "donotackitem", + "ackfuncitem", + "acktranitem" + ] + }, + "elementDelimiter": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "envelopeoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "groupall", + "groupfg", + "groupst" + ] + }, + "filteracknowledgements": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundInterchangeValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundValidationOption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "filterError", + "failAll" + ] }, - "listenerId": { - "type": "string" + "rejectDuplicateInterchange": { + "type": "boolean", + "xml": { + "attribute": true + } }, - "status": { - "type": "string" + "segmentTerminator": { + "type": "object", + "properties": { + "segmentTerminatorSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "segmentTerminatorValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "newline", + "singlequote", + "tilde", + "carriagereturn", + "bytecharacter", + "othercharacter" + ] + } + } } - } } - } } - } } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/async/PersistedProcessProperties/response/{token}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves a PersistedProcessProperties object by identifier.", - "operationId": "AsyncTokenPersistedProcessProperties", - "parameters": [ - { - "name": "token", - "in": "path", - "description": "Takes in the token from a previous call to return a result.", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32" - }, - "responseStatusCode": { - "type": "integer", - "format": "int32" - }, - "result": { + "customFields": { + "type": "object", + "properties": { + "fields": { "type": "array", "items": { - "required": [ - "atomId" - ], - "type": "object", - "properties": { - "Process": { - "type": "array", - "items": { - "type": "object" - } - }, - "atomId": { - "type": "string" - } - } + "type": "object" } - } } - } + }, + "xml": { + "name": "customFields", + "namespace": "http://api.platform.boomi.com/" } - } - }, + } + }, + "responses": { "403": { - "description": "Missing or incorrect authentication credentials." + "description": "Missing or incorrect authentication credentials." }, "410": { - "description": "Endpoint is invalid or no longer exists." + "description": "Endpoint is invalid or no longer exists." }, "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." } - ] - } - }, - "/async/PersistedProcessProperties/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves a PersistedProcessProperties object by identifier.", - "operationId": "AsyncGetPersistedProcessProperties", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { + }, + "headers": { + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "asyncToken", - "responseStatusCode" - ], - "type": "object", - "properties": { - "asyncToken": { - "required": [ - "token" - ], - "type": "object", - "properties": { - "token": { - "type": "string" - } - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32" - } - } - } } - } }, - "403": { - "description": "Missing or incorrect authentication credentials." + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } }, - "410": { - "description": "Endpoint is invalid or no longer exists." + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } } - ] - } - } - }, - "components": { - "schemas": {}, - "responses": { - "403": { - "description": "Missing or incorrect authentication credentials." }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "headers": { - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - }, - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - } - }, - "securitySchemes": { - "basicAuth": { - "type": "http", - "scheme": "basic" + "securitySchemes": { + "basicAuth": { + "type": "http", + "scheme": "basic" + } } - } } } \ No newline at end of file diff --git a/server/node-service/src/plugins/boomi/index.ts b/server/node-service/src/plugins/boomi/index.ts index 86f5554d3..f3b2d712c 100644 --- a/server/node-service/src/plugins/boomi/index.ts +++ b/server/node-service/src/plugins/boomi/index.ts @@ -78,3 +78,4 @@ const boomiPlugin: DataSourcePlugin = { }; export default boomiPlugin; + \ No newline at end of file diff --git a/server/node-service/yarn.lock b/server/node-service/yarn.lock index 75b28883f..23a9d377c 100644 --- a/server/node-service/yarn.lock +++ b/server/node-service/yarn.lock @@ -140,196 +140,196 @@ __metadata: linkType: hard "@aws-sdk/client-appconfig@npm:^3.533.0": - version: 3.664.0 - resolution: "@aws-sdk/client-appconfig@npm:3.664.0" + version: 3.667.0 + resolution: "@aws-sdk/client-appconfig@npm:3.667.0" dependencies: "@aws-crypto/sha256-browser": 5.2.0 "@aws-crypto/sha256-js": 5.2.0 - "@aws-sdk/client-sso-oidc": 3.664.0 - "@aws-sdk/client-sts": 3.664.0 - "@aws-sdk/core": 3.664.0 - "@aws-sdk/credential-provider-node": 3.664.0 - "@aws-sdk/middleware-host-header": 3.664.0 - "@aws-sdk/middleware-logger": 3.664.0 - "@aws-sdk/middleware-recursion-detection": 3.664.0 - "@aws-sdk/middleware-user-agent": 3.664.0 - "@aws-sdk/region-config-resolver": 3.664.0 - "@aws-sdk/types": 3.664.0 - "@aws-sdk/util-endpoints": 3.664.0 - "@aws-sdk/util-user-agent-browser": 3.664.0 - "@aws-sdk/util-user-agent-node": 3.664.0 + "@aws-sdk/client-sso-oidc": 3.667.0 + "@aws-sdk/client-sts": 3.667.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/credential-provider-node": 3.667.0 + "@aws-sdk/middleware-host-header": 3.667.0 + "@aws-sdk/middleware-logger": 3.667.0 + "@aws-sdk/middleware-recursion-detection": 3.667.0 + "@aws-sdk/middleware-user-agent": 3.667.0 + "@aws-sdk/region-config-resolver": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-endpoints": 3.667.0 + "@aws-sdk/util-user-agent-browser": 3.667.0 + "@aws-sdk/util-user-agent-node": 3.667.0 "@smithy/config-resolver": ^3.0.9 - "@smithy/core": ^2.4.7 + "@smithy/core": ^2.4.8 "@smithy/fetch-http-handler": ^3.2.9 "@smithy/hash-node": ^3.0.7 "@smithy/invalid-dependency": ^3.0.7 "@smithy/middleware-content-length": ^3.0.9 "@smithy/middleware-endpoint": ^3.1.4 - "@smithy/middleware-retry": ^3.0.22 + "@smithy/middleware-retry": ^3.0.23 "@smithy/middleware-serde": ^3.0.7 "@smithy/middleware-stack": ^3.0.7 "@smithy/node-config-provider": ^3.1.8 "@smithy/node-http-handler": ^3.2.4 "@smithy/protocol-http": ^4.1.4 - "@smithy/smithy-client": ^3.3.6 + "@smithy/smithy-client": ^3.4.0 "@smithy/types": ^3.5.0 "@smithy/url-parser": ^3.0.7 "@smithy/util-base64": ^3.0.0 "@smithy/util-body-length-browser": ^3.0.0 "@smithy/util-body-length-node": ^3.0.0 - "@smithy/util-defaults-mode-browser": ^3.0.22 - "@smithy/util-defaults-mode-node": ^3.0.22 + "@smithy/util-defaults-mode-browser": ^3.0.23 + "@smithy/util-defaults-mode-node": ^3.0.23 "@smithy/util-endpoints": ^2.1.3 "@smithy/util-middleware": ^3.0.7 "@smithy/util-retry": ^3.0.7 "@smithy/util-stream": ^3.1.9 "@smithy/util-utf8": ^3.0.0 tslib: ^2.6.2 - checksum: 99d3d53eeea22300b32cea9c3d247e27c74949323ed167331ad7c079b572135d31afab9995da7ebaeca2efed7d754ed822c77c8030fee24ba707e001c1c24527 + checksum: c302bd8d80719b1cf534e16277dc6b218e88df6a21f74b4861882bef30340c96dd59987e65ca877e9ca9f717d10725502449f08ad88bdebc9055c191c77563cb languageName: node linkType: hard "@aws-sdk/client-appconfigdata@npm:^3.533.0": - version: 3.664.0 - resolution: "@aws-sdk/client-appconfigdata@npm:3.664.0" + version: 3.667.0 + resolution: "@aws-sdk/client-appconfigdata@npm:3.667.0" dependencies: "@aws-crypto/sha256-browser": 5.2.0 "@aws-crypto/sha256-js": 5.2.0 - "@aws-sdk/client-sso-oidc": 3.664.0 - "@aws-sdk/client-sts": 3.664.0 - "@aws-sdk/core": 3.664.0 - "@aws-sdk/credential-provider-node": 3.664.0 - "@aws-sdk/middleware-host-header": 3.664.0 - "@aws-sdk/middleware-logger": 3.664.0 - "@aws-sdk/middleware-recursion-detection": 3.664.0 - "@aws-sdk/middleware-user-agent": 3.664.0 - "@aws-sdk/region-config-resolver": 3.664.0 - "@aws-sdk/types": 3.664.0 - "@aws-sdk/util-endpoints": 3.664.0 - "@aws-sdk/util-user-agent-browser": 3.664.0 - "@aws-sdk/util-user-agent-node": 3.664.0 + "@aws-sdk/client-sso-oidc": 3.667.0 + "@aws-sdk/client-sts": 3.667.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/credential-provider-node": 3.667.0 + "@aws-sdk/middleware-host-header": 3.667.0 + "@aws-sdk/middleware-logger": 3.667.0 + "@aws-sdk/middleware-recursion-detection": 3.667.0 + "@aws-sdk/middleware-user-agent": 3.667.0 + "@aws-sdk/region-config-resolver": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-endpoints": 3.667.0 + "@aws-sdk/util-user-agent-browser": 3.667.0 + "@aws-sdk/util-user-agent-node": 3.667.0 "@smithy/config-resolver": ^3.0.9 - "@smithy/core": ^2.4.7 + "@smithy/core": ^2.4.8 "@smithy/fetch-http-handler": ^3.2.9 "@smithy/hash-node": ^3.0.7 "@smithy/invalid-dependency": ^3.0.7 "@smithy/middleware-content-length": ^3.0.9 "@smithy/middleware-endpoint": ^3.1.4 - "@smithy/middleware-retry": ^3.0.22 + "@smithy/middleware-retry": ^3.0.23 "@smithy/middleware-serde": ^3.0.7 "@smithy/middleware-stack": ^3.0.7 "@smithy/node-config-provider": ^3.1.8 "@smithy/node-http-handler": ^3.2.4 "@smithy/protocol-http": ^4.1.4 - "@smithy/smithy-client": ^3.3.6 + "@smithy/smithy-client": ^3.4.0 "@smithy/types": ^3.5.0 "@smithy/url-parser": ^3.0.7 "@smithy/util-base64": ^3.0.0 "@smithy/util-body-length-browser": ^3.0.0 "@smithy/util-body-length-node": ^3.0.0 - "@smithy/util-defaults-mode-browser": ^3.0.22 - "@smithy/util-defaults-mode-node": ^3.0.22 + "@smithy/util-defaults-mode-browser": ^3.0.23 + "@smithy/util-defaults-mode-node": ^3.0.23 "@smithy/util-endpoints": ^2.1.3 "@smithy/util-middleware": ^3.0.7 "@smithy/util-retry": ^3.0.7 "@smithy/util-stream": ^3.1.9 "@smithy/util-utf8": ^3.0.0 tslib: ^2.6.2 - checksum: 5115b934c4b57e7932e38220e2d8af9b1ea1f2fabd51b20c088976400d14becdc9cb3e8e6131c3c6fc7a9bfb29ab39cfed19aeeb74239bf81aabce004d7b98e3 + checksum: 2ffb25a34e374cc6eb9d1e9209fea01e68b34c0df1ea40394d5e1ead2b5a5b907974eb4795460206a767cb35064a8b508ed6c94690cc3fb4f88a15a2263a65a9 languageName: node linkType: hard "@aws-sdk/client-athena@npm:^3.333.0": - version: 3.664.0 - resolution: "@aws-sdk/client-athena@npm:3.664.0" + version: 3.667.0 + resolution: "@aws-sdk/client-athena@npm:3.667.0" dependencies: "@aws-crypto/sha256-browser": 5.2.0 "@aws-crypto/sha256-js": 5.2.0 - "@aws-sdk/client-sso-oidc": 3.664.0 - "@aws-sdk/client-sts": 3.664.0 - "@aws-sdk/core": 3.664.0 - "@aws-sdk/credential-provider-node": 3.664.0 - "@aws-sdk/middleware-host-header": 3.664.0 - "@aws-sdk/middleware-logger": 3.664.0 - "@aws-sdk/middleware-recursion-detection": 3.664.0 - "@aws-sdk/middleware-user-agent": 3.664.0 - "@aws-sdk/region-config-resolver": 3.664.0 - "@aws-sdk/types": 3.664.0 - "@aws-sdk/util-endpoints": 3.664.0 - "@aws-sdk/util-user-agent-browser": 3.664.0 - "@aws-sdk/util-user-agent-node": 3.664.0 + "@aws-sdk/client-sso-oidc": 3.667.0 + "@aws-sdk/client-sts": 3.667.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/credential-provider-node": 3.667.0 + "@aws-sdk/middleware-host-header": 3.667.0 + "@aws-sdk/middleware-logger": 3.667.0 + "@aws-sdk/middleware-recursion-detection": 3.667.0 + "@aws-sdk/middleware-user-agent": 3.667.0 + "@aws-sdk/region-config-resolver": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-endpoints": 3.667.0 + "@aws-sdk/util-user-agent-browser": 3.667.0 + "@aws-sdk/util-user-agent-node": 3.667.0 "@smithy/config-resolver": ^3.0.9 - "@smithy/core": ^2.4.7 + "@smithy/core": ^2.4.8 "@smithy/fetch-http-handler": ^3.2.9 "@smithy/hash-node": ^3.0.7 "@smithy/invalid-dependency": ^3.0.7 "@smithy/middleware-content-length": ^3.0.9 "@smithy/middleware-endpoint": ^3.1.4 - "@smithy/middleware-retry": ^3.0.22 + "@smithy/middleware-retry": ^3.0.23 "@smithy/middleware-serde": ^3.0.7 "@smithy/middleware-stack": ^3.0.7 "@smithy/node-config-provider": ^3.1.8 "@smithy/node-http-handler": ^3.2.4 "@smithy/protocol-http": ^4.1.4 - "@smithy/smithy-client": ^3.3.6 + "@smithy/smithy-client": ^3.4.0 "@smithy/types": ^3.5.0 "@smithy/url-parser": ^3.0.7 "@smithy/util-base64": ^3.0.0 "@smithy/util-body-length-browser": ^3.0.0 "@smithy/util-body-length-node": ^3.0.0 - "@smithy/util-defaults-mode-browser": ^3.0.22 - "@smithy/util-defaults-mode-node": ^3.0.22 + "@smithy/util-defaults-mode-browser": ^3.0.23 + "@smithy/util-defaults-mode-node": ^3.0.23 "@smithy/util-endpoints": ^2.1.3 "@smithy/util-middleware": ^3.0.7 "@smithy/util-retry": ^3.0.7 "@smithy/util-utf8": ^3.0.0 tslib: ^2.6.2 uuid: ^9.0.1 - checksum: 6079708a22070446c5844c8276002c1fb8da6cfbc0935ed96278a71d80a35dc687aaf540df5eb0605ffbdb9aa803a83cc90e3160d214b7425bf882e348721a7e + checksum: 6104c864b7f4c6ada0ff6a026bed9d4646be22f9c41541f984cd35694c26c1266778641dc9b3bb4097d97433b030db2e319c2e5778248d40c4129c6bf70cc27f languageName: node linkType: hard "@aws-sdk/client-dynamodb@npm:^3.332.0": - version: 3.664.0 - resolution: "@aws-sdk/client-dynamodb@npm:3.664.0" + version: 3.667.0 + resolution: "@aws-sdk/client-dynamodb@npm:3.667.0" dependencies: "@aws-crypto/sha256-browser": 5.2.0 "@aws-crypto/sha256-js": 5.2.0 - "@aws-sdk/client-sso-oidc": 3.664.0 - "@aws-sdk/client-sts": 3.664.0 - "@aws-sdk/core": 3.664.0 - "@aws-sdk/credential-provider-node": 3.664.0 - "@aws-sdk/middleware-endpoint-discovery": 3.664.0 - "@aws-sdk/middleware-host-header": 3.664.0 - "@aws-sdk/middleware-logger": 3.664.0 - "@aws-sdk/middleware-recursion-detection": 3.664.0 - "@aws-sdk/middleware-user-agent": 3.664.0 - "@aws-sdk/region-config-resolver": 3.664.0 - "@aws-sdk/types": 3.664.0 - "@aws-sdk/util-endpoints": 3.664.0 - "@aws-sdk/util-user-agent-browser": 3.664.0 - "@aws-sdk/util-user-agent-node": 3.664.0 + "@aws-sdk/client-sso-oidc": 3.667.0 + "@aws-sdk/client-sts": 3.667.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/credential-provider-node": 3.667.0 + "@aws-sdk/middleware-endpoint-discovery": 3.667.0 + "@aws-sdk/middleware-host-header": 3.667.0 + "@aws-sdk/middleware-logger": 3.667.0 + "@aws-sdk/middleware-recursion-detection": 3.667.0 + "@aws-sdk/middleware-user-agent": 3.667.0 + "@aws-sdk/region-config-resolver": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-endpoints": 3.667.0 + "@aws-sdk/util-user-agent-browser": 3.667.0 + "@aws-sdk/util-user-agent-node": 3.667.0 "@smithy/config-resolver": ^3.0.9 - "@smithy/core": ^2.4.7 + "@smithy/core": ^2.4.8 "@smithy/fetch-http-handler": ^3.2.9 "@smithy/hash-node": ^3.0.7 "@smithy/invalid-dependency": ^3.0.7 "@smithy/middleware-content-length": ^3.0.9 "@smithy/middleware-endpoint": ^3.1.4 - "@smithy/middleware-retry": ^3.0.22 + "@smithy/middleware-retry": ^3.0.23 "@smithy/middleware-serde": ^3.0.7 "@smithy/middleware-stack": ^3.0.7 "@smithy/node-config-provider": ^3.1.8 "@smithy/node-http-handler": ^3.2.4 "@smithy/protocol-http": ^4.1.4 - "@smithy/smithy-client": ^3.3.6 + "@smithy/smithy-client": ^3.4.0 "@smithy/types": ^3.5.0 "@smithy/url-parser": ^3.0.7 "@smithy/util-base64": ^3.0.0 "@smithy/util-body-length-browser": ^3.0.0 "@smithy/util-body-length-node": ^3.0.0 - "@smithy/util-defaults-mode-browser": ^3.0.22 - "@smithy/util-defaults-mode-node": ^3.0.22 + "@smithy/util-defaults-mode-browser": ^3.0.23 + "@smithy/util-defaults-mode-node": ^3.0.23 "@smithy/util-endpoints": ^2.1.3 "@smithy/util-middleware": ^3.0.7 "@smithy/util-retry": ^3.0.7 @@ -337,31 +337,31 @@ __metadata: "@smithy/util-waiter": ^3.1.6 tslib: ^2.6.2 uuid: ^9.0.1 - checksum: 058340a63020b35e5258a05bee00cb418c5a7682c4174b42a8c48f4119939089bca328bcefc134ed9b18310e20c6b479c9610cfe60a2fd60c6000df677570f22 + checksum: 1f74d75a6abffb1a2e8830e57421ae9e691cb3a174d91bf3d14bfc65f7d802989032b6f89aae20a39aeddabd9e1819089194b78f11189006aced6762734c1d83 languageName: node linkType: hard "@aws-sdk/client-lambda@npm:^3.332.0": - version: 3.664.0 - resolution: "@aws-sdk/client-lambda@npm:3.664.0" + version: 3.667.0 + resolution: "@aws-sdk/client-lambda@npm:3.667.0" dependencies: "@aws-crypto/sha256-browser": 5.2.0 "@aws-crypto/sha256-js": 5.2.0 - "@aws-sdk/client-sso-oidc": 3.664.0 - "@aws-sdk/client-sts": 3.664.0 - "@aws-sdk/core": 3.664.0 - "@aws-sdk/credential-provider-node": 3.664.0 - "@aws-sdk/middleware-host-header": 3.664.0 - "@aws-sdk/middleware-logger": 3.664.0 - "@aws-sdk/middleware-recursion-detection": 3.664.0 - "@aws-sdk/middleware-user-agent": 3.664.0 - "@aws-sdk/region-config-resolver": 3.664.0 - "@aws-sdk/types": 3.664.0 - "@aws-sdk/util-endpoints": 3.664.0 - "@aws-sdk/util-user-agent-browser": 3.664.0 - "@aws-sdk/util-user-agent-node": 3.664.0 + "@aws-sdk/client-sso-oidc": 3.667.0 + "@aws-sdk/client-sts": 3.667.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/credential-provider-node": 3.667.0 + "@aws-sdk/middleware-host-header": 3.667.0 + "@aws-sdk/middleware-logger": 3.667.0 + "@aws-sdk/middleware-recursion-detection": 3.667.0 + "@aws-sdk/middleware-user-agent": 3.667.0 + "@aws-sdk/region-config-resolver": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-endpoints": 3.667.0 + "@aws-sdk/util-user-agent-browser": 3.667.0 + "@aws-sdk/util-user-agent-node": 3.667.0 "@smithy/config-resolver": ^3.0.9 - "@smithy/core": ^2.4.7 + "@smithy/core": ^2.4.8 "@smithy/eventstream-serde-browser": ^3.0.10 "@smithy/eventstream-serde-config-resolver": ^3.0.7 "@smithy/eventstream-serde-node": ^3.0.9 @@ -370,20 +370,20 @@ __metadata: "@smithy/invalid-dependency": ^3.0.7 "@smithy/middleware-content-length": ^3.0.9 "@smithy/middleware-endpoint": ^3.1.4 - "@smithy/middleware-retry": ^3.0.22 + "@smithy/middleware-retry": ^3.0.23 "@smithy/middleware-serde": ^3.0.7 "@smithy/middleware-stack": ^3.0.7 "@smithy/node-config-provider": ^3.1.8 "@smithy/node-http-handler": ^3.2.4 "@smithy/protocol-http": ^4.1.4 - "@smithy/smithy-client": ^3.3.6 + "@smithy/smithy-client": ^3.4.0 "@smithy/types": ^3.5.0 "@smithy/url-parser": ^3.0.7 "@smithy/util-base64": ^3.0.0 "@smithy/util-body-length-browser": ^3.0.0 "@smithy/util-body-length-node": ^3.0.0 - "@smithy/util-defaults-mode-browser": ^3.0.22 - "@smithy/util-defaults-mode-node": ^3.0.22 + "@smithy/util-defaults-mode-browser": ^3.0.23 + "@smithy/util-defaults-mode-node": ^3.0.23 "@smithy/util-endpoints": ^2.1.3 "@smithy/util-middleware": ^3.0.7 "@smithy/util-retry": ^3.0.7 @@ -391,40 +391,40 @@ __metadata: "@smithy/util-utf8": ^3.0.0 "@smithy/util-waiter": ^3.1.6 tslib: ^2.6.2 - checksum: bf68ec29dac1e648842c20ec92eab1af9ff4bd72606907db9de77765280b63a39bd9bdf1c272a9787a1267b8a67e9cd30535498aed223e648bc443a7e5cc8d30 + checksum: 731224a50f3c139c1fd8febbcbf099c784361fdc96cb712ad6f1f2e6ab828111856ace3a3ba835b172fa4c717c15b155dafb30bc2d4ec4493b056600249fdfd1 languageName: node linkType: hard "@aws-sdk/client-s3@npm:^3.332.0": - version: 3.664.0 - resolution: "@aws-sdk/client-s3@npm:3.664.0" + version: 3.667.0 + resolution: "@aws-sdk/client-s3@npm:3.667.0" dependencies: "@aws-crypto/sha1-browser": 5.2.0 "@aws-crypto/sha256-browser": 5.2.0 "@aws-crypto/sha256-js": 5.2.0 - "@aws-sdk/client-sso-oidc": 3.664.0 - "@aws-sdk/client-sts": 3.664.0 - "@aws-sdk/core": 3.664.0 - "@aws-sdk/credential-provider-node": 3.664.0 - "@aws-sdk/middleware-bucket-endpoint": 3.664.0 - "@aws-sdk/middleware-expect-continue": 3.664.0 - "@aws-sdk/middleware-flexible-checksums": 3.664.0 - "@aws-sdk/middleware-host-header": 3.664.0 - "@aws-sdk/middleware-location-constraint": 3.664.0 - "@aws-sdk/middleware-logger": 3.664.0 - "@aws-sdk/middleware-recursion-detection": 3.664.0 - "@aws-sdk/middleware-sdk-s3": 3.664.0 - "@aws-sdk/middleware-ssec": 3.664.0 - "@aws-sdk/middleware-user-agent": 3.664.0 - "@aws-sdk/region-config-resolver": 3.664.0 - "@aws-sdk/signature-v4-multi-region": 3.664.0 - "@aws-sdk/types": 3.664.0 - "@aws-sdk/util-endpoints": 3.664.0 - "@aws-sdk/util-user-agent-browser": 3.664.0 - "@aws-sdk/util-user-agent-node": 3.664.0 + "@aws-sdk/client-sso-oidc": 3.667.0 + "@aws-sdk/client-sts": 3.667.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/credential-provider-node": 3.667.0 + "@aws-sdk/middleware-bucket-endpoint": 3.667.0 + "@aws-sdk/middleware-expect-continue": 3.667.0 + "@aws-sdk/middleware-flexible-checksums": 3.667.0 + "@aws-sdk/middleware-host-header": 3.667.0 + "@aws-sdk/middleware-location-constraint": 3.667.0 + "@aws-sdk/middleware-logger": 3.667.0 + "@aws-sdk/middleware-recursion-detection": 3.667.0 + "@aws-sdk/middleware-sdk-s3": 3.667.0 + "@aws-sdk/middleware-ssec": 3.667.0 + "@aws-sdk/middleware-user-agent": 3.667.0 + "@aws-sdk/region-config-resolver": 3.667.0 + "@aws-sdk/signature-v4-multi-region": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-endpoints": 3.667.0 + "@aws-sdk/util-user-agent-browser": 3.667.0 + "@aws-sdk/util-user-agent-node": 3.667.0 "@aws-sdk/xml-builder": 3.662.0 "@smithy/config-resolver": ^3.0.9 - "@smithy/core": ^2.4.7 + "@smithy/core": ^2.4.8 "@smithy/eventstream-serde-browser": ^3.0.10 "@smithy/eventstream-serde-config-resolver": ^3.0.7 "@smithy/eventstream-serde-node": ^3.0.9 @@ -436,20 +436,20 @@ __metadata: "@smithy/md5-js": ^3.0.7 "@smithy/middleware-content-length": ^3.0.9 "@smithy/middleware-endpoint": ^3.1.4 - "@smithy/middleware-retry": ^3.0.22 + "@smithy/middleware-retry": ^3.0.23 "@smithy/middleware-serde": ^3.0.7 "@smithy/middleware-stack": ^3.0.7 "@smithy/node-config-provider": ^3.1.8 "@smithy/node-http-handler": ^3.2.4 "@smithy/protocol-http": ^4.1.4 - "@smithy/smithy-client": ^3.3.6 + "@smithy/smithy-client": ^3.4.0 "@smithy/types": ^3.5.0 "@smithy/url-parser": ^3.0.7 "@smithy/util-base64": ^3.0.0 "@smithy/util-body-length-browser": ^3.0.0 "@smithy/util-body-length-node": ^3.0.0 - "@smithy/util-defaults-mode-browser": ^3.0.22 - "@smithy/util-defaults-mode-node": ^3.0.22 + "@smithy/util-defaults-mode-browser": ^3.0.23 + "@smithy/util-defaults-mode-node": ^3.0.23 "@smithy/util-endpoints": ^2.1.3 "@smithy/util-middleware": ^3.0.7 "@smithy/util-retry": ^3.0.7 @@ -457,281 +457,287 @@ __metadata: "@smithy/util-utf8": ^3.0.0 "@smithy/util-waiter": ^3.1.6 tslib: ^2.6.2 - checksum: 7612f93e2cbcb4af8e0d660e1ba5259612991651fd55dfda9a73ea298fd6dc02f0bb5e40f6a8a0329f38461e5992f4b0c2bef19066d7d039536e659fbdf3461e + checksum: 377545c8e15c960e4d3e3765aea7403ec33b7a9299da67b1945f63d331207a7fa8f604dc91e051361d64df95defa82739af646e725760addf6008fd3400f61e5 languageName: node linkType: hard -"@aws-sdk/client-sso-oidc@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/client-sso-oidc@npm:3.664.0" +"@aws-sdk/client-sso-oidc@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/client-sso-oidc@npm:3.667.0" dependencies: "@aws-crypto/sha256-browser": 5.2.0 "@aws-crypto/sha256-js": 5.2.0 - "@aws-sdk/core": 3.664.0 - "@aws-sdk/credential-provider-node": 3.664.0 - "@aws-sdk/middleware-host-header": 3.664.0 - "@aws-sdk/middleware-logger": 3.664.0 - "@aws-sdk/middleware-recursion-detection": 3.664.0 - "@aws-sdk/middleware-user-agent": 3.664.0 - "@aws-sdk/region-config-resolver": 3.664.0 - "@aws-sdk/types": 3.664.0 - "@aws-sdk/util-endpoints": 3.664.0 - "@aws-sdk/util-user-agent-browser": 3.664.0 - "@aws-sdk/util-user-agent-node": 3.664.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/credential-provider-node": 3.667.0 + "@aws-sdk/middleware-host-header": 3.667.0 + "@aws-sdk/middleware-logger": 3.667.0 + "@aws-sdk/middleware-recursion-detection": 3.667.0 + "@aws-sdk/middleware-user-agent": 3.667.0 + "@aws-sdk/region-config-resolver": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-endpoints": 3.667.0 + "@aws-sdk/util-user-agent-browser": 3.667.0 + "@aws-sdk/util-user-agent-node": 3.667.0 "@smithy/config-resolver": ^3.0.9 - "@smithy/core": ^2.4.7 + "@smithy/core": ^2.4.8 "@smithy/fetch-http-handler": ^3.2.9 "@smithy/hash-node": ^3.0.7 "@smithy/invalid-dependency": ^3.0.7 "@smithy/middleware-content-length": ^3.0.9 "@smithy/middleware-endpoint": ^3.1.4 - "@smithy/middleware-retry": ^3.0.22 + "@smithy/middleware-retry": ^3.0.23 "@smithy/middleware-serde": ^3.0.7 "@smithy/middleware-stack": ^3.0.7 "@smithy/node-config-provider": ^3.1.8 "@smithy/node-http-handler": ^3.2.4 "@smithy/protocol-http": ^4.1.4 - "@smithy/smithy-client": ^3.3.6 + "@smithy/smithy-client": ^3.4.0 "@smithy/types": ^3.5.0 "@smithy/url-parser": ^3.0.7 "@smithy/util-base64": ^3.0.0 "@smithy/util-body-length-browser": ^3.0.0 "@smithy/util-body-length-node": ^3.0.0 - "@smithy/util-defaults-mode-browser": ^3.0.22 - "@smithy/util-defaults-mode-node": ^3.0.22 + "@smithy/util-defaults-mode-browser": ^3.0.23 + "@smithy/util-defaults-mode-node": ^3.0.23 "@smithy/util-endpoints": ^2.1.3 "@smithy/util-middleware": ^3.0.7 "@smithy/util-retry": ^3.0.7 "@smithy/util-utf8": ^3.0.0 tslib: ^2.6.2 peerDependencies: - "@aws-sdk/client-sts": ^3.664.0 - checksum: 6d2d0347d26d5fba58507673273c63edf91bd8acd742a0145e43c56c23476dec470cf5ad26efd46e548196c929be54c930582ae2aa2d1802c1800b5349b67486 + "@aws-sdk/client-sts": ^3.667.0 + checksum: 45b88618ebf21e6219d32e2ddc4a787ffb4a2f875101ae23a0249708a25abb1da0a828e2e6ee0fe74e3ea279d22a710d8905f21da8fe0f6459b1bdfbaafadb63 languageName: node linkType: hard -"@aws-sdk/client-sso@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/client-sso@npm:3.664.0" +"@aws-sdk/client-sso@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/client-sso@npm:3.667.0" dependencies: "@aws-crypto/sha256-browser": 5.2.0 "@aws-crypto/sha256-js": 5.2.0 - "@aws-sdk/core": 3.664.0 - "@aws-sdk/middleware-host-header": 3.664.0 - "@aws-sdk/middleware-logger": 3.664.0 - "@aws-sdk/middleware-recursion-detection": 3.664.0 - "@aws-sdk/middleware-user-agent": 3.664.0 - "@aws-sdk/region-config-resolver": 3.664.0 - "@aws-sdk/types": 3.664.0 - "@aws-sdk/util-endpoints": 3.664.0 - "@aws-sdk/util-user-agent-browser": 3.664.0 - "@aws-sdk/util-user-agent-node": 3.664.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/middleware-host-header": 3.667.0 + "@aws-sdk/middleware-logger": 3.667.0 + "@aws-sdk/middleware-recursion-detection": 3.667.0 + "@aws-sdk/middleware-user-agent": 3.667.0 + "@aws-sdk/region-config-resolver": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-endpoints": 3.667.0 + "@aws-sdk/util-user-agent-browser": 3.667.0 + "@aws-sdk/util-user-agent-node": 3.667.0 "@smithy/config-resolver": ^3.0.9 - "@smithy/core": ^2.4.7 + "@smithy/core": ^2.4.8 "@smithy/fetch-http-handler": ^3.2.9 "@smithy/hash-node": ^3.0.7 "@smithy/invalid-dependency": ^3.0.7 "@smithy/middleware-content-length": ^3.0.9 "@smithy/middleware-endpoint": ^3.1.4 - "@smithy/middleware-retry": ^3.0.22 + "@smithy/middleware-retry": ^3.0.23 "@smithy/middleware-serde": ^3.0.7 "@smithy/middleware-stack": ^3.0.7 "@smithy/node-config-provider": ^3.1.8 "@smithy/node-http-handler": ^3.2.4 "@smithy/protocol-http": ^4.1.4 - "@smithy/smithy-client": ^3.3.6 + "@smithy/smithy-client": ^3.4.0 "@smithy/types": ^3.5.0 "@smithy/url-parser": ^3.0.7 "@smithy/util-base64": ^3.0.0 "@smithy/util-body-length-browser": ^3.0.0 "@smithy/util-body-length-node": ^3.0.0 - "@smithy/util-defaults-mode-browser": ^3.0.22 - "@smithy/util-defaults-mode-node": ^3.0.22 + "@smithy/util-defaults-mode-browser": ^3.0.23 + "@smithy/util-defaults-mode-node": ^3.0.23 "@smithy/util-endpoints": ^2.1.3 "@smithy/util-middleware": ^3.0.7 "@smithy/util-retry": ^3.0.7 "@smithy/util-utf8": ^3.0.0 tslib: ^2.6.2 - checksum: 4661122f36ef7df54a7d2c822c9a3b971be734f3cd2d6d734a493d741959fe84dc7aea9c2fa318aab4c2f41ac4cb34cbc4df488c382547b34bf4311b45cf0ccb + checksum: f196824473311e73f980b9d2c0078f337fb25fb674c7dabe8f57228e08e51de92c849b4bfa59245d1070f810e4b68b11ed69fc6d62093b7525324ba702637635 languageName: node linkType: hard -"@aws-sdk/client-sts@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/client-sts@npm:3.664.0" +"@aws-sdk/client-sts@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/client-sts@npm:3.667.0" dependencies: "@aws-crypto/sha256-browser": 5.2.0 "@aws-crypto/sha256-js": 5.2.0 - "@aws-sdk/client-sso-oidc": 3.664.0 - "@aws-sdk/core": 3.664.0 - "@aws-sdk/credential-provider-node": 3.664.0 - "@aws-sdk/middleware-host-header": 3.664.0 - "@aws-sdk/middleware-logger": 3.664.0 - "@aws-sdk/middleware-recursion-detection": 3.664.0 - "@aws-sdk/middleware-user-agent": 3.664.0 - "@aws-sdk/region-config-resolver": 3.664.0 - "@aws-sdk/types": 3.664.0 - "@aws-sdk/util-endpoints": 3.664.0 - "@aws-sdk/util-user-agent-browser": 3.664.0 - "@aws-sdk/util-user-agent-node": 3.664.0 + "@aws-sdk/client-sso-oidc": 3.667.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/credential-provider-node": 3.667.0 + "@aws-sdk/middleware-host-header": 3.667.0 + "@aws-sdk/middleware-logger": 3.667.0 + "@aws-sdk/middleware-recursion-detection": 3.667.0 + "@aws-sdk/middleware-user-agent": 3.667.0 + "@aws-sdk/region-config-resolver": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-endpoints": 3.667.0 + "@aws-sdk/util-user-agent-browser": 3.667.0 + "@aws-sdk/util-user-agent-node": 3.667.0 "@smithy/config-resolver": ^3.0.9 - "@smithy/core": ^2.4.7 + "@smithy/core": ^2.4.8 "@smithy/fetch-http-handler": ^3.2.9 "@smithy/hash-node": ^3.0.7 "@smithy/invalid-dependency": ^3.0.7 "@smithy/middleware-content-length": ^3.0.9 "@smithy/middleware-endpoint": ^3.1.4 - "@smithy/middleware-retry": ^3.0.22 + "@smithy/middleware-retry": ^3.0.23 "@smithy/middleware-serde": ^3.0.7 "@smithy/middleware-stack": ^3.0.7 "@smithy/node-config-provider": ^3.1.8 "@smithy/node-http-handler": ^3.2.4 "@smithy/protocol-http": ^4.1.4 - "@smithy/smithy-client": ^3.3.6 + "@smithy/smithy-client": ^3.4.0 "@smithy/types": ^3.5.0 "@smithy/url-parser": ^3.0.7 "@smithy/util-base64": ^3.0.0 "@smithy/util-body-length-browser": ^3.0.0 "@smithy/util-body-length-node": ^3.0.0 - "@smithy/util-defaults-mode-browser": ^3.0.22 - "@smithy/util-defaults-mode-node": ^3.0.22 + "@smithy/util-defaults-mode-browser": ^3.0.23 + "@smithy/util-defaults-mode-node": ^3.0.23 "@smithy/util-endpoints": ^2.1.3 "@smithy/util-middleware": ^3.0.7 "@smithy/util-retry": ^3.0.7 "@smithy/util-utf8": ^3.0.0 tslib: ^2.6.2 - checksum: 463ec2305910b7efd03c158304c03cfa005b6d45dff49daa214ce48a950ace5484cf77641c6e24ecf083dfe5b9db32b55ad5c3542dbcb1e4bea293cf9a25af5c + checksum: aaefd5a9caf9571d87ce384af6ceb27838cec6e1292b7353cf33c48398bfb4907a05ef759a8eefe0cf0401cc157ed4e773bd06a832f505622e70a928a59fba43 languageName: node linkType: hard -"@aws-sdk/core@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/core@npm:3.664.0" +"@aws-sdk/core@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/core@npm:3.667.0" dependencies: - "@aws-sdk/types": 3.664.0 - "@smithy/core": ^2.4.7 + "@aws-sdk/types": 3.667.0 + "@smithy/core": ^2.4.8 "@smithy/node-config-provider": ^3.1.8 "@smithy/property-provider": ^3.1.7 "@smithy/protocol-http": ^4.1.4 "@smithy/signature-v4": ^4.2.0 - "@smithy/smithy-client": ^3.3.6 + "@smithy/smithy-client": ^3.4.0 "@smithy/types": ^3.5.0 "@smithy/util-middleware": ^3.0.7 fast-xml-parser: 4.4.1 tslib: ^2.6.2 - checksum: 696bc4f8c3c14f075908e4f2e16225359d34b718bc797644939f69dc2640c84bd68cd4efdaf155ad786d79caa46819f7243f533d1cf97790ffd9accb6b8f2a9d + checksum: da4d0e3971e88d2dc72214ea04f95f35e4e03f6323f3bc438e378cd479816d5ee3aa8fd224778639803d344691edd6fac2096b26bda337afdaba8abcee3bd40c languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/credential-provider-env@npm:3.664.0" +"@aws-sdk/credential-provider-env@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.667.0" dependencies: - "@aws-sdk/types": 3.664.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/types": 3.667.0 "@smithy/property-provider": ^3.1.7 "@smithy/types": ^3.5.0 tslib: ^2.6.2 - checksum: 50b7eeff80548d0b2bd33296a6c7bb7fbb4c949c5dd1cf1d1418ab132d9d786840065846d4d8fa055b4211cac078c100ed56432d66de4766ff80d9ae8376ab3d + checksum: d077c5370ba5a90e11e0722d4a7820c8075a610bd099c519b710a58fc1770ecd2ad3a401b00d4467016c215df293e08a25ff798f42deb7bab8a559eca2fff245 languageName: node linkType: hard -"@aws-sdk/credential-provider-http@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/credential-provider-http@npm:3.664.0" +"@aws-sdk/credential-provider-http@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.667.0" dependencies: - "@aws-sdk/types": 3.664.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/types": 3.667.0 "@smithy/fetch-http-handler": ^3.2.9 "@smithy/node-http-handler": ^3.2.4 "@smithy/property-provider": ^3.1.7 "@smithy/protocol-http": ^4.1.4 - "@smithy/smithy-client": ^3.3.6 + "@smithy/smithy-client": ^3.4.0 "@smithy/types": ^3.5.0 "@smithy/util-stream": ^3.1.9 tslib: ^2.6.2 - checksum: c16d4e5cec6efe71a33a08a86230b428bfa50fa5dd9e5944a34b363681228b7d09ab5881b882dad4b96b0c2a21870f88470fbb00c9e583b517e7670511bda1b0 + checksum: 9f300ca39a607e10c6b79f374de6e306dabe54ceab527b898bcd205b6b7225e01f03dc888c9b4258aadf4b6d786547fc599787a246eb797c3e80044c7ea9cf09 languageName: node linkType: hard -"@aws-sdk/credential-provider-ini@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/credential-provider-ini@npm:3.664.0" +"@aws-sdk/credential-provider-ini@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.667.0" dependencies: - "@aws-sdk/credential-provider-env": 3.664.0 - "@aws-sdk/credential-provider-http": 3.664.0 - "@aws-sdk/credential-provider-process": 3.664.0 - "@aws-sdk/credential-provider-sso": 3.664.0 - "@aws-sdk/credential-provider-web-identity": 3.664.0 - "@aws-sdk/types": 3.664.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/credential-provider-env": 3.667.0 + "@aws-sdk/credential-provider-http": 3.667.0 + "@aws-sdk/credential-provider-process": 3.667.0 + "@aws-sdk/credential-provider-sso": 3.667.0 + "@aws-sdk/credential-provider-web-identity": 3.667.0 + "@aws-sdk/types": 3.667.0 "@smithy/credential-provider-imds": ^3.2.4 "@smithy/property-provider": ^3.1.7 "@smithy/shared-ini-file-loader": ^3.1.8 "@smithy/types": ^3.5.0 tslib: ^2.6.2 peerDependencies: - "@aws-sdk/client-sts": ^3.664.0 - checksum: 7af201f0f3d6eaf660f940b14bef29dd555ab4079ed504398a1ee662f8e5eb8dafb94f09b843b66e6d7a11336732cf6ea84f607207423f96b4668bc727df223e + "@aws-sdk/client-sts": ^3.667.0 + checksum: 01fef7fbe4495fccfef3861a9c801712ef8dc30e128efdc78179c078b660cc0cd91fd396542c13a4d4181b7afe8c680bc9ff44ca5c4910c3eeac0c23da2e2a51 languageName: node linkType: hard -"@aws-sdk/credential-provider-node@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/credential-provider-node@npm:3.664.0" +"@aws-sdk/credential-provider-node@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.667.0" dependencies: - "@aws-sdk/credential-provider-env": 3.664.0 - "@aws-sdk/credential-provider-http": 3.664.0 - "@aws-sdk/credential-provider-ini": 3.664.0 - "@aws-sdk/credential-provider-process": 3.664.0 - "@aws-sdk/credential-provider-sso": 3.664.0 - "@aws-sdk/credential-provider-web-identity": 3.664.0 - "@aws-sdk/types": 3.664.0 + "@aws-sdk/credential-provider-env": 3.667.0 + "@aws-sdk/credential-provider-http": 3.667.0 + "@aws-sdk/credential-provider-ini": 3.667.0 + "@aws-sdk/credential-provider-process": 3.667.0 + "@aws-sdk/credential-provider-sso": 3.667.0 + "@aws-sdk/credential-provider-web-identity": 3.667.0 + "@aws-sdk/types": 3.667.0 "@smithy/credential-provider-imds": ^3.2.4 "@smithy/property-provider": ^3.1.7 "@smithy/shared-ini-file-loader": ^3.1.8 "@smithy/types": ^3.5.0 tslib: ^2.6.2 - checksum: 9502d8f5e999ea86f13b36e765c9f70ae22c6230b54f3d4b4508a57ae63688f04782385b2a1c4809813f586e41db1c2ce79382c8c7a50eebcad3c51a743ed0b0 + checksum: 740111513ad47c3140d7317f50180e665a0ebda3c514de3180da3033ffc079d767292f8ece83f6e93fecbf2e72288e52c5cae89b2c473136c588985d2a31bffe languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/credential-provider-process@npm:3.664.0" +"@aws-sdk/credential-provider-process@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.667.0" dependencies: - "@aws-sdk/types": 3.664.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/types": 3.667.0 "@smithy/property-provider": ^3.1.7 "@smithy/shared-ini-file-loader": ^3.1.8 "@smithy/types": ^3.5.0 tslib: ^2.6.2 - checksum: 24f24e994eaeb034fd88a172aa5021a8f0a89c485c2714382cc536b8d71f8f9836674345cd9203ed6745a19ff7cbb647367d512d5f327c26e07e50d50bf70aae + checksum: eab090d81ca09ca690e94f4a37a81c20479b3099c25f410684610de707d17ee8dc20750a3bdd0c7c5eaec1d843313acee3e2a260aed37c1379cf0d36b7044f36 languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/credential-provider-sso@npm:3.664.0" +"@aws-sdk/credential-provider-sso@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.667.0" dependencies: - "@aws-sdk/client-sso": 3.664.0 - "@aws-sdk/token-providers": 3.664.0 - "@aws-sdk/types": 3.664.0 + "@aws-sdk/client-sso": 3.667.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/token-providers": 3.667.0 + "@aws-sdk/types": 3.667.0 "@smithy/property-provider": ^3.1.7 "@smithy/shared-ini-file-loader": ^3.1.8 "@smithy/types": ^3.5.0 tslib: ^2.6.2 - checksum: c6a4b8c9f586a0290e5ff35327c309ca9b2efa3102cc45617a612ff09c7fda374e1e888dbf1a4621d064fbb305a0713fb07c8ebe034f8603c4f4484641ffc6d1 + checksum: b1c65acf65193f1f3b5697a3ac7325e6bed1b852ab491a4c160f6fb4acba00eddc93f4515238051227068875214581a81637a3d30e4738e50c2c873275393dd2 languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.664.0" +"@aws-sdk/credential-provider-web-identity@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.667.0" dependencies: - "@aws-sdk/types": 3.664.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/types": 3.667.0 "@smithy/property-provider": ^3.1.7 "@smithy/types": ^3.5.0 tslib: ^2.6.2 peerDependencies: - "@aws-sdk/client-sts": ^3.664.0 - checksum: f89d683c15e4c42fe1d9ef05d296ade30e070609fac19f89d386726a3ad05d775e19a1fdb512d70d09833b560560cc9a241ffece4117c206bbb42c8af44c9aa3 + "@aws-sdk/client-sts": ^3.667.0 + checksum: 02dff83f72a7d4a2ab4c763ae0c73a8b3d8c4cff89b10d8015d08db2699638babb0458280c60799bef69efce509c3c94ad6e69a041a0df25bc15bd05be1500dc languageName: node linkType: hard @@ -745,54 +751,55 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-bucket-endpoint@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.664.0" +"@aws-sdk/middleware-bucket-endpoint@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.667.0" dependencies: - "@aws-sdk/types": 3.664.0 + "@aws-sdk/types": 3.667.0 "@aws-sdk/util-arn-parser": 3.568.0 "@smithy/node-config-provider": ^3.1.8 "@smithy/protocol-http": ^4.1.4 "@smithy/types": ^3.5.0 "@smithy/util-config-provider": ^3.0.0 tslib: ^2.6.2 - checksum: 1615f1203c01ef43181ca131c5f53508083a69e0397f13bc4c5311f1a7ef4a627c5ac40f2125bb7b25448e8a3a4b1ee3a81cc0a496e00a951238a0fc17c865a6 + checksum: b67c9438fc574848691072e8f22003d600818489dd066183f5d39243eeae6863170b7c2cfbed0fba16864e2fc6a3198cd23a916faa00086014600c5832b9c954 languageName: node linkType: hard -"@aws-sdk/middleware-endpoint-discovery@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/middleware-endpoint-discovery@npm:3.664.0" +"@aws-sdk/middleware-endpoint-discovery@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-endpoint-discovery@npm:3.667.0" dependencies: "@aws-sdk/endpoint-cache": 3.572.0 - "@aws-sdk/types": 3.664.0 + "@aws-sdk/types": 3.667.0 "@smithy/node-config-provider": ^3.1.8 "@smithy/protocol-http": ^4.1.4 "@smithy/types": ^3.5.0 tslib: ^2.6.2 - checksum: d9d19890367fdb8dde9973a7f1bf9eb17283eb0375a126e489c59132e5219fcc2c604437abe10060fad9caf22e5bb7d9ed4d625324a714cbc0ff01634634f160 + checksum: 92ab41cabdb5af1baa94c6b7edc3ef48fea7412e4ebdde746694f2836ee6ebc8143529ec608d993200fde65fd46dff6d11a76ba28add171ce8916909b0cb73c4 languageName: node linkType: hard -"@aws-sdk/middleware-expect-continue@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/middleware-expect-continue@npm:3.664.0" +"@aws-sdk/middleware-expect-continue@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-expect-continue@npm:3.667.0" dependencies: - "@aws-sdk/types": 3.664.0 + "@aws-sdk/types": 3.667.0 "@smithy/protocol-http": ^4.1.4 "@smithy/types": ^3.5.0 tslib: ^2.6.2 - checksum: 5ebdde6667b0d12a2d42bd3d3552aa9230e86fb6826c86bfa9bc1eefae15f59618add9f9ac191e481526c2243f938103bfbf37a59d82b36ce0e0f3d762ba0404 + checksum: c5da94a95ba837bfa3bddd17c9cf0be9e63b0f02fcbfd3394ecdc918f6949715847be8568e710aa5631a628b6b6f27d0ecaad23ff8917207f3ef6a948e62e68f languageName: node linkType: hard -"@aws-sdk/middleware-flexible-checksums@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.664.0" +"@aws-sdk/middleware-flexible-checksums@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.667.0" dependencies: "@aws-crypto/crc32": 5.2.0 "@aws-crypto/crc32c": 5.2.0 - "@aws-sdk/types": 3.664.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/types": 3.667.0 "@smithy/is-array-buffer": ^3.0.0 "@smithy/node-config-provider": ^3.1.8 "@smithy/protocol-http": ^4.1.4 @@ -800,169 +807,170 @@ __metadata: "@smithy/util-middleware": ^3.0.7 "@smithy/util-utf8": ^3.0.0 tslib: ^2.6.2 - checksum: c3ce822bc602a3683982f85e119376aed045ff7e820605bcbb7000832b3bf8d2772a09bc51080937a476b3fe9c33138d81a2c4c72ae92225635f81bf8072c37f + checksum: 9a78dae8daf15795e868584df362429a10bd29ad99b01d03a4256c6edfd10e1e2fbf6e236b53d1e9c7fd506774c8bd12dd5caf8b6cf8e5fe482321ca1e28d56e languageName: node linkType: hard -"@aws-sdk/middleware-host-header@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/middleware-host-header@npm:3.664.0" +"@aws-sdk/middleware-host-header@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-host-header@npm:3.667.0" dependencies: - "@aws-sdk/types": 3.664.0 + "@aws-sdk/types": 3.667.0 "@smithy/protocol-http": ^4.1.4 "@smithy/types": ^3.5.0 tslib: ^2.6.2 - checksum: bdbf65f7d468e7518d0ec54905baf875e7aadd8e6d5f2af207127a068836edc4c21f86851988780ec07b7493c21802c2835fee1a7f81aebbcb174d70cc52c6fd + checksum: e545c3f2182dc6bf812ef19219850e3b86dfc72e7a596b70c6444ccccf79d6939cc1ad00c0261aaacf4cdaf7e5e1f0a17b11a5d197da467a518444172876e671 languageName: node linkType: hard -"@aws-sdk/middleware-location-constraint@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/middleware-location-constraint@npm:3.664.0" +"@aws-sdk/middleware-location-constraint@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-location-constraint@npm:3.667.0" dependencies: - "@aws-sdk/types": 3.664.0 + "@aws-sdk/types": 3.667.0 "@smithy/types": ^3.5.0 tslib: ^2.6.2 - checksum: 5fd266ae0178589a6e50fe2c55977eab1820d396ae03945d672a4ff9e7f3b9278ab9b05aaf03b1cc298687932fbac2cf49eeb1a719a3d51286855b7435da1625 + checksum: bd92e6cb7a6bf823d7ff8703b668498820634f47f503d6d854b3fc809bf7fca65cc6673b5c057c88ae45c64a2926cbe291f46ee9d8fcc6be96bbfe41409242bf languageName: node linkType: hard -"@aws-sdk/middleware-logger@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/middleware-logger@npm:3.664.0" +"@aws-sdk/middleware-logger@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-logger@npm:3.667.0" dependencies: - "@aws-sdk/types": 3.664.0 + "@aws-sdk/types": 3.667.0 "@smithy/types": ^3.5.0 tslib: ^2.6.2 - checksum: 646fa97efedb916f16f28915048e071651f3caa63b8ecb7049363122eaac4472499b9d9b38b060b15b510b9eb34489544ca99683d2cdc7ee96aba6f55475fd89 + checksum: 47d7c9fa8f6d5cceeafe91fc35b63c9a18b57bdf289a2d44983409af61c3c52330ff6400c5d1208a250f98bda62d4c1eddb91f3f6c4f83846b10c3c35e317748 languageName: node linkType: hard -"@aws-sdk/middleware-recursion-detection@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/middleware-recursion-detection@npm:3.664.0" +"@aws-sdk/middleware-recursion-detection@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-recursion-detection@npm:3.667.0" dependencies: - "@aws-sdk/types": 3.664.0 + "@aws-sdk/types": 3.667.0 "@smithy/protocol-http": ^4.1.4 "@smithy/types": ^3.5.0 tslib: ^2.6.2 - checksum: e2f8c9709c102fef55f8886ccab546a0190e204a10f55cd5843d4366bb0b6cc3d6b1084a7dc314ca1a59e5dfb461dbbe180c8e31e2dce7918a263e8c37b856e8 + checksum: 80b4f28b76e2bba9058ebdf5d19d889f0b5b005ebae0ae7998097620b53502b7f5f8fdd5d17ae4a44a2357f83977e55e840f93255cfcb41a013de0c830553022 languageName: node linkType: hard -"@aws-sdk/middleware-sdk-s3@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.664.0" +"@aws-sdk/middleware-sdk-s3@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.667.0" dependencies: - "@aws-sdk/core": 3.664.0 - "@aws-sdk/types": 3.664.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/types": 3.667.0 "@aws-sdk/util-arn-parser": 3.568.0 - "@smithy/core": ^2.4.7 + "@smithy/core": ^2.4.8 "@smithy/node-config-provider": ^3.1.8 "@smithy/protocol-http": ^4.1.4 "@smithy/signature-v4": ^4.2.0 - "@smithy/smithy-client": ^3.3.6 + "@smithy/smithy-client": ^3.4.0 "@smithy/types": ^3.5.0 "@smithy/util-config-provider": ^3.0.0 "@smithy/util-middleware": ^3.0.7 "@smithy/util-stream": ^3.1.9 "@smithy/util-utf8": ^3.0.0 tslib: ^2.6.2 - checksum: ea7d1efc2bcdafb2145fc1f1d43388627e206cb65a7db90001b73528746401205e1542c2143a8ab8b061b37fe449fc23bcc67567b88c9f50b4ad2004a7ea94d8 + checksum: 80407de1e6a356425ced1fceeb8235107464e45add95615d9049590d413e5b483d4a3a37e6cd9e75524b952dd825a2c43daf3bb06c06b5eb989868c9707a11df languageName: node linkType: hard -"@aws-sdk/middleware-ssec@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/middleware-ssec@npm:3.664.0" +"@aws-sdk/middleware-ssec@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-ssec@npm:3.667.0" dependencies: - "@aws-sdk/types": 3.664.0 + "@aws-sdk/types": 3.667.0 "@smithy/types": ^3.5.0 tslib: ^2.6.2 - checksum: 55cac54656589f5f64535e2aebc8f3f4e0dc41379f81197e6fcff9a74f15a75d41e506d4ce72284f04ec082289a02f6d9a544ab37831db0cb508a0ec268be9d6 + checksum: 16210a33fb0fc718b46196f3d8cd4931e04b2e09660d4c41ff95a04dbbd09f267115d7e30d29efd1e87102e515e659260714df43b89c409cd53b624767750641 languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.664.0" +"@aws-sdk/middleware-user-agent@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.667.0" dependencies: - "@aws-sdk/types": 3.664.0 - "@aws-sdk/util-endpoints": 3.664.0 - "@smithy/core": ^2.4.7 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-endpoints": 3.667.0 + "@smithy/core": ^2.4.8 "@smithy/protocol-http": ^4.1.4 "@smithy/types": ^3.5.0 tslib: ^2.6.2 - checksum: 10c0df6209c646450ef6ce6758996ea387162ee25e98ce115b4cdf10a59880bb1f7c56364f98c4def4d6fe5bbf1bd423d3e86c5a0311458c7ccda4855ba44c0e + checksum: c154272ce3abfdef8661a2607c7cbb360ba8fc950be7758962c0f247da9144ec683331023f501b9c3364885d23c90f77c0346e2d58496aba326cf0c0fceb05c3 languageName: node linkType: hard -"@aws-sdk/region-config-resolver@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/region-config-resolver@npm:3.664.0" +"@aws-sdk/region-config-resolver@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/region-config-resolver@npm:3.667.0" dependencies: - "@aws-sdk/types": 3.664.0 + "@aws-sdk/types": 3.667.0 "@smithy/node-config-provider": ^3.1.8 "@smithy/types": ^3.5.0 "@smithy/util-config-provider": ^3.0.0 "@smithy/util-middleware": ^3.0.7 tslib: ^2.6.2 - checksum: c8b17891140004e12ef4f00a1b3b2153b8335806a97253303763f435af06d48f892a00556aafbfe1588c9cc9099583ccd45d7af0be702a9f0a12d46bad0ddb31 + checksum: be102ae253d5c6ec934151a427e24187620a180ad7fadf17af14244e3e3dc7dd7a6c7c9c3597adc2994aa2fb4f39146749a4070b6cf96ac182f177161a0f48dc languageName: node linkType: hard "@aws-sdk/s3-request-presigner@npm:^3.332.0": - version: 3.664.0 - resolution: "@aws-sdk/s3-request-presigner@npm:3.664.0" + version: 3.667.0 + resolution: "@aws-sdk/s3-request-presigner@npm:3.667.0" dependencies: - "@aws-sdk/signature-v4-multi-region": 3.664.0 - "@aws-sdk/types": 3.664.0 - "@aws-sdk/util-format-url": 3.664.0 + "@aws-sdk/signature-v4-multi-region": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-format-url": 3.667.0 "@smithy/middleware-endpoint": ^3.1.4 "@smithy/protocol-http": ^4.1.4 - "@smithy/smithy-client": ^3.3.6 + "@smithy/smithy-client": ^3.4.0 "@smithy/types": ^3.5.0 tslib: ^2.6.2 - checksum: d5bc2828f28764daa66918115d73dbdf3a0b5c6abe59e53a67dcc8eba981fd3e0a751a2a2663771334c7d31bf06894ccdaaf43f1cf69a66a17ad5f2c684b37d7 + checksum: 9b3815c8a4cf331f074f724671996a788111f7364d3de45503632ae1f9e481509f1813d380c5179127a0e3a032ca8aec59ed2ea72f850c5b160bf77fe8880409 languageName: node linkType: hard -"@aws-sdk/signature-v4-multi-region@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.664.0" +"@aws-sdk/signature-v4-multi-region@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.667.0" dependencies: - "@aws-sdk/middleware-sdk-s3": 3.664.0 - "@aws-sdk/types": 3.664.0 + "@aws-sdk/middleware-sdk-s3": 3.667.0 + "@aws-sdk/types": 3.667.0 "@smithy/protocol-http": ^4.1.4 "@smithy/signature-v4": ^4.2.0 "@smithy/types": ^3.5.0 tslib: ^2.6.2 - checksum: b6fc9a9c64381ca2cf29d33ddcbd9a399c5689b7e80fdffe90b851767a9f995e752f1dbdb8577efaf70afa5495338789e573a9018537ce2ff65b30ae769bd1a4 + checksum: b9eb0041f1d3535170eeb140ebfae21e8bfbc2fa0be0b273eea454c60dfff2f325f38c556054c0ca039c601c3a4765470a29ba4969955d0c5dce5ea838118a12 languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/token-providers@npm:3.664.0" +"@aws-sdk/token-providers@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/token-providers@npm:3.667.0" dependencies: - "@aws-sdk/types": 3.664.0 + "@aws-sdk/types": 3.667.0 "@smithy/property-provider": ^3.1.7 "@smithy/shared-ini-file-loader": ^3.1.8 "@smithy/types": ^3.5.0 tslib: ^2.6.2 peerDependencies: - "@aws-sdk/client-sso-oidc": ^3.664.0 - checksum: 96440dd26aeb5dbf4b31cb0d465393bef58d56f5b0ca41ec1dbd9600e7b27a8f1055d9324241a9bbe63fb71c43f00f662448a83d41bb23a4d25001490e54916e + "@aws-sdk/client-sso-oidc": ^3.667.0 + checksum: cd783b95f3bbe6b33eb75abbad2ea36cec91fc2788376711a2a866e3d1f17b21313004f3e75dadd270ca41ee59f3cc57198dbf51bf222d472ccda249c47ece3b languageName: node linkType: hard -"@aws-sdk/types@npm:3.664.0, @aws-sdk/types@npm:^3.222.0": - version: 3.664.0 - resolution: "@aws-sdk/types@npm:3.664.0" +"@aws-sdk/types@npm:3.667.0, @aws-sdk/types@npm:^3.222.0": + version: 3.667.0 + resolution: "@aws-sdk/types@npm:3.667.0" dependencies: "@smithy/types": ^3.5.0 tslib: ^2.6.2 - checksum: 8516830bcc6c9906255569945c420ff5dbdb102c00c203271626d6bcbab51c10a72cf0c69778e2dbc8298845c0dc016a62d8e31b851f77f2d6ecfe76da7439e8 + checksum: 54471245c8e5ba7542e2e19044b350cde965aa7ef71fcbc931e4ae2436ff620b07234d777035db6b34e5deac74ac41efaa41b6b378044d4597e7463ecff22925 languageName: node linkType: hard @@ -975,27 +983,27 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-endpoints@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/util-endpoints@npm:3.664.0" +"@aws-sdk/util-endpoints@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/util-endpoints@npm:3.667.0" dependencies: - "@aws-sdk/types": 3.664.0 + "@aws-sdk/types": 3.667.0 "@smithy/types": ^3.5.0 "@smithy/util-endpoints": ^2.1.3 tslib: ^2.6.2 - checksum: 9d46407da09e632e5965b5aa5c7070a66b5d584d9df38df1c05dcd8e13761db8e0036f7460ff135a142c9e1ce9a79d38f86d43fff02d53c478d040abaa7a0c84 + checksum: c9e2baccba71c43f52570ff0c2e522126657fadd4dba184cd9edd3d4f17bfa527728e5c4f841cedaa527cab6ad4ecc4dcc87714748785fbdeb98b29b9f4cbc24 languageName: node linkType: hard -"@aws-sdk/util-format-url@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/util-format-url@npm:3.664.0" +"@aws-sdk/util-format-url@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/util-format-url@npm:3.667.0" dependencies: - "@aws-sdk/types": 3.664.0 + "@aws-sdk/types": 3.667.0 "@smithy/querystring-builder": ^3.0.7 "@smithy/types": ^3.5.0 tslib: ^2.6.2 - checksum: 73c7590310c87ac3ed2be38768f7154c9b8fec9aa9b67880ac7c6e40b3a33a2bc03eec7ab9f3bef9d82985774420f6240be5288a370eb13d7f559c6191f4b25c + checksum: 4f687d34784f5f0d049ac6579bb760963f0ad525600eedd0ac9dfa3025cb3218d6516274905ad48d4c45685264129c39fc878739ec19f39db171a6b553894a58 languageName: node linkType: hard @@ -1008,24 +1016,24 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-browser@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/util-user-agent-browser@npm:3.664.0" +"@aws-sdk/util-user-agent-browser@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.667.0" dependencies: - "@aws-sdk/types": 3.664.0 + "@aws-sdk/types": 3.667.0 "@smithy/types": ^3.5.0 bowser: ^2.11.0 tslib: ^2.6.2 - checksum: 330ea716ff90fc3d26830ac1b795155a0a40a26a18f8adb6335a96533deba8840374e6cb1a81feac5b5bdbcc698e20c2f355ae49bddf2cf0870a6d1a6ec299ad + checksum: 304094b309461b7e63f143c29e40a7da04f1f49d1ee1fba21fbea801657e5058b4ec2c756ade45dc2e55a373408b079a4426a7c42d605ac77561ca3c22f36bb5 languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:3.664.0": - version: 3.664.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.664.0" +"@aws-sdk/util-user-agent-node@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.667.0" dependencies: - "@aws-sdk/middleware-user-agent": 3.664.0 - "@aws-sdk/types": 3.664.0 + "@aws-sdk/middleware-user-agent": 3.667.0 + "@aws-sdk/types": 3.667.0 "@smithy/node-config-provider": ^3.1.8 "@smithy/types": ^3.5.0 tslib: ^2.6.2 @@ -1034,7 +1042,7 @@ __metadata: peerDependenciesMeta: aws-crt: optional: true - checksum: 26f52aa45b79af1c5b9bc6d34109858edab01823187c08c4dcce9b00132655f8754bd45c8b9ae6298d0e9dee69422c4bad3fc3cc22e8c94d162e0c636758fe4d + checksum: d648e90a3099f48595654a31c38819e0ec43240ec5fcc3935cef9004d2013dc25a299ad1afa721c589e8cb303e317bc222e587964991000fe1d569ea5f1da632 languageName: node linkType: hard @@ -1553,13 +1561,14 @@ __metadata: languageName: node linkType: hard -"@formatjs/ecma402-abstract@npm:2.0.0": - version: 2.0.0 - resolution: "@formatjs/ecma402-abstract@npm:2.0.0" +"@formatjs/ecma402-abstract@npm:2.1.0": + version: 2.1.0 + resolution: "@formatjs/ecma402-abstract@npm:2.1.0" dependencies: + "@formatjs/fast-memoize": 2.2.0 "@formatjs/intl-localematcher": 0.5.4 tslib: ^2.4.0 - checksum: 0bba3b4f1a966c72d3f53173d650294fe313825b6451396c1040fb92bb86b2f771729888a1dadbc0a0074ef809229033fe8ff17c86dcb07a8ad42253b0c3a269 + checksum: 39bad1a40fdb8f4b5af5eed868548c17a7120730fa8593e7a2a40ec80f02e19dfdd2fa82083156aad18e73a4e610fe55292283e06a9dc586a0a43b1b18066ed4 languageName: node linkType: hard @@ -1572,24 +1581,24 @@ __metadata: languageName: node linkType: hard -"@formatjs/icu-messageformat-parser@npm:2.7.8": - version: 2.7.8 - resolution: "@formatjs/icu-messageformat-parser@npm:2.7.8" +"@formatjs/icu-messageformat-parser@npm:2.7.9": + version: 2.7.9 + resolution: "@formatjs/icu-messageformat-parser@npm:2.7.9" dependencies: - "@formatjs/ecma402-abstract": 2.0.0 - "@formatjs/icu-skeleton-parser": 1.8.2 + "@formatjs/ecma402-abstract": 2.1.0 + "@formatjs/icu-skeleton-parser": 1.8.3 tslib: ^2.4.0 - checksum: 404d6732653632eae3b10cfa70dc57c4fb0fe500c6ef9e687e938e4cb29e18b4e5d46633c88a2c06864328eb2f4713fbb6be404c6033682370d568971e2dda0d + checksum: 22e42886128e35a2eb3a6b12d97af4a51758b8c2361920ef6c29b3e8ba0dedee58687ede23f79dd5924220a33f23ba24edf9fda668ab2029ef05b0327cee1036 languageName: node linkType: hard -"@formatjs/icu-skeleton-parser@npm:1.8.2": - version: 1.8.2 - resolution: "@formatjs/icu-skeleton-parser@npm:1.8.2" +"@formatjs/icu-skeleton-parser@npm:1.8.3": + version: 1.8.3 + resolution: "@formatjs/icu-skeleton-parser@npm:1.8.3" dependencies: - "@formatjs/ecma402-abstract": 2.0.0 + "@formatjs/ecma402-abstract": 2.1.0 tslib: ^2.4.0 - checksum: 8735322fa93ddd471822ba77400411660cb6221c87955cdcea159e8f9b72188106b4d4bf57d737d248810ae1974e1df4974914a6fb6045e91bf5ea22cc7fd30f + checksum: 236e29a12298fa888a1cf04090b9a88289291347a29fb0b185db77fbf51b2f24058433a01c19315ed0e3a868d5a4d2f0dfa5e0f3ca5fb13077f1f50eb024234d languageName: node linkType: hard @@ -2403,21 +2412,21 @@ __metadata: languageName: node linkType: hard -"@smithy/core@npm:^2.4.7": - version: 2.4.7 - resolution: "@smithy/core@npm:2.4.7" +"@smithy/core@npm:^2.4.8": + version: 2.4.8 + resolution: "@smithy/core@npm:2.4.8" dependencies: "@smithy/middleware-endpoint": ^3.1.4 - "@smithy/middleware-retry": ^3.0.22 + "@smithy/middleware-retry": ^3.0.23 "@smithy/middleware-serde": ^3.0.7 "@smithy/protocol-http": ^4.1.4 - "@smithy/smithy-client": ^3.3.6 + "@smithy/smithy-client": ^3.4.0 "@smithy/types": ^3.5.0 "@smithy/util-body-length-browser": ^3.0.0 "@smithy/util-middleware": ^3.0.7 "@smithy/util-utf8": ^3.0.0 tslib: ^2.6.2 - checksum: da0ed899f2e64f4221a943f2c641a81df955316639cb52ecf3fa99b3e0fcde447a531aa9e58f959cc153ef78ec562fcc6f9b41261f8f331585583f1efa51efa5 + checksum: ab9e635f1622e870272f2950bb8f810ec942246b529aa94bc455265d6ba03deb82a0779b74fd3d666f1857fab228061642f90f2f60b73b8f09f52c39b11dc0f2 languageName: node linkType: hard @@ -2602,20 +2611,20 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-retry@npm:^3.0.22": - version: 3.0.22 - resolution: "@smithy/middleware-retry@npm:3.0.22" +"@smithy/middleware-retry@npm:^3.0.23": + version: 3.0.23 + resolution: "@smithy/middleware-retry@npm:3.0.23" dependencies: "@smithy/node-config-provider": ^3.1.8 "@smithy/protocol-http": ^4.1.4 "@smithy/service-error-classification": ^3.0.7 - "@smithy/smithy-client": ^3.3.6 + "@smithy/smithy-client": ^3.4.0 "@smithy/types": ^3.5.0 "@smithy/util-middleware": ^3.0.7 "@smithy/util-retry": ^3.0.7 tslib: ^2.6.2 uuid: ^9.0.1 - checksum: 426c98789e64864cedfcc0f0d75eaca820c855c6282491ed1acb52cad451b68ea61247fbd5a85b47a719387625a0074171a05ffecdb49b85bfcd85117345ac40 + checksum: 8d991ce755f644d2e8934eeaef7af9a358dcabd452ed21533fa298a119919d1298f9211f23a9d291970a3ec7dd4c7479d0bdfbaef4ff4633d5375bdc289ff761 languageName: node linkType: hard @@ -2740,9 +2749,9 @@ __metadata: languageName: node linkType: hard -"@smithy/smithy-client@npm:^3.3.6": - version: 3.3.6 - resolution: "@smithy/smithy-client@npm:3.3.6" +"@smithy/smithy-client@npm:^3.4.0": + version: 3.4.0 + resolution: "@smithy/smithy-client@npm:3.4.0" dependencies: "@smithy/middleware-endpoint": ^3.1.4 "@smithy/middleware-stack": ^3.0.7 @@ -2750,7 +2759,7 @@ __metadata: "@smithy/types": ^3.5.0 "@smithy/util-stream": ^3.1.9 tslib: ^2.6.2 - checksum: ba570b8d75f985682aab956e83a97f7c884507b63afeda01d011ef33a3306380249a1a01f2e044dbebbe650f704f46bfeebe40d51cc568cf55f10e5e5dfe29ba + checksum: 4eb8387ca16064fc1c0c59d502f5d611fb3ee9c06e0ebd3c1a540bb8f1e709e0073bcc9aa9c3c337db1e3d4a799a376d2f29d3f90b008a431a6216805a217e6e languageName: node linkType: hard @@ -2832,31 +2841,31 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^3.0.22": - version: 3.0.22 - resolution: "@smithy/util-defaults-mode-browser@npm:3.0.22" +"@smithy/util-defaults-mode-browser@npm:^3.0.23": + version: 3.0.23 + resolution: "@smithy/util-defaults-mode-browser@npm:3.0.23" dependencies: "@smithy/property-provider": ^3.1.7 - "@smithy/smithy-client": ^3.3.6 + "@smithy/smithy-client": ^3.4.0 "@smithy/types": ^3.5.0 bowser: ^2.11.0 tslib: ^2.6.2 - checksum: 28fdf977c70f5d973230dacdf5f7e81e3f4e8858ed8f7aa2a9f7c794ebdaddd2567c7765492dcaac4c745749b59d6771d4eac9c01e2eed9c0afd206b0308e843 + checksum: 8b95eddff68fa1372ef4c2b076a928bee925ca04fcfc86de3a14956f297a69cd880b51176d5b008c093244c0776b6cd8d7bd355d6cfb609d99330f3996daea31 languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^3.0.22": - version: 3.0.22 - resolution: "@smithy/util-defaults-mode-node@npm:3.0.22" +"@smithy/util-defaults-mode-node@npm:^3.0.23": + version: 3.0.23 + resolution: "@smithy/util-defaults-mode-node@npm:3.0.23" dependencies: "@smithy/config-resolver": ^3.0.9 "@smithy/credential-provider-imds": ^3.2.4 "@smithy/node-config-provider": ^3.1.8 "@smithy/property-provider": ^3.1.7 - "@smithy/smithy-client": ^3.3.6 + "@smithy/smithy-client": ^3.4.0 "@smithy/types": ^3.5.0 tslib: ^2.6.2 - checksum: 015321d014254f2f8b8a8a7cb82d8ed4000afe0b740dfedff8f2b66498c34b3e42b985ae5a2af71fd82145f11ece75b2649877fe5f7b34979c213c52978332df + checksum: 6e961b50a1c1141d301b1fc4bd006ae9430567737a382ffd8a20db01bc8ef42fa6d38539fe7b99c2504d2b69165987d1b8cdeefd263157292608ef2ebdfb86fa languageName: node linkType: hard @@ -3793,20 +3802,20 @@ __metadata: linkType: hard "@types/node@npm:*, @types/node@npm:>=13.7.0, @types/node@npm:^22.0.1": - version: 22.7.4 - resolution: "@types/node@npm:22.7.4" + version: 22.7.5 + resolution: "@types/node@npm:22.7.5" dependencies: undici-types: ~6.19.2 - checksum: a3f4154147639369aed08fe6f8d62eff637cf87b187bb252d7bbccdc82884626007af424b08a653c53f2182adfa0340001b4888cb7cbb942cef351210fc742a5 + checksum: 1a8bbb504efaffcef7b8491074a428e5c0b5425b0c0ffb13e7262cb8462c275e8cc5eaf90a38d8fbf52a1eeda7c01ab3b940673c43fc2414140779c973e40ec6 languageName: node linkType: hard "@types/node@npm:^20.1.1": - version: 20.16.10 - resolution: "@types/node@npm:20.16.10" + version: 20.16.11 + resolution: "@types/node@npm:20.16.11" dependencies: undici-types: ~6.19.2 - checksum: 8b4d5a0af828871627e80da095df50ef8ae7ca458f39ccde1d060e3bf97b0bc76af9547bd5d75ce4ccb1dd80466804b2fe4f12553c11cb8691c6667effd9a9d7 + checksum: 68a239e4cff66972c990a89faa052da27d17d9f8d3ee324e9e5899323feaf229b475c1969ae9e189d0c499736fc04e9f20f480613d16b93ce249518dc32707a0 languageName: node linkType: hard @@ -5364,9 +5373,9 @@ __metadata: linkType: hard "electron-to-chromium@npm:^1.5.28": - version: 1.5.32 - resolution: "electron-to-chromium@npm:1.5.32" - checksum: ff75702fe4e62a23b80cd74db0fb29db60d1424716b1755fb79ffe01d214a2d3dc74bb27355b8e41994e3b6e24f3b57b46a060ea510afa3d1b6711fbf4b76219 + version: 1.5.34 + resolution: "electron-to-chromium@npm:1.5.34" + checksum: d9fa460affd5322cb0aad5388e65c3ea73e463ecaeae4e6fde53add55eb7cfa3a29e2f2a16fd75fcb314e3ca9dbd44a0f040e72a8f1c2a77a05cfcc7e349c26d languageName: node linkType: hard @@ -6619,14 +6628,14 @@ __metadata: linkType: hard "intl-messageformat@npm:^10.2.1": - version: 10.5.14 - resolution: "intl-messageformat@npm:10.5.14" + version: 10.6.0 + resolution: "intl-messageformat@npm:10.6.0" dependencies: - "@formatjs/ecma402-abstract": 2.0.0 + "@formatjs/ecma402-abstract": 2.1.0 "@formatjs/fast-memoize": 2.2.0 - "@formatjs/icu-messageformat-parser": 2.7.8 + "@formatjs/icu-messageformat-parser": 2.7.9 tslib: ^2.4.0 - checksum: 7aaed153283eb83720d72df7757390515a79a1823ea9f4191c69859f1e5dd0d9a7463e5f9186fe77a31414ed98fc81619fb4c838ffdf6d481b1b370403337ca3 + checksum: 32e367958e92ff941d41280a478ddd4d4876ce8f44f71fa5d0e27e3461d08f89af0576f0d73cb83a4934ec734a730865f5cca3671a861d54be363831d7f37781 languageName: node linkType: hard From d205a54a80a76947a67250d197a0804fafe33708 Mon Sep 17 00:00:00 2001 From: FalkWolsky Date: Wed, 9 Oct 2024 21:11:28 +0200 Subject: [PATCH 3/4] Boomi as DataSource --- .../src/plugins/boomi/boomi.spec.json | 204528 +++------------ server/node-service/yarn.lock | 17577 +- 2 files changed, 48887 insertions(+), 173218 deletions(-) diff --git a/server/node-service/src/plugins/boomi/boomi.spec.json b/server/node-service/src/plugins/boomi/boomi.spec.json index c26ccbac3..0f0aadb5f 100644 --- a/server/node-service/src/plugins/boomi/boomi.spec.json +++ b/server/node-service/src/plugins/boomi/boomi.spec.json @@ -1,163759 +1,43773 @@ { "openapi": "3.0.1", "info": { - "title": "AtomSphere Platform API", - "description": "The AtomSphere Platform API allows for control of many objects associated with your account.", - "contact": { - "name": "Customer Support", - "url": "https://community.boomi.com/s/support", - "email": "support@boomi.com" - }, - "license": { - "name": "Boomi API License", - "url": "https://help.boomi.com/bundle/about/page/atm-API_licensing.html" - }, - "version": "1.0.0" + "title": "AtomSphere Platform API", + "description": "The AtomSphere Platform API allows for control of many objects associated with your account.", + "contact": { + "name": "Customer Support", + "url": "https://community.boomi.com/s/support", + "email": "support@boomi.com" + }, + "license": { + "name": "Boomi API License", + "url": "https://help.boomi.com/bundle/about/page/atm-API_licensing.html" + }, + "version": "1.0.0" }, "servers": [ - { - "url": "https://api.boomi.com/api/rest/v1/{accountId}", - "description": "Boomi API Endpoint URL", - "variables": { - "accountId": { - "description": "The Account id to make this request as.", - "default": "hannoverrckse-S4QY6A" - } - } + { + "url": "https://api.boomi.com/api/rest/v1/{accountId}", + "description": "Boomi API Endpoint URL", + "variables": { + "accountId": { + "description": "The Account id to make this request as.", + "default": "hannoverrckse-S4QY6A" + } } + } ], "tags": [ - { - "name": "account" - }, - { - "name": "atom" - }, - { - "name": "component" - }, - { - "name": "deployment" - }, - { - "name": "documentTracking" - }, - { - "name": "environment" - }, - { - "name": "execution" - }, - { - "name": "executionStatistic" - }, - { - "name": "integrationpack" - } + { + "name": "account" + }, + { + "name": "atom" + }, + { + "name": "component" + }, + { + "name": "deployment" + }, + { + "name": "documentTracking" + }, + { + "name": "environment" + }, + { + "name": "execution" + }, + { + "name": "executionStatistic" + }, + { + "name": "integrationpack" + } ], "paths": { - "/AS2ConnectorRecord/query": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Queries for an AS2ConnectorRecord object(s).", - "operationId": "QueryAS2ConnectorRecord", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "as2FromId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "as2ToId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "contentLength": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "filename": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "mdnMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "mimetype": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "subject": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "as2FromId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "as2ToId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "contentLength": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "filename": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "mdnMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "mimetype": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "subject": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AS2ConnectorRecord/queryMore": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Retrieves additional results for an AS2ConnectorRecord query.", - "operationId": "QueryMoreAS2ConnectorRecord", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "as2FromId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "as2ToId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "contentLength": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "filename": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "mdnMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "mimetype": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "subject": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "as2FromId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "as2ToId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "contentLength": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "filename": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "mdnMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "mimetype": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "subject": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "/AS2ConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for an AS2ConnectorRecord object(s).", + "operationId": "QueryAS2ConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AS2ConnectorRecordQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AS2ConnectorRecordQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Account/bulk": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves multiple Account objects by identifier.", - "operationId": "BulkAccount", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateCreated": { - "type": "string", - "xml": { - "attribute": true - } - }, - "expirationDate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "licensing": { - "type": "object" - }, - "molecule": { - "type": "object" - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "overDeployed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "trial", - "active", - "suspended", - "deleted", - "unlimited" - ] - }, - "suggestionsEnabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "supportAccess": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "supportLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "standard", - "premier" - ] - }, - "widgetAccount": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateCreated": { - "type": "string", - "xml": { - "attribute": true - } - }, - "expirationDate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "licensing": { - "type": "object" - }, - "molecule": { - "type": "object" - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "overDeployed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "trial", - "active", - "suspended", - "deleted", - "unlimited" - ] - }, - "suggestionsEnabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "supportAccess": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "supportLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "standard", - "premier" - ] - }, - "widgetAccount": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Account/query": { - "post": { - "tags": [ - "account" - ], - "summary": "Queries for an Account object(s).", - "operationId": "QueryAccount", - "requestBody": { - "description": " Possible properties include: ACCOUNTID, DATECREATED, EXPIRATIONDATE, NAME, STATUS, WIDGETACCOUNT, OVERDEPLOYED", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateCreated": { - "type": "string", - "xml": { - "attribute": true - } - }, - "expirationDate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "licensing": { - "type": "object" - }, - "molecule": { - "type": "object" - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "overDeployed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "trial", - "active", - "suspended", - "deleted", - "unlimited" - ] - }, - "suggestionsEnabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "supportAccess": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "supportLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "standard", - "premier" - ] - }, - "widgetAccount": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateCreated": { - "type": "string", - "xml": { - "attribute": true - } - }, - "expirationDate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "licensing": { - "type": "object" - }, - "molecule": { - "type": "object" - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "overDeployed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "trial", - "active", - "suspended", - "deleted", - "unlimited" - ] - }, - "suggestionsEnabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "supportAccess": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "supportLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "standard", - "premier" - ] - }, - "widgetAccount": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Account/queryMore": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves additional results for an Account query.", - "operationId": "QueryMoreAccount", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateCreated": { - "type": "string", - "xml": { - "attribute": true - } - }, - "expirationDate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "licensing": { - "type": "object" - }, - "molecule": { - "type": "object" - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "overDeployed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "trial", - "active", - "suspended", - "deleted", - "unlimited" - ] - }, - "suggestionsEnabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "supportAccess": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "supportLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "standard", - "premier" - ] - }, - "widgetAccount": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateCreated": { - "type": "string", - "xml": { - "attribute": true - } - }, - "expirationDate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "licensing": { - "type": "object" - }, - "molecule": { - "type": "object" - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "overDeployed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "trial", - "active", - "suspended", - "deleted", - "unlimited" - ] - }, - "suggestionsEnabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "supportAccess": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "supportLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "standard", - "premier" - ] - }, - "widgetAccount": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AS2ConnectorRecordQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/AS2ConnectorRecordQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/Account/{id}": { - "get": { - "tags": [ - "account" - ], - "summary": "Retrieves an instance of an Account object.", - "operationId": "GetAccount", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateCreated": { - "type": "string", - "xml": { - "attribute": true - } - }, - "expirationDate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "licensing": { - "type": "object", - "properties": { - "enterprise": { - "type": "object" - }, - "enterpriseTest": { - "type": "object" - }, - "smallBusiness": { - "type": "object" - }, - "smallBusinessTest": { - "type": "object" - }, - "standard": { - "type": "object" - }, - "standardTest": { - "type": "object" - }, - "tradingPartner": { - "type": "object" - }, - "tradingPartnerTest": { - "type": "object" - } - } - }, - "molecule": { - "type": "object", - "properties": { - "purchased": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "used": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "overDeployed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "trial", - "active", - "suspended", - "deleted", - "unlimited" - ] - }, - "suggestionsEnabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "supportAccess": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "supportLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "standard", - "premier" - ] - }, - "widgetAccount": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateCreated": { - "type": "string", - "xml": { - "attribute": true - } - }, - "expirationDate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "licensing": { - "type": "object", - "properties": { - "enterprise": { - "type": "object" - }, - "enterpriseTest": { - "type": "object" - }, - "smallBusiness": { - "type": "object" - }, - "smallBusinessTest": { - "type": "object" - }, - "standard": { - "type": "object" - }, - "standardTest": { - "type": "object" - }, - "tradingPartner": { - "type": "object" - }, - "tradingPartnerTest": { - "type": "object" - } - } - }, - "molecule": { - "type": "object", - "properties": { - "purchased": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "used": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "overDeployed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "trial", - "active", - "suspended", - "deleted", - "unlimited" - ] - }, - "suggestionsEnabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "supportAccess": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "supportLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "standard", - "premier" - ] - }, - "widgetAccount": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/AccountCloudAttachmentProperties/{id}": { - "post": { - "tags": [ - "atom" - ], - "summary": "Modifies or updates an AccountCloudAttachmentProperties object.", - "operationId": "UpdateAccountCloudAttachmentProperties", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountDiskUsage": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "as2Workload": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GENERAL", - "LOW_LATENCY_DEBUG" - ] - }, - "atomInputSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "atomOutputOverflowSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "atomWorkingOverflowSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "cloudAccountExecutionLimit": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "cloudAccountExecutionWarningOffset": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "downloadRunnerlogs": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "enableAccountDataArchiving": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "enableAtomWorkerWarmup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "flowControlParallelProcessTypeOverride": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "THREADS", - "PROCESSES" - ] - }, - "httpRequestRate": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpWorkload": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GENERAL", - "LOW_LATENCY_DEBUG", - "LOW_LATENCY" - ] - }, - "listenerMaxConcurrentExecutions": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "maxConnectorTrackDocs": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "minNumberofAtomWorkers": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "numberofAtomWorkers": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queueIncomingMessageRateLimit": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "sessionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "testModeMaxDocBytes": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "testModeMaxDocs": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerElasticScalingThreshold": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerMaxExecutionTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "workerMaxGeneralExecutionTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "workerMaxQueuedExecutions": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerMaxRunningExecutions": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerQueuedExecutionTimeout": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountDiskUsage": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "as2Workload": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GENERAL", - "LOW_LATENCY_DEBUG" - ] - }, - "atomInputSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "atomOutputOverflowSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "atomWorkingOverflowSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "cloudAccountExecutionLimit": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "cloudAccountExecutionWarningOffset": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "downloadRunnerlogs": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "enableAccountDataArchiving": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "enableAtomWorkerWarmup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "flowControlParallelProcessTypeOverride": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "THREADS", - "PROCESSES" - ] - }, - "httpRequestRate": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpWorkload": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GENERAL", - "LOW_LATENCY_DEBUG", - "LOW_LATENCY" - ] - }, - "listenerMaxConcurrentExecutions": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "maxConnectorTrackDocs": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "minNumberofAtomWorkers": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "numberofAtomWorkers": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queueIncomingMessageRateLimit": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "sessionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "testModeMaxDocBytes": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "testModeMaxDocs": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerElasticScalingThreshold": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerMaxExecutionTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "workerMaxGeneralExecutionTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "workerMaxQueuedExecutions": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerMaxRunningExecutions": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerQueuedExecutionTimeout": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountDiskUsage": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "as2Workload": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GENERAL", - "LOW_LATENCY_DEBUG" - ] - }, - "atomInputSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "atomOutputOverflowSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "atomWorkingOverflowSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "cloudAccountExecutionLimit": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "cloudAccountExecutionWarningOffset": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "downloadRunnerlogs": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "enableAccountDataArchiving": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "enableAtomWorkerWarmup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "flowControlParallelProcessTypeOverride": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "THREADS", - "PROCESSES" - ] - }, - "httpRequestRate": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpWorkload": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GENERAL", - "LOW_LATENCY_DEBUG", - "LOW_LATENCY" - ] - }, - "listenerMaxConcurrentExecutions": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "maxConnectorTrackDocs": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "minNumberofAtomWorkers": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "numberofAtomWorkers": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queueIncomingMessageRateLimit": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "sessionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "testModeMaxDocBytes": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "testModeMaxDocs": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerElasticScalingThreshold": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerMaxExecutionTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "workerMaxGeneralExecutionTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "workerMaxQueuedExecutions": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerMaxRunningExecutions": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerQueuedExecutionTimeout": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountDiskUsage": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "as2Workload": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GENERAL", - "LOW_LATENCY_DEBUG" - ] - }, - "atomInputSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "atomOutputOverflowSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "atomWorkingOverflowSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "cloudAccountExecutionLimit": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "cloudAccountExecutionWarningOffset": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "downloadRunnerlogs": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "enableAccountDataArchiving": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "enableAtomWorkerWarmup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "flowControlParallelProcessTypeOverride": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "THREADS", - "PROCESSES" - ] - }, - "httpRequestRate": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpWorkload": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GENERAL", - "LOW_LATENCY_DEBUG", - "LOW_LATENCY" - ] - }, - "listenerMaxConcurrentExecutions": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "maxConnectorTrackDocs": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "minNumberofAtomWorkers": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "numberofAtomWorkers": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queueIncomingMessageRateLimit": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "sessionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "testModeMaxDocBytes": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "testModeMaxDocs": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerElasticScalingThreshold": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerMaxExecutionTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "workerMaxGeneralExecutionTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "workerMaxQueuedExecutions": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerMaxRunningExecutions": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerQueuedExecutionTimeout": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/AS2ConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for an AS2ConnectorRecord query.", + "operationId": "QueryMoreAS2ConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountCloudAttachmentQuota": { - "post": { - "tags": [ - "atom" - ], - "summary": "Creates an AccountCloudAttachmentQuota object.", - "operationId": "CreateAccountCloudAttachmentQuota", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxAtomAttachment": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxAtomAttachment": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxAtomAttachment": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxAtomAttachment": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountCloudAttachmentQuota/bulk": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves multiple AccountCloudAttachmentQuota objects by identifier.", - "operationId": "BulkAccountCloudAttachmentQuota", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxAtomAttachment": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxAtomAttachment": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountCloudAttachmentQuota/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an instance of an AccountCloudAttachmentQuota object.", - "operationId": "GetAccountCloudAttachmentQuota", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxAtomAttachment": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxAtomAttachment": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AS2ConnectorRecordQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/AS2ConnectorRecordQueryResponse" + } + } + } }, - "post": { - "tags": [ - "atom" - ], - "summary": "Modifies or updates an AccountCloudAttachmentQuota object.", - "operationId": "UpdateAccountCloudAttachmentQuota", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxAtomAttachment": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxAtomAttachment": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxAtomAttachment": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxAtomAttachment": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "delete": { - "tags": [ - "atom" - ], - "summary": "Deletes an AccountCloudAttachmentQuota object.", - "operationId": "DeleteAccountCloudAttachmentQuota", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/AccountGroup": { - "post": { - "tags": [ - "account" - ], - "summary": "Creates an AccountGroup object.", - "operationId": "CreateAccountGroup", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "autoSubscribeAlertLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "info", - "warning", - "error" - ] - }, - "defaultGroup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "autoSubscribeAlertLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "info", - "warning", - "error" - ] - }, - "defaultGroup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "autoSubscribeAlertLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "info", - "warning", - "error" - ] - }, - "defaultGroup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "autoSubscribeAlertLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "info", - "warning", - "error" - ] - }, - "defaultGroup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/AccountGroup/bulk": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves multiple AccountGroup objects by identifier.", - "operationId": "BulkAccountGroup", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "autoSubscribeAlertLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "info", - "warning", - "error" - ] - }, - "defaultGroup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "autoSubscribeAlertLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "info", - "warning", - "error" - ] - }, - "defaultGroup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/Account/bulk": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves multiple Account objects by identifier.", + "operationId": "BulkAccount", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountBulkRequest" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountGroup/query": { - "post": { - "tags": [ - "account" - ], - "summary": "Queries for an AccountGroup object(s).", - "operationId": "QueryAccountGroup", - "requestBody": { - "description": " Possible properties include: id, accountId, name, defaultGroup, autoSubscribeAlertLevel", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "autoSubscribeAlertLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "info", - "warning", - "error" - ] - }, - "defaultGroup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "autoSubscribeAlertLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "info", - "warning", - "error" - ] - }, - "defaultGroup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountGroup/queryMore": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves additional results for an AccountGroup query.", - "operationId": "QueryMoreAccountGroup", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "autoSubscribeAlertLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "info", - "warning", - "error" - ] - }, - "defaultGroup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "autoSubscribeAlertLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "info", - "warning", - "error" - ] - }, - "defaultGroup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountGroup/{id}": { - "get": { - "tags": [ - "account" - ], - "summary": "Retrieves an instance of an AccountGroup object.", - "operationId": "GetAccountGroup", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "autoSubscribeAlertLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "info", - "warning", - "error" - ] - }, - "defaultGroup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "autoSubscribeAlertLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "info", - "warning", - "error" - ] - }, - "defaultGroup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountBulkResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountBulkResponse" + } + } + } }, - "post": { - "tags": [ - "account" - ], - "summary": "Modifies or updates an AccountGroup object.", - "operationId": "UpdateAccountGroup", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "autoSubscribeAlertLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "info", - "warning", - "error" - ] - }, - "defaultGroup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "autoSubscribeAlertLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "info", - "warning", - "error" - ] - }, - "defaultGroup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "autoSubscribeAlertLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "info", - "warning", - "error" - ] - }, - "defaultGroup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "autoSubscribeAlertLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "info", - "warning", - "error" - ] - }, - "defaultGroup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/AccountGroupAccount": { - "post": { - "tags": [ - "account" - ], - "summary": "Creates an AccountGroupAccount object.", - "operationId": "CreateAccountGroupAccount", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/AccountGroupAccount/query": { - "post": { - "tags": [ - "account" - ], - "summary": "Queries for an AccountGroupAccount object(s).", - "operationId": "QueryAccountGroupAccount", - "requestBody": { - "description": " Possible properties include: accountGroupId, accountId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/Account/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for an Account object(s).", + "operationId": "QueryAccount", + "requestBody": { + "description": " Possible properties include: ACCOUNTID, DATECREATED, EXPIRATIONDATE, NAME, STATUS, WIDGETACCOUNT, OVERDEPLOYED", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountGroupAccount/queryMore": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves additional results for an AccountGroupAccount query.", - "operationId": "QueryMoreAccountGroupAccount", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountGroupAccount/{id}": { - "delete": { - "tags": [ - "account" - ], - "summary": "Deletes an AccountGroupAccount object.", - "operationId": "DeleteAccountGroupAccount", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountGroupUserRole": { - "post": { - "tags": [ - "account" - ], - "summary": "Creates an AccountGroupUserRole object.", - "operationId": "CreateAccountGroupUserRole", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "firstName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lastName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "notifyUser": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "firstName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lastName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "notifyUser": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "firstName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lastName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "notifyUser": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "firstName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lastName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "notifyUser": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/AccountGroupUserRole/query": { - "post": { - "tags": [ - "account" - ], - "summary": "Queries for an AccountGroupUserRole object(s).", - "operationId": "QueryAccountGroupUserRole", - "requestBody": { - "description": " Possible properties include: accountGroupId, userId, roleId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "firstName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lastName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "notifyUser": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "firstName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lastName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "notifyUser": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/AccountGroupUserRole/queryMore": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves additional results for an AccountGroupUserRole query.", - "operationId": "QueryMoreAccountGroupUserRole", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "firstName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lastName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "notifyUser": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "firstName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lastName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "notifyUser": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/Account/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for an Account query.", + "operationId": "QueryMoreAccount", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountGroupUserRole/{id}": { - "delete": { - "tags": [ - "account" - ], - "summary": "Deletes an AccountGroupUserRole object.", - "operationId": "DeleteAccountGroupUserRole", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountSSOConfig/bulk": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves multiple AccountSSOConfig objects by identifier.", - "operationId": "BulkAccountSSOConfig", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "assertionEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "authnContext": { - "type": "string", - "xml": { - "attribute": true - } - }, - "authnContextComparison": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certInfo": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "enabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fedIdFromNameId": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "idpUrl": { - "type": "string", - "xml": { - "attribute": true - } - }, - "nameIdPolicy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signoutRedirectUrl": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "assertionEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "authnContext": { - "type": "string", - "xml": { - "attribute": true - } - }, - "authnContextComparison": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certInfo": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "enabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fedIdFromNameId": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "idpUrl": { - "type": "string", - "xml": { - "attribute": true - } - }, - "nameIdPolicy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signoutRedirectUrl": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountSSOConfig/{id}": { - "get": { - "tags": [ - "account" - ], - "summary": "Retrieves an instance of an AccountSSOConfig object.", - "operationId": "GetAccountSSOConfig", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "assertionEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "authnContext": { - "type": "string", - "xml": { - "attribute": true - } - }, - "authnContextComparison": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certInfo": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "enabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fedIdFromNameId": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "idpUrl": { - "type": "string", - "xml": { - "attribute": true - } - }, - "nameIdPolicy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signoutRedirectUrl": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "assertionEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "authnContext": { - "type": "string", - "xml": { - "attribute": true - } - }, - "authnContextComparison": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certInfo": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "enabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fedIdFromNameId": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "idpUrl": { - "type": "string", - "xml": { - "attribute": true - } - }, - "nameIdPolicy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signoutRedirectUrl": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountQueryResponse" + } + } + } }, - "post": { - "tags": [ - "account" - ], - "summary": "Modifies or updates an AccountSSOConfig object.", - "operationId": "UpdateAccountSSOConfig", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "assertionEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "authnContext": { - "type": "string", - "xml": { - "attribute": true - } - }, - "authnContextComparison": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certInfo": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "enabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fedIdFromNameId": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "idpUrl": { - "type": "string", - "xml": { - "attribute": true - } - }, - "nameIdPolicy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signoutRedirectUrl": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "assertionEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "authnContext": { - "type": "string", - "xml": { - "attribute": true - } - }, - "authnContextComparison": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certInfo": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "enabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fedIdFromNameId": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "idpUrl": { - "type": "string", - "xml": { - "attribute": true - } - }, - "nameIdPolicy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signoutRedirectUrl": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "assertionEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "authnContext": { - "type": "string", - "xml": { - "attribute": true - } - }, - "authnContextComparison": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certInfo": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "enabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fedIdFromNameId": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "idpUrl": { - "type": "string", - "xml": { - "attribute": true - } - }, - "nameIdPolicy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signoutRedirectUrl": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "assertionEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "authnContext": { - "type": "string", - "xml": { - "attribute": true - } - }, - "authnContextComparison": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certInfo": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "enabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fedIdFromNameId": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "idpUrl": { - "type": "string", - "xml": { - "attribute": true - } - }, - "nameIdPolicy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signoutRedirectUrl": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "delete": { - "tags": [ - "account" - ], - "summary": "Deletes an AccountSSOConfig object.", - "operationId": "DeleteAccountSSOConfig", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Account/{id}": { + "get": { + "tags": [ + "account" + ], + "summary": "Retrieves an instance of an Account object.", + "operationId": "GetAccount", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Account" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/Account" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountCloudAttachmentProperties/{id}": { + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates an AccountCloudAttachmentProperties object.", + "operationId": "UpdateAccountCloudAttachmentProperties", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountCloudAttachmentProperties" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountCloudAttachmentProperties" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountCloudAttachmentProperties" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountCloudAttachmentProperties" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountCloudAttachmentQuota": { + "post": { + "tags": [ + "atom" + ], + "summary": "Creates an AccountCloudAttachmentQuota object.", + "operationId": "CreateAccountCloudAttachmentQuota", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountCloudAttachmentQuota" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountCloudAttachmentQuota" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountCloudAttachmentQuota" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountCloudAttachmentQuota" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountCloudAttachmentQuota/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple AccountCloudAttachmentQuota objects by identifier.", + "operationId": "BulkAccountCloudAttachmentQuota", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountCloudAttachmentQuotaBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountCloudAttachmentQuotaBulkRequest" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountCloudAttachmentQuotaBulkResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountCloudAttachmentQuotaBulkResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountCloudAttachmentQuota/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of an AccountCloudAttachmentQuota object.", + "operationId": "GetAccountCloudAttachmentQuota", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountCloudAttachmentQuota" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountCloudAttachmentQuota" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates an AccountCloudAttachmentQuota object.", + "operationId": "UpdateAccountCloudAttachmentQuota", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountCloudAttachmentQuota" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountCloudAttachmentQuota" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountCloudAttachmentQuota" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountCloudAttachmentQuota" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "atom" + ], + "summary": "Deletes an AccountCloudAttachmentQuota object.", + "operationId": "DeleteAccountCloudAttachmentQuota", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroup": { + "post": { + "tags": [ + "account" + ], + "summary": "Creates an AccountGroup object.", + "operationId": "CreateAccountGroup", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountGroup" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountGroup" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountGroup" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountGroup" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroup/bulk": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves multiple AccountGroup objects by identifier.", + "operationId": "BulkAccountGroup", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountGroupBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountGroupBulkRequest" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountGroupBulkResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountGroupBulkResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroup/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for an AccountGroup object(s).", + "operationId": "QueryAccountGroup", + "requestBody": { + "description": " Possible properties include: id, accountId, name, defaultGroup, autoSubscribeAlertLevel", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountGroupQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountGroupQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountGroupQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountGroupQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroup/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for an AccountGroup query.", + "operationId": "QueryMoreAccountGroup", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountGroupQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountGroupQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroup/{id}": { + "get": { + "tags": [ + "account" + ], + "summary": "Retrieves an instance of an AccountGroup object.", + "operationId": "GetAccountGroup", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountGroup" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountGroup" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "account" + ], + "summary": "Modifies or updates an AccountGroup object.", + "operationId": "UpdateAccountGroup", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountGroup" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountGroup" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountGroup" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountGroup" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroupAccount": { + "post": { + "tags": [ + "account" + ], + "summary": "Creates an AccountGroupAccount object.", + "operationId": "CreateAccountGroupAccount", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountGroupAccount" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountGroupAccount" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountGroupAccount" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountGroupAccount" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroupAccount/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for an AccountGroupAccount object(s).", + "operationId": "QueryAccountGroupAccount", + "requestBody": { + "description": " Possible properties include: accountGroupId, accountId", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountGroupAccountQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountGroupAccountQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountGroupAccountQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountGroupAccountQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroupAccount/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for an AccountGroupAccount query.", + "operationId": "QueryMoreAccountGroupAccount", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountGroupAccountQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountGroupAccountQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroupAccount/{id}": { + "delete": { + "tags": [ + "account" + ], + "summary": "Deletes an AccountGroupAccount object.", + "operationId": "DeleteAccountGroupAccount", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroupUserRole": { + "post": { + "tags": [ + "account" + ], + "summary": "Creates an AccountGroupUserRole object.", + "operationId": "CreateAccountGroupUserRole", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountGroupUserRole" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountGroupUserRole" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountGroupUserRole" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountGroupUserRole" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroupUserRole/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for an AccountGroupUserRole object(s).", + "operationId": "QueryAccountGroupUserRole", + "requestBody": { + "description": " Possible properties include: accountGroupId, userId, roleId", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountGroupUserRoleQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountGroupUserRoleQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountGroupUserRoleQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountGroupUserRoleQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroupUserRole/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for an AccountGroupUserRole query.", + "operationId": "QueryMoreAccountGroupUserRole", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountGroupUserRoleQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountGroupUserRoleQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountGroupUserRole/{id}": { + "delete": { + "tags": [ + "account" + ], + "summary": "Deletes an AccountGroupUserRole object.", + "operationId": "DeleteAccountGroupUserRole", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountSSOConfig/bulk": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves multiple AccountSSOConfig objects by identifier.", + "operationId": "BulkAccountSSOConfig", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountSSOConfigBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountSSOConfigBulkRequest" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountSSOConfigBulkResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountSSOConfigBulkResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountSSOConfig/{id}": { + "get": { + "tags": [ + "account" + ], + "summary": "Retrieves an instance of an AccountSSOConfig object.", + "operationId": "GetAccountSSOConfig", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountSSOConfig" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountSSOConfig" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "account" + ], + "summary": "Modifies or updates an AccountSSOConfig object.", + "operationId": "UpdateAccountSSOConfig", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountSSOConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountSSOConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountSSOConfig" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountSSOConfig" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "account" + ], + "summary": "Deletes an AccountSSOConfig object.", + "operationId": "DeleteAccountSSOConfig", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountUserFederation": { + "post": { + "tags": [ + "account" + ], + "summary": "Creates an AccountUserFederation object.", + "operationId": "CreateAccountUserFederation", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountUserFederation" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountUserFederation" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountUserFederation" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountUserFederation" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountUserFederation/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for an AccountUserFederation object(s).", + "operationId": "QueryAccountUserFederation", + "requestBody": { + "description": " Possible properties include: accountId, userId, federationId", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountUserFederationQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountUserFederationQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountUserFederationQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountUserFederationQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountUserFederation/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for an AccountUserFederation query.", + "operationId": "QueryMoreAccountUserFederation", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountUserFederationQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountUserFederationQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountUserFederation/{id}": { + "post": { + "tags": [ + "account" + ], + "summary": "Modifies or updates an AccountUserFederation object.", + "operationId": "UpdateAccountUserFederation", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountUserFederation" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountUserFederation" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountUserFederation" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountUserFederation" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "account" + ], + "summary": "Deletes an AccountUserFederation object.", + "operationId": "DeleteAccountUserFederation", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountUserRole": { + "post": { + "tags": [ + "account" + ], + "summary": "Creates an AccountUserRole object.", + "operationId": "CreateAccountUserRole", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountUserRole" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountUserRole" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountUserRole" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountUserRole" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountUserRole/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for an AccountUserRole object(s).", + "operationId": "QueryAccountUserRole", + "requestBody": { + "description": " Possible properties include: accountId, userId, roleId", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountUserRoleQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountUserRoleQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountUserRoleQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountUserRoleQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountUserRole/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for an AccountUserRole query.", + "operationId": "QueryMoreAccountUserRole", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountUserRoleQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountUserRoleQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AccountUserRole/{id}": { + "delete": { + "tags": [ + "account" + ], + "summary": "Deletes an AccountUserRole object.", + "operationId": "DeleteAccountUserRole", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ApiUsageCount/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for an ApiUsageCount object(s).", + "operationId": "QueryApiUsageCount", + "requestBody": { + "description": " Possible properties include: processDate, classification, successCount, errorCount", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ApiUsageCountQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ApiUsageCountQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ApiUsageCountQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ApiUsageCountQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ApiUsageCount/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for an ApiUsageCount query.", + "operationId": "QueryMoreApiUsageCount", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ApiUsageCountQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ApiUsageCountQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Atom": { + "post": { + "tags": [ + "atom" + ], + "summary": "Creates an Atom object.", + "operationId": "CreateAtom", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Atom" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Atom" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Atom" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/Atom" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Atom/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple Atom objects by identifier.", + "operationId": "BulkAtom", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomBulkRequest" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomBulkResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomBulkResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Atom/query": { + "post": { + "tags": [ + "atom" + ], + "summary": "Queries for an Atom object(s).", + "operationId": "QueryAtom", + "requestBody": { + "description": " Possible properties include: name, id, hostname, status, type, capabilities", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Atom/queryMore": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves additional results for an Atom query.", + "operationId": "QueryMoreAtom", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Atom/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of an Atom object.", + "operationId": "GetAtom", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Atom" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/Atom" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates an Atom object.", + "operationId": "UpdateAtom", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Atom" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Atom" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Atom" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/Atom" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "atom" + ], + "summary": "Deletes an Atom object.", + "operationId": "DeleteAtom", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomAS2Artifacts": { + "post": { + "tags": [ + "execution" + ], + "summary": "Creates an AtomAS2Artifacts object.", + "operationId": "CreateAtomAS2Artifacts", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomAS2Artifacts" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomAS2Artifacts" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomAS2Artifacts" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomAS2Artifacts" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomConnectionFieldExtensionSummary/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an AtomConnectionFieldExtensionSummary object(s).", + "operationId": "QueryAtomConnectionFieldExtensionSummary", + "requestBody": { + "description": " Possible properties include: atomId, extensionGroupId, connectionId, fieldId", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomConnectionFieldExtensionSummaryQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomConnectionFieldExtensionSummaryQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomConnectionFieldExtensionSummaryQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomConnectionFieldExtensionSummaryQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomConnectionFieldExtensionSummary/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an AtomConnectionFieldExtensionSummary query.", + "operationId": "QueryMoreAtomConnectionFieldExtensionSummary", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomConnectionFieldExtensionSummaryQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomConnectionFieldExtensionSummaryQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomConnectorVersions/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple AtomConnectorVersions objects by identifier.", + "operationId": "BulkAtomConnectorVersions", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomConnectorVersionsBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomConnectorVersionsBulkRequest" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomConnectorVersionsBulkResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomConnectorVersionsBulkResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomConnectorVersions/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of an AtomConnectorVersions object.", + "operationId": "GetAtomConnectorVersions", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomConnectorVersions" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomConnectorVersions" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomCounters/{id}": { + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates an AtomCounters object.", + "operationId": "UpdateAtomCounters", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomCounters" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomCounters" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomCounters" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomCounters" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomLog": { + "post": { + "tags": [ + "atom" + ], + "summary": "Creates an AtomLog object.", + "operationId": "CreateAtomLog", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomLog" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomLog" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomLog" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomLog" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomPurge/{id}": { + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates an AtomPurge object.", + "operationId": "UpdateAtomPurge", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomPurge" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomPurge" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomPurge" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomPurge" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomSecurityPolicies/{id}": { + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates an AtomSecurityPolicies object.", + "operationId": "UpdateAtomSecurityPolicies", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomSecurityPolicies" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomSecurityPolicies" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomSecurityPolicies" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomSecurityPolicies" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomStartupProperties/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple AtomStartupProperties objects by identifier.", + "operationId": "BulkAtomStartupProperties", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomStartupPropertiesBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomStartupPropertiesBulkRequest" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomStartupPropertiesBulkResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomStartupPropertiesBulkResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomStartupProperties/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of an AtomStartupProperties object.", + "operationId": "GetAtomStartupProperties", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomStartupProperties" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomStartupProperties" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AtomWorkerLog": { + "post": { + "tags": [ + "atom" + ], + "summary": "Creates an AtomWorkerLog object.", + "operationId": "CreateAtomWorkerLog", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomWorkerLog" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomWorkerLog" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomWorkerLog" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomWorkerLog" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AuditLog/bulk": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves multiple AuditLog objects by identifier.", + "operationId": "BulkAuditLog", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AuditLogBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AuditLogBulkRequest" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AuditLogBulkResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AuditLogBulkResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AuditLog/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for an AuditLog object(s).", + "operationId": "QueryAuditLog", + "requestBody": { + "description": " Possible properties include: containerId, userId, date, type, action, modifier, level, source", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AuditLogQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AuditLogQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AuditLogQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AuditLogQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AuditLog/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for an AuditLog query.", + "operationId": "QueryMoreAuditLog", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AuditLogQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AuditLogQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/AuditLog/{id}": { + "get": { + "tags": [ + "account" + ], + "summary": "Retrieves an instance of an AuditLog object.", + "operationId": "GetAuditLog", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AuditLog" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AuditLog" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Branch": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a Branch object.", + "operationId": "CreateBranch", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Branch" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Branch" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Branch" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/Branch" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Branch/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple Branch objects by identifier.", + "operationId": "BulkBranch", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/BranchBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/BranchBulkRequest" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/BranchBulkResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/BranchBulkResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Branch/query": { + "post": { + "tags": [ + "component" + ], + "summary": "Queries for a Branch object(s).", + "operationId": "QueryBranch", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/BranchQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/BranchQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/BranchQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/BranchQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Branch/queryMore": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves additional results for a Branch query.", + "operationId": "QueryMoreBranch", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/BranchQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/BranchQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Branch/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a Branch object.", + "operationId": "GetBranch", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Branch" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/Branch" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "component" + ], + "summary": "Modifies or updates a Branch object.", + "operationId": "UpdateBranch", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Branch" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Branch" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Branch" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/Branch" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "component" + ], + "summary": "Deletes a Branch object.", + "operationId": "DeleteBranch", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/BranchMergeRequest": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a BranchMergeRequest object.", + "operationId": "CreateBranchMergeRequest", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/BranchMergeRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/BranchMergeRequest" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/BranchMergeRequest" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/BranchMergeRequest" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ChangeListenerStatus": { + "post": { + "tags": [ + "atom" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChangeListenerStatusRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ChangeListenerStatusRequest" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ClearQueue/execute/{id}": { + "post": { + "tags": [ + "atom" + ], + "summary": "Executes an action on a ClearQueue object.", + "operationId": "ExecuteClearQueue", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClearQueueRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ClearQueueRequest" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ClearQueueRequest" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClearQueueRequest" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Cloud/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple Cloud objects by identifier.", + "operationId": "BulkCloud", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/CloudBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/CloudBulkRequest" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/CloudBulkResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/CloudBulkResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Cloud/query": { + "post": { + "tags": [ + "atom" + ], + "summary": "Queries for a Cloud object(s).", + "operationId": "QueryCloud", + "requestBody": { + "description": " Possible properties include: name, id", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/CloudQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/CloudQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/CloudQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/CloudQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Cloud/queryMore": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves additional results for a Cloud query.", + "operationId": "QueryMoreCloud", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/CloudQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/CloudQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Cloud/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of a Cloud object.", + "operationId": "GetCloud", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Cloud" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/Cloud" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Component": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a Component object.", + "operationId": "CreateComponent", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Component" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Component" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Component" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Component/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple Component objects by identifier.", + "operationId": "BulkComponent", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentBulkRequest" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentBulkResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Component/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a Component object.", + "operationId": "GetComponent", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Component" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "component" + ], + "summary": "Modifies or updates a Component object.", + "operationId": "UpdateComponent", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Component" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Component" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Component" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentAtomAttachment": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Creates a ComponentAtomAttachment object.", + "operationId": "CreateComponentAtomAttachment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentAtomAttachment" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentAtomAttachment" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentAtomAttachment" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentAtomAttachment" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentAtomAttachment/query": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Queries for a ComponentAtomAttachment object(s).", + "operationId": "QueryComponentAtomAttachment", + "requestBody": { + "description": " Possible properties include: atomId, componentId, componentType", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentAtomAttachmentQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentAtomAttachmentQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentAtomAttachmentQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentAtomAttachmentQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentAtomAttachment/queryMore": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves additional results for a ComponentAtomAttachment query.", + "operationId": "QueryMoreComponentAtomAttachment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentAtomAttachmentQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentAtomAttachmentQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentAtomAttachment/{id}": { + "delete": { + "tags": [ + "deployment" + ], + "summary": "Deletes a ComponentAtomAttachment object.", + "operationId": "DeleteComponentAtomAttachment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentDiffRequest": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a ComponentDiffRequest object.", + "operationId": "CreateComponentDiffRequest", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentDiffRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentDiffRequest" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentDiffRequest" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentDiffRequest" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentDiffRequest/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple ComponentDiffRequest objects by identifier.", + "operationId": "BulkComponentDiffRequest", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentDiffRequestBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentDiffRequestBulkRequest" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentDiffRequestBulkResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentDiffRequestBulkResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentDiffRequest/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a ComponentDiffRequest object.", + "operationId": "GetComponentDiffRequest", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentDiffRequest" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentDiffRequest" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentEnvironmentAttachment": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Creates a ComponentEnvironmentAttachment object.", + "operationId": "CreateComponentEnvironmentAttachment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentEnvironmentAttachment" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentEnvironmentAttachment" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentEnvironmentAttachment" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentEnvironmentAttachment" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentEnvironmentAttachment/query": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Queries for a ComponentEnvironmentAttachment object(s).", + "operationId": "QueryComponentEnvironmentAttachment", + "requestBody": { + "description": " Possible properties include: environmentId, componentId, componentType", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentEnvironmentAttachmentQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentEnvironmentAttachmentQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentEnvironmentAttachmentQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentEnvironmentAttachmentQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentEnvironmentAttachment/queryMore": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves additional results for a ComponentEnvironmentAttachment query.", + "operationId": "QueryMoreComponentEnvironmentAttachment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentEnvironmentAttachmentQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentEnvironmentAttachmentQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentEnvironmentAttachment/{id}": { + "delete": { + "tags": [ + "deployment" + ], + "summary": "Deletes a ComponentEnvironmentAttachment object.", + "operationId": "DeleteComponentEnvironmentAttachment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentMetadata": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a ComponentMetadata object.", + "operationId": "CreateComponentMetadata", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentMetadata" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentMetadata" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentMetadata" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentMetadata" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentMetadata/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple ComponentMetadata objects by identifier.", + "operationId": "BulkComponentMetadata", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentMetadataBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentMetadataBulkRequest" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentMetadataBulkResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentMetadataBulkResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentMetadata/query": { + "post": { + "tags": [ + "component" + ], + "summary": "Queries for a ComponentMetadata object(s).", + "operationId": "QueryComponentMetadata", + "requestBody": { + "description": " Possible properties include: accountId, componentId, version, name, type, subType, createdDate, createdBy, modifiedDate, modifiedBy, deleted, currentVersion, folderName, folderId, copiedFromComponentId, copiedFromComponentVersion, branchName, branchId", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentMetadataQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentMetadataQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentMetadataQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentMetadataQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentMetadata/queryMore": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves additional results for a ComponentMetadata query.", + "operationId": "QueryMoreComponentMetadata", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentMetadataQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentMetadataQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentMetadata/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a ComponentMetadata object.", + "operationId": "GetComponentMetadata", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentMetadata" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentMetadata" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "component" + ], + "summary": "Modifies or updates a ComponentMetadata object.", + "operationId": "UpdateComponentMetadata", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentMetadata" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentMetadata" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentMetadata" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentMetadata" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "component" + ], + "summary": "Deletes a ComponentMetadata object.", + "operationId": "DeleteComponentMetadata", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/AccountUserFederation": { - "post": { - "tags": [ - "account" - ], - "summary": "Creates an AccountUserFederation object.", - "operationId": "CreateAccountUserFederation", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "federationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "federationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "federationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "federationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/AccountUserFederation/query": { - "post": { - "tags": [ - "account" - ], - "summary": "Queries for an AccountUserFederation object(s).", - "operationId": "QueryAccountUserFederation", - "requestBody": { - "description": " Possible properties include: accountId, userId, federationId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "federationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "federationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/ComponentReference/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple ComponentReference objects by identifier.", + "operationId": "BulkComponentReference", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentReferenceBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentReferenceBulkRequest" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AccountUserFederation/queryMore": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves additional results for an AccountUserFederation query.", - "operationId": "QueryMoreAccountUserFederation", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "federationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "federationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentReferenceBulkResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentReferenceBulkResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/AccountUserFederation/{id}": { - "post": { - "tags": [ - "account" - ], - "summary": "Modifies or updates an AccountUserFederation object.", - "operationId": "UpdateAccountUserFederation", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "federationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "federationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "federationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "federationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentReference/query": { + "post": { + "tags": [ + "component" + ], + "summary": "Queries for a ComponentReference object(s).", + "operationId": "QueryComponentReference", + "requestBody": { + "description": " Possible properties include: parentComponentId, parentVersion, componentId, type", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentReferenceQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentReferenceQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentReferenceQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentReferenceQueryResponse" + } + } + } }, - "delete": { - "tags": [ - "account" - ], - "summary": "Deletes an AccountUserFederation object.", - "operationId": "DeleteAccountUserFederation", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentReference/queryMore": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves additional results for a ComponentReference query.", + "operationId": "QueryMoreComponentReference", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentReferenceQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentReferenceQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/AccountUserRole": { - "post": { - "tags": [ - "account" - ], - "summary": "Creates an AccountUserRole object.", - "operationId": "CreateAccountUserRole", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "firstName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lastName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "notifyUser": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "firstName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lastName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "notifyUser": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "firstName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lastName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "notifyUser": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "firstName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lastName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "notifyUser": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ComponentReference/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a ComponentReference object.", + "operationId": "GetComponentReference", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ComponentReference" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ComponentReference" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ConnectionLicensingReport": { + "post": { + "tags": [ + "execution" + ], + "summary": "Creates a ConnectionLicensingReport object.", + "operationId": "CreateConnectionLicensingReport", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ConnectionLicensingReport" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ConnectionLicensingReport" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ConnectionLicensingReport" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ConnectionLicensingReport" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/AccountUserRole/query": { - "post": { - "tags": [ - "account" - ], - "summary": "Queries for an AccountUserRole object(s).", - "operationId": "QueryAccountUserRole", - "requestBody": { - "description": " Possible properties include: accountId, userId, roleId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "firstName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lastName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "notifyUser": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "firstName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lastName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "notifyUser": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Connector/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple Connector objects by identifier.", + "operationId": "BulkConnector", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ConnectorBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ConnectorBulkRequest" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ConnectorBulkResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ConnectorBulkResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/AccountUserRole/queryMore": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves additional results for an AccountUserRole query.", - "operationId": "QueryMoreAccountUserRole", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "firstName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lastName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "notifyUser": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "firstName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lastName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "notifyUser": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Connector/query": { + "post": { + "tags": [ + "component" + ], + "summary": "Queries for a Connector object(s).", + "operationId": "QueryConnector", + "requestBody": { + "description": " Possible properties include: type, name", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ConnectorQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ConnectorQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ConnectorQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ConnectorQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/AccountUserRole/{id}": { - "delete": { - "tags": [ - "account" - ], - "summary": "Deletes an AccountUserRole object.", - "operationId": "DeleteAccountUserRole", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Connector/queryMore": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves additional results for a Connector query.", + "operationId": "QueryMoreConnector", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ConnectorQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ConnectorQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/ApiUsageCount/query": { - "post": { - "tags": [ - "account" - ], - "summary": "Queries for an ApiUsageCount object(s).", - "operationId": "QueryApiUsageCount", - "requestBody": { - "description": " Possible properties include: processDate, classification, successCount, errorCount", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "PROD", - "TEST" - ] - }, - "errorCount": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "processDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "successCount": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "PROD", - "TEST" - ] - }, - "errorCount": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "processDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "successCount": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Connector/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a Connector object.", + "operationId": "GetConnector", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Connector" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/Connector" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ConnectorDocument": { + "post": { + "tags": [ + "execution" + ], + "summary": "Creates a ConnectorDocument object.", + "operationId": "CreateConnectorDocument", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ConnectorDocument" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ConnectorDocument" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ConnectorDocument" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ConnectorDocument" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/ApiUsageCount/queryMore": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves additional results for an ApiUsageCount query.", - "operationId": "QueryMoreApiUsageCount", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "PROD", - "TEST" - ] - }, - "errorCount": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "processDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "successCount": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "PROD", - "TEST" - ] - }, - "errorCount": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "processDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "successCount": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/CustomTrackedField/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for a CustomTrackedField object(s).", + "operationId": "QueryCustomTrackedField", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/CustomTrackedFieldQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/CustomTrackedFieldQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/CustomTrackedFieldQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/CustomTrackedFieldQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/Atom": { - "post": { - "tags": [ - "atom" - ], - "summary": "Creates an Atom object.", - "operationId": "CreateAtom", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudOwnerName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cluster": { - "type": "object", - "properties": { - "node": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateInstalled": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "forceRestartTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "hostName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "instanceId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "isCloudAttachment": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "purgeImmediate": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudOwnerName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cluster": { - "type": "object", - "properties": { - "node": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateInstalled": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "forceRestartTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "hostName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "instanceId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "isCloudAttachment": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "purgeImmediate": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudOwnerName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cluster": { - "type": "object", - "properties": { - "node": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateInstalled": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "forceRestartTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "hostName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "instanceId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "isCloudAttachment": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "purgeImmediate": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudOwnerName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cluster": { - "type": "object", - "properties": { - "node": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateInstalled": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "forceRestartTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "hostName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "instanceId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "isCloudAttachment": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "purgeImmediate": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/CustomTrackedField/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for a CustomTrackedField query.", + "operationId": "QueryMoreCustomTrackedField", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/CustomTrackedFieldQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/CustomTrackedFieldQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/Atom/bulk": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves multiple Atom objects by identifier.", - "operationId": "BulkAtom", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudOwnerName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cluster": { - "type": "object" - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateInstalled": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "forceRestartTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "hostName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "instanceId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "isCloudAttachment": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "purgeImmediate": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudOwnerName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cluster": { - "type": "object" - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateInstalled": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "forceRestartTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "hostName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "instanceId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "isCloudAttachment": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "purgeImmediate": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/Atom/query": { - "post": { - "tags": [ - "atom" - ], - "summary": "Queries for an Atom object(s).", - "operationId": "QueryAtom", - "requestBody": { - "description": " Possible properties include: name, id, hostname, status, type, capabilities", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudOwnerName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cluster": { - "type": "object" - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateInstalled": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "forceRestartTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "hostName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "instanceId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "isCloudAttachment": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "purgeImmediate": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudOwnerName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cluster": { - "type": "object" - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateInstalled": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "forceRestartTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "hostName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "instanceId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "isCloudAttachment": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "purgeImmediate": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/DeployedExpiredCertificate/query": { + "post": { + "tags": [ + "atom" + ], + "summary": "Queries for a DeployedExpiredCertificate object(s).", + "operationId": "QueryDeployedExpiredCertificate", + "requestBody": { + "description": " Possible properties include: containerId, containerName, environmentId, environmentName, expirationBoundary", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/DeployedExpiredCertificateQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/DeployedExpiredCertificateQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Atom/queryMore": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves additional results for an Atom query.", - "operationId": "QueryMoreAtom", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudOwnerName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cluster": { - "type": "object" - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateInstalled": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "forceRestartTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "hostName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "instanceId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "isCloudAttachment": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "purgeImmediate": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudOwnerName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cluster": { - "type": "object" - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateInstalled": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "forceRestartTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "hostName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "instanceId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "isCloudAttachment": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "purgeImmediate": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Atom/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an instance of an Atom object.", - "operationId": "GetAtom", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudOwnerName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cluster": { - "type": "object", - "properties": { - "node": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateInstalled": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "forceRestartTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "hostName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "instanceId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "isCloudAttachment": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "purgeImmediate": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudOwnerName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cluster": { - "type": "object", - "properties": { - "node": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateInstalled": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "forceRestartTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "hostName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "instanceId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "isCloudAttachment": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "purgeImmediate": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "post": { - "tags": [ - "atom" - ], - "summary": "Modifies or updates an Atom object.", - "operationId": "UpdateAtom", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudOwnerName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cluster": { - "type": "object", - "properties": { - "node": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateInstalled": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "forceRestartTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "hostName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "instanceId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "isCloudAttachment": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "purgeImmediate": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudOwnerName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cluster": { - "type": "object", - "properties": { - "node": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateInstalled": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "forceRestartTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "hostName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "instanceId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "isCloudAttachment": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "purgeImmediate": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudOwnerName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cluster": { - "type": "object", - "properties": { - "node": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateInstalled": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "forceRestartTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "hostName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "instanceId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "isCloudAttachment": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "purgeImmediate": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudOwnerName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cluster": { - "type": "object", - "properties": { - "node": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateInstalled": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "forceRestartTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "hostName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "instanceId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "isCloudAttachment": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "purgeImmediate": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/DeployedExpiredCertificateQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/DeployedExpiredCertificateQueryResponse" + } + } + } }, - "delete": { - "tags": [ - "atom" - ], - "summary": "Deletes an Atom object.", - "operationId": "DeleteAtom", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/AtomAS2Artifacts": { - "post": { - "tags": [ - "execution" - ], - "summary": "Creates an AtomAS2Artifacts object.", - "operationId": "CreateAtomAS2Artifacts", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "logDate": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "logDate": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "logDate": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "logDate": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/AtomConnectionFieldExtensionSummary/query": { - "post": { - "tags": [ - "environment" - ], - "summary": "Queries for an AtomConnectionFieldExtensionSummary object(s).", - "operationId": "QueryAtomConnectionFieldExtensionSummary", - "requestBody": { - "description": " Possible properties include: atomId, extensionGroupId, connectionId, fieldId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "field" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "field": { - "type": "object" - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "field" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "field": { - "type": "object" - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/DeployedExpiredCertificate/queryMore": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves additional results for a DeployedExpiredCertificate query.", + "operationId": "QueryMoreDeployedExpiredCertificate", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AtomConnectionFieldExtensionSummary/queryMore": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves additional results for an AtomConnectionFieldExtensionSummary query.", - "operationId": "QueryMoreAtomConnectionFieldExtensionSummary", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "field" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "field": { - "type": "object" - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "field" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "field": { - "type": "object" - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AtomConnectorVersions/bulk": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves multiple AtomConnectorVersions objects by identifier.", - "operationId": "BulkAtomConnectorVersions", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "ConnectorVersion": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "ConnectorVersion": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AtomConnectorVersions/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an instance of an AtomConnectorVersions object.", - "operationId": "GetAtomConnectorVersions", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "ConnectorVersion": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "version": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "ConnectorVersion": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "version": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/DeployedExpiredCertificateQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/DeployedExpiredCertificateQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/AtomCounters/{id}": { - "post": { - "tags": [ - "atom" - ], - "summary": "Modifies or updates an AtomCounters object.", - "operationId": "UpdateAtomCounters", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "counter": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "counter": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "counter": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "counter": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/AtomLog": { - "post": { - "tags": [ - "atom" - ], - "summary": "Creates an AtomLog object.", - "operationId": "CreateAtomLog", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "includeBin": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "logDate": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "includeBin": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "logDate": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "includeBin": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "logDate": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "includeBin": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "logDate": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/DeployedPackage": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Creates a DeployedPackage object.", + "operationId": "CreateDeployedPackage", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/DeployedPackage" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/DeployedPackage" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AtomPurge/{id}": { - "post": { - "tags": [ - "atom" - ], - "summary": "Modifies or updates an AtomPurge object.", - "operationId": "UpdateAtomPurge", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AtomSecurityPolicies/{id}": { - "post": { - "tags": [ - "atom" - ], - "summary": "Modifies or updates an AtomSecurityPolicies object.", - "operationId": "UpdateAtomSecurityPolicies", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "atomId", - "common" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "browser": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "common": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "runner": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "worker": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - } - }, - "application/xml": { - "schema": { - "required": [ - "atomId", - "common" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "browser": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "common": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "runner": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "worker": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "atomId", - "common" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "browser": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "common": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "runner": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "worker": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "atomId", - "common" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "browser": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "common": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "runner": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "worker": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AtomStartupProperties/bulk": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves multiple AtomStartupProperties objects by identifier.", - "operationId": "BulkAtomStartupProperties", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "Property": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "Property": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/DeployedPackage" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/DeployedPackage" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/AtomStartupProperties/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an instance of an AtomStartupProperties object.", - "operationId": "GetAtomStartupProperties", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "Property": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "Property": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/AtomWorkerLog": { - "post": { - "tags": [ - "atom" - ], - "summary": "Creates an AtomWorkerLog object.", - "operationId": "CreateAtomWorkerLog", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "workerId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "workerId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "workerId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "workerId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/DeployedPackage/bulk": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves multiple DeployedPackage objects by identifier.", + "operationId": "BulkDeployedPackage", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/DeployedPackageBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/DeployedPackageBulkRequest" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AuditLog/bulk": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves multiple AuditLog objects by identifier.", - "operationId": "BulkAuditLog", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "AuditLogProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "action": { - "type": "string", - "xml": { - "attribute": true - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "documentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "level": { - "type": "string", - "xml": { - "attribute": true - } - }, - "message": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "source": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "AuditLogProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "action": { - "type": "string", - "xml": { - "attribute": true - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "documentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "level": { - "type": "string", - "xml": { - "attribute": true - } - }, - "message": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "source": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AuditLog/query": { - "post": { - "tags": [ - "account" - ], - "summary": "Queries for an AuditLog object(s).", - "operationId": "QueryAuditLog", - "requestBody": { - "description": " Possible properties include: containerId, userId, date, type, action, modifier, level, source", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "AuditLogProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "action": { - "type": "string", - "xml": { - "attribute": true - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "documentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "level": { - "type": "string", - "xml": { - "attribute": true - } - }, - "message": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "source": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "AuditLogProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "action": { - "type": "string", - "xml": { - "attribute": true - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "documentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "level": { - "type": "string", - "xml": { - "attribute": true - } - }, - "message": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "source": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/AuditLog/queryMore": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves additional results for an AuditLog query.", - "operationId": "QueryMoreAuditLog", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "AuditLogProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "action": { - "type": "string", - "xml": { - "attribute": true - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "documentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "level": { - "type": "string", - "xml": { - "attribute": true - } - }, - "message": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "source": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "AuditLogProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "action": { - "type": "string", - "xml": { - "attribute": true - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "documentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "level": { - "type": "string", - "xml": { - "attribute": true - } - }, - "message": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "source": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/DeployedPackageBulkResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/DeployedPackageBulkResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/AuditLog/{id}": { - "get": { - "tags": [ - "account" - ], - "summary": "Retrieves an instance of an AuditLog object.", - "operationId": "GetAuditLog", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "AuditLogProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "previousValue": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "action": { - "type": "string", - "xml": { - "attribute": true - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "documentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "level": { - "type": "string", - "xml": { - "attribute": true - } - }, - "message": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "source": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "AuditLogProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "previousValue": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "action": { - "type": "string", - "xml": { - "attribute": true - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "documentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "level": { - "type": "string", - "xml": { - "attribute": true - } - }, - "message": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "source": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/Branch": { - "post": { - "tags": [ - "component" - ], - "summary": "Creates a Branch object.", - "operationId": "CreateBranch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deploymentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "packageId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ready": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deploymentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "packageId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ready": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deploymentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "packageId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ready": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deploymentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "packageId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ready": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/DeployedPackage/query": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Queries for a DeployedPackage object(s).", + "operationId": "QueryDeployedPackage", + "requestBody": { + "description": " Possible properties include: uid, notes, current, packageNotes, active, componentId, componentVersion, componentName, componentType, deployedBy, deployedDate, deploymentId, environmentId, environmentName, packageId, packageVersion, version, accountId, branch", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/DeployedPackageQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/DeployedPackageQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Branch/bulk": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves multiple Branch objects by identifier.", - "operationId": "BulkBranch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deploymentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "packageId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ready": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deploymentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "packageId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ready": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Branch/query": { - "post": { - "tags": [ - "component" - ], - "summary": "Queries for a Branch object(s).", - "operationId": "QueryBranch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deploymentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "packageId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ready": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deploymentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "packageId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ready": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Branch/queryMore": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves additional results for a Branch query.", - "operationId": "QueryMoreBranch", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deploymentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "packageId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ready": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deploymentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "packageId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ready": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/DeployedPackageQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/DeployedPackageQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/Branch/{id}": { - "get": { - "tags": [ - "component" - ], - "summary": "Retrieves an instance of a Branch object.", - "operationId": "GetBranch", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deploymentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "packageId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ready": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deploymentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "packageId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ready": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/DeployedPackage/queryMore": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves additional results for a DeployedPackage query.", + "operationId": "QueryMoreDeployedPackage", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } }, - "post": { - "tags": [ - "component" - ], - "summary": "Modifies or updates a Branch object.", - "operationId": "UpdateBranch", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deploymentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "packageId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ready": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deploymentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "packageId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ready": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deploymentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "packageId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ready": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deploymentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "packageId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ready": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "delete": { - "tags": [ - "component" - ], - "summary": "Deletes a Branch object.", - "operationId": "DeleteBranch", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/BranchMergeRequest": { - "post": { - "tags": [ - "component" - ], - "summary": "Creates a BranchMergeRequest object.", - "operationId": "CreateBranchMergeRequest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "sourceBranchId", - "targetBranchId" - ], - "type": "object", - "properties": { - "ComponentMergeConfigs": { - "type": "object", - "properties": { - "ComponentMergeConfig": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "mergeScope": { - "type": "string", - "xml": { - "attribute": true - } - }, - "mergeStrategy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "priorityBranch": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "targetBranchId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "required": [ - "sourceBranchId", - "targetBranchId" - ], - "type": "object", - "properties": { - "ComponentMergeConfigs": { - "type": "object", - "properties": { - "ComponentMergeConfig": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "mergeScope": { - "type": "string", - "xml": { - "attribute": true - } - }, - "mergeStrategy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "priorityBranch": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "targetBranchId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "sourceBranchId", - "targetBranchId" - ], - "type": "object", - "properties": { - "ComponentMergeConfigs": { - "type": "object", - "properties": { - "ComponentMergeConfig": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "mergeScope": { - "type": "string", - "xml": { - "attribute": true - } - }, - "mergeStrategy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "priorityBranch": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "targetBranchId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "sourceBranchId", - "targetBranchId" - ], - "type": "object", - "properties": { - "ComponentMergeConfigs": { - "type": "object", - "properties": { - "ComponentMergeConfig": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "mergeScope": { - "type": "string", - "xml": { - "attribute": true - } - }, - "mergeStrategy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "priorityBranch": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "targetBranchId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ChangeListenerStatus": { - "post": { - "tags": [ - "atom" - ], - "summary": "", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "action": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "restart", - "restart_all", - "pause", - "pause_all", - "resume", - "resume_all" - ] - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "listenerId": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "ChangeListenerStatusRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "action": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "restart", - "restart_all", - "pause", - "pause_all", - "resume", - "resume_all" - ] - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "listenerId": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "ChangeListenerStatusRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/DeployedPackageQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/DeployedPackageQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/ClearQueue/execute/{id}": { - "post": { - "tags": [ - "atom" - ], - "summary": "Executes an action on a ClearQueue object.", - "operationId": "ExecuteClearQueue", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "AtomId", - "QueueName" - ], - "type": "object", - "properties": { - "AtomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "DLQ": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "QueueName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "SubscriberName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "required": [ - "AtomId", - "QueueName" - ], - "type": "object", - "properties": { - "AtomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "DLQ": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "QueueName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "SubscriberName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "AtomId", - "QueueName" - ], - "type": "object", - "properties": { - "AtomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "DLQ": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "QueueName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "SubscriberName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "AtomId", - "QueueName" - ], - "type": "object", - "properties": { - "AtomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "DLQ": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "QueueName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "SubscriberName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/Cloud/bulk": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves multiple Cloud objects by identifier.", - "operationId": "BulkCloud", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "Atom": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "Atom": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + ] + } + }, + "/DeployedPackage/{id}": { + "get": { + "tags": [ + "deployment" + ], + "summary": "Retrieves an instance of a DeployedPackage object.", + "operationId": "GetDeployedPackage", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/DeployedPackage" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/DeployedPackage" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "deployment" + ], + "summary": "Deletes a DeployedPackage object.", + "operationId": "DeleteDeployedPackage", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/Cloud/query": { - "post": { - "tags": [ - "atom" - ], - "summary": "Queries for a Cloud object(s).", - "operationId": "QueryCloud", - "requestBody": { - "description": " Possible properties include: name, id", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "Atom": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "Atom": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/Cloud/queryMore": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves additional results for a Cloud query.", - "operationId": "QueryMoreCloud", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "Atom": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "Atom": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/Deployment": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Creates a Deployment object.", + "operationId": "CreateDeployment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Deployment" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Deployment" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Cloud/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an instance of a Cloud object.", - "operationId": "GetCloud", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "Atom": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "Atom": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Component": { - "post": { - "tags": [ - "component" - ], - "summary": "Creates a Component object.", - "operationId": "CreateComponent", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "description", - "encryptedValues", - "object", - "processOverrides" - ], - "type": "object", - "allOf": [ - { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - { - "type": "object", - "properties": { - "encryptedValues": { - "type": "object" - }, - "description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "object": { - "type": "object", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processOverrides": { - "type": "object", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "folderFullPath": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - ] - } - }, - "application/xml": { - "schema": { - "required": [ - "description", - "encryptedValues", - "object", - "processOverrides" - ], - "type": "object", - "allOf": [ - { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - { - "type": "object", - "properties": { - "encryptedValues": { - "type": "object" - }, - "description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "object": { - "type": "object", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processOverrides": { - "type": "object", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "folderFullPath": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - ] - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "description", - "encryptedValues", - "object", - "processOverrides" - ], - "type": "object", - "allOf": [ - { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - { - "type": "object", - "properties": { - "encryptedValues": { - "type": "object" - }, - "description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "object": { - "type": "object", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processOverrides": { - "type": "object", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "folderFullPath": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - ] - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Component/bulk": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves multiple Component objects by identifier.", - "operationId": "BulkComponent", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "description", - "encryptedValues", - "object", - "processOverrides" - ], - "type": "object", - "allOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Deployment" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/Deployment" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/Component/{id}": { - "get": { - "tags": [ - "component" - ], - "summary": "Retrieves an instance of a Component object.", - "operationId": "GetComponent", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "description", - "encryptedValues", - "object", - "processOverrides" - ], - "type": "object", - "allOf": [ - { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - { - "type": "object", - "properties": { - "encryptedValues": { - "type": "object" - }, - "description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "object": { - "type": "object", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processOverrides": { - "type": "object", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "folderFullPath": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - ] - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Deployment/bulk": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves multiple Deployment objects by identifier.", + "operationId": "BulkDeployment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/DeploymentBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/DeploymentBulkRequest" + } + } }, - "post": { - "tags": [ - "component" - ], - "summary": "Modifies or updates a Component object.", - "operationId": "UpdateComponent", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "description", - "encryptedValues", - "object", - "processOverrides" - ], - "type": "object", - "allOf": [ - { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - { - "type": "object", - "properties": { - "encryptedValues": { - "type": "object" - }, - "description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "object": { - "type": "object", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processOverrides": { - "type": "object", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "folderFullPath": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - ] - } - }, - "application/xml": { - "schema": { - "required": [ - "description", - "encryptedValues", - "object", - "processOverrides" - ], - "type": "object", - "allOf": [ - { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - { - "type": "object", - "properties": { - "encryptedValues": { - "type": "object" - }, - "description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "object": { - "type": "object", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processOverrides": { - "type": "object", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "folderFullPath": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - ] - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "description", - "encryptedValues", - "object", - "processOverrides" - ], - "type": "object", - "allOf": [ - { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - { - "type": "object", - "properties": { - "encryptedValues": { - "type": "object" - }, - "description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "object": { - "type": "object", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processOverrides": { - "type": "object", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "folderFullPath": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - ] - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ComponentAtomAttachment": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Creates a ComponentAtomAttachment object.", - "operationId": "CreateComponentAtomAttachment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ComponentAtomAttachment/query": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Queries for a ComponentAtomAttachment object(s).", - "operationId": "QueryComponentAtomAttachment", - "requestBody": { - "description": " Possible properties include: atomId, componentId, componentType", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ComponentAtomAttachment/queryMore": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Retrieves additional results for a ComponentAtomAttachment query.", - "operationId": "QueryMoreComponentAtomAttachment", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/DeploymentBulkResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/DeploymentBulkResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/ComponentAtomAttachment/{id}": { - "delete": { - "tags": [ - "deployment" - ], - "summary": "Deletes a ComponentAtomAttachment object.", - "operationId": "DeleteComponentAtomAttachment", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/ComponentDiffRequest": { - "post": { - "tags": [ - "component" - ], - "summary": "Creates a ComponentDiffRequest object.", - "operationId": "CreateComponentDiffRequest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "componentId", - "sourceVersion", - "targetVersion" - ], - "type": "object", - "properties": { - "CompDiffConfig": { - "type": "object", - "properties": { - "CompDiffElement": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "targetVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "required": [ - "componentId", - "sourceVersion", - "targetVersion" - ], - "type": "object", - "properties": { - "CompDiffConfig": { - "type": "object", - "properties": { - "CompDiffElement": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "targetVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "componentId", - "sourceVersion", - "targetVersion" - ], - "type": "object", - "properties": { - "CompDiffConfig": { - "type": "object", - "properties": { - "CompDiffElement": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "targetVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "componentId", - "sourceVersion", - "targetVersion" - ], - "type": "object", - "properties": { - "CompDiffConfig": { - "type": "object", - "properties": { - "CompDiffElement": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "targetVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/Deployment/query": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Queries for a Deployment object(s).", + "operationId": "QueryDeployment", + "requestBody": { + "description": " Possible properties include: environmentId, processId, componentId, componentType, current", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/DeploymentQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/DeploymentQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ComponentDiffRequest/bulk": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves multiple ComponentDiffRequest objects by identifier.", - "operationId": "BulkComponentDiffRequest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "componentId", - "sourceVersion", - "targetVersion" - ], - "type": "object", - "properties": { - "CompDiffConfig": { - "type": "object" - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "targetVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "componentId", - "sourceVersion", - "targetVersion" - ], - "type": "object", - "properties": { - "CompDiffConfig": { - "type": "object" - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "targetVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ComponentDiffRequest/{id}": { - "get": { - "tags": [ - "component" - ], - "summary": "Retrieves an instance of a ComponentDiffRequest object.", - "operationId": "GetComponentDiffRequest", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "componentId", - "sourceVersion", - "targetVersion" - ], - "type": "object", - "properties": { - "CompDiffConfig": { - "type": "object", - "properties": { - "CompDiffElement": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "targetVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "componentId", - "sourceVersion", - "targetVersion" - ], - "type": "object", - "properties": { - "CompDiffConfig": { - "type": "object", - "properties": { - "CompDiffElement": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "targetVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ComponentEnvironmentAttachment": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Creates a ComponentEnvironmentAttachment object.", - "operationId": "CreateComponentEnvironmentAttachment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/DeploymentQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/DeploymentQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/ComponentEnvironmentAttachment/query": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Queries for a ComponentEnvironmentAttachment object(s).", - "operationId": "QueryComponentEnvironmentAttachment", - "requestBody": { - "description": " Possible properties include: environmentId, componentId, componentType", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/ComponentEnvironmentAttachment/queryMore": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Retrieves additional results for a ComponentEnvironmentAttachment query.", - "operationId": "QueryMoreComponentEnvironmentAttachment", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/Deployment/queryMore": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves additional results for a Deployment query.", + "operationId": "QueryMoreDeployment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ComponentEnvironmentAttachment/{id}": { - "delete": { - "tags": [ - "deployment" - ], - "summary": "Deletes a ComponentEnvironmentAttachment object.", - "operationId": "DeleteComponentEnvironmentAttachment", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ComponentMetadata": { - "post": { - "tags": [ - "component" - ], - "summary": "Creates a ComponentMetadata object.", - "operationId": "CreateComponentMetadata", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ComponentMetadata/bulk": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves multiple ComponentMetadata objects by identifier.", - "operationId": "BulkComponentMetadata", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/DeploymentQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/DeploymentQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/ComponentMetadata/query": { - "post": { - "tags": [ - "component" - ], - "summary": "Queries for a ComponentMetadata object(s).", - "operationId": "QueryComponentMetadata", - "requestBody": { - "description": " Possible properties include: accountId, componentId, version, name, type, subType, createdDate, createdBy, modifiedDate, modifiedBy, deleted, currentVersion, folderName, folderId, copiedFromComponentId, copiedFromComponentVersion, branchName, branchId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Deployment/{id}": { + "get": { + "tags": [ + "deployment" + ], + "summary": "Retrieves an instance of a Deployment object.", + "operationId": "GetDeployment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Deployment" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/Deployment" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] } - }, - "/ComponentMetadata/queryMore": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves additional results for a ComponentMetadata query.", - "operationId": "QueryMoreComponentMetadata", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/DocumentCountAccount/query": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Queries for a DocumentCountAccount object(s).", + "operationId": "QueryDocumentCountAccount", + "requestBody": { + "description": " Possible properties include: environmentId, atomId, processDate", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/DocumentCountAccountQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/DocumentCountAccountQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ComponentMetadata/{id}": { - "get": { - "tags": [ - "component" - ], - "summary": "Retrieves an instance of a ComponentMetadata object.", - "operationId": "GetComponentMetadata", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "post": { - "tags": [ - "component" - ], - "summary": "Modifies or updates a ComponentMetadata object.", - "operationId": "UpdateComponentMetadata", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "delete": { - "tags": [ - "component" - ], - "summary": "Deletes a ComponentMetadata object.", - "operationId": "DeleteComponentMetadata", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/DocumentCountAccountQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/DocumentCountAccountQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/ComponentReference/bulk": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves multiple ComponentReference objects by identifier.", - "operationId": "BulkComponentReference", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "references": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "references": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/ComponentReference/query": { - "post": { - "tags": [ - "component" - ], - "summary": "Queries for a ComponentReference object(s).", - "operationId": "QueryComponentReference", - "requestBody": { - "description": " Possible properties include: parentComponentId, parentVersion, componentId, type", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "references": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "references": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/DocumentCountAccount/queryMore": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Retrieves additional results for a DocumentCountAccount query.", + "operationId": "QueryMoreDocumentCountAccount", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ComponentReference/queryMore": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves additional results for a ComponentReference query.", - "operationId": "QueryMoreComponentReference", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "references": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "references": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ComponentReference/{id}": { - "get": { - "tags": [ - "component" - ], - "summary": "Retrieves an instance of a ComponentReference object.", - "operationId": "GetComponentReference", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "references": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "DEPENDENT", - "INDEPENDENT" - ] - } - } - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "references": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "DEPENDENT", - "INDEPENDENT" - ] - } - } - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ConnectionLicensingReport": { - "post": { - "tags": [ - "execution" - ], - "summary": "Creates a ConnectionLicensingReport object.", - "operationId": "CreateConnectionLicensingReport", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "type": "object" - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "type": "object" - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "type": "object" - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "type": "object" - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/DocumentCountAccountQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/DocumentCountAccountQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/Connector/bulk": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves multiple Connector objects by identifier.", - "operationId": "BulkConnector", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/Connector/query": { - "post": { - "tags": [ - "component" - ], - "summary": "Queries for a Connector object(s).", - "operationId": "QueryConnector", - "requestBody": { - "description": " Possible properties include: type, name", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/DocumentCountAccountGroup/query": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Queries for a DocumentCountAccountGroup object(s).", + "operationId": "QueryDocumentCountAccountGroup", + "requestBody": { + "description": " Possible properties include: accountGroupId, processDate", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/DocumentCountAccountGroupQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/DocumentCountAccountGroupQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Connector/queryMore": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves additional results for a Connector query.", - "operationId": "QueryMoreConnector", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Connector/{id}": { - "get": { - "tags": [ - "component" - ], - "summary": "Retrieves an instance of a Connector object.", - "operationId": "GetConnector", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ConnectorDocument": { - "post": { - "tags": [ - "execution" - ], - "summary": "Creates a ConnectorDocument object.", - "operationId": "CreateConnectorDocument", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "genericConnectorRecordId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "genericConnectorRecordId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "genericConnectorRecordId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "genericConnectorRecordId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/DocumentCountAccountGroupQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/DocumentCountAccountGroupQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/CustomTrackedField/query": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Queries for a CustomTrackedField object(s).", - "operationId": "QueryCustomTrackedField", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "label": { - "type": "string", - "xml": { - "attribute": true - } - }, - "position": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "character", - "datetime", - "number" - ] - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "label": { - "type": "string", - "xml": { - "attribute": true - } - }, - "position": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "character", - "datetime", - "number" - ] - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/CustomTrackedField/queryMore": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Retrieves additional results for a CustomTrackedField query.", - "operationId": "QueryMoreCustomTrackedField", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "label": { - "type": "string", - "xml": { - "attribute": true - } - }, - "position": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "character", - "datetime", - "number" - ] - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "label": { - "type": "string", - "xml": { - "attribute": true - } - }, - "position": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "character", - "datetime", - "number" - ] - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/DocumentCountAccountGroup/queryMore": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Retrieves additional results for a DocumentCountAccountGroup query.", + "operationId": "QueryMoreDocumentCountAccountGroup", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/DeployedExpiredCertificate/query": { - "post": { - "tags": [ - "atom" - ], - "summary": "Queries for a DeployedExpiredCertificate object(s).", - "operationId": "QueryDeployedExpiredCertificate", - "requestBody": { - "description": " Possible properties include: containerId, containerName, environmentId, environmentName, expirationBoundary", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificateId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificateName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificateType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "containerName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "expirationDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "location": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificateId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificateName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificateType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "containerName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "expirationDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "location": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/DeployedExpiredCertificate/queryMore": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves additional results for a DeployedExpiredCertificate query.", - "operationId": "QueryMoreDeployedExpiredCertificate", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificateId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificateName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificateType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "containerName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "expirationDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "location": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificateId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificateName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificateType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "containerName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "expirationDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "location": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/DeployedPackage": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Creates a DeployedPackage object.", - "operationId": "CreateDeployedPackage", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "active": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deploymentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "active": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deploymentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "active": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deploymentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "active": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deploymentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/DocumentCountAccountGroupQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/DocumentCountAccountGroupQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/DeployedPackage/bulk": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Retrieves multiple DeployedPackage objects by identifier.", - "operationId": "BulkDeployedPackage", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "active": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deploymentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "active": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deploymentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/DeployedPackage/query": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Queries for a DeployedPackage object(s).", - "operationId": "QueryDeployedPackage", - "requestBody": { - "description": " Possible properties include: uid, notes, current, packageNotes, active, componentId, componentVersion, componentName, componentType, deployedBy, deployedDate, deploymentId, environmentId, environmentName, packageId, packageVersion, version, accountId, branch", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "active": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deploymentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "active": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deploymentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/EDIFACTConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for an EDIFACTConnectorRecord object(s).", + "operationId": "QueryEDIFACTConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EDIFACTConnectorRecordQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EDIFACTConnectorRecordQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/DeployedPackage/queryMore": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Retrieves additional results for a DeployedPackage query.", - "operationId": "QueryMoreDeployedPackage", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "active": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deploymentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "active": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deploymentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/DeployedPackage/{id}": { - "get": { - "tags": [ - "deployment" - ], - "summary": "Retrieves an instance of a DeployedPackage object.", - "operationId": "GetDeployedPackage", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "active": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deploymentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "active": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deploymentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "delete": { - "tags": [ - "deployment" - ], - "summary": "Deletes a DeployedPackage object.", - "operationId": "DeleteDeployedPackage", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EDIFACTConnectorRecordQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EDIFACTConnectorRecordQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/Deployment": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Creates a Deployment object.", - "operationId": "CreateDeployment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "componentId", - "componentType", - "deployedBy", - "deployedOn", - "digest", - "environmentId", - "id", - "notes", - "processId" - ], - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "current": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedOn": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "digest": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "application/xml": { - "schema": { - "required": [ - "componentId", - "componentType", - "deployedBy", - "deployedOn", - "digest", - "environmentId", - "id", - "notes", - "processId" - ], - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "current": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedOn": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "digest": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "componentId", - "componentType", - "deployedBy", - "deployedOn", - "digest", - "environmentId", - "id", - "notes", - "processId" - ], - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "current": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedOn": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "digest": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "componentId", - "componentType", - "deployedBy", - "deployedOn", - "digest", - "environmentId", - "id", - "notes", - "processId" - ], - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "current": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedOn": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "digest": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/Deployment/bulk": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Retrieves multiple Deployment objects by identifier.", - "operationId": "BulkDeployment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "componentId", - "componentType", - "deployedBy", - "deployedOn", - "digest", - "environmentId", - "id", - "notes", - "processId" - ], - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "current": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedOn": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "digest": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "componentId", - "componentType", - "deployedBy", - "deployedOn", - "digest", - "environmentId", - "id", - "notes", - "processId" - ], - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "current": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedOn": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "digest": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/EDIFACTConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for an EDIFACTConnectorRecord query.", + "operationId": "QueryMoreEDIFACTConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Deployment/query": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Queries for a Deployment object(s).", - "operationId": "QueryDeployment", - "requestBody": { - "description": " Possible properties include: environmentId, processId, componentId, componentType, current", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "componentId", - "componentType", - "deployedBy", - "deployedOn", - "digest", - "environmentId", - "id", - "notes", - "processId" - ], - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "current": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedOn": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "digest": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "componentId", - "componentType", - "deployedBy", - "deployedOn", - "digest", - "environmentId", - "id", - "notes", - "processId" - ], - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "current": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedOn": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "digest": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Deployment/queryMore": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Retrieves additional results for a Deployment query.", - "operationId": "QueryMoreDeployment", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "componentId", - "componentType", - "deployedBy", - "deployedOn", - "digest", - "environmentId", - "id", - "notes", - "processId" - ], - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "current": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedOn": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "digest": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "componentId", - "componentType", - "deployedBy", - "deployedOn", - "digest", - "environmentId", - "id", - "notes", - "processId" - ], - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "current": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedOn": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "digest": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Deployment/{id}": { - "get": { - "tags": [ - "deployment" - ], - "summary": "Retrieves an instance of a Deployment object.", - "operationId": "GetDeployment", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "componentId", - "componentType", - "deployedBy", - "deployedOn", - "digest", - "environmentId", - "id", - "notes", - "processId" - ], - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "current": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedOn": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "digest": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "componentId", - "componentType", - "deployedBy", - "deployedOn", - "digest", - "environmentId", - "id", - "notes", - "processId" - ], - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "current": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedOn": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "digest": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EDIFACTConnectorRecordQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EDIFACTConnectorRecordQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/DocumentCountAccount/query": { - "post": { - "tags": [ - "executionStatistic" - ], - "summary": "Queries for a DocumentCountAccount object(s).", - "operationId": "QueryDocumentCountAccount", - "requestBody": { - "description": " Possible properties include: environmentId, atomId, processDate", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/DocumentCountAccount/queryMore": { - "post": { - "tags": [ - "executionStatistic" - ], - "summary": "Retrieves additional results for a DocumentCountAccount query.", - "operationId": "QueryMoreDocumentCountAccount", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/EdiCustomConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for an EdiCustomConnectorRecord object(s).", + "operationId": "QueryEdiCustomConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EdiCustomConnectorRecordQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EdiCustomConnectorRecordQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/DocumentCountAccountGroup/query": { - "post": { - "tags": [ - "executionStatistic" - ], - "summary": "Queries for a DocumentCountAccountGroup object(s).", - "operationId": "QueryDocumentCountAccountGroup", - "requestBody": { - "description": " Possible properties include: accountGroupId, processDate", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "allOf": [ - { - "type": "object" - } - ] - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "allOf": [ - { - "type": "object" - } - ] - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/DocumentCountAccountGroup/queryMore": { - "post": { - "tags": [ - "executionStatistic" - ], - "summary": "Retrieves additional results for a DocumentCountAccountGroup query.", - "operationId": "QueryMoreDocumentCountAccountGroup", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "allOf": [ - { - "type": "object" - } - ] - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "allOf": [ - { - "type": "object" - } - ] - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EDIFACTConnectorRecord/query": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Queries for an EDIFACTConnectorRecord object(s).", - "operationId": "QueryEDIFACTConnectorRecord", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackRequested": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "controllingAgency": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "interchangeControlReference": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "interchangeDate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "interchangeTime": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageReferenceNumber": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "release": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackRequested": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "controllingAgency": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "interchangeControlReference": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "interchangeDate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "interchangeTime": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageReferenceNumber": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "release": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EdiCustomConnectorRecordQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EdiCustomConnectorRecordQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/EDIFACTConnectorRecord/queryMore": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Retrieves additional results for an EDIFACTConnectorRecord query.", - "operationId": "QueryMoreEDIFACTConnectorRecord", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackRequested": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "controllingAgency": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "interchangeControlReference": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "interchangeDate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "interchangeTime": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageReferenceNumber": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "release": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackRequested": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "controllingAgency": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "interchangeControlReference": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "interchangeDate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "interchangeTime": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageReferenceNumber": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "release": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/EdiCustomConnectorRecord/query": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Queries for an EdiCustomConnectorRecord object(s).", - "operationId": "QueryEdiCustomConnectorRecord", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fromTradingPartner": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "toTradingPartner": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fromTradingPartner": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "toTradingPartner": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/EdiCustomConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for an EdiCustomConnectorRecord query.", + "operationId": "QueryMoreEdiCustomConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EdiCustomConnectorRecord/queryMore": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Retrieves additional results for an EdiCustomConnectorRecord query.", - "operationId": "QueryMoreEdiCustomConnectorRecord", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fromTradingPartner": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "toTradingPartner": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fromTradingPartner": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "toTradingPartner": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Environment": { - "post": { - "tags": [ - "environment" - ], - "summary": "Creates an Environment object.", - "operationId": "CreateEnvironment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "PROD", - "TEST" - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentAccount": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentEnvironment": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "PROD", - "TEST" - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentAccount": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentEnvironment": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "PROD", - "TEST" - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentAccount": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentEnvironment": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "PROD", - "TEST" - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentAccount": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentEnvironment": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Environment/bulk": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves multiple Environment objects by identifier.", - "operationId": "BulkEnvironment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "PROD", - "TEST" - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentAccount": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentEnvironment": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "PROD", - "TEST" - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentAccount": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentEnvironment": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EdiCustomConnectorRecordQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EdiCustomConnectorRecordQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/Environment/query": { - "post": { - "tags": [ - "environment" - ], - "summary": "Queries for an Environment object(s).", - "operationId": "QueryEnvironment", - "requestBody": { - "description": " Possible properties include: name, id, classification", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "PROD", - "TEST" - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentAccount": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentEnvironment": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "PROD", - "TEST" - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentAccount": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentEnvironment": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/Environment/queryMore": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves additional results for an Environment query.", - "operationId": "QueryMoreEnvironment", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "PROD", - "TEST" - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentAccount": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentEnvironment": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "PROD", - "TEST" - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentAccount": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentEnvironment": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/Environment": { + "post": { + "tags": [ + "environment" + ], + "summary": "Creates an Environment object.", + "operationId": "CreateEnvironment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Environment" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Environment" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Environment/{id}": { - "get": { - "tags": [ - "environment" - ], - "summary": "Retrieves an instance of an Environment object.", - "operationId": "GetEnvironment", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "PROD", - "TEST" - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentAccount": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentEnvironment": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "PROD", - "TEST" - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentAccount": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentEnvironment": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "post": { - "tags": [ - "environment" - ], - "summary": "Modifies or updates an Environment object.", - "operationId": "UpdateEnvironment", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "PROD", - "TEST" - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentAccount": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentEnvironment": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "PROD", - "TEST" - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentAccount": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentEnvironment": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "PROD", - "TEST" - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentAccount": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentEnvironment": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "PROD", - "TEST" - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentAccount": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentEnvironment": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "delete": { - "tags": [ - "environment" - ], - "summary": "Deletes an Environment object.", - "operationId": "DeleteEnvironment", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Environment" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/Environment" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/EnvironmentAtomAttachment": { - "post": { - "tags": [ - "environment" - ], - "summary": "Creates an EnvironmentAtomAttachment object.", - "operationId": "CreateEnvironmentAtomAttachment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/EnvironmentAtomAttachment/query": { - "post": { - "tags": [ - "environment" - ], - "summary": "Queries for an EnvironmentAtomAttachment object(s).", - "operationId": "QueryEnvironmentAtomAttachment", - "requestBody": { - "description": " Possible properties include: atomId, environmentId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/Environment/bulk": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves multiple Environment objects by identifier.", + "operationId": "BulkEnvironment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentBulkRequest" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentAtomAttachment/queryMore": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves additional results for an EnvironmentAtomAttachment query.", - "operationId": "QueryMoreEnvironmentAtomAttachment", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentAtomAttachment/{id}": { - "delete": { - "tags": [ - "environment" - ], - "summary": "Deletes an EnvironmentAtomAttachment object.", - "operationId": "DeleteEnvironmentAtomAttachment", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentConnectionFieldExtensionSummary/query": { - "post": { - "tags": [ - "environment" - ], - "summary": "Queries for an EnvironmentConnectionFieldExtensionSummary object(s).", - "operationId": "QueryEnvironmentConnectionFieldExtensionSummary", - "requestBody": { - "description": " Possible properties include: environmentId, extensionGroupId, connectionId, fieldId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "field" - ], - "type": "object", - "properties": { - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "field": { - "type": "object" - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "field" - ], - "type": "object", - "properties": { - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "field": { - "type": "object" - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentBulkResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentBulkResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/EnvironmentConnectionFieldExtensionSummary/queryMore": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves additional results for an EnvironmentConnectionFieldExtensionSummary query.", - "operationId": "QueryMoreEnvironmentConnectionFieldExtensionSummary", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "field" - ], - "type": "object", - "properties": { - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "field": { - "type": "object" - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "field" - ], - "type": "object", - "properties": { - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "field": { - "type": "object" - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/EnvironmentExtensions/bulk": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves multiple EnvironmentExtensions objects by identifier.", - "operationId": "BulkEnvironmentExtensions", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "PGPCertificates", - "connections", - "crossReferences", - "operations", - "processProperties", - "properties", - "sharedCommunications", - "tradingPartners" - ], - "type": "object", - "properties": { - "PGPCertificates": { - "type": "object" - }, - "connections": { - "type": "object" - }, - "crossReferences": { - "type": "object" - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operations": { - "type": "object" - }, - "partial": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "processProperties": { - "type": "object" - }, - "properties": { - "type": "object" - }, - "sharedCommunications": { - "type": "object" - }, - "tradingPartners": { - "type": "object" - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "PGPCertificates", - "connections", - "crossReferences", - "operations", - "processProperties", - "properties", - "sharedCommunications", - "tradingPartners" - ], - "type": "object", - "properties": { - "PGPCertificates": { - "type": "object" - }, - "connections": { - "type": "object" - }, - "crossReferences": { - "type": "object" - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operations": { - "type": "object" - }, - "partial": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "processProperties": { - "type": "object" - }, - "properties": { - "type": "object" - }, - "sharedCommunications": { - "type": "object" - }, - "tradingPartners": { - "type": "object" - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/Environment/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an Environment object(s).", + "operationId": "QueryEnvironment", + "requestBody": { + "description": " Possible properties include: name, id, classification", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentExtensions/query": { - "post": { - "tags": [ - "environment" - ], - "summary": "Queries for an EnvironmentExtensions object(s).", - "operationId": "QueryEnvironmentExtensions", - "requestBody": { - "description": " Possible properties include: environmentId, extensionGroupId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "PGPCertificates", - "connections", - "crossReferences", - "operations", - "processProperties", - "properties", - "sharedCommunications", - "tradingPartners" - ], - "type": "object", - "properties": { - "PGPCertificates": { - "type": "object" - }, - "connections": { - "type": "object" - }, - "crossReferences": { - "type": "object" - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operations": { - "type": "object" - }, - "partial": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "processProperties": { - "type": "object" - }, - "properties": { - "type": "object" - }, - "sharedCommunications": { - "type": "object" - }, - "tradingPartners": { - "type": "object" - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "PGPCertificates", - "connections", - "crossReferences", - "operations", - "processProperties", - "properties", - "sharedCommunications", - "tradingPartners" - ], - "type": "object", - "properties": { - "PGPCertificates": { - "type": "object" - }, - "connections": { - "type": "object" - }, - "crossReferences": { - "type": "object" - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operations": { - "type": "object" - }, - "partial": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "processProperties": { - "type": "object" - }, - "properties": { - "type": "object" - }, - "sharedCommunications": { - "type": "object" - }, - "tradingPartners": { - "type": "object" - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentExtensions/queryMore": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves additional results for an EnvironmentExtensions query.", - "operationId": "QueryMoreEnvironmentExtensions", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "PGPCertificates", - "connections", - "crossReferences", - "operations", - "processProperties", - "properties", - "sharedCommunications", - "tradingPartners" - ], - "type": "object", - "properties": { - "PGPCertificates": { - "type": "object" - }, - "connections": { - "type": "object" - }, - "crossReferences": { - "type": "object" - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operations": { - "type": "object" - }, - "partial": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "processProperties": { - "type": "object" - }, - "properties": { - "type": "object" - }, - "sharedCommunications": { - "type": "object" - }, - "tradingPartners": { - "type": "object" - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "PGPCertificates", - "connections", - "crossReferences", - "operations", - "processProperties", - "properties", - "sharedCommunications", - "tradingPartners" - ], - "type": "object", - "properties": { - "PGPCertificates": { - "type": "object" - }, - "connections": { - "type": "object" - }, - "crossReferences": { - "type": "object" - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operations": { - "type": "object" - }, - "partial": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "processProperties": { - "type": "object" - }, - "properties": { - "type": "object" - }, - "sharedCommunications": { - "type": "object" - }, - "tradingPartners": { - "type": "object" - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentExtensions/{id}": { - "get": { - "tags": [ - "environment" - ], - "summary": "Retrieves an instance of an EnvironmentExtensions object.", - "operationId": "GetEnvironmentExtensions", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "PGPCertificates", - "connections", - "crossReferences", - "operations", - "processProperties", - "properties", - "sharedCommunications", - "tradingPartners" - ], - "type": "object", - "properties": { - "PGPCertificates": { - "type": "object", - "properties": { - "PGPCertificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "connections": { - "type": "object", - "properties": { - "connection": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "crossReferences": { - "type": "object", - "properties": { - "crossReference": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operations": { - "type": "object", - "properties": { - "operation": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "partial": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "processProperties": { - "type": "object", - "properties": { - "ProcessProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "properties": { - "type": "object", - "properties": { - "property": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "sharedCommunications": { - "type": "object", - "properties": { - "sharedCommunication": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "tradingPartners": { - "type": "object", - "properties": { - "tradingPartner": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "PGPCertificates", - "connections", - "crossReferences", - "operations", - "processProperties", - "properties", - "sharedCommunications", - "tradingPartners" - ], - "type": "object", - "properties": { - "PGPCertificates": { - "type": "object", - "properties": { - "PGPCertificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "connections": { - "type": "object", - "properties": { - "connection": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "crossReferences": { - "type": "object", - "properties": { - "crossReference": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operations": { - "type": "object", - "properties": { - "operation": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "partial": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "processProperties": { - "type": "object", - "properties": { - "ProcessProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "properties": { - "type": "object", - "properties": { - "property": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "sharedCommunications": { - "type": "object", - "properties": { - "sharedCommunication": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "tradingPartners": { - "type": "object", - "properties": { - "tradingPartner": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentQueryResponse" + } + } + } }, - "post": { - "tags": [ - "environment" - ], - "summary": "Modifies or updates an EnvironmentExtensions object.", - "operationId": "UpdateEnvironmentExtensions", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "PGPCertificates", - "connections", - "crossReferences", - "operations", - "processProperties", - "properties", - "sharedCommunications", - "tradingPartners" - ], - "type": "object", - "properties": { - "PGPCertificates": { - "type": "object", - "properties": { - "PGPCertificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "connections": { - "type": "object", - "properties": { - "connection": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "crossReferences": { - "type": "object", - "properties": { - "crossReference": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operations": { - "type": "object", - "properties": { - "operation": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "partial": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "processProperties": { - "type": "object", - "properties": { - "ProcessProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "properties": { - "type": "object", - "properties": { - "property": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "sharedCommunications": { - "type": "object", - "properties": { - "sharedCommunication": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "tradingPartners": { - "type": "object", - "properties": { - "tradingPartner": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - } - }, - "application/xml": { - "schema": { - "required": [ - "PGPCertificates", - "connections", - "crossReferences", - "operations", - "processProperties", - "properties", - "sharedCommunications", - "tradingPartners" - ], - "type": "object", - "properties": { - "PGPCertificates": { - "type": "object", - "properties": { - "PGPCertificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "connections": { - "type": "object", - "properties": { - "connection": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "crossReferences": { - "type": "object", - "properties": { - "crossReference": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operations": { - "type": "object", - "properties": { - "operation": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "partial": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "processProperties": { - "type": "object", - "properties": { - "ProcessProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "properties": { - "type": "object", - "properties": { - "property": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "sharedCommunications": { - "type": "object", - "properties": { - "sharedCommunication": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "tradingPartners": { - "type": "object", - "properties": { - "tradingPartner": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "PGPCertificates", - "connections", - "crossReferences", - "operations", - "processProperties", - "properties", - "sharedCommunications", - "tradingPartners" - ], - "type": "object", - "properties": { - "PGPCertificates": { - "type": "object", - "properties": { - "PGPCertificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "connections": { - "type": "object", - "properties": { - "connection": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "crossReferences": { - "type": "object", - "properties": { - "crossReference": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operations": { - "type": "object", - "properties": { - "operation": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "partial": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "processProperties": { - "type": "object", - "properties": { - "ProcessProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "properties": { - "type": "object", - "properties": { - "property": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "sharedCommunications": { - "type": "object", - "properties": { - "sharedCommunication": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "tradingPartners": { - "type": "object", - "properties": { - "tradingPartner": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "PGPCertificates", - "connections", - "crossReferences", - "operations", - "processProperties", - "properties", - "sharedCommunications", - "tradingPartners" - ], - "type": "object", - "properties": { - "PGPCertificates": { - "type": "object", - "properties": { - "PGPCertificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "connections": { - "type": "object", - "properties": { - "connection": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "crossReferences": { - "type": "object", - "properties": { - "crossReference": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operations": { - "type": "object", - "properties": { - "operation": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "partial": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "processProperties": { - "type": "object", - "properties": { - "ProcessProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "properties": { - "type": "object", - "properties": { - "property": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "sharedCommunications": { - "type": "object", - "properties": { - "sharedCommunication": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "tradingPartners": { - "type": "object", - "properties": { - "tradingPartner": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/EnvironmentMapExtension/bulk": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves multiple EnvironmentMapExtension objects by identifier.", - "operationId": "BulkEnvironmentMapExtension", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "Map": { - "type": "object" - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "mapId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "Map": { - "type": "object" - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "mapId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/EnvironmentMapExtension/execute/{id}": { - "post": { - "tags": [ - "environment" - ], - "summary": "Executes an action on an EnvironmentMapExtension object.", - "operationId": "ExecuteEnvironmentMapExtension", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "Map": { - "required": [ - "BrowseSettings", - "DestinationProfile", - "DestinationProfileExtensions", - "ExtendedFunctions", - "ExtendedMappings", - "SourceProfile", - "SourceProfileExtensions" - ], - "type": "object", - "properties": { - "BrowseSettings": { - "type": "object" - }, - "DestinationProfile": { - "type": "object" - }, - "DestinationProfileExtensions": { - "type": "object" - }, - "ExtendedFunctions": { - "type": "object" - }, - "ExtendedMappings": { - "type": "object" - }, - "SourceProfile": { - "type": "object" - }, - "SourceProfileExtensions": { - "type": "object" - } - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "mapId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "Map": { - "required": [ - "BrowseSettings", - "DestinationProfile", - "DestinationProfileExtensions", - "ExtendedFunctions", - "ExtendedMappings", - "SourceProfile", - "SourceProfileExtensions" - ], - "type": "object", - "properties": { - "BrowseSettings": { - "type": "object" - }, - "DestinationProfile": { - "type": "object" - }, - "DestinationProfileExtensions": { - "type": "object" - }, - "ExtendedFunctions": { - "type": "object" - }, - "ExtendedMappings": { - "type": "object" - }, - "SourceProfile": { - "type": "object" - }, - "SourceProfileExtensions": { - "type": "object" - } - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "mapId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "Map": { - "required": [ - "BrowseSettings", - "DestinationProfile", - "DestinationProfileExtensions", - "ExtendedFunctions", - "ExtendedMappings", - "SourceProfile", - "SourceProfileExtensions" - ], - "type": "object", - "properties": { - "BrowseSettings": { - "type": "object" - }, - "DestinationProfile": { - "type": "object" - }, - "DestinationProfileExtensions": { - "type": "object" - }, - "ExtendedFunctions": { - "type": "object" - }, - "ExtendedMappings": { - "type": "object" - }, - "SourceProfile": { - "type": "object" - }, - "SourceProfileExtensions": { - "type": "object" - } - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "mapId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "Map": { - "required": [ - "BrowseSettings", - "DestinationProfile", - "DestinationProfileExtensions", - "ExtendedFunctions", - "ExtendedMappings", - "SourceProfile", - "SourceProfileExtensions" - ], - "type": "object", - "properties": { - "BrowseSettings": { - "type": "object" - }, - "DestinationProfile": { - "type": "object" - }, - "DestinationProfileExtensions": { - "type": "object" - }, - "ExtendedFunctions": { - "type": "object" - }, - "ExtendedMappings": { - "type": "object" - }, - "SourceProfile": { - "type": "object" - }, - "SourceProfileExtensions": { - "type": "object" - } - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "mapId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/Environment/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an Environment query.", + "operationId": "QueryMoreEnvironment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentMapExtension/{id}": { - "get": { - "tags": [ - "environment" - ], - "summary": "Retrieves an instance of an EnvironmentMapExtension object.", - "operationId": "GetEnvironmentMapExtension", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "Map": { - "required": [ - "BrowseSettings", - "DestinationProfile", - "DestinationProfileExtensions", - "ExtendedFunctions", - "ExtendedMappings", - "SourceProfile", - "SourceProfileExtensions" - ], - "type": "object", - "properties": { - "BrowseSettings": { - "type": "object" - }, - "DestinationProfile": { - "type": "object" - }, - "DestinationProfileExtensions": { - "type": "object" - }, - "ExtendedFunctions": { - "type": "object" - }, - "ExtendedMappings": { - "type": "object" - }, - "SourceProfile": { - "type": "object" - }, - "SourceProfileExtensions": { - "type": "object" - } - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "mapId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "Map": { - "required": [ - "BrowseSettings", - "DestinationProfile", - "DestinationProfileExtensions", - "ExtendedFunctions", - "ExtendedMappings", - "SourceProfile", - "SourceProfileExtensions" - ], - "type": "object", - "properties": { - "BrowseSettings": { - "type": "object" - }, - "DestinationProfile": { - "type": "object" - }, - "DestinationProfileExtensions": { - "type": "object" - }, - "ExtendedFunctions": { - "type": "object" - }, - "ExtendedMappings": { - "type": "object" - }, - "SourceProfile": { - "type": "object" - }, - "SourceProfileExtensions": { - "type": "object" - } - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "mapId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentQueryResponse" + } + } + } }, - "post": { - "tags": [ - "environment" - ], - "summary": "Modifies or updates an EnvironmentMapExtension object.", - "operationId": "UpdateEnvironmentMapExtension", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "Map": { - "required": [ - "BrowseSettings", - "DestinationProfile", - "DestinationProfileExtensions", - "ExtendedFunctions", - "ExtendedMappings", - "SourceProfile", - "SourceProfileExtensions" - ], - "type": "object", - "properties": { - "BrowseSettings": { - "type": "object" - }, - "DestinationProfile": { - "type": "object" - }, - "DestinationProfileExtensions": { - "type": "object" - }, - "ExtendedFunctions": { - "type": "object" - }, - "ExtendedMappings": { - "type": "object" - }, - "SourceProfile": { - "type": "object" - }, - "SourceProfileExtensions": { - "type": "object" - } - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "mapId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "Map": { - "required": [ - "BrowseSettings", - "DestinationProfile", - "DestinationProfileExtensions", - "ExtendedFunctions", - "ExtendedMappings", - "SourceProfile", - "SourceProfileExtensions" - ], - "type": "object", - "properties": { - "BrowseSettings": { - "type": "object" - }, - "DestinationProfile": { - "type": "object" - }, - "DestinationProfileExtensions": { - "type": "object" - }, - "ExtendedFunctions": { - "type": "object" - }, - "ExtendedMappings": { - "type": "object" - }, - "SourceProfile": { - "type": "object" - }, - "SourceProfileExtensions": { - "type": "object" - } - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "mapId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "Map": { - "required": [ - "BrowseSettings", - "DestinationProfile", - "DestinationProfileExtensions", - "ExtendedFunctions", - "ExtendedMappings", - "SourceProfile", - "SourceProfileExtensions" - ], - "type": "object", - "properties": { - "BrowseSettings": { - "type": "object" - }, - "DestinationProfile": { - "type": "object" - }, - "DestinationProfileExtensions": { - "type": "object" - }, - "ExtendedFunctions": { - "type": "object" - }, - "ExtendedMappings": { - "type": "object" - }, - "SourceProfile": { - "type": "object" - }, - "SourceProfileExtensions": { - "type": "object" - } - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "mapId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "Map": { - "required": [ - "BrowseSettings", - "DestinationProfile", - "DestinationProfileExtensions", - "ExtendedFunctions", - "ExtendedMappings", - "SourceProfile", - "SourceProfileExtensions" - ], - "type": "object", - "properties": { - "BrowseSettings": { - "type": "object" - }, - "DestinationProfile": { - "type": "object" - }, - "DestinationProfileExtensions": { - "type": "object" - }, - "ExtendedFunctions": { - "type": "object" - }, - "ExtendedMappings": { - "type": "object" - }, - "SourceProfile": { - "type": "object" - }, - "SourceProfileExtensions": { - "type": "object" - } - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "mapId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/EnvironmentMapExtensionExternalComponent/query": { - "post": { - "tags": [ - "environment" - ], - "summary": "Queries for an EnvironmentMapExtensionExternalComponent object(s).", - "operationId": "QueryEnvironmentMapExtensionExternalComponent", - "requestBody": { - "description": " Possible properties include: ACCOUNT_ID, ENVIRONMENT_MAP_EXTENSION_ID, PACKAGED_COMPONENT_UID, COMPONENT_ID, COMPONENT_VERSION, COMPONENT_NAME, COMPONENT_TYPE", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "environmentMapExtensionId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "environmentMapExtensionId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/EnvironmentMapExtensionExternalComponent/queryMore": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves additional results for an EnvironmentMapExtensionExternalComponent query.", - "operationId": "QueryMoreEnvironmentMapExtensionExternalComponent", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "environmentMapExtensionId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "environmentMapExtensionId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/Environment/{id}": { + "get": { + "tags": [ + "environment" + ], + "summary": "Retrieves an instance of an Environment object.", + "operationId": "GetEnvironment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Environment" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/Environment" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "environment" + ], + "summary": "Modifies or updates an Environment object.", + "operationId": "UpdateEnvironment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Environment" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Environment" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentMapExtensionUserDefinedFunction": { - "post": { - "tags": [ - "environment" - ], - "summary": "Creates an EnvironmentMapExtensionUserDefinedFunction object.", - "operationId": "CreateEnvironmentMapExtensionUserDefinedFunction", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "Inputs", - "Mappings", - "Outputs", - "Steps" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Mappings": { - "type": "object", - "properties": { - "Mapping": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Steps": { - "type": "object", - "properties": { - "Step": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentMapExtensionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "required": [ - "Inputs", - "Mappings", - "Outputs", - "Steps" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Mappings": { - "type": "object", - "properties": { - "Mapping": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Steps": { - "type": "object", - "properties": { - "Step": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentMapExtensionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "Inputs", - "Mappings", - "Outputs", - "Steps" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Mappings": { - "type": "object", - "properties": { - "Mapping": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Steps": { - "type": "object", - "properties": { - "Step": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentMapExtensionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "Inputs", - "Mappings", - "Outputs", - "Steps" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Mappings": { - "type": "object", - "properties": { - "Mapping": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Steps": { - "type": "object", - "properties": { - "Step": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentMapExtensionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentMapExtensionUserDefinedFunction/bulk": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves multiple EnvironmentMapExtensionUserDefinedFunction objects by identifier.", - "operationId": "BulkEnvironmentMapExtensionUserDefinedFunction", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "Inputs", - "Mappings", - "Outputs", - "Steps" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object" - }, - "Mappings": { - "type": "object" - }, - "Outputs": { - "type": "object" - }, - "Steps": { - "type": "object" - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentMapExtensionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "Inputs", - "Mappings", - "Outputs", - "Steps" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object" - }, - "Mappings": { - "type": "object" - }, - "Outputs": { - "type": "object" - }, - "Steps": { - "type": "object" - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentMapExtensionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentMapExtensionUserDefinedFunction/{id}": { - "get": { - "tags": [ - "environment" - ], - "summary": "Retrieves an instance of an EnvironmentMapExtensionUserDefinedFunction object.", - "operationId": "GetEnvironmentMapExtensionUserDefinedFunction", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "Inputs", - "Mappings", - "Outputs", - "Steps" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Mappings": { - "type": "object", - "properties": { - "Mapping": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Steps": { - "type": "object", - "properties": { - "Step": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentMapExtensionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "Inputs", - "Mappings", - "Outputs", - "Steps" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Mappings": { - "type": "object", - "properties": { - "Mapping": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Steps": { - "type": "object", - "properties": { - "Step": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentMapExtensionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Environment" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/Environment" + } + } + } }, - "post": { - "tags": [ - "environment" - ], - "summary": "Modifies or updates an EnvironmentMapExtensionUserDefinedFunction object.", - "operationId": "UpdateEnvironmentMapExtensionUserDefinedFunction", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "Inputs", - "Mappings", - "Outputs", - "Steps" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Mappings": { - "type": "object", - "properties": { - "Mapping": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Steps": { - "type": "object", - "properties": { - "Step": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentMapExtensionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "required": [ - "Inputs", - "Mappings", - "Outputs", - "Steps" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Mappings": { - "type": "object", - "properties": { - "Mapping": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Steps": { - "type": "object", - "properties": { - "Step": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentMapExtensionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "Inputs", - "Mappings", - "Outputs", - "Steps" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Mappings": { - "type": "object", - "properties": { - "Mapping": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Steps": { - "type": "object", - "properties": { - "Step": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentMapExtensionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "Inputs", - "Mappings", - "Outputs", - "Steps" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Mappings": { - "type": "object", - "properties": { - "Mapping": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Steps": { - "type": "object", - "properties": { - "Step": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentMapExtensionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "delete": { - "tags": [ - "environment" - ], - "summary": "Deletes an EnvironmentMapExtensionUserDefinedFunction object.", - "operationId": "DeleteEnvironmentMapExtensionUserDefinedFunction", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "environment" + ], + "summary": "Deletes an Environment object.", + "operationId": "DeleteEnvironment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/EnvironmentMapExtensionUserDefinedFunctionSummary/query": { - "post": { - "tags": [ - "environment" - ], - "summary": "Queries for an EnvironmentMapExtensionUserDefinedFunctionSummary object(s).", - "operationId": "QueryEnvironmentMapExtensionUserDefinedFunctionSummary", - "requestBody": { - "description": " Possible properties include: environmentId, extensionGroupId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "environmentMapExtensionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "environmentMapExtensionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/EnvironmentMapExtensionUserDefinedFunctionSummary/queryMore": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves additional results for an EnvironmentMapExtensionUserDefinedFunctionSummary query.", - "operationId": "QueryMoreEnvironmentMapExtensionUserDefinedFunctionSummary", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "environmentMapExtensionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "environmentMapExtensionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/EnvironmentAtomAttachment": { + "post": { + "tags": [ + "environment" + ], + "summary": "Creates an EnvironmentAtomAttachment object.", + "operationId": "CreateEnvironmentAtomAttachment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentAtomAttachment" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentAtomAttachment" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentMapExtensionsSummary/query": { - "post": { - "tags": [ - "environment" - ], - "summary": "Queries for an EnvironmentMapExtensionsSummary object(s).", - "operationId": "QueryEnvironmentMapExtensionsSummary", - "requestBody": { - "description": " Possible properties include: environmentId, extensionGroupId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "DestinationFieldSet", - "SourceFieldSet" - ], - "type": "object", - "properties": { - "DestinationFieldSet": { - "type": "object" - }, - "SourceFieldSet": { - "type": "object" - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "mapId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "DestinationFieldSet", - "SourceFieldSet" - ], - "type": "object", - "properties": { - "DestinationFieldSet": { - "type": "object" - }, - "SourceFieldSet": { - "type": "object" - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "mapId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentMapExtensionsSummary/queryMore": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves additional results for an EnvironmentMapExtensionsSummary query.", - "operationId": "QueryMoreEnvironmentMapExtensionsSummary", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "DestinationFieldSet", - "SourceFieldSet" - ], - "type": "object", - "properties": { - "DestinationFieldSet": { - "type": "object" - }, - "SourceFieldSet": { - "type": "object" - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "mapId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "DestinationFieldSet", - "SourceFieldSet" - ], - "type": "object", - "properties": { - "DestinationFieldSet": { - "type": "object" - }, - "SourceFieldSet": { - "type": "object" - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "mapId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentRole": { - "post": { - "tags": [ - "environment" - ], - "summary": "Creates an EnvironmentRole object.", - "operationId": "CreateEnvironmentRole", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentAtomAttachment" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentAtomAttachment" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/EnvironmentRole/bulk": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves multiple EnvironmentRole objects by identifier.", - "operationId": "BulkEnvironmentRole", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/EnvironmentRole/query": { - "post": { - "tags": [ - "environment" - ], - "summary": "Queries for an EnvironmentRole object(s).", - "operationId": "QueryEnvironmentRole", - "requestBody": { - "description": " Possible properties include: environmentId, roleId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/EnvironmentAtomAttachment/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an EnvironmentAtomAttachment object(s).", + "operationId": "QueryEnvironmentAtomAttachment", + "requestBody": { + "description": " Possible properties include: atomId, environmentId", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentAtomAttachmentQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentAtomAttachmentQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentRole/queryMore": { - "post": { - "tags": [ - "environment" - ], - "summary": "Retrieves additional results for an EnvironmentRole query.", - "operationId": "QueryMoreEnvironmentRole", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/EnvironmentRole/{id}": { - "get": { - "tags": [ - "environment" - ], - "summary": "Retrieves an instance of an EnvironmentRole object.", - "operationId": "GetEnvironmentRole", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "delete": { - "tags": [ - "environment" - ], - "summary": "Deletes an EnvironmentRole object.", - "operationId": "DeleteEnvironmentRole", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentAtomAttachmentQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentAtomAttachmentQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/Event/query": { - "post": { - "tags": [ - "execution" - ], - "summary": "Queries for an Event object(s).", - "operationId": "QueryEvent", - "requestBody": { - "description": " Possible properties include: eventId, accountId, atomId, atomName, eventLevel, eventDate, status, eventType, executionId, title, updateDate, startTime, endTime, errorDocumentCount, inboundDocumentCount, outboundDocumentCount, processName, recordDate, error, environment, classification", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "accountId", - "atomId", - "atomName", - "classification", - "endTime", - "environment", - "error", - "errorType", - "erroredStepLabel", - "erroredStepType", - "eventDate", - "eventId", - "eventLevel", - "eventType", - "executionId", - "processId", - "processName", - "recordDate", - "startTime", - "status", - "title", - "topLevelProcessId", - "updateDate" - ], - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "classification": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "endTime": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environment": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "error": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "erroredStepLabel": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "erroredStepType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "eventDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "eventId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "eventLevel": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "eventType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inboundDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "recordDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "startTime": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "status": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "title": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "topLevelProcessId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "updateDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "accountId", - "atomId", - "atomName", - "classification", - "endTime", - "environment", - "error", - "errorType", - "erroredStepLabel", - "erroredStepType", - "eventDate", - "eventId", - "eventLevel", - "eventType", - "executionId", - "processId", - "processName", - "recordDate", - "startTime", - "status", - "title", - "topLevelProcessId", - "updateDate" - ], - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "classification": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "endTime": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environment": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "error": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "erroredStepLabel": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "erroredStepType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "eventDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "eventId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "eventLevel": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "eventType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inboundDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "recordDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "startTime": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "status": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "title": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "topLevelProcessId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "updateDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/Event/queryMore": { - "post": { - "tags": [ - "execution" - ], - "summary": "Retrieves additional results for an Event query.", - "operationId": "QueryMoreEvent", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "accountId", - "atomId", - "atomName", - "classification", - "endTime", - "environment", - "error", - "errorType", - "erroredStepLabel", - "erroredStepType", - "eventDate", - "eventId", - "eventLevel", - "eventType", - "executionId", - "processId", - "processName", - "recordDate", - "startTime", - "status", - "title", - "topLevelProcessId", - "updateDate" - ], - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "classification": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "endTime": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environment": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "error": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "erroredStepLabel": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "erroredStepType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "eventDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "eventId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "eventLevel": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "eventType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inboundDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "recordDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "startTime": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "status": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "title": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "topLevelProcessId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "updateDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "accountId", - "atomId", - "atomName", - "classification", - "endTime", - "environment", - "error", - "errorType", - "erroredStepLabel", - "erroredStepType", - "eventDate", - "eventId", - "eventLevel", - "eventType", - "executionId", - "processId", - "processName", - "recordDate", - "startTime", - "status", - "title", - "topLevelProcessId", - "updateDate" - ], - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "classification": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "endTime": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environment": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "error": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "erroredStepLabel": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "erroredStepType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "eventDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "eventId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "eventLevel": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "eventType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inboundDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "recordDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "startTime": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "status": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "title": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "topLevelProcessId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "updateDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/EnvironmentAtomAttachment/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an EnvironmentAtomAttachment query.", + "operationId": "QueryMoreEnvironmentAtomAttachment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ExecutionArtifacts": { - "post": { - "tags": [ - "execution" - ], - "summary": "Creates an ExecutionArtifacts object.", - "operationId": "CreateExecutionArtifacts", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ExecutionConnector/query": { - "post": { - "tags": [ - "execution" - ], - "summary": "Queries for an ExecutionConnector object(s).", - "operationId": "QueryExecutionConnector", - "requestBody": { - "description": " Possible properties include: executionId, connectorType, actionType, errorCount, successCount, size, isStartShape, recordType", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "actionType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectorType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "errorCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "executionConnector": { - "type": "string", - "xml": { - "attribute": true - } - }, - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "isStartShape": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "recordType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "successCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "actionType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectorType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "errorCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "executionConnector": { - "type": "string", - "xml": { - "attribute": true - } - }, - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "isStartShape": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "recordType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "successCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ExecutionConnector/queryMore": { - "post": { - "tags": [ - "execution" - ], - "summary": "Retrieves additional results for an ExecutionConnector query.", - "operationId": "QueryMoreExecutionConnector", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "actionType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectorType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "errorCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "executionConnector": { - "type": "string", - "xml": { - "attribute": true - } - }, - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "isStartShape": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "recordType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "successCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "actionType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectorType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "errorCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "executionConnector": { - "type": "string", - "xml": { - "attribute": true - } - }, - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "isStartShape": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "recordType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "successCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentAtomAttachmentQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentAtomAttachmentQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/ExecutionCountAccount/query": { - "post": { - "tags": [ - "executionStatistic" - ], - "summary": "Queries for an ExecutionCountAccount object(s).", - "operationId": "QueryExecutionCountAccount", - "requestBody": { - "description": " Possible properties include: environmentId, atomId, processDate", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "xml": { - "attribute": true - } - }, - "failures": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "successes": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "xml": { - "attribute": true - } - }, - "failures": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "successes": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/ExecutionCountAccount/queryMore": { - "post": { - "tags": [ - "executionStatistic" - ], - "summary": "Retrieves additional results for an ExecutionCountAccount query.", - "operationId": "QueryMoreExecutionCountAccount", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "xml": { - "attribute": true - } - }, - "failures": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "successes": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "xml": { - "attribute": true - } - }, - "failures": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "successes": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + ] + } + }, + "/EnvironmentAtomAttachment/{id}": { + "delete": { + "tags": [ + "environment" + ], + "summary": "Deletes an EnvironmentAtomAttachment object.", + "operationId": "DeleteEnvironmentAtomAttachment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/ExecutionCountAccountGroup/query": { - "post": { - "tags": [ - "executionStatistic" - ], - "summary": "Queries for an ExecutionCountAccountGroup object(s).", - "operationId": "QueryExecutionCountAccountGroup", - "requestBody": { - "description": " Possible properties include: accountGroupId, processDate", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "allOf": [ - { - "type": "object" - } - ] - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "allOf": [ - { - "type": "object" - } - ] - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentConnectionFieldExtensionSummary/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an EnvironmentConnectionFieldExtensionSummary object(s).", + "operationId": "QueryEnvironmentConnectionFieldExtensionSummary", + "requestBody": { + "description": " Possible properties include: environmentId, extensionGroupId, connectionId, fieldId", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentConnectionFieldExtensionSummaryQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentConnectionFieldExtensionSummaryQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentConnectionFieldExtensionSummaryQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentConnectionFieldExtensionSummaryQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/ExecutionCountAccountGroup/queryMore": { - "post": { - "tags": [ - "executionStatistic" - ], - "summary": "Retrieves additional results for an ExecutionCountAccountGroup query.", - "operationId": "QueryMoreExecutionCountAccountGroup", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "allOf": [ - { - "type": "object" - } - ] - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "allOf": [ - { - "type": "object" - } - ] - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/ExecutionRecord/query": { - "post": { - "tags": [ - "execution" - ], - "summary": "Queries for an ExecutionRecord object(s).", - "operationId": "QueryExecutionRecord", - "requestBody": { - "description": " Possible properties include: executionId, originalExecutionId, account, executionTime, status, executionType, processName, processId, atomName, atomId, inboundDocumentCount, outboundDocumentCount, executionDuration, message, reportKey, launcherId, nodeId, recordedDate", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "atomId", - "atomName", - "executionId", - "executionTime", - "executionType", - "launcherID", - "message", - "nodeId", - "originalExecutionId", - "parentExecutionId", - "processId", - "processName", - "recordedDate", - "reportKey", - "status", - "topLevelExecutionId" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionDuration": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionTime": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "exec_manual", - "exec_sched", - "exec_listener", - "exec_listener_bridge", - "exec_remote", - "retry_manual", - "retry_sched", - "fiber", - "sub_process", - "test_manual", - "test_sub_process", - "unknown" - ] - }, - "inboundDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inboundDocumentSize": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inboundErrorDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "launcherID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "nodeId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "originalExecutionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundDocumentSize": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "parentExecutionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "recordedDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "reportKey": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "status": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "topLevelExecutionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "atomId", - "atomName", - "executionId", - "executionTime", - "executionType", - "launcherID", - "message", - "nodeId", - "originalExecutionId", - "parentExecutionId", - "processId", - "processName", - "recordedDate", - "reportKey", - "status", - "topLevelExecutionId" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionDuration": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionTime": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "exec_manual", - "exec_sched", - "exec_listener", - "exec_listener_bridge", - "exec_remote", - "retry_manual", - "retry_sched", - "fiber", - "sub_process", - "test_manual", - "test_sub_process", - "unknown" - ] - }, - "inboundDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inboundDocumentSize": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inboundErrorDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "launcherID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "nodeId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "originalExecutionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundDocumentSize": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "parentExecutionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "recordedDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "reportKey": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "status": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "topLevelExecutionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/EnvironmentConnectionFieldExtensionSummary/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an EnvironmentConnectionFieldExtensionSummary query.", + "operationId": "QueryMoreEnvironmentConnectionFieldExtensionSummary", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ExecutionRecord/queryMore": { - "post": { - "tags": [ - "execution" - ], - "summary": "Retrieves additional results for an ExecutionRecord query.", - "operationId": "QueryMoreExecutionRecord", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "atomId", - "atomName", - "executionId", - "executionTime", - "executionType", - "launcherID", - "message", - "nodeId", - "originalExecutionId", - "parentExecutionId", - "processId", - "processName", - "recordedDate", - "reportKey", - "status", - "topLevelExecutionId" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionDuration": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionTime": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "exec_manual", - "exec_sched", - "exec_listener", - "exec_listener_bridge", - "exec_remote", - "retry_manual", - "retry_sched", - "fiber", - "sub_process", - "test_manual", - "test_sub_process", - "unknown" - ] - }, - "inboundDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inboundDocumentSize": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inboundErrorDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "launcherID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "nodeId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "originalExecutionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundDocumentSize": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "parentExecutionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "recordedDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "reportKey": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "status": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "topLevelExecutionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "atomId", - "atomName", - "executionId", - "executionTime", - "executionType", - "launcherID", - "message", - "nodeId", - "originalExecutionId", - "parentExecutionId", - "processId", - "processName", - "recordedDate", - "reportKey", - "status", - "topLevelExecutionId" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionDuration": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionTime": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "exec_manual", - "exec_sched", - "exec_listener", - "exec_listener_bridge", - "exec_remote", - "retry_manual", - "retry_sched", - "fiber", - "sub_process", - "test_manual", - "test_sub_process", - "unknown" - ] - }, - "inboundDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inboundDocumentSize": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inboundErrorDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "launcherID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "nodeId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "originalExecutionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundDocumentSize": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "parentExecutionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "recordedDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "reportKey": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "status": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "topLevelExecutionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ExecutionRequest": { - "post": { - "tags": [ - "execution" - ], - "summary": "Creates an ExecutionRequest object.", - "operationId": "CreateExecutionRequest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "DynamicProcessProperties", - "ProcessProperties", - "atomId" - ], - "type": "object", - "properties": { - "DynamicProcessProperties": { - "type": "object", - "properties": { - "DynamicProcessProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "ProcessProperties": { - "type": "object", - "properties": { - "ProcessProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "recordUrl": { - "type": "string", - "xml": { - "attribute": true - } - }, - "requestId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "required": [ - "DynamicProcessProperties", - "ProcessProperties", - "atomId" - ], - "type": "object", - "properties": { - "DynamicProcessProperties": { - "type": "object", - "properties": { - "DynamicProcessProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "ProcessProperties": { - "type": "object", - "properties": { - "ProcessProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "recordUrl": { - "type": "string", - "xml": { - "attribute": true - } - }, - "requestId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "DynamicProcessProperties", - "ProcessProperties", - "atomId" - ], - "type": "object", - "properties": { - "DynamicProcessProperties": { - "type": "object", - "properties": { - "DynamicProcessProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "ProcessProperties": { - "type": "object", - "properties": { - "ProcessProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "recordUrl": { - "type": "string", - "xml": { - "attribute": true - } - }, - "requestId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "DynamicProcessProperties", - "ProcessProperties", - "atomId" - ], - "type": "object", - "properties": { - "DynamicProcessProperties": { - "type": "object", - "properties": { - "DynamicProcessProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "ProcessProperties": { - "type": "object", - "properties": { - "ProcessProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "recordUrl": { - "type": "string", - "xml": { - "attribute": true - } - }, - "requestId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ExecutionSummaryRecord/query": { - "post": { - "tags": [ - "execution" - ], - "summary": "Queries for an ExecutionSummaryRecord object(s).", - "operationId": "QueryExecutionSummaryRecord", - "requestBody": { - "description": " Possible properties include: processId, timeBlock, atomId, status, reportKey, launcherId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountID": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomID": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "elapsedTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "elapsedVarSum": { - "type": "number", - "format": "double", - "xml": { - "attribute": true - } - }, - "executionCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "inboundDocCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "inboundDocSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "launchElapsedTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "launcherID": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxElapsedTime": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "outboundDocCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "outboundDocSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "processID": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "reportKey": { - "type": "string", - "xml": { - "attribute": true - } - }, - "returnDocCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "returnDocSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - } - }, - "timeBlock": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountID": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomID": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "elapsedTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "elapsedVarSum": { - "type": "number", - "format": "double", - "xml": { - "attribute": true - } - }, - "executionCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "inboundDocCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "inboundDocSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "launchElapsedTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "launcherID": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxElapsedTime": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "outboundDocCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "outboundDocSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "processID": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "reportKey": { - "type": "string", - "xml": { - "attribute": true - } - }, - "returnDocCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "returnDocSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - } - }, - "timeBlock": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentConnectionFieldExtensionSummaryQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentConnectionFieldExtensionSummaryQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/ExecutionSummaryRecord/queryMore": { - "post": { - "tags": [ - "execution" - ], - "summary": "Retrieves additional results for an ExecutionSummaryRecord query.", - "operationId": "QueryMoreExecutionSummaryRecord", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountID": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomID": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "elapsedTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "elapsedVarSum": { - "type": "number", - "format": "double", - "xml": { - "attribute": true - } - }, - "executionCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "inboundDocCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "inboundDocSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "launchElapsedTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "launcherID": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxElapsedTime": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "outboundDocCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "outboundDocSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "processID": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "reportKey": { - "type": "string", - "xml": { - "attribute": true - } - }, - "returnDocCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "returnDocSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - } - }, - "timeBlock": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountID": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomID": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "elapsedTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "elapsedVarSum": { - "type": "number", - "format": "double", - "xml": { - "attribute": true - } - }, - "executionCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "inboundDocCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "inboundDocSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "launchElapsedTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "launcherID": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxElapsedTime": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "outboundDocCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "outboundDocSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "processID": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "reportKey": { - "type": "string", - "xml": { - "attribute": true - } - }, - "returnDocCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "returnDocSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - } - }, - "timeBlock": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/Folder": { - "post": { - "tags": [ - "component" - ], - "summary": "Creates a Folder object.", - "operationId": "CreateFolder", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object", - "properties": { - "RoleReference": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fullPath": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object", - "properties": { - "RoleReference": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fullPath": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object", - "properties": { - "RoleReference": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fullPath": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object", - "properties": { - "RoleReference": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fullPath": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/EnvironmentExtensions/bulk": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves multiple EnvironmentExtensions objects by identifier.", + "operationId": "BulkEnvironmentExtensions", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentExtensionsBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentExtensionsBulkRequest" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Folder/bulk": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves multiple Folder objects by identifier.", - "operationId": "BulkFolder", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object" - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fullPath": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object" - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fullPath": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Folder/query": { - "post": { - "tags": [ - "component" - ], - "summary": "Queries for a Folder object(s).", - "operationId": "QueryFolder", - "requestBody": { - "description": " Possible properties include: accountId, id, name, fullPath, deleted, parentId, parentName, permittedRoles", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object" - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fullPath": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object" - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fullPath": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Folder/queryMore": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves additional results for a Folder query.", - "operationId": "QueryMoreFolder", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object" - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fullPath": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object" - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fullPath": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentExtensionsBulkResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentExtensionsBulkResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/Folder/{id}": { - "get": { - "tags": [ - "component" - ], - "summary": "Retrieves an instance of a Folder object.", - "operationId": "GetFolder", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object", - "properties": { - "RoleReference": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fullPath": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object", - "properties": { - "RoleReference": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fullPath": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentExtensions/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an EnvironmentExtensions object(s).", + "operationId": "QueryEnvironmentExtensions", + "requestBody": { + "description": " Possible properties include: environmentId, extensionGroupId", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentExtensionsQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentExtensionsQueryConfig" + } + } }, - "post": { - "tags": [ - "component" - ], - "summary": "Modifies or updates a Folder object.", - "operationId": "UpdateFolder", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object", - "properties": { - "RoleReference": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fullPath": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object", - "properties": { - "RoleReference": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fullPath": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object", - "properties": { - "RoleReference": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fullPath": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object", - "properties": { - "RoleReference": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fullPath": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "delete": { - "tags": [ - "component" - ], - "summary": "Deletes a Folder object.", - "operationId": "DeleteFolder", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/GenericConnectorRecord/bulk": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Retrieves multiple GenericConnectorRecord objects by identifier.", - "operationId": "BulkGenericConnectorRecord", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "connectorFields", - "errorMessage", - "trackedFields" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "attribute": true - } - }, - "actionType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectorFields": { - "type": "object" - }, - "connectorType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionConnectorId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "incrementalDocumentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "operationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operationName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "retryable": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "startShape": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SUCCESS", - "ERROR" - ] - }, - "trackedFields": { - "type": "object" - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "connectorFields", - "errorMessage", - "trackedFields" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "attribute": true - } - }, - "actionType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectorFields": { - "type": "object" - }, - "connectorType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionConnectorId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "incrementalDocumentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "operationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operationName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "retryable": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "startShape": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SUCCESS", - "ERROR" - ] - }, - "trackedFields": { - "type": "object" - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/GenericConnectorRecord/query": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Queries for a GenericConnectorRecord object(s).", - "operationId": "QueryGenericConnectorRecord", - "requestBody": { - "description": " Possible properties include: id, executionConnectorId, executionId, connectionId, operationId, actionType, connectorType, atomId, dateProcessed, connectionName, operationName, errorMessage, status, documentIndex, incrementalDocumentIndex, size, startShape, retryable", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "connectorFields", - "errorMessage", - "trackedFields" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "attribute": true - } - }, - "actionType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectorFields": { - "type": "object" - }, - "connectorType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionConnectorId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "incrementalDocumentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "operationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operationName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "retryable": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "startShape": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SUCCESS", - "ERROR" - ] - }, - "trackedFields": { - "type": "object" - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "connectorFields", - "errorMessage", - "trackedFields" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "attribute": true - } - }, - "actionType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectorFields": { - "type": "object" - }, - "connectorType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionConnectorId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "incrementalDocumentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "operationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operationName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "retryable": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "startShape": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SUCCESS", - "ERROR" - ] - }, - "trackedFields": { - "type": "object" - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentExtensionsQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentExtensionsQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/GenericConnectorRecord/queryMore": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Retrieves additional results for a GenericConnectorRecord query.", - "operationId": "QueryMoreGenericConnectorRecord", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "connectorFields", - "errorMessage", - "trackedFields" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "attribute": true - } - }, - "actionType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectorFields": { - "type": "object" - }, - "connectorType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionConnectorId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "incrementalDocumentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "operationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operationName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "retryable": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "startShape": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SUCCESS", - "ERROR" - ] - }, - "trackedFields": { - "type": "object" - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "connectorFields", - "errorMessage", - "trackedFields" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "attribute": true - } - }, - "actionType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectorFields": { - "type": "object" - }, - "connectorType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionConnectorId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "incrementalDocumentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "operationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operationName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "retryable": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "startShape": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SUCCESS", - "ERROR" - ] - }, - "trackedFields": { - "type": "object" - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/GenericConnectorRecord/{id}": { - "get": { - "tags": [ - "documentTracking" - ], - "summary": "Retrieves an instance of a GenericConnectorRecord object.", - "operationId": "GetGenericConnectorRecord", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "connectorFields", - "errorMessage", - "trackedFields" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "attribute": true - } - }, - "actionType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectorFields": { - "type": "object", - "properties": { - "connectorField": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "connectorType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionConnectorId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "incrementalDocumentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "operationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operationName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "retryable": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "startShape": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SUCCESS", - "ERROR" - ] - }, - "trackedFields": { - "type": "object", - "properties": { - "trackedField": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "connectorFields", - "errorMessage", - "trackedFields" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "attribute": true - } - }, - "actionType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectorFields": { - "type": "object", - "properties": { - "connectorField": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "connectorType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionConnectorId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "incrementalDocumentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "operationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operationName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "retryable": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "startShape": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SUCCESS", - "ERROR" - ] - }, - "trackedFields": { - "type": "object", - "properties": { - "trackedField": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/EnvironmentExtensions/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an EnvironmentExtensions query.", + "operationId": "QueryMoreEnvironmentExtensions", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/GetAssignableRoles": { - "get": { - "tags": [ - "account" - ], - "summary": "", - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "Role": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "Privileges": { - "type": "object" - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "Roles", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "Role": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "Privileges": { - "type": "object" - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "Roles", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/HL7ConnectorRecord/query": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Queries for a HL7ConnectorRecord object(s).", - "operationId": "QueryHL7ConnectorRecord", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "acceptAckReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "acceptAckStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isValidMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageControlId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverApplicationId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverFacilityId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderApplicationId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderFacilityId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "acceptAckReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "acceptAckStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isValidMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageControlId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverApplicationId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverFacilityId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderApplicationId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderFacilityId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/HL7ConnectorRecord/queryMore": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Retrieves additional results for a HL7ConnectorRecord query.", - "operationId": "QueryMoreHL7ConnectorRecord", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "acceptAckReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "acceptAckStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isValidMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageControlId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverApplicationId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverFacilityId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderApplicationId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderFacilityId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "acceptAckReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "acceptAckStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isValidMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageControlId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverApplicationId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverFacilityId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderApplicationId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderFacilityId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentExtensionsQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentExtensionsQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/InstallerToken": { - "post": { - "tags": [ - "atom" - ], - "summary": "Creates an InstallerToken object.", - "operationId": "CreateInstallerToken", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "created": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "durationMinutes": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "expiration": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "installType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CLOUD", - "ATOM", - "MOLECULE", - "BROKER", - "GATEWAY" - ] - }, - "token": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "created": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "durationMinutes": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "expiration": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "installType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CLOUD", - "ATOM", - "MOLECULE", - "BROKER", - "GATEWAY" - ] - }, - "token": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "created": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "durationMinutes": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "expiration": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "installType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CLOUD", - "ATOM", - "MOLECULE", - "BROKER", - "GATEWAY" - ] - }, - "token": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "created": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "durationMinutes": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "expiration": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "installType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CLOUD", - "ATOM", - "MOLECULE", - "BROKER", - "GATEWAY" - ] - }, - "token": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/IntegrationPack/bulk": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Retrieves multiple IntegrationPack objects by identifier.", - "operationId": "BulkIntegrationPack", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "installationType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SINGLE", - "MULTI" - ] - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "installationType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SINGLE", - "MULTI" - ] - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/EnvironmentExtensions/{id}": { + "get": { + "tags": [ + "environment" + ], + "summary": "Retrieves an instance of an EnvironmentExtensions object.", + "operationId": "GetEnvironmentExtensions", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentExtensions" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentExtensions" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "environment" + ], + "summary": "Modifies or updates an EnvironmentExtensions object.", + "operationId": "UpdateEnvironmentExtensions", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentExtensions" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentExtensions" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/IntegrationPack/query": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Queries for an IntegrationPack object(s).", - "operationId": "QueryIntegrationPack", - "requestBody": { - "description": " Possible properties include: name, id, installationType", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "installationType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SINGLE", - "MULTI" - ] - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "installationType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SINGLE", - "MULTI" - ] - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/IntegrationPack/queryMore": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Retrieves additional results for an IntegrationPack query.", - "operationId": "QueryMoreIntegrationPack", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "installationType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SINGLE", - "MULTI" - ] - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "installationType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SINGLE", - "MULTI" - ] - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/IntegrationPack/{id}": { - "get": { - "tags": [ - "integrationpack" - ], - "summary": "Retrieves an instance of an IntegrationPack object.", - "operationId": "GetIntegrationPack", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "installationType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SINGLE", - "MULTI" - ] - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "installationType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SINGLE", - "MULTI" - ] - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentExtensions" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentExtensions" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/IntegrationPackAtomAttachment": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Creates an IntegrationPackAtomAttachment object.", - "operationId": "CreateIntegrationPackAtomAttachment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackInstanceId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackInstanceId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackInstanceId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackInstanceId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/IntegrationPackAtomAttachment/query": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Queries for an IntegrationPackAtomAttachment object(s).", - "operationId": "QueryIntegrationPackAtomAttachment", - "requestBody": { - "description": " Possible properties include: atomId, integrationPackInstanceId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackInstanceId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackInstanceId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/EnvironmentMapExtension/bulk": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves multiple EnvironmentMapExtension objects by identifier.", + "operationId": "BulkEnvironmentMapExtension", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionBulkRequest" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/IntegrationPackAtomAttachment/queryMore": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Retrieves additional results for an IntegrationPackAtomAttachment query.", - "operationId": "QueryMoreIntegrationPackAtomAttachment", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackInstanceId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackInstanceId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/IntegrationPackAtomAttachment/{id}": { - "delete": { - "tags": [ - "integrationpack" - ], - "summary": "Deletes an IntegrationPackAtomAttachment object.", - "operationId": "DeleteIntegrationPackAtomAttachment", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionBulkResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionBulkResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/IntegrationPackEnvironmentAttachment": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Creates an IntegrationPackEnvironmentAttachment object.", - "operationId": "CreateIntegrationPackEnvironmentAttachment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackInstanceId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackInstanceId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackInstanceId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackInstanceId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/IntegrationPackEnvironmentAttachment/query": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Queries for an IntegrationPackEnvironmentAttachment object(s).", - "operationId": "QueryIntegrationPackEnvironmentAttachment", - "requestBody": { - "description": " Possible properties include: environmentId, integrationPackInstanceId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackInstanceId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackInstanceId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/EnvironmentMapExtension/execute/{id}": { + "post": { + "tags": [ + "environment" + ], + "summary": "Executes an action on an EnvironmentMapExtension object.", + "operationId": "ExecuteEnvironmentMapExtension", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtension" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtension" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/IntegrationPackEnvironmentAttachment/queryMore": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Retrieves additional results for an IntegrationPackEnvironmentAttachment query.", - "operationId": "QueryMoreIntegrationPackEnvironmentAttachment", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackInstanceId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackInstanceId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/IntegrationPackEnvironmentAttachment/{id}": { - "delete": { - "tags": [ - "integrationpack" - ], - "summary": "Deletes an IntegrationPackEnvironmentAttachment object.", - "operationId": "DeleteIntegrationPackEnvironmentAttachment", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/IntegrationPackInstance": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Creates an IntegrationPackInstance object.", - "operationId": "CreateIntegrationPackInstance", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "ProcessId": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "originalProcessId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "wrapperProcessId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackOverrideName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "ProcessId": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "originalProcessId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "wrapperProcessId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackOverrideName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "ProcessId": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "originalProcessId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "wrapperProcessId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackOverrideName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "ProcessId": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "originalProcessId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "wrapperProcessId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackOverrideName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtension" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtension" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/IntegrationPackInstance/bulk": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Retrieves multiple IntegrationPackInstance objects by identifier.", - "operationId": "BulkIntegrationPackInstance", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "ProcessId": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackOverrideName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "ProcessId": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackOverrideName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/IntegrationPackInstance/query": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Queries for an IntegrationPackInstance object(s).", - "operationId": "QueryIntegrationPackInstance", - "requestBody": { - "description": " Possible properties include: integrationPackOverrideName, integrationPackName, integrationPackId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "ProcessId": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackOverrideName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "ProcessId": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackOverrideName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/EnvironmentMapExtension/{id}": { + "get": { + "tags": [ + "environment" + ], + "summary": "Retrieves an instance of an EnvironmentMapExtension object.", + "operationId": "GetEnvironmentMapExtension", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtension" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtension" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "environment" + ], + "summary": "Modifies or updates an EnvironmentMapExtension object.", + "operationId": "UpdateEnvironmentMapExtension", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtension" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtension" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/IntegrationPackInstance/queryMore": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Retrieves additional results for an IntegrationPackInstance query.", - "operationId": "QueryMoreIntegrationPackInstance", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "ProcessId": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackOverrideName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "ProcessId": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackOverrideName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/IntegrationPackInstance/{id}": { - "get": { - "tags": [ - "integrationpack" - ], - "summary": "Retrieves an instance of an IntegrationPackInstance object.", - "operationId": "GetIntegrationPackInstance", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "ProcessId": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "originalProcessId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "wrapperProcessId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackOverrideName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "ProcessId": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "originalProcessId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "wrapperProcessId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackOverrideName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "delete": { - "tags": [ - "integrationpack" - ], - "summary": "Deletes an IntegrationPackInstance object.", - "operationId": "DeleteIntegrationPackInstance", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtension" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtension" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/JavaRollback/execute/{id}": { - "post": { - "tags": [ - "atom" - ], - "summary": "Executes an action on a JavaRollback object.", - "operationId": "ExecuteJavaRollback", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/JavaUpgrade": { - "post": { - "tags": [ - "atom" - ], - "summary": "Creates a JavaUpgrade object.", - "operationId": "CreateJavaUpgrade", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "JavaUpgradeOptions": { - "required": [ - "cacertsPath", - "externalJDKPath", - "prefJreLocation" - ], - "type": "object", - "properties": { - "cacertsPath": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "externalJDKPath": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "migrateCertificate": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "prefJreLocation": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "JavaUpgradeOptions": { - "required": [ - "cacertsPath", - "externalJDKPath", - "prefJreLocation" - ], - "type": "object", - "properties": { - "cacertsPath": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "externalJDKPath": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "migrateCertificate": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "prefJreLocation": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "JavaUpgradeOptions": { - "required": [ - "cacertsPath", - "externalJDKPath", - "prefJreLocation" - ], - "type": "object", - "properties": { - "cacertsPath": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "externalJDKPath": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "migrateCertificate": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "prefJreLocation": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "JavaUpgradeOptions": { - "required": [ - "cacertsPath", - "externalJDKPath", - "prefJreLocation" - ], - "type": "object", - "properties": { - "cacertsPath": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "externalJDKPath": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "migrateCertificate": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "prefJreLocation": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/EnvironmentMapExtensionExternalComponent/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an EnvironmentMapExtensionExternalComponent object(s).", + "operationId": "QueryEnvironmentMapExtensionExternalComponent", + "requestBody": { + "description": " Possible properties include: ACCOUNT_ID, ENVIRONMENT_MAP_EXTENSION_ID, PACKAGED_COMPONENT_UID, COMPONENT_ID, COMPONENT_VERSION, COMPONENT_NAME, COMPONENT_TYPE", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionExternalComponentQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionExternalComponentQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/MergeRequest": { - "post": { - "tags": [ - "component" - ], - "summary": "Creates a MergeRequest object.", - "operationId": "CreateMergeRequest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "MergeRequestDetails" - ], - "type": "object", - "properties": { - "MergeRequestDetails": { - "type": "object", - "properties": { - "MergeRequestDetail": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "destinationBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "destinationBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "inactiveDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "lockNonce": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "lockedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lockedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "mergeRequestAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UPDATE", - "MERGE", - "RETRY_DRAFTING", - "REVERT" - ] - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "note": { - "type": "string", - "xml": { - "attribute": true - } - }, - "previousStage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "priorityBranch": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SOURCE", - "DESTINATION" - ] - }, - "sourceBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "strategy": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "OVERRIDE", - "CONFLICT_RESOLVE", - "SUBSET" - ] - } - } - } - }, - "application/xml": { - "schema": { - "required": [ - "MergeRequestDetails" - ], - "type": "object", - "properties": { - "MergeRequestDetails": { - "type": "object", - "properties": { - "MergeRequestDetail": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "destinationBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "destinationBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "inactiveDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "lockNonce": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "lockedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lockedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "mergeRequestAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UPDATE", - "MERGE", - "RETRY_DRAFTING", - "REVERT" - ] - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "note": { - "type": "string", - "xml": { - "attribute": true - } - }, - "previousStage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "priorityBranch": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SOURCE", - "DESTINATION" - ] - }, - "sourceBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "strategy": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "OVERRIDE", - "CONFLICT_RESOLVE", - "SUBSET" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "MergeRequestDetails" - ], - "type": "object", - "properties": { - "MergeRequestDetails": { - "type": "object", - "properties": { - "MergeRequestDetail": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "destinationBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "destinationBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "inactiveDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "lockNonce": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "lockedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lockedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "mergeRequestAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UPDATE", - "MERGE", - "RETRY_DRAFTING", - "REVERT" - ] - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "note": { - "type": "string", - "xml": { - "attribute": true - } - }, - "previousStage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "priorityBranch": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SOURCE", - "DESTINATION" - ] - }, - "sourceBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "strategy": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "OVERRIDE", - "CONFLICT_RESOLVE", - "SUBSET" - ] - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "MergeRequestDetails" - ], - "type": "object", - "properties": { - "MergeRequestDetails": { - "type": "object", - "properties": { - "MergeRequestDetail": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "destinationBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "destinationBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "inactiveDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "lockNonce": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "lockedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lockedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "mergeRequestAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UPDATE", - "MERGE", - "RETRY_DRAFTING", - "REVERT" - ] - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "note": { - "type": "string", - "xml": { - "attribute": true - } - }, - "previousStage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "priorityBranch": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SOURCE", - "DESTINATION" - ] - }, - "sourceBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "strategy": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "OVERRIDE", - "CONFLICT_RESOLVE", - "SUBSET" - ] - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/MergeRequest/bulk": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves multiple MergeRequest objects by identifier.", - "operationId": "BulkMergeRequest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "MergeRequestDetails" - ], - "type": "object", - "properties": { - "MergeRequestDetails": { - "type": "object" - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "destinationBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "destinationBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "inactiveDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "lockNonce": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "lockedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lockedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "mergeRequestAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UPDATE", - "MERGE", - "RETRY_DRAFTING", - "REVERT" - ] - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "note": { - "type": "string", - "xml": { - "attribute": true - } - }, - "previousStage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "priorityBranch": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SOURCE", - "DESTINATION" - ] - }, - "sourceBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "strategy": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "OVERRIDE", - "CONFLICT_RESOLVE", - "SUBSET" - ] - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "MergeRequestDetails" - ], - "type": "object", - "properties": { - "MergeRequestDetails": { - "type": "object" - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "destinationBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "destinationBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "inactiveDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "lockNonce": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "lockedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lockedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "mergeRequestAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UPDATE", - "MERGE", - "RETRY_DRAFTING", - "REVERT" - ] - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "note": { - "type": "string", - "xml": { - "attribute": true - } - }, - "previousStage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "priorityBranch": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SOURCE", - "DESTINATION" - ] - }, - "sourceBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "strategy": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "OVERRIDE", - "CONFLICT_RESOLVE", - "SUBSET" - ] - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/MergeRequest/execute/{id}": { - "post": { - "tags": [ - "component" - ], - "summary": "Executes an action on a MergeRequest object.", - "operationId": "ExecuteMergeRequest", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "MergeRequestDetails" - ], - "type": "object", - "properties": { - "MergeRequestDetails": { - "type": "object", - "properties": { - "MergeRequestDetail": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "destinationBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "destinationBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "inactiveDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "lockNonce": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "lockedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lockedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "mergeRequestAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UPDATE", - "MERGE", - "RETRY_DRAFTING", - "REVERT" - ] - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "note": { - "type": "string", - "xml": { - "attribute": true - } - }, - "previousStage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "priorityBranch": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SOURCE", - "DESTINATION" - ] - }, - "sourceBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "strategy": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "OVERRIDE", - "CONFLICT_RESOLVE", - "SUBSET" - ] - } - } - } - }, - "application/xml": { - "schema": { - "required": [ - "MergeRequestDetails" - ], - "type": "object", - "properties": { - "MergeRequestDetails": { - "type": "object", - "properties": { - "MergeRequestDetail": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "destinationBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "destinationBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "inactiveDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "lockNonce": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "lockedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lockedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "mergeRequestAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UPDATE", - "MERGE", - "RETRY_DRAFTING", - "REVERT" - ] - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "note": { - "type": "string", - "xml": { - "attribute": true - } - }, - "previousStage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "priorityBranch": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SOURCE", - "DESTINATION" - ] - }, - "sourceBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "strategy": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "OVERRIDE", - "CONFLICT_RESOLVE", - "SUBSET" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "MergeRequestDetails" - ], - "type": "object", - "properties": { - "MergeRequestDetails": { - "type": "object", - "properties": { - "MergeRequestDetail": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "destinationBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "destinationBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "inactiveDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "lockNonce": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "lockedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lockedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "mergeRequestAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UPDATE", - "MERGE", - "RETRY_DRAFTING", - "REVERT" - ] - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "note": { - "type": "string", - "xml": { - "attribute": true - } - }, - "previousStage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "priorityBranch": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SOURCE", - "DESTINATION" - ] - }, - "sourceBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "strategy": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "OVERRIDE", - "CONFLICT_RESOLVE", - "SUBSET" - ] - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "MergeRequestDetails" - ], - "type": "object", - "properties": { - "MergeRequestDetails": { - "type": "object", - "properties": { - "MergeRequestDetail": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "destinationBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "destinationBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "inactiveDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "lockNonce": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "lockedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lockedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "mergeRequestAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UPDATE", - "MERGE", - "RETRY_DRAFTING", - "REVERT" - ] - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "note": { - "type": "string", - "xml": { - "attribute": true - } - }, - "previousStage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "priorityBranch": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SOURCE", - "DESTINATION" - ] - }, - "sourceBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "strategy": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "OVERRIDE", - "CONFLICT_RESOLVE", - "SUBSET" - ] - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionExternalComponentQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionExternalComponentQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/MergeRequest/{id}": { - "get": { - "tags": [ - "component" - ], - "summary": "Retrieves an instance of a MergeRequest object.", - "operationId": "GetMergeRequest", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "MergeRequestDetails" - ], - "type": "object", - "properties": { - "MergeRequestDetails": { - "type": "object", - "properties": { - "MergeRequestDetail": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "destinationBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "destinationBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "inactiveDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "lockNonce": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "lockedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lockedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "mergeRequestAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UPDATE", - "MERGE", - "RETRY_DRAFTING", - "REVERT" - ] - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "note": { - "type": "string", - "xml": { - "attribute": true - } - }, - "previousStage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "priorityBranch": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SOURCE", - "DESTINATION" - ] - }, - "sourceBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "strategy": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "OVERRIDE", - "CONFLICT_RESOLVE", - "SUBSET" - ] - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "MergeRequestDetails" - ], - "type": "object", - "properties": { - "MergeRequestDetails": { - "type": "object", - "properties": { - "MergeRequestDetail": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "destinationBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "destinationBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "inactiveDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "lockNonce": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "lockedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lockedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "mergeRequestAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UPDATE", - "MERGE", - "RETRY_DRAFTING", - "REVERT" - ] - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "note": { - "type": "string", - "xml": { - "attribute": true - } - }, - "previousStage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "priorityBranch": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SOURCE", - "DESTINATION" - ] - }, - "sourceBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "strategy": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "OVERRIDE", - "CONFLICT_RESOLVE", - "SUBSET" - ] - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentMapExtensionExternalComponent/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an EnvironmentMapExtensionExternalComponent query.", + "operationId": "QueryMoreEnvironmentMapExtensionExternalComponent", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } }, - "post": { - "tags": [ - "component" - ], - "summary": "Modifies or updates a MergeRequest object.", - "operationId": "UpdateMergeRequest", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "MergeRequestDetails" - ], - "type": "object", - "properties": { - "MergeRequestDetails": { - "type": "object", - "properties": { - "MergeRequestDetail": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "destinationBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "destinationBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "inactiveDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "lockNonce": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "lockedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lockedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "mergeRequestAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UPDATE", - "MERGE", - "RETRY_DRAFTING", - "REVERT" - ] - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "note": { - "type": "string", - "xml": { - "attribute": true - } - }, - "previousStage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "priorityBranch": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SOURCE", - "DESTINATION" - ] - }, - "sourceBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "strategy": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "OVERRIDE", - "CONFLICT_RESOLVE", - "SUBSET" - ] - } - } - } - }, - "application/xml": { - "schema": { - "required": [ - "MergeRequestDetails" - ], - "type": "object", - "properties": { - "MergeRequestDetails": { - "type": "object", - "properties": { - "MergeRequestDetail": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "destinationBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "destinationBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "inactiveDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "lockNonce": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "lockedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lockedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "mergeRequestAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UPDATE", - "MERGE", - "RETRY_DRAFTING", - "REVERT" - ] - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "note": { - "type": "string", - "xml": { - "attribute": true - } - }, - "previousStage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "priorityBranch": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SOURCE", - "DESTINATION" - ] - }, - "sourceBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "strategy": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "OVERRIDE", - "CONFLICT_RESOLVE", - "SUBSET" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "MergeRequestDetails" - ], - "type": "object", - "properties": { - "MergeRequestDetails": { - "type": "object", - "properties": { - "MergeRequestDetail": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "destinationBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "destinationBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "inactiveDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "lockNonce": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "lockedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lockedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "mergeRequestAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UPDATE", - "MERGE", - "RETRY_DRAFTING", - "REVERT" - ] - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "note": { - "type": "string", - "xml": { - "attribute": true - } - }, - "previousStage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "priorityBranch": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SOURCE", - "DESTINATION" - ] - }, - "sourceBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "strategy": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "OVERRIDE", - "CONFLICT_RESOLVE", - "SUBSET" - ] - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "MergeRequestDetails" - ], - "type": "object", - "properties": { - "MergeRequestDetails": { - "type": "object", - "properties": { - "MergeRequestDetail": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "destinationBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "destinationBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "inactiveDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "lockNonce": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "lockedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lockedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "mergeRequestAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UPDATE", - "MERGE", - "RETRY_DRAFTING", - "REVERT" - ] - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "note": { - "type": "string", - "xml": { - "attribute": true - } - }, - "previousStage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "priorityBranch": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SOURCE", - "DESTINATION" - ] - }, - "sourceBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "strategy": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "OVERRIDE", - "CONFLICT_RESOLVE", - "SUBSET" - ] - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "delete": { - "tags": [ - "component" - ], - "summary": "Deletes a MergeRequest object.", - "operationId": "DeleteMergeRequest", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/MoveQueueRequest": { - "post": { - "tags": [ - "atom" - ], - "summary": "Creates a MoveQueueRequest object.", - "operationId": "CreateMoveQueueRequest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "AtomId", - "DestinationQueue", - "SourceQueue" - ], - "type": "object", - "properties": { - "AtomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "DestinationQueue": { - "required": [ - "DLQ", - "QueueName" - ], - "type": "object", - "properties": { - "DLQ": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "QueueName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "SubscriberName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "SourceQueue": { - "required": [ - "DLQ", - "QueueName" - ], - "type": "object", - "properties": { - "DLQ": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "QueueName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "SubscriberName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "application/xml": { - "schema": { - "required": [ - "AtomId", - "DestinationQueue", - "SourceQueue" - ], - "type": "object", - "properties": { - "AtomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "DestinationQueue": { - "required": [ - "DLQ", - "QueueName" - ], - "type": "object", - "properties": { - "DLQ": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "QueueName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "SubscriberName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "SourceQueue": { - "required": [ - "DLQ", - "QueueName" - ], - "type": "object", - "properties": { - "DLQ": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "QueueName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "SubscriberName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "AtomId", - "DestinationQueue", - "SourceQueue" - ], - "type": "object", - "properties": { - "AtomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "DestinationQueue": { - "required": [ - "DLQ", - "QueueName" - ], - "type": "object", - "properties": { - "DLQ": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "QueueName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "SubscriberName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "SourceQueue": { - "required": [ - "DLQ", - "QueueName" - ], - "type": "object", - "properties": { - "DLQ": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "QueueName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "SubscriberName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "AtomId", - "DestinationQueue", - "SourceQueue" - ], - "type": "object", - "properties": { - "AtomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "DestinationQueue": { - "required": [ - "DLQ", - "QueueName" - ], - "type": "object", - "properties": { - "DLQ": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "QueueName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "SubscriberName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "SourceQueue": { - "required": [ - "DLQ", - "QueueName" - ], - "type": "object", - "properties": { - "DLQ": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "QueueName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "SubscriberName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/NodeOffboard": { - "post": { - "tags": [ - "atom" - ], - "summary": "Creates a NodeOffboard object.", - "operationId": "CreateNodeOffboard", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "nodeId": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "nodeId" - } - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "nodeId": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "nodeId" - } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "nodeId": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "nodeId" - } - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "nodeId": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "nodeId" - } - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionExternalComponentQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionExternalComponentQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/OFTP2ConnectorRecord/query": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Queries for an OFTP2ConnectorRecord object(s).", - "operationId": "QueryOFTP2ConnectorRecord", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "initiator_ssidcode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "nareas": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "nareast": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "objecttype": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "responder_ssidcode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidciph": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidcomp": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfiddate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfiddesc": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfiddest": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfiddsn": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidenv": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidorig": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidosiz": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidsec": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidsign": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidtime": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "status": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ticker": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "initiator_ssidcode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "nareas": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "nareast": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "objecttype": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "responder_ssidcode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidciph": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidcomp": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfiddate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfiddesc": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfiddest": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfiddsn": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidenv": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidorig": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidosiz": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidsec": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidsign": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidtime": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "status": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ticker": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/OFTP2ConnectorRecord/queryMore": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Retrieves additional results for an OFTP2ConnectorRecord query.", - "operationId": "QueryMoreOFTP2ConnectorRecord", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "initiator_ssidcode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "nareas": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "nareast": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "objecttype": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "responder_ssidcode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidciph": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidcomp": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfiddate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfiddesc": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfiddest": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfiddsn": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidenv": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidorig": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidosiz": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidsec": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidsign": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidtime": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "status": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ticker": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "initiator_ssidcode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "nareas": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "nareast": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "objecttype": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "responder_ssidcode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidciph": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidcomp": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfiddate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfiddesc": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfiddest": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfiddsn": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidenv": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidorig": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidosiz": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidsec": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidsign": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidtime": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "status": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ticker": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/EnvironmentMapExtensionUserDefinedFunction": { + "post": { + "tags": [ + "environment" + ], + "summary": "Creates an EnvironmentMapExtensionUserDefinedFunction object.", + "operationId": "CreateEnvironmentMapExtensionUserDefinedFunction", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionUserDefinedFunction" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionUserDefinedFunction" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/PackagedComponent": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Creates a PackagedComponent object.", - "operationId": "CreatePackagedComponent", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "branchName", - "componentId", - "componentType", - "createdBy", - "createdDate", - "notes", - "packageId", - "packageVersion" - ], - "type": "object", - "properties": { - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deleted": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fullyPubliclyConsumable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "shareable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "application/xml": { - "schema": { - "required": [ - "branchName", - "componentId", - "componentType", - "createdBy", - "createdDate", - "notes", - "packageId", - "packageVersion" - ], - "type": "object", - "properties": { - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deleted": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fullyPubliclyConsumable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "shareable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "branchName", - "componentId", - "componentType", - "createdBy", - "createdDate", - "notes", - "packageId", - "packageVersion" - ], - "type": "object", - "properties": { - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deleted": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fullyPubliclyConsumable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "shareable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "branchName", - "componentId", - "componentType", - "createdBy", - "createdDate", - "notes", - "packageId", - "packageVersion" - ], - "type": "object", - "properties": { - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deleted": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fullyPubliclyConsumable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "shareable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/PackagedComponent/bulk": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Retrieves multiple PackagedComponent objects by identifier.", - "operationId": "BulkPackagedComponent", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "branchName", - "componentId", - "componentType", - "createdBy", - "createdDate", - "notes", - "packageId", - "packageVersion" - ], - "type": "object", - "properties": { - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deleted": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fullyPubliclyConsumable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "shareable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "branchName", - "componentId", - "componentType", - "createdBy", - "createdDate", - "notes", - "packageId", - "packageVersion" - ], - "type": "object", - "properties": { - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deleted": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fullyPubliclyConsumable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "shareable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/PackagedComponent/query": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Queries for a PackagedComponent object(s).", - "operationId": "QueryPackagedComponent", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "branchName", - "componentId", - "componentType", - "createdBy", - "createdDate", - "notes", - "packageId", - "packageVersion" - ], - "type": "object", - "properties": { - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deleted": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fullyPubliclyConsumable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "shareable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "branchName", - "componentId", - "componentType", - "createdBy", - "createdDate", - "notes", - "packageId", - "packageVersion" - ], - "type": "object", - "properties": { - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deleted": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fullyPubliclyConsumable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "shareable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionUserDefinedFunction" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionUserDefinedFunction" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/PackagedComponent/queryMore": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Retrieves additional results for a PackagedComponent query.", - "operationId": "QueryMorePackagedComponent", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "branchName", - "componentId", - "componentType", - "createdBy", - "createdDate", - "notes", - "packageId", - "packageVersion" - ], - "type": "object", - "properties": { - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deleted": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fullyPubliclyConsumable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "shareable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "branchName", - "componentId", - "componentType", - "createdBy", - "createdDate", - "notes", - "packageId", - "packageVersion" - ], - "type": "object", - "properties": { - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deleted": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fullyPubliclyConsumable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "shareable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/PackagedComponent/{id}": { - "get": { - "tags": [ - "deployment" - ], - "summary": "Retrieves an instance of a PackagedComponent object.", - "operationId": "GetPackagedComponent", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "branchName", - "componentId", - "componentType", - "createdBy", - "createdDate", - "notes", - "packageId", - "packageVersion" - ], - "type": "object", - "properties": { - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deleted": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fullyPubliclyConsumable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "shareable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "branchName", - "componentId", - "componentType", - "createdBy", - "createdDate", - "notes", - "packageId", - "packageVersion" - ], - "type": "object", - "properties": { - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deleted": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fullyPubliclyConsumable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "shareable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + ] + } + }, + "/EnvironmentMapExtensionUserDefinedFunction/bulk": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves multiple EnvironmentMapExtensionUserDefinedFunction objects by identifier.", + "operationId": "BulkEnvironmentMapExtensionUserDefinedFunction", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionUserDefinedFunctionBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionUserDefinedFunctionBulkRequest" + } + } }, - "delete": { - "tags": [ - "deployment" - ], - "summary": "Deletes a PackagedComponent object.", - "operationId": "DeletePackagedComponent", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/PackagedComponentManifest/bulk": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Retrieves multiple PackagedComponentManifest objects by identifier.", - "operationId": "BulkPackagedComponentManifest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "packageId" - ], - "type": "object", - "properties": { - "componentInfo": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "packageId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "packageId" - ], - "type": "object", - "properties": { - "componentInfo": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "packageId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/PackagedComponentManifest/{id}": { - "get": { - "tags": [ - "deployment" - ], - "summary": "Retrieves an instance of a PackagedComponentManifest object.", - "operationId": "GetPackagedComponentManifest", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "packageId" - ], - "type": "object", - "properties": { - "componentInfo": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - }, - "packageId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "packageId" - ], - "type": "object", - "properties": { - "componentInfo": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - }, - "packageId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/PersistedProcessProperties/{id}": { - "post": { - "tags": [ - "atom" - ], - "summary": "Modifies or updates a PersistedProcessProperties object.", - "operationId": "UpdatePersistedProcessProperties", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "atomId" - ], - "type": "object", - "properties": { - "Process": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "ProcessProperties", - "processId" - ], - "type": "object", - "properties": { - "ProcessProperties": { - "type": "object" - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "application/xml": { - "schema": { - "required": [ - "atomId" - ], - "type": "object", - "properties": { - "Process": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "ProcessProperties", - "processId" - ], - "type": "object", - "properties": { - "ProcessProperties": { - "type": "object" - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "atomId" - ], - "type": "object", - "properties": { - "Process": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "ProcessProperties", - "processId" - ], - "type": "object", - "properties": { - "ProcessProperties": { - "type": "object" - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "atomId" - ], - "type": "object", - "properties": { - "Process": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "ProcessProperties", - "processId" - ], - "type": "object", - "properties": { - "ProcessProperties": { - "type": "object" - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionUserDefinedFunctionBulkResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionUserDefinedFunctionBulkResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/Process/bulk": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Retrieves multiple Process objects by identifier.", - "operationId": "BulkProcess", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "IntegrationPack": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "IntegrationPack": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/Process/query": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Queries for a Process object(s).", - "operationId": "QueryProcess", - "requestBody": { - "description": " Possible properties include: name, id, integrationPackId, integrationPackInstanceId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "IntegrationPack": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "IntegrationPack": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/EnvironmentMapExtensionUserDefinedFunction/{id}": { + "get": { + "tags": [ + "environment" + ], + "summary": "Retrieves an instance of an EnvironmentMapExtensionUserDefinedFunction object.", + "operationId": "GetEnvironmentMapExtensionUserDefinedFunction", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionUserDefinedFunction" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionUserDefinedFunction" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "environment" + ], + "summary": "Modifies or updates an EnvironmentMapExtensionUserDefinedFunction object.", + "operationId": "UpdateEnvironmentMapExtensionUserDefinedFunction", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionUserDefinedFunction" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionUserDefinedFunction" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Process/queryMore": { - "post": { - "tags": [ - "integrationpack" - ], - "summary": "Retrieves additional results for a Process query.", - "operationId": "QueryMoreProcess", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "IntegrationPack": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "IntegrationPack": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Process/{id}": { - "get": { - "tags": [ - "integrationpack" - ], - "summary": "Retrieves an instance of a Process object.", - "operationId": "GetProcess", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "IntegrationPack": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "integrationPackId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackInstanceId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "IntegrationPack": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "integrationPackId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackInstanceId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ProcessAtomAttachment": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Creates a ProcessAtomAttachment object.", - "operationId": "CreateProcessAtomAttachment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionUserDefinedFunction" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionUserDefinedFunction" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "environment" + ], + "summary": "Deletes an EnvironmentMapExtensionUserDefinedFunction object.", + "operationId": "DeleteEnvironmentMapExtensionUserDefinedFunction", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/ProcessAtomAttachment/query": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Queries for a ProcessAtomAttachment object(s).", - "operationId": "QueryProcessAtomAttachment", - "requestBody": { - "description": " Possible properties include: atomId, processId, componentType", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/ProcessAtomAttachment/queryMore": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Retrieves additional results for a ProcessAtomAttachment query.", - "operationId": "QueryMoreProcessAtomAttachment", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/EnvironmentMapExtensionUserDefinedFunctionSummary/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an EnvironmentMapExtensionUserDefinedFunctionSummary object(s).", + "operationId": "QueryEnvironmentMapExtensionUserDefinedFunctionSummary", + "requestBody": { + "description": " Possible properties include: environmentId, extensionGroupId", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionUserDefinedFunctionSummaryQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionUserDefinedFunctionSummaryQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ProcessAtomAttachment/{id}": { - "delete": { - "tags": [ - "deployment" - ], - "summary": "Deletes a ProcessAtomAttachment object.", - "operationId": "DeleteProcessAtomAttachment", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ProcessEnvironmentAttachment": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Creates a ProcessEnvironmentAttachment object.", - "operationId": "CreateProcessEnvironmentAttachment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ProcessEnvironmentAttachment/query": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Queries for a ProcessEnvironmentAttachment object(s).", - "operationId": "QueryProcessEnvironmentAttachment", - "requestBody": { - "description": " Possible properties include: environmentId, processId, componentType", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionUserDefinedFunctionSummaryQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionUserDefinedFunctionSummaryQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/ProcessEnvironmentAttachment/queryMore": { - "post": { - "tags": [ - "deployment" - ], - "summary": "Retrieves additional results for a ProcessEnvironmentAttachment query.", - "operationId": "QueryMoreProcessEnvironmentAttachment", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/ProcessEnvironmentAttachment/{id}": { - "delete": { - "tags": [ - "deployment" - ], - "summary": "Deletes a ProcessEnvironmentAttachment object.", - "operationId": "DeleteProcessEnvironmentAttachment", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/EnvironmentMapExtensionUserDefinedFunctionSummary/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an EnvironmentMapExtensionUserDefinedFunctionSummary query.", + "operationId": "QueryMoreEnvironmentMapExtensionUserDefinedFunctionSummary", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ProcessLog": { - "post": { - "tags": [ - "execution" - ], - "summary": "Creates a ProcessLog object.", - "operationId": "CreateProcessLog", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "logLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SEVERE", - "WARNING", - "INFO", - "CONFIG", - "FINE", - "FINER", - "FINEST", - "ALL" - ] - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "logLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SEVERE", - "WARNING", - "INFO", - "CONFIG", - "FINE", - "FINER", - "FINEST", - "ALL" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "logLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SEVERE", - "WARNING", - "INFO", - "CONFIG", - "FINE", - "FINER", - "FINEST", - "ALL" - ] - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "logLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SEVERE", - "WARNING", - "INFO", - "CONFIG", - "FINE", - "FINER", - "FINEST", - "ALL" - ] - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ProcessScheduleStatus/bulk": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves multiple ProcessScheduleStatus objects by identifier.", - "operationId": "BulkProcessScheduleStatus", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "enabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "enabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ProcessScheduleStatus/query": { - "post": { - "tags": [ - "atom" - ], - "summary": "Queries for a ProcessScheduleStatus object(s).", - "operationId": "QueryProcessScheduleStatus", - "requestBody": { - "description": " Possible properties include: processId, atomId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "enabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "enabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionUserDefinedFunctionSummaryQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionUserDefinedFunctionSummaryQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/ProcessScheduleStatus/queryMore": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves additional results for a ProcessScheduleStatus query.", - "operationId": "QueryMoreProcessScheduleStatus", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "enabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "enabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/ProcessScheduleStatus/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an instance of a ProcessScheduleStatus object.", - "operationId": "GetProcessScheduleStatus", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "enabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "enabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + ] + } + }, + "/EnvironmentMapExtensionsSummary/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an EnvironmentMapExtensionsSummary object(s).", + "operationId": "QueryEnvironmentMapExtensionsSummary", + "requestBody": { + "description": " Possible properties include: environmentId, extensionGroupId", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionsSummaryQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionsSummaryQueryConfig" + } + } }, - "post": { - "tags": [ - "atom" - ], - "summary": "Modifies or updates a ProcessScheduleStatus object.", - "operationId": "UpdateProcessScheduleStatus", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "enabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "enabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "enabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "enabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ProcessSchedules/bulk": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves multiple ProcessSchedules objects by identifier.", - "operationId": "BulkProcessSchedules", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "Retry": { - "type": "object" - }, - "Schedule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "Retry": { - "type": "object" - }, - "Schedule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ProcessSchedules/query": { - "post": { - "tags": [ - "atom" - ], - "summary": "Queries for a ProcessSchedules object(s).", - "operationId": "QueryProcessSchedules", - "requestBody": { - "description": " Possible properties include: processId, atomId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "Retry": { - "type": "object" - }, - "Schedule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "Retry": { - "type": "object" - }, - "Schedule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ProcessSchedules/queryMore": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves additional results for a ProcessSchedules query.", - "operationId": "QueryMoreProcessSchedules", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "Retry": { - "type": "object" - }, - "Schedule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "Retry": { - "type": "object" - }, - "Schedule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionsSummaryQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionsSummaryQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/ProcessSchedules/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an instance of a ProcessSchedules object.", - "operationId": "GetProcessSchedules", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "Retry": { - "type": "object", - "properties": { - "Schedule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "maxRetry": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "Schedule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "daysOfMonth": { - "type": "string", - "xml": { - "attribute": true - } - }, - "daysOfWeek": { - "type": "string", - "xml": { - "attribute": true - } - }, - "hours": { - "type": "string", - "xml": { - "attribute": true - } - }, - "minutes": { - "type": "string", - "xml": { - "attribute": true - } - }, - "months": { - "type": "string", - "xml": { - "attribute": true - } - }, - "years": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "Retry": { - "type": "object", - "properties": { - "Schedule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "maxRetry": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "Schedule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "daysOfMonth": { - "type": "string", - "xml": { - "attribute": true - } - }, - "daysOfWeek": { - "type": "string", - "xml": { - "attribute": true - } - }, - "hours": { - "type": "string", - "xml": { - "attribute": true - } - }, - "minutes": { - "type": "string", - "xml": { - "attribute": true - } - }, - "months": { - "type": "string", - "xml": { - "attribute": true - } - }, - "years": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentMapExtensionsSummary/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an EnvironmentMapExtensionsSummary query.", + "operationId": "QueryMoreEnvironmentMapExtensionsSummary", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } }, - "post": { - "tags": [ - "atom" - ], - "summary": "Modifies or updates a ProcessSchedules object.", - "operationId": "UpdateProcessSchedules", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "Retry": { - "type": "object", - "properties": { - "Schedule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "maxRetry": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "Schedule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "daysOfMonth": { - "type": "string", - "xml": { - "attribute": true - } - }, - "daysOfWeek": { - "type": "string", - "xml": { - "attribute": true - } - }, - "hours": { - "type": "string", - "xml": { - "attribute": true - } - }, - "minutes": { - "type": "string", - "xml": { - "attribute": true - } - }, - "months": { - "type": "string", - "xml": { - "attribute": true - } - }, - "years": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "Retry": { - "type": "object", - "properties": { - "Schedule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "maxRetry": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "Schedule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "daysOfMonth": { - "type": "string", - "xml": { - "attribute": true - } - }, - "daysOfWeek": { - "type": "string", - "xml": { - "attribute": true - } - }, - "hours": { - "type": "string", - "xml": { - "attribute": true - } - }, - "minutes": { - "type": "string", - "xml": { - "attribute": true - } - }, - "months": { - "type": "string", - "xml": { - "attribute": true - } - }, - "years": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "Retry": { - "type": "object", - "properties": { - "Schedule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "maxRetry": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "Schedule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "daysOfMonth": { - "type": "string", - "xml": { - "attribute": true - } - }, - "daysOfWeek": { - "type": "string", - "xml": { - "attribute": true - } - }, - "hours": { - "type": "string", - "xml": { - "attribute": true - } - }, - "minutes": { - "type": "string", - "xml": { - "attribute": true - } - }, - "months": { - "type": "string", - "xml": { - "attribute": true - } - }, - "years": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "Retry": { - "type": "object", - "properties": { - "Schedule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "maxRetry": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "Schedule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "daysOfMonth": { - "type": "string", - "xml": { - "attribute": true - } - }, - "daysOfWeek": { - "type": "string", - "xml": { - "attribute": true - } - }, - "hours": { - "type": "string", - "xml": { - "attribute": true - } - }, - "minutes": { - "type": "string", - "xml": { - "attribute": true - } - }, - "months": { - "type": "string", - "xml": { - "attribute": true - } - }, - "years": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionsSummaryQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentMapExtensionsSummaryQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/RerunDocument": { - "post": { - "tags": [ - "execution" - ], - "summary": "Creates a RerunDocument object.", - "operationId": "CreateRerunDocument", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "AllDocuments", - "SelectedDocuments", - "originalExecutionId" - ], - "type": "object", - "properties": { - "AllDocuments": { - "type": "object", - "properties": { - "documentStatus": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ANY", - "SUCCESS", - "ERROR" - ] - } - } - }, - "SelectedDocuments": { - "type": "object", - "properties": { - "Document": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "originalExecutionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "recordUrl": { - "type": "string", - "xml": { - "attribute": true - } - }, - "requestId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "required": [ - "AllDocuments", - "SelectedDocuments", - "originalExecutionId" - ], - "type": "object", - "properties": { - "AllDocuments": { - "type": "object", - "properties": { - "documentStatus": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ANY", - "SUCCESS", - "ERROR" - ] - } - } - }, - "SelectedDocuments": { - "type": "object", - "properties": { - "Document": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "originalExecutionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "recordUrl": { - "type": "string", - "xml": { - "attribute": true - } - }, - "requestId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "AllDocuments", - "SelectedDocuments", - "originalExecutionId" - ], - "type": "object", - "properties": { - "AllDocuments": { - "type": "object", - "properties": { - "documentStatus": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ANY", - "SUCCESS", - "ERROR" - ] - } - } - }, - "SelectedDocuments": { - "type": "object", - "properties": { - "Document": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "originalExecutionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "recordUrl": { - "type": "string", - "xml": { - "attribute": true - } - }, - "requestId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "AllDocuments", - "SelectedDocuments", - "originalExecutionId" - ], - "type": "object", - "properties": { - "AllDocuments": { - "type": "object", - "properties": { - "documentStatus": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ANY", - "SUCCESS", - "ERROR" - ] - } - } - }, - "SelectedDocuments": { - "type": "object", - "properties": { - "Document": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "originalExecutionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "recordUrl": { - "type": "string", - "xml": { - "attribute": true - } - }, - "requestId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/Role": { - "post": { - "tags": [ - "account" - ], - "summary": "Creates a Role object.", - "operationId": "CreateRole", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "Privileges": { - "type": "object", - "properties": { - "Privilege": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "Privileges": { - "type": "object", - "properties": { - "Privilege": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "Privileges": { - "type": "object", - "properties": { - "Privilege": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "Privileges": { - "type": "object", - "properties": { - "Privilege": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/EnvironmentRole": { + "post": { + "tags": [ + "environment" + ], + "summary": "Creates an EnvironmentRole object.", + "operationId": "CreateEnvironmentRole", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentRole" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentRole" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Role/bulk": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves multiple Role objects by identifier.", - "operationId": "BulkRole", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "Privileges": { - "type": "object" - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "Privileges": { - "type": "object" - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Role/query": { - "post": { - "tags": [ - "account" - ], - "summary": "Queries for a Role object(s).", - "operationId": "QueryRole", - "requestBody": { - "description": " Possible properties include: name, parentId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "Privileges": { - "type": "object" - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "Privileges": { - "type": "object" - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/Role/queryMore": { - "post": { - "tags": [ - "account" - ], - "summary": "Retrieves additional results for a Role query.", - "operationId": "QueryMoreRole", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "Privileges": { - "type": "object" - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "Privileges": { - "type": "object" - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentRole" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentRole" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/Role/{id}": { - "get": { - "tags": [ - "account" - ], - "summary": "Retrieves an instance of a Role object.", - "operationId": "GetRole", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "Privileges": { - "type": "object", - "properties": { - "Privilege": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "Privileges": { - "type": "object", - "properties": { - "Privilege": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/EnvironmentRole/bulk": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves multiple EnvironmentRole objects by identifier.", + "operationId": "BulkEnvironmentRole", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentRoleBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentRoleBulkRequest" + } + } }, - "post": { - "tags": [ - "account" - ], - "summary": "Modifies or updates a Role object.", - "operationId": "UpdateRole", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "Privileges": { - "type": "object", - "properties": { - "Privilege": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "Privileges": { - "type": "object", - "properties": { - "Privilege": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "Privileges": { - "type": "object", - "properties": { - "Privilege": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "Privileges": { - "type": "object", - "properties": { - "Privilege": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "delete": { - "tags": [ - "account" - ], - "summary": "Deletes a Role object.", - "operationId": "DeleteRole", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/RosettaNetConnectorRecord/query": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Queries for a RosettaNetConnectorRecord object(s).", - "operationId": "QueryRosettaNetConnectorRecord", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "PIPCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "PIPVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionInstanceIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "attemptCount": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "businessActivityIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "dateTime": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "frameworkVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fromGlobalBusinessServiceCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fromGlobalPartnerRoleClassificationCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "globalBusinessActionCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "globalDocumentFunctionCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "globalProcessCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "globalUsageCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inResponseToGlobalBusinessActionCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inResponseToInstanceIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isSecureTransportRequired": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "knownInitiatingPartnerID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processInstanceIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "timeToAcknowledgeAcceptance": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "timeToAcknowledgeReceipt": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "timeToPerform": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "toGlobalBusinessServiceCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "toGlobalPartnerRoleClassificationCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "transactionInstanceIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "PIPCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "PIPVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionInstanceIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "attemptCount": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "businessActivityIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "dateTime": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "frameworkVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fromGlobalBusinessServiceCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fromGlobalPartnerRoleClassificationCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "globalBusinessActionCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "globalDocumentFunctionCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "globalProcessCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "globalUsageCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inResponseToGlobalBusinessActionCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inResponseToInstanceIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isSecureTransportRequired": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "knownInitiatingPartnerID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processInstanceIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "timeToAcknowledgeAcceptance": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "timeToAcknowledgeReceipt": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "timeToPerform": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "toGlobalBusinessServiceCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "toGlobalPartnerRoleClassificationCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "transactionInstanceIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/RosettaNetConnectorRecord/queryMore": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Retrieves additional results for a RosettaNetConnectorRecord query.", - "operationId": "QueryMoreRosettaNetConnectorRecord", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "PIPCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "PIPVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionInstanceIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "attemptCount": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "businessActivityIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "dateTime": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "frameworkVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fromGlobalBusinessServiceCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fromGlobalPartnerRoleClassificationCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "globalBusinessActionCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "globalDocumentFunctionCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "globalProcessCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "globalUsageCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inResponseToGlobalBusinessActionCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inResponseToInstanceIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isSecureTransportRequired": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "knownInitiatingPartnerID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processInstanceIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "timeToAcknowledgeAcceptance": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "timeToAcknowledgeReceipt": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "timeToPerform": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "toGlobalBusinessServiceCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "toGlobalPartnerRoleClassificationCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "transactionInstanceIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "PIPCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "PIPVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionInstanceIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "attemptCount": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "businessActivityIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "dateTime": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "frameworkVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fromGlobalBusinessServiceCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fromGlobalPartnerRoleClassificationCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "globalBusinessActionCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "globalDocumentFunctionCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "globalProcessCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "globalUsageCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inResponseToGlobalBusinessActionCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inResponseToInstanceIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isSecureTransportRequired": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "knownInitiatingPartnerID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processInstanceIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "timeToAcknowledgeAcceptance": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "timeToAcknowledgeReceipt": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "timeToPerform": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "toGlobalBusinessServiceCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "toGlobalPartnerRoleClassificationCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "transactionInstanceIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentRoleBulkResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentRoleBulkResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/SharedServerInformation/bulk": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves multiple SharedServerInformation objects by identifier.", - "operationId": "BulkSharedServerInformation", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "basic", - "intermediate", - "advanced" - ] - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "auth": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "basic" - ] - }, - "authToken": { - "type": "string", - "xml": { - "attribute": true - } - }, - "checkForwardedHeaders": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "externalHost": { - "type": "string", - "xml": { - "attribute": true - } - }, - "externalHttpPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "externalHttpsPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpsPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "internalHost": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxThreads": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "minAuth": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "basic" - ] - }, - "overrideUrl": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sslCertificateId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "url": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "basic", - "intermediate", - "advanced" - ] - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "auth": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "basic" - ] - }, - "authToken": { - "type": "string", - "xml": { - "attribute": true - } - }, - "checkForwardedHeaders": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "externalHost": { - "type": "string", - "xml": { - "attribute": true - } - }, - "externalHttpPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "externalHttpsPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpsPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "internalHost": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxThreads": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "minAuth": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "basic" - ] - }, - "overrideUrl": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sslCertificateId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "url": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/SharedServerInformation/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an instance of a SharedServerInformation object.", - "operationId": "GetSharedServerInformation", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "basic", - "intermediate", - "advanced" - ] - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "auth": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "basic" - ] - }, - "authToken": { - "type": "string", - "xml": { - "attribute": true - } - }, - "checkForwardedHeaders": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "externalHost": { - "type": "string", - "xml": { - "attribute": true - } - }, - "externalHttpPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "externalHttpsPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpsPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "internalHost": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxThreads": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "minAuth": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "basic" - ] - }, - "overrideUrl": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sslCertificateId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "url": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "basic", - "intermediate", - "advanced" - ] - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "auth": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "basic" - ] - }, - "authToken": { - "type": "string", - "xml": { - "attribute": true - } - }, - "checkForwardedHeaders": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "externalHost": { - "type": "string", - "xml": { - "attribute": true - } - }, - "externalHttpPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "externalHttpsPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpsPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "internalHost": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxThreads": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "minAuth": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "basic" - ] - }, - "overrideUrl": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sslCertificateId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "url": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + ] + } + }, + "/EnvironmentRole/query": { + "post": { + "tags": [ + "environment" + ], + "summary": "Queries for an EnvironmentRole object(s).", + "operationId": "QueryEnvironmentRole", + "requestBody": { + "description": " Possible properties include: environmentId, roleId", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentRoleQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentRoleQueryConfig" + } + } }, - "post": { - "tags": [ - "atom" - ], - "summary": "Modifies or updates a SharedServerInformation object.", - "operationId": "UpdateSharedServerInformation", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "basic", - "intermediate", - "advanced" - ] - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "auth": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "basic" - ] - }, - "authToken": { - "type": "string", - "xml": { - "attribute": true - } - }, - "checkForwardedHeaders": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "externalHost": { - "type": "string", - "xml": { - "attribute": true - } - }, - "externalHttpPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "externalHttpsPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpsPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "internalHost": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxThreads": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "minAuth": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "basic" - ] - }, - "overrideUrl": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sslCertificateId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "url": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "basic", - "intermediate", - "advanced" - ] - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "auth": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "basic" - ] - }, - "authToken": { - "type": "string", - "xml": { - "attribute": true - } - }, - "checkForwardedHeaders": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "externalHost": { - "type": "string", - "xml": { - "attribute": true - } - }, - "externalHttpPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "externalHttpsPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpsPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "internalHost": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxThreads": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "minAuth": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "basic" - ] - }, - "overrideUrl": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sslCertificateId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "url": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "basic", - "intermediate", - "advanced" - ] - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "auth": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "basic" - ] - }, - "authToken": { - "type": "string", - "xml": { - "attribute": true - } - }, - "checkForwardedHeaders": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "externalHost": { - "type": "string", - "xml": { - "attribute": true - } - }, - "externalHttpPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "externalHttpsPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpsPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "internalHost": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxThreads": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "minAuth": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "basic" - ] - }, - "overrideUrl": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sslCertificateId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "url": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "basic", - "intermediate", - "advanced" - ] - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "auth": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "basic" - ] - }, - "authToken": { - "type": "string", - "xml": { - "attribute": true - } - }, - "checkForwardedHeaders": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "externalHost": { - "type": "string", - "xml": { - "attribute": true - } - }, - "externalHttpPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "externalHttpsPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpsPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "internalHost": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxThreads": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "minAuth": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "basic" - ] - }, - "overrideUrl": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sslCertificateId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "url": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/SharedWebServer/bulk": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves multiple SharedWebServer objects by identifier.", - "operationId": "BulkSharedWebServer", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "atomId", - "cloudTennantGeneral", - "corsConfiguration", - "generalSettings", - "userManagement" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "cloudTennantGeneral": { - "type": "object" - }, - "corsConfiguration": { - "type": "object" - }, - "generalSettings": { - "type": "object" - }, - "shouldRestartPlugin": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "userManagement": { - "type": "object" - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "atomId", - "cloudTennantGeneral", - "corsConfiguration", - "generalSettings", - "userManagement" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "cloudTennantGeneral": { - "type": "object" - }, - "corsConfiguration": { - "type": "object" - }, - "generalSettings": { - "type": "object" - }, - "shouldRestartPlugin": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "userManagement": { - "type": "object" - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/SharedWebServer/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an instance of a SharedWebServer object.", - "operationId": "GetSharedWebServer", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "atomId", - "cloudTennantGeneral", - "corsConfiguration", - "generalSettings", - "userManagement" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "cloudTennantGeneral": { - "required": [ - "apiType", - "authType", - "baseUrl", - "listenerPorts" - ], - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "authType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "baseUrl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerPorts": { - "type": "object" - } - } - }, - "corsConfiguration": { - "type": "object", - "properties": { - "origins": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "generalSettings": { - "required": [ - "apiType", - "authentication", - "baseUrl", - "externalHost", - "internalHost", - "listenerPorts", - "protectedHeaders", - "sslCertificate" - ], - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "authentication": { - "type": "object" - }, - "baseUrl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "examineForwardHeaders": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "externalHost": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "internalHost": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerPorts": { - "type": "object" - }, - "maxNumberOfThreads": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "overrideUrl": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "protectedHeaders": { - "type": "object" - }, - "sslCertificate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "shouldRestartPlugin": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "userManagement": { - "type": "object", - "properties": { - "enableAPIMInternalRoles": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "users": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "atomId", - "cloudTennantGeneral", - "corsConfiguration", - "generalSettings", - "userManagement" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "cloudTennantGeneral": { - "required": [ - "apiType", - "authType", - "baseUrl", - "listenerPorts" - ], - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "authType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "baseUrl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerPorts": { - "type": "object" - } - } - }, - "corsConfiguration": { - "type": "object", - "properties": { - "origins": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "generalSettings": { - "required": [ - "apiType", - "authentication", - "baseUrl", - "externalHost", - "internalHost", - "listenerPorts", - "protectedHeaders", - "sslCertificate" - ], - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "authentication": { - "type": "object" - }, - "baseUrl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "examineForwardHeaders": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "externalHost": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "internalHost": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerPorts": { - "type": "object" - }, - "maxNumberOfThreads": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "overrideUrl": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "protectedHeaders": { - "type": "object" - }, - "sslCertificate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "shouldRestartPlugin": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "userManagement": { - "type": "object", - "properties": { - "enableAPIMInternalRoles": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "users": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "post": { - "tags": [ - "atom" - ], - "summary": "Modifies or updates a SharedWebServer object.", - "operationId": "UpdateSharedWebServer", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "atomId", - "cloudTennantGeneral", - "corsConfiguration", - "generalSettings", - "userManagement" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "cloudTennantGeneral": { - "required": [ - "apiType", - "authType", - "baseUrl", - "listenerPorts" - ], - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "authType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "baseUrl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerPorts": { - "type": "object" - } - } - }, - "corsConfiguration": { - "type": "object", - "properties": { - "origins": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "generalSettings": { - "required": [ - "apiType", - "authentication", - "baseUrl", - "externalHost", - "internalHost", - "listenerPorts", - "protectedHeaders", - "sslCertificate" - ], - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "authentication": { - "type": "object" - }, - "baseUrl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "examineForwardHeaders": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "externalHost": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "internalHost": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerPorts": { - "type": "object" - }, - "maxNumberOfThreads": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "overrideUrl": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "protectedHeaders": { - "type": "object" - }, - "sslCertificate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "shouldRestartPlugin": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "userManagement": { - "type": "object", - "properties": { - "enableAPIMInternalRoles": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "users": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - } - }, - "application/xml": { - "schema": { - "required": [ - "atomId", - "cloudTennantGeneral", - "corsConfiguration", - "generalSettings", - "userManagement" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "cloudTennantGeneral": { - "required": [ - "apiType", - "authType", - "baseUrl", - "listenerPorts" - ], - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "authType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "baseUrl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerPorts": { - "type": "object" - } - } - }, - "corsConfiguration": { - "type": "object", - "properties": { - "origins": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "generalSettings": { - "required": [ - "apiType", - "authentication", - "baseUrl", - "externalHost", - "internalHost", - "listenerPorts", - "protectedHeaders", - "sslCertificate" - ], - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "authentication": { - "type": "object" - }, - "baseUrl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "examineForwardHeaders": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "externalHost": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "internalHost": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerPorts": { - "type": "object" - }, - "maxNumberOfThreads": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "overrideUrl": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "protectedHeaders": { - "type": "object" - }, - "sslCertificate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "shouldRestartPlugin": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "userManagement": { - "type": "object", - "properties": { - "enableAPIMInternalRoles": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "users": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "atomId", - "cloudTennantGeneral", - "corsConfiguration", - "generalSettings", - "userManagement" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "cloudTennantGeneral": { - "required": [ - "apiType", - "authType", - "baseUrl", - "listenerPorts" - ], - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "authType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "baseUrl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerPorts": { - "type": "object" - } - } - }, - "corsConfiguration": { - "type": "object", - "properties": { - "origins": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "generalSettings": { - "required": [ - "apiType", - "authentication", - "baseUrl", - "externalHost", - "internalHost", - "listenerPorts", - "protectedHeaders", - "sslCertificate" - ], - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "authentication": { - "type": "object" - }, - "baseUrl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "examineForwardHeaders": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "externalHost": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "internalHost": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerPorts": { - "type": "object" - }, - "maxNumberOfThreads": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "overrideUrl": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "protectedHeaders": { - "type": "object" - }, - "sslCertificate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "shouldRestartPlugin": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "userManagement": { - "type": "object", - "properties": { - "enableAPIMInternalRoles": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "users": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "atomId", - "cloudTennantGeneral", - "corsConfiguration", - "generalSettings", - "userManagement" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "cloudTennantGeneral": { - "required": [ - "apiType", - "authType", - "baseUrl", - "listenerPorts" - ], - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "authType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "baseUrl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerPorts": { - "type": "object" - } - } - }, - "corsConfiguration": { - "type": "object", - "properties": { - "origins": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "generalSettings": { - "required": [ - "apiType", - "authentication", - "baseUrl", - "externalHost", - "internalHost", - "listenerPorts", - "protectedHeaders", - "sslCertificate" - ], - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "authentication": { - "type": "object" - }, - "baseUrl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "examineForwardHeaders": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "externalHost": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "internalHost": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerPorts": { - "type": "object" - }, - "maxNumberOfThreads": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "overrideUrl": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "protectedHeaders": { - "type": "object" - }, - "sslCertificate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "shouldRestartPlugin": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "userManagement": { - "type": "object", - "properties": { - "enableAPIMInternalRoles": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "users": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentRoleQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentRoleQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/ThroughputAccount/query": { - "post": { - "tags": [ - "executionStatistic" - ], - "summary": "Queries for a ThroughputAccount object(s).", - "operationId": "QueryThroughputAccount", - "requestBody": { - "description": " Possible properties include: environmentId, atomId, processDate", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/ThroughputAccount/queryMore": { - "post": { - "tags": [ - "executionStatistic" - ], - "summary": "Retrieves additional results for a ThroughputAccount query.", - "operationId": "QueryMoreThroughputAccount", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/EnvironmentRole/queryMore": { + "post": { + "tags": [ + "environment" + ], + "summary": "Retrieves additional results for an EnvironmentRole query.", + "operationId": "QueryMoreEnvironmentRole", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ThroughputAccountGroup/query": { - "post": { - "tags": [ - "executionStatistic" - ], - "summary": "Queries for a ThroughputAccountGroup object(s).", - "operationId": "QueryThroughputAccountGroup", - "requestBody": { - "description": " Possible properties include: accountGroupId, processDate", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "allOf": [ - { - "type": "object" - } - ] - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "allOf": [ - { - "type": "object" - } - ] - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/ThroughputAccountGroup/queryMore": { - "post": { - "tags": [ - "executionStatistic" - ], - "summary": "Retrieves additional results for a ThroughputAccountGroup query.", - "operationId": "QueryMoreThroughputAccountGroup", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "allOf": [ - { - "type": "object" - } - ] - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "allOf": [ - { - "type": "object" - } - ] - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/TradacomsConnectorRecord/query": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Queries for a TradacomsConnectorRecord object(s).", - "operationId": "QueryTradacomsConnectorRecord", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "applicationReference": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "date": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fileGenerationNumber": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fileVersionNumber": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverTransmissionReference": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderTransmissionReference": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "time": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "transmissionPriorityCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "validationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "validationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "applicationReference": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "date": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fileGenerationNumber": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fileVersionNumber": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverTransmissionReference": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderTransmissionReference": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "time": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "transmissionPriorityCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "validationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "validationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentRoleQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentRoleQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/TradacomsConnectorRecord/queryMore": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Retrieves additional results for a TradacomsConnectorRecord query.", - "operationId": "QueryMoreTradacomsConnectorRecord", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "applicationReference": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "date": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fileGenerationNumber": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fileVersionNumber": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverTransmissionReference": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderTransmissionReference": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "time": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "transmissionPriorityCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "validationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "validationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "applicationReference": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "date": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fileGenerationNumber": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fileVersionNumber": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverTransmissionReference": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderTransmissionReference": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "time": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "transmissionPriorityCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "validationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "validationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/TradingPartnerComponent": { - "post": { - "tags": [ - "component" - ], - "summary": "Creates a TradingPartnerComponent object.", - "operationId": "CreateTradingPartnerComponent", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "required": [ - "address1", - "address2", - "city", - "contactName", - "country", - "email", - "fax", - "phone", - "postalcode", - "state" - ], - "type": "object", - "properties": { - "address1": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "address2": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "city": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "contactName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "country": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "email": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fax": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "phone": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "postalcode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "state": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "PartnerCommunication": { - "type": "object", - "properties": { - "AS2CommunicationOptions": { - "type": "object" - }, - "DiskCommunicationOptions": { - "type": "object" - }, - "FTPCommunicationOptions": { - "type": "object" - }, - "HTTPCommunicationOptions": { - "type": "object" - }, - "MLLPCommunicationOptions": { - "type": "object" - }, - "OFTPCommunicationOptions": { - "type": "object" - }, - "SFTPCommunicationOptions": { - "type": "object" - } - } - }, - "PartnerCommunicationTypes": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "PartnerCommunicationTypes" - } - } - }, - "PartnerDocumentTypes": { - "type": "object", - "properties": { - "PartnerDocumentType": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "PartnerInfo": { - "type": "object", - "properties": { - "CustomPartnerInfo": { - "type": "object" - }, - "EdifactPartnerInfo": { - "type": "object" - }, - "HL7PartnerInfo": { - "type": "object" - }, - "OdettePartnerInfo": { - "type": "object" - }, - "RosettaNetPartnerInfo": { - "type": "object" - }, - "TradacomsPartnerInfo": { - "type": "object" - }, - "X12PartnerInfo": { - "type": "object" - } - } - }, - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "tradingpartner", - "mycompany" - ] - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "identifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "organizationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "standard": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - } - }, - "application/xml": { - "schema": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "required": [ - "address1", - "address2", - "city", - "contactName", - "country", - "email", - "fax", - "phone", - "postalcode", - "state" - ], - "type": "object", - "properties": { - "address1": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "address2": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "city": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "contactName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "country": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "email": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fax": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "phone": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "postalcode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "state": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "PartnerCommunication": { - "type": "object", - "properties": { - "AS2CommunicationOptions": { - "type": "object" - }, - "DiskCommunicationOptions": { - "type": "object" - }, - "FTPCommunicationOptions": { - "type": "object" - }, - "HTTPCommunicationOptions": { - "type": "object" - }, - "MLLPCommunicationOptions": { - "type": "object" - }, - "OFTPCommunicationOptions": { - "type": "object" - }, - "SFTPCommunicationOptions": { - "type": "object" - } - } - }, - "PartnerCommunicationTypes": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "PartnerCommunicationTypes" - } - } - }, - "PartnerDocumentTypes": { - "type": "object", - "properties": { - "PartnerDocumentType": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "PartnerInfo": { - "type": "object", - "properties": { - "CustomPartnerInfo": { - "type": "object" - }, - "EdifactPartnerInfo": { - "type": "object" - }, - "HL7PartnerInfo": { - "type": "object" - }, - "OdettePartnerInfo": { - "type": "object" - }, - "RosettaNetPartnerInfo": { - "type": "object" - }, - "TradacomsPartnerInfo": { - "type": "object" - }, - "X12PartnerInfo": { - "type": "object" - } - } - }, - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "tradingpartner", - "mycompany" - ] - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "identifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "organizationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "standard": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "required": [ - "address1", - "address2", - "city", - "contactName", - "country", - "email", - "fax", - "phone", - "postalcode", - "state" - ], - "type": "object", - "properties": { - "address1": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "address2": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "city": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "contactName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "country": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "email": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fax": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "phone": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "postalcode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "state": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "PartnerCommunication": { - "type": "object", - "properties": { - "AS2CommunicationOptions": { - "type": "object" - }, - "DiskCommunicationOptions": { - "type": "object" - }, - "FTPCommunicationOptions": { - "type": "object" - }, - "HTTPCommunicationOptions": { - "type": "object" - }, - "MLLPCommunicationOptions": { - "type": "object" - }, - "OFTPCommunicationOptions": { - "type": "object" - }, - "SFTPCommunicationOptions": { - "type": "object" - } - } - }, - "PartnerCommunicationTypes": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "PartnerCommunicationTypes" - } - } - }, - "PartnerDocumentTypes": { - "type": "object", - "properties": { - "PartnerDocumentType": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "PartnerInfo": { - "type": "object", - "properties": { - "CustomPartnerInfo": { - "type": "object" - }, - "EdifactPartnerInfo": { - "type": "object" - }, - "HL7PartnerInfo": { - "type": "object" - }, - "OdettePartnerInfo": { - "type": "object" - }, - "RosettaNetPartnerInfo": { - "type": "object" - }, - "TradacomsPartnerInfo": { - "type": "object" - }, - "X12PartnerInfo": { - "type": "object" - } - } - }, - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "tradingpartner", - "mycompany" - ] - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "identifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "organizationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "standard": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "required": [ - "address1", - "address2", - "city", - "contactName", - "country", - "email", - "fax", - "phone", - "postalcode", - "state" - ], - "type": "object", - "properties": { - "address1": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "address2": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "city": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "contactName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "country": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "email": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fax": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "phone": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "postalcode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "state": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "PartnerCommunication": { - "type": "object", - "properties": { - "AS2CommunicationOptions": { - "type": "object" - }, - "DiskCommunicationOptions": { - "type": "object" - }, - "FTPCommunicationOptions": { - "type": "object" - }, - "HTTPCommunicationOptions": { - "type": "object" - }, - "MLLPCommunicationOptions": { - "type": "object" - }, - "OFTPCommunicationOptions": { - "type": "object" - }, - "SFTPCommunicationOptions": { - "type": "object" - } - } - }, - "PartnerCommunicationTypes": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "PartnerCommunicationTypes" - } - } - }, - "PartnerDocumentTypes": { - "type": "object", - "properties": { - "PartnerDocumentType": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "PartnerInfo": { - "type": "object", - "properties": { - "CustomPartnerInfo": { - "type": "object" - }, - "EdifactPartnerInfo": { - "type": "object" - }, - "HL7PartnerInfo": { - "type": "object" - }, - "OdettePartnerInfo": { - "type": "object" - }, - "RosettaNetPartnerInfo": { - "type": "object" - }, - "TradacomsPartnerInfo": { - "type": "object" - }, - "X12PartnerInfo": { - "type": "object" - } - } - }, - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "tradingpartner", - "mycompany" - ] - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "identifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "organizationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "standard": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + ] + } + }, + "/EnvironmentRole/{id}": { + "get": { + "tags": [ + "environment" + ], + "summary": "Retrieves an instance of an EnvironmentRole object.", + "operationId": "GetEnvironmentRole", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EnvironmentRole" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/EnvironmentRole" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "environment" + ], + "summary": "Deletes an EnvironmentRole object.", + "operationId": "DeleteEnvironmentRole", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/TradingPartnerComponent/bulk": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves multiple TradingPartnerComponent objects by identifier.", - "operationId": "BulkTradingPartnerComponent", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "type": "object" - }, - "PartnerCommunication": { - "type": "object" - }, - "PartnerCommunicationTypes": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "PartnerCommunicationTypes" - } - } - }, - "PartnerDocumentTypes": { - "type": "object" - }, - "PartnerInfo": { - "type": "object" - }, - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "tradingpartner", - "mycompany" - ] - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "identifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "organizationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "standard": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "type": "object" - }, - "PartnerCommunication": { - "type": "object" - }, - "PartnerCommunicationTypes": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "PartnerCommunicationTypes" - } - } - }, - "PartnerDocumentTypes": { - "type": "object" - }, - "PartnerInfo": { - "type": "object" - }, - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "tradingpartner", - "mycompany" - ] - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "identifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "organizationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "standard": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/TradingPartnerComponent/query": { - "post": { - "tags": [ - "component" - ], - "summary": "Queries for a TradingPartnerComponent object(s).", - "operationId": "QueryTradingPartnerComponent", - "requestBody": { - "description": " Possible properties include: name, classification, standard, identifier, as2, disk, ftp, mllp, sftp, http, oftp", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "type": "object" - }, - "PartnerCommunication": { - "type": "object" - }, - "PartnerCommunicationTypes": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "PartnerCommunicationTypes" - } - } - }, - "PartnerDocumentTypes": { - "type": "object" - }, - "PartnerInfo": { - "type": "object" - }, - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "tradingpartner", - "mycompany" - ] - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "identifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "organizationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "standard": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "type": "object" - }, - "PartnerCommunication": { - "type": "object" - }, - "PartnerCommunicationTypes": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "PartnerCommunicationTypes" - } - } - }, - "PartnerDocumentTypes": { - "type": "object" - }, - "PartnerInfo": { - "type": "object" - }, - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "tradingpartner", - "mycompany" - ] - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "identifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "organizationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "standard": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/Event/query": { + "post": { + "tags": [ + "execution" + ], + "summary": "Queries for an Event object(s).", + "operationId": "QueryEvent", + "requestBody": { + "description": " Possible properties include: eventId, accountId, atomId, atomName, eventLevel, eventDate, status, eventType, executionId, title, updateDate, startTime, endTime, errorDocumentCount, inboundDocumentCount, outboundDocumentCount, processName, recordDate, error, environment, classification", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EventQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EventQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/TradingPartnerComponent/queryMore": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves additional results for a TradingPartnerComponent query.", - "operationId": "QueryMoreTradingPartnerComponent", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "type": "object" - }, - "PartnerCommunication": { - "type": "object" - }, - "PartnerCommunicationTypes": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "PartnerCommunicationTypes" - } - } - }, - "PartnerDocumentTypes": { - "type": "object" - }, - "PartnerInfo": { - "type": "object" - }, - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "tradingpartner", - "mycompany" - ] - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "identifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "organizationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "standard": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "type": "object" - }, - "PartnerCommunication": { - "type": "object" - }, - "PartnerCommunicationTypes": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "PartnerCommunicationTypes" - } - } - }, - "PartnerDocumentTypes": { - "type": "object" - }, - "PartnerInfo": { - "type": "object" - }, - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "tradingpartner", - "mycompany" - ] - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "identifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "organizationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "standard": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/TradingPartnerComponent/{id}": { - "get": { - "tags": [ - "component" - ], - "summary": "Retrieves an instance of a TradingPartnerComponent object.", - "operationId": "GetTradingPartnerComponent", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "required": [ - "address1", - "address2", - "city", - "contactName", - "country", - "email", - "fax", - "phone", - "postalcode", - "state" - ], - "type": "object", - "properties": { - "address1": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "address2": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "city": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "contactName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "country": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "email": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fax": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "phone": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "postalcode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "state": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "PartnerCommunication": { - "type": "object", - "properties": { - "AS2CommunicationOptions": { - "type": "object" - }, - "DiskCommunicationOptions": { - "type": "object" - }, - "FTPCommunicationOptions": { - "type": "object" - }, - "HTTPCommunicationOptions": { - "type": "object" - }, - "MLLPCommunicationOptions": { - "type": "object" - }, - "OFTPCommunicationOptions": { - "type": "object" - }, - "SFTPCommunicationOptions": { - "type": "object" - } - } - }, - "PartnerCommunicationTypes": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "PartnerCommunicationTypes" - } - } - }, - "PartnerDocumentTypes": { - "type": "object", - "properties": { - "PartnerDocumentType": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "PartnerInfo": { - "type": "object", - "properties": { - "CustomPartnerInfo": { - "type": "object" - }, - "EdifactPartnerInfo": { - "type": "object" - }, - "HL7PartnerInfo": { - "type": "object" - }, - "OdettePartnerInfo": { - "type": "object" - }, - "RosettaNetPartnerInfo": { - "type": "object" - }, - "TradacomsPartnerInfo": { - "type": "object" - }, - "X12PartnerInfo": { - "type": "object" - } - } - }, - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "tradingpartner", - "mycompany" - ] - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "identifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "organizationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "standard": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "required": [ - "address1", - "address2", - "city", - "contactName", - "country", - "email", - "fax", - "phone", - "postalcode", - "state" - ], - "type": "object", - "properties": { - "address1": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "address2": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "city": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "contactName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "country": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "email": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fax": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "phone": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "postalcode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "state": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "PartnerCommunication": { - "type": "object", - "properties": { - "AS2CommunicationOptions": { - "type": "object" - }, - "DiskCommunicationOptions": { - "type": "object" - }, - "FTPCommunicationOptions": { - "type": "object" - }, - "HTTPCommunicationOptions": { - "type": "object" - }, - "MLLPCommunicationOptions": { - "type": "object" - }, - "OFTPCommunicationOptions": { - "type": "object" - }, - "SFTPCommunicationOptions": { - "type": "object" - } - } - }, - "PartnerCommunicationTypes": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "PartnerCommunicationTypes" - } - } - }, - "PartnerDocumentTypes": { - "type": "object", - "properties": { - "PartnerDocumentType": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "PartnerInfo": { - "type": "object", - "properties": { - "CustomPartnerInfo": { - "type": "object" - }, - "EdifactPartnerInfo": { - "type": "object" - }, - "HL7PartnerInfo": { - "type": "object" - }, - "OdettePartnerInfo": { - "type": "object" - }, - "RosettaNetPartnerInfo": { - "type": "object" - }, - "TradacomsPartnerInfo": { - "type": "object" - }, - "X12PartnerInfo": { - "type": "object" - } - } - }, - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "tradingpartner", - "mycompany" - ] - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "identifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "organizationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "standard": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - }, - "post": { - "tags": [ - "component" - ], - "summary": "Modifies or updates a TradingPartnerComponent object.", - "operationId": "UpdateTradingPartnerComponent", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "required": [ - "address1", - "address2", - "city", - "contactName", - "country", - "email", - "fax", - "phone", - "postalcode", - "state" - ], - "type": "object", - "properties": { - "address1": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "address2": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "city": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "contactName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "country": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "email": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fax": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "phone": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "postalcode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "state": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "PartnerCommunication": { - "type": "object", - "properties": { - "AS2CommunicationOptions": { - "type": "object" - }, - "DiskCommunicationOptions": { - "type": "object" - }, - "FTPCommunicationOptions": { - "type": "object" - }, - "HTTPCommunicationOptions": { - "type": "object" - }, - "MLLPCommunicationOptions": { - "type": "object" - }, - "OFTPCommunicationOptions": { - "type": "object" - }, - "SFTPCommunicationOptions": { - "type": "object" - } - } - }, - "PartnerCommunicationTypes": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "PartnerCommunicationTypes" - } - } - }, - "PartnerDocumentTypes": { - "type": "object", - "properties": { - "PartnerDocumentType": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "PartnerInfo": { - "type": "object", - "properties": { - "CustomPartnerInfo": { - "type": "object" - }, - "EdifactPartnerInfo": { - "type": "object" - }, - "HL7PartnerInfo": { - "type": "object" - }, - "OdettePartnerInfo": { - "type": "object" - }, - "RosettaNetPartnerInfo": { - "type": "object" - }, - "TradacomsPartnerInfo": { - "type": "object" - }, - "X12PartnerInfo": { - "type": "object" - } - } - }, - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "tradingpartner", - "mycompany" - ] - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "identifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "organizationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "standard": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - } - }, - "application/xml": { - "schema": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "required": [ - "address1", - "address2", - "city", - "contactName", - "country", - "email", - "fax", - "phone", - "postalcode", - "state" - ], - "type": "object", - "properties": { - "address1": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "address2": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "city": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "contactName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "country": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "email": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fax": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "phone": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "postalcode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "state": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "PartnerCommunication": { - "type": "object", - "properties": { - "AS2CommunicationOptions": { - "type": "object" - }, - "DiskCommunicationOptions": { - "type": "object" - }, - "FTPCommunicationOptions": { - "type": "object" - }, - "HTTPCommunicationOptions": { - "type": "object" - }, - "MLLPCommunicationOptions": { - "type": "object" - }, - "OFTPCommunicationOptions": { - "type": "object" - }, - "SFTPCommunicationOptions": { - "type": "object" - } - } - }, - "PartnerCommunicationTypes": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "PartnerCommunicationTypes" - } - } - }, - "PartnerDocumentTypes": { - "type": "object", - "properties": { - "PartnerDocumentType": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "PartnerInfo": { - "type": "object", - "properties": { - "CustomPartnerInfo": { - "type": "object" - }, - "EdifactPartnerInfo": { - "type": "object" - }, - "HL7PartnerInfo": { - "type": "object" - }, - "OdettePartnerInfo": { - "type": "object" - }, - "RosettaNetPartnerInfo": { - "type": "object" - }, - "TradacomsPartnerInfo": { - "type": "object" - }, - "X12PartnerInfo": { - "type": "object" - } - } - }, - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "tradingpartner", - "mycompany" - ] - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "identifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "organizationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "standard": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "required": [ - "address1", - "address2", - "city", - "contactName", - "country", - "email", - "fax", - "phone", - "postalcode", - "state" - ], - "type": "object", - "properties": { - "address1": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "address2": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "city": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "contactName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "country": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "email": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fax": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "phone": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "postalcode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "state": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "PartnerCommunication": { - "type": "object", - "properties": { - "AS2CommunicationOptions": { - "type": "object" - }, - "DiskCommunicationOptions": { - "type": "object" - }, - "FTPCommunicationOptions": { - "type": "object" - }, - "HTTPCommunicationOptions": { - "type": "object" - }, - "MLLPCommunicationOptions": { - "type": "object" - }, - "OFTPCommunicationOptions": { - "type": "object" - }, - "SFTPCommunicationOptions": { - "type": "object" - } - } - }, - "PartnerCommunicationTypes": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "PartnerCommunicationTypes" - } - } - }, - "PartnerDocumentTypes": { - "type": "object", - "properties": { - "PartnerDocumentType": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "PartnerInfo": { - "type": "object", - "properties": { - "CustomPartnerInfo": { - "type": "object" - }, - "EdifactPartnerInfo": { - "type": "object" - }, - "HL7PartnerInfo": { - "type": "object" - }, - "OdettePartnerInfo": { - "type": "object" - }, - "RosettaNetPartnerInfo": { - "type": "object" - }, - "TradacomsPartnerInfo": { - "type": "object" - }, - "X12PartnerInfo": { - "type": "object" - } - } - }, - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "tradingpartner", - "mycompany" - ] - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "identifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "organizationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "standard": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "required": [ - "address1", - "address2", - "city", - "contactName", - "country", - "email", - "fax", - "phone", - "postalcode", - "state" - ], - "type": "object", - "properties": { - "address1": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "address2": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "city": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "contactName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "country": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "email": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fax": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "phone": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "postalcode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "state": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "PartnerCommunication": { - "type": "object", - "properties": { - "AS2CommunicationOptions": { - "type": "object" - }, - "DiskCommunicationOptions": { - "type": "object" - }, - "FTPCommunicationOptions": { - "type": "object" - }, - "HTTPCommunicationOptions": { - "type": "object" - }, - "MLLPCommunicationOptions": { - "type": "object" - }, - "OFTPCommunicationOptions": { - "type": "object" - }, - "SFTPCommunicationOptions": { - "type": "object" - } - } - }, - "PartnerCommunicationTypes": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "PartnerCommunicationTypes" - } - } - }, - "PartnerDocumentTypes": { - "type": "object", - "properties": { - "PartnerDocumentType": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "PartnerInfo": { - "type": "object", - "properties": { - "CustomPartnerInfo": { - "type": "object" - }, - "EdifactPartnerInfo": { - "type": "object" - }, - "HL7PartnerInfo": { - "type": "object" - }, - "OdettePartnerInfo": { - "type": "object" - }, - "RosettaNetPartnerInfo": { - "type": "object" - }, - "TradacomsPartnerInfo": { - "type": "object" - }, - "X12PartnerInfo": { - "type": "object" - } - } - }, - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "tradingpartner", - "mycompany" - ] - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "identifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "organizationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "standard": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EventQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EventQueryResponse" + } + } + } }, - "delete": { - "tags": [ - "component" - ], - "summary": "Deletes a TradingPartnerComponent object.", - "operationId": "DeleteTradingPartnerComponent", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/TradingPartnerProcessingGroup": { - "post": { - "tags": [ - "component" - ], - "summary": "Creates a TradingPartnerProcessingGroup object.", - "operationId": "CreateTradingPartnerProcessingGroup", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object", - "properties": { - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "DocumentRouting": { - "type": "object", - "properties": { - "StandardRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "PartnerRouting": { - "type": "object", - "properties": { - "PartnerRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "TradingPartners": { - "type": "object", - "properties": { - "TradingPartner": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object", - "properties": { - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "DocumentRouting": { - "type": "object", - "properties": { - "StandardRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "PartnerRouting": { - "type": "object", - "properties": { - "PartnerRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "TradingPartners": { - "type": "object", - "properties": { - "TradingPartner": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object", - "properties": { - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "DocumentRouting": { - "type": "object", - "properties": { - "StandardRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "PartnerRouting": { - "type": "object", - "properties": { - "PartnerRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "TradingPartners": { - "type": "object", - "properties": { - "TradingPartner": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object", - "properties": { - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "DocumentRouting": { - "type": "object", - "properties": { - "StandardRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "PartnerRouting": { - "type": "object", - "properties": { - "PartnerRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "TradingPartners": { - "type": "object", - "properties": { - "TradingPartner": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/TradingPartnerProcessingGroup/bulk": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves multiple TradingPartnerProcessingGroup objects by identifier.", - "operationId": "BulkTradingPartnerProcessingGroup", - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object" - }, - "DocumentRouting": { - "type": "object" - }, - "PartnerRouting": { - "type": "object" - }, - "TradingPartners": { - "type": "object" - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object" - }, - "DocumentRouting": { - "type": "object" - }, - "PartnerRouting": { - "type": "object" - }, - "TradingPartners": { - "type": "object" - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/Event/queryMore": { + "post": { + "tags": [ + "execution" + ], + "summary": "Retrieves additional results for an Event query.", + "operationId": "QueryMoreEvent", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/TradingPartnerProcessingGroup/query": { - "post": { - "tags": [ - "component" - ], - "summary": "Queries for a TradingPartnerProcessingGroup object(s).", - "operationId": "QueryTradingPartnerProcessingGroup", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object" - }, - "DocumentRouting": { - "type": "object" - }, - "PartnerRouting": { - "type": "object" - }, - "TradingPartners": { - "type": "object" - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object" - }, - "DocumentRouting": { - "type": "object" - }, - "PartnerRouting": { - "type": "object" - }, - "TradingPartners": { - "type": "object" - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/TradingPartnerProcessingGroup/queryMore": { - "post": { - "tags": [ - "component" - ], - "summary": "Retrieves additional results for a TradingPartnerProcessingGroup query.", - "operationId": "QueryMoreTradingPartnerProcessingGroup", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object" - }, - "DocumentRouting": { - "type": "object" - }, - "PartnerRouting": { - "type": "object" - }, - "TradingPartners": { - "type": "object" - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object" - }, - "DocumentRouting": { - "type": "object" - }, - "PartnerRouting": { - "type": "object" - }, - "TradingPartners": { - "type": "object" - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/TradingPartnerProcessingGroup/{id}": { - "get": { - "tags": [ - "component" - ], - "summary": "Retrieves an instance of a TradingPartnerProcessingGroup object.", - "operationId": "GetTradingPartnerProcessingGroup", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object", - "properties": { - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "DocumentRouting": { - "type": "object", - "properties": { - "StandardRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "PartnerRouting": { - "type": "object", - "properties": { - "PartnerRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "TradingPartners": { - "type": "object", - "properties": { - "TradingPartner": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object", - "properties": { - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "DocumentRouting": { - "type": "object", - "properties": { - "StandardRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "PartnerRouting": { - "type": "object", - "properties": { - "PartnerRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "TradingPartners": { - "type": "object", - "properties": { - "TradingPartner": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/EventQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/EventQueryResponse" + } + } + } }, - "post": { - "tags": [ - "component" - ], - "summary": "Modifies or updates a TradingPartnerProcessingGroup object.", - "operationId": "UpdateTradingPartnerProcessingGroup", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object", - "properties": { - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "DocumentRouting": { - "type": "object", - "properties": { - "StandardRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "PartnerRouting": { - "type": "object", - "properties": { - "PartnerRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "TradingPartners": { - "type": "object", - "properties": { - "TradingPartner": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/xml": { - "schema": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object", - "properties": { - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "DocumentRouting": { - "type": "object", - "properties": { - "StandardRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "PartnerRouting": { - "type": "object", - "properties": { - "PartnerRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "TradingPartners": { - "type": "object", - "properties": { - "TradingPartner": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object", - "properties": { - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "DocumentRouting": { - "type": "object", - "properties": { - "StandardRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "PartnerRouting": { - "type": "object", - "properties": { - "PartnerRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "TradingPartners": { - "type": "object", - "properties": { - "TradingPartner": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object", - "properties": { - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "DocumentRouting": { - "type": "object", - "properties": { - "StandardRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "PartnerRouting": { - "type": "object", - "properties": { - "PartnerRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "TradingPartners": { - "type": "object", - "properties": { - "TradingPartner": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "delete": { - "tags": [ - "component" - ], - "summary": "Deletes a TradingPartnerProcessingGroup object.", - "operationId": "DeleteTradingPartnerProcessingGroup", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/X12ConnectorRecord/query": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Queries for a X12ConnectorRecord object(s).", - "operationId": "QueryX12ConnectorRecord", - "requestBody": { - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "agencyCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "appReceiverID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "appSenderID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "functionalID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "gsControl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "gsDate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "gsTime": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "gsVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isaAckReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isaAckStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isaControl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverIDQualifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderIDQualifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "stControl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "standard": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "standardID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "testIndicator": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "transactionSet": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "agencyCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "appReceiverID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "appSenderID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "functionalID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "gsControl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "gsDate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "gsTime": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "gsVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isaAckReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isaAckStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isaControl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverIDQualifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderIDQualifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "stControl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "standard": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "standardID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "testIndicator": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "transactionSet": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/X12ConnectorRecord/queryMore": { - "post": { - "tags": [ - "documentTracking" - ], - "summary": "Retrieves additional results for a X12ConnectorRecord query.", - "operationId": "QueryMoreX12ConnectorRecord", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "type": "string" - } - } - }, - "required": true - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "agencyCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "appReceiverID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "appSenderID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "functionalID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "gsControl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "gsDate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "gsTime": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "gsVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isaAckReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isaAckStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isaControl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverIDQualifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderIDQualifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "stControl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "standard": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "standardID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "testIndicator": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "transactionSet": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "agencyCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "appReceiverID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "appSenderID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object" - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "functionalID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "gsControl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "gsDate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "gsTime": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "gsVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isaAckReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isaAckStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isaControl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverIDQualifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderIDQualifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "stControl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "standard": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "standardID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "testIndicator": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "transactionSet": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/ExecutionArtifacts": { + "post": { + "tags": [ + "execution" + ], + "summary": "Creates an ExecutionArtifacts object.", + "operationId": "CreateExecutionArtifacts", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ExecutionArtifacts" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ExecutionArtifacts" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/async/AccountCloudAttachmentProperties/response/{token}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an AccountCloudAttachmentProperties object by identifier.", - "operationId": "AsyncTokenAccountCloudAttachmentProperties", - "parameters": [ - { - "name": "token", - "in": "path", - "description": "Takes in the token from a previous call to return a result.", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountDiskUsage": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "as2Workload": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GENERAL", - "LOW_LATENCY_DEBUG" - ] - }, - "atomInputSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "atomOutputOverflowSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "atomWorkingOverflowSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "cloudAccountExecutionLimit": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "cloudAccountExecutionWarningOffset": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "downloadRunnerlogs": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "enableAccountDataArchiving": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "enableAtomWorkerWarmup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "flowControlParallelProcessTypeOverride": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "THREADS", - "PROCESSES" - ] - }, - "httpRequestRate": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpWorkload": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GENERAL", - "LOW_LATENCY_DEBUG", - "LOW_LATENCY" - ] - }, - "listenerMaxConcurrentExecutions": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "maxConnectorTrackDocs": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "minNumberofAtomWorkers": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "numberofAtomWorkers": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queueIncomingMessageRateLimit": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "sessionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "testModeMaxDocBytes": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "testModeMaxDocs": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerElasticScalingThreshold": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerMaxExecutionTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "workerMaxGeneralExecutionTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "workerMaxQueuedExecutions": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerMaxRunningExecutions": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerQueuedExecutionTimeout": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "AsyncOperationTokenResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountDiskUsage": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "as2Workload": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GENERAL", - "LOW_LATENCY_DEBUG" - ] - }, - "atomInputSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "atomOutputOverflowSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "atomWorkingOverflowSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "cloudAccountExecutionLimit": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "cloudAccountExecutionWarningOffset": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "downloadRunnerlogs": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "enableAccountDataArchiving": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "enableAtomWorkerWarmup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "flowControlParallelProcessTypeOverride": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "THREADS", - "PROCESSES" - ] - }, - "httpRequestRate": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpWorkload": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GENERAL", - "LOW_LATENCY_DEBUG", - "LOW_LATENCY" - ] - }, - "listenerMaxConcurrentExecutions": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "maxConnectorTrackDocs": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "minNumberofAtomWorkers": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "numberofAtomWorkers": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queueIncomingMessageRateLimit": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "sessionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "testModeMaxDocBytes": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "testModeMaxDocs": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerElasticScalingThreshold": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerMaxExecutionTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "workerMaxGeneralExecutionTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "workerMaxQueuedExecutions": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerMaxRunningExecutions": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerQueuedExecutionTimeout": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "AsyncOperationTokenResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/async/AccountCloudAttachmentProperties/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an AccountCloudAttachmentProperties object by identifier.", - "operationId": "AsyncGetAccountCloudAttachmentProperties", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "asyncToken", - "responseStatusCode" - ], - "type": "object", - "properties": { - "asyncToken": { - "required": [ - "token" - ], - "type": "object", - "properties": { - "token": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "asyncToken", - "responseStatusCode" - ], - "type": "object", - "properties": { - "asyncToken": { - "required": [ - "token" - ], - "type": "object", - "properties": { - "token": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/async/AtomCounters/response/{token}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an AtomCounters object by identifier.", - "operationId": "AsyncTokenAtomCounters", - "parameters": [ - { - "name": "token", - "in": "path", - "description": "Takes in the token from a previous call to return a result.", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "counter": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - }, - "xml": { - "name": "AsyncOperationTokenResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "counter": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - }, - "xml": { - "name": "AsyncOperationTokenResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ExecutionArtifacts" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/ExecutionArtifacts" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/async/AtomCounters/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an AtomCounters object by identifier.", - "operationId": "AsyncGetAtomCounters", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "asyncToken", - "responseStatusCode" - ], - "type": "object", - "properties": { - "asyncToken": { - "required": [ - "token" - ], - "type": "object", - "properties": { - "token": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "asyncToken", - "responseStatusCode" - ], - "type": "object", - "properties": { - "asyncToken": { - "required": [ - "token" - ], - "type": "object", - "properties": { - "token": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/async/AtomDiskSpace/response/{token}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an AtomDiskSpace object by identifier.", - "operationId": "AsyncTokenAtomDiskSpace", - "parameters": [ - { - "name": "token", - "in": "path", - "description": "Takes in the token from a previous call to return a result.", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "DiskSpaceDirectory": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "quotaLimit": { - "type": "string", - "xml": { - "attribute": true - } - }, - "rawQuotaLimit": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "rawTotalSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "totalSize": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "AsyncOperationTokenResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "DiskSpaceDirectory": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "quotaLimit": { - "type": "string", - "xml": { - "attribute": true - } - }, - "rawQuotaLimit": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "rawTotalSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "totalSize": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "AsyncOperationTokenResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/ExecutionConnector/query": { + "post": { + "tags": [ + "execution" + ], + "summary": "Queries for an ExecutionConnector object(s).", + "operationId": "QueryExecutionConnector", + "requestBody": { + "description": " Possible properties include: executionId, connectorType, actionType, errorCount, successCount, size, isStartShape, recordType", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ExecutionConnectorQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ExecutionConnectorQueryConfig" + } + } + }, + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/async/AtomDiskSpace/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an AtomDiskSpace object by identifier.", - "operationId": "AsyncGetAtomDiskSpace", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "asyncToken", - "responseStatusCode" - ], - "type": "object", - "properties": { - "asyncToken": { - "required": [ - "token" - ], - "type": "object", - "properties": { - "token": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "asyncToken", - "responseStatusCode" - ], - "type": "object", - "properties": { - "asyncToken": { - "required": [ - "token" - ], - "type": "object", - "properties": { - "token": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/async/AtomSecurityPolicies/response/{token}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an AtomSecurityPolicies object by identifier.", - "operationId": "AsyncTokenAtomSecurityPolicies", - "parameters": [ - { - "name": "token", - "in": "path", - "description": "Takes in the token from a previous call to return a result.", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "atomId", - "common" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "browser": { - "type": "object" - }, - "common": { - "type": "object" - }, - "runner": { - "type": "object" - }, - "worker": { - "type": "object" - } - } - } - } - }, - "xml": { - "name": "AsyncOperationTokenResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "atomId", - "common" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "browser": { - "type": "object" - }, - "common": { - "type": "object" - }, - "runner": { - "type": "object" - }, - "worker": { - "type": "object" - } - } - } - } - }, - "xml": { - "name": "AsyncOperationTokenResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/async/AtomSecurityPolicies/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves an AtomSecurityPolicies object by identifier.", - "operationId": "AsyncGetAtomSecurityPolicies", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "asyncToken", - "responseStatusCode" - ], - "type": "object", - "properties": { - "asyncToken": { - "required": [ - "token" - ], - "type": "object", - "properties": { - "token": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "asyncToken", - "responseStatusCode" - ], - "type": "object", - "properties": { - "asyncToken": { - "required": [ - "token" - ], - "type": "object", - "properties": { - "token": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ExecutionConnectorQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/ExecutionConnectorQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/async/ListQueues/response/{token}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves a ListQueues object by identifier.", - "operationId": "AsyncTokenListQueues", - "parameters": [ - { - "name": "token", - "in": "path", - "description": "Takes in the token from a previous call to return a result.", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "QueueRecord": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - }, - "xml": { - "name": "AsyncOperationTokenResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "QueueRecord": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - }, - "xml": { - "name": "AsyncOperationTokenResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } - }, - "/async/ListQueues/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves a ListQueues object by identifier.", - "operationId": "AsyncGetListQueues", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "asyncToken", - "responseStatusCode" - ], - "type": "object", - "properties": { - "asyncToken": { - "required": [ - "token" - ], - "type": "object", - "properties": { - "token": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "asyncToken", - "responseStatusCode" - ], - "type": "object", - "properties": { - "asyncToken": { - "required": [ - "token" - ], - "type": "object", - "properties": { - "token": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + ] + } + }, + "/ExecutionConnector/queryMore": { + "post": { + "tags": [ + "execution" + ], + "summary": "Retrieves additional results for an ExecutionConnector query.", + "operationId": "QueryMoreExecutionConnector", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/async/ListenerStatus/query": { - "post": { - "tags": [ - "atom" - ], - "summary": "Retrieves a ListenerStatus object by identifier.", - "operationId": "AsyncGetListenerStatus", - "requestBody": { - "description": " Possible properties include: listenerId, containerId", - "content": { - "application/json": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "required": false - }, - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "asyncToken", - "responseStatusCode" - ], - "type": "object", - "properties": { - "asyncToken": { - "required": [ - "token" - ], - "type": "object", - "properties": { - "token": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "asyncToken", - "responseStatusCode" - ], - "type": "object", - "properties": { - "asyncToken": { - "required": [ - "token" - ], - "type": "object", - "properties": { - "token": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/async/ListenerStatus/response/{token}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves a ListenerStatus object by identifier.", - "operationId": "AsyncTokenListenerStatus", - "parameters": [ - { - "name": "token", - "in": "path", - "description": "Takes in the token from a previous call to return a result.", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "listenerId", - "status" - ], - "type": "object", - "properties": { - "connectorType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "listenerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "AsyncOperationTokenResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "listenerId", - "status" - ], - "type": "object", - "properties": { - "connectorType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "listenerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "AsyncOperationTokenResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "security": [ - { - "basicAuth": [] - } - ] - } - }, - "/async/PersistedProcessProperties/response/{token}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves a PersistedProcessProperties object by identifier.", - "operationId": "AsyncTokenPersistedProcessProperties", - "parameters": [ - { - "name": "token", - "in": "path", - "description": "Takes in the token from a previous call to return a result.", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/json": { - "schema": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "atomId" - ], - "type": "object", - "properties": { - "Process": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "AsyncOperationTokenResult", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "application/xml": { - "schema": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "atomId" - ], - "type": "object", - "properties": { - "Process": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "AsyncOperationTokenResult", - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ExecutionConnectorQueryResponse" + } }, - "security": [ - { - "basicAuth": [] - } - ] + "application/json": { + "schema": { + "$ref": "#/components/schemas/ExecutionConnectorQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" } - }, - "/async/PersistedProcessProperties/{id}": { - "get": { - "tags": [ - "atom" - ], - "summary": "Retrieves a PersistedProcessProperties object by identifier.", - "operationId": "AsyncGetPersistedProcessProperties", - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Successful request and response.", - "headers": { - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } - }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } - }, - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } - } - }, - "content": { - "application/xml": { - "schema": { - "required": [ - "asyncToken", - "responseStatusCode" - ], - "type": "object", - "properties": { - "asyncToken": { - "required": [ - "token" - ], - "type": "object", - "properties": { - "token": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - }, - "application/json": { - "schema": { - "required": [ - "asyncToken", - "responseStatusCode" - ], - "type": "object", - "properties": { - "asyncToken": { - "required": [ - "token" - ], - "type": "object", - "properties": { - "token": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "403": { - "description": "Missing or incorrect authentication credentials." - }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." - } - }, - "security": [ - { - "basicAuth": [] - } - ] + }, + "security": [ + { + "basicAuth": [] } + ] } - }, - "components": { - "schemas": { - "AS2BasicAuthInfo": { - "type": "object", - "properties": { - "password": { - "type": "string", - "xml": { - "attribute": true - } - }, - "user": { - "type": "string", - "xml": { - "attribute": true - } - } + }, + "/ExecutionCountAccount/query": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Queries for an ExecutionCountAccount object(s).", + "operationId": "QueryExecutionCountAccount", + "requestBody": { + "description": " Possible properties include: environmentId, atomId, processDate", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ExecutionCountAccountQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ExecutionCountAccountQueryConfig" } + } }, - "AS2CommunicationOptions": { - "type": "object", - "properties": { - "AS2DefaultPartnerSettings": { - "required": [ - "clientSSLCertificate", - "sslCertificate", - "url" - ], - "type": "object", - "properties": { - "AuthSettings": { - "type": "object", - "properties": { - "password": { - "type": "string", - "xml": { - "attribute": true - } - }, - "user": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "authenticationType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "BASIC" - ] - }, - "clientSSLCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "passPhrase": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "sslCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "url": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "useDefaultSettings": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "verifyHostname": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": false - } - } - }, - "AS2ReceiveOptions": { - "required": [ - "AS2DefaultPartnerInfo", - "AS2DefaultPartnerMDNOptions", - "AS2DefaultPartnerMessageOptions", - "AS2MyCompanyInfo" - ], - "type": "object", - "properties": { - "AS2DefaultPartnerInfo": { - "required": [ - "as2Id", - "clientSSLCertificate", - "encryptionPublicCertificate", - "mdnSignaturePublicCertificate", - "signingPublicCertificate" - ], - "type": "object", - "properties": { - "ListenAttachmentSettings": { - "type": "object" - }, - "ListenAuthSettings": { - "type": "object" - }, - "as2Id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "basicAuthEnabled": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": false - }, - "clientSSLCertificate": { - "type": "object" - }, - "enabledLegacySMIME": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "encryptionPublicCertificate": { - "type": "object" - }, - "mdnSignaturePublicCertificate": { - "type": "object" - }, - "messagesToCheckForDuplicates": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "rejectDuplicateMessages": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "signingPublicCertificate": { - "type": "object" - } - } - }, - "AS2DefaultPartnerMDNOptions": { - "required": [ - "externalURL", - "mdnClientSSLCert", - "mdnSSLCert" - ], - "type": "object", - "properties": { - "externalURL": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "mdnClientSSLCert": { - "type": "object" - }, - "mdnDigestAlg": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SHA1", - "SHA224", - "SHA256", - "SHA384", - "SHA512" - ] - }, - "mdnSSLCert": { - "type": "object" - }, - "requestMDN": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "signed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "synchronous": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "sync", - "async" - ] - }, - "useExternalURL": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useSSL": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "AS2DefaultPartnerMessageOptions": { - "required": [ - "subject" - ], - "type": "object", - "properties": { - "attachmentCache": { - "type": "string", - "xml": { - "attribute": true - } - }, - "attachmentOption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "BATCH", - "DOCUMENT_CACHE" - ] - }, - "compressed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "dataContentType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "textplain", - "binary", - "edifact", - "edix12", - "applicationxml", - "textxml" - ] - }, - "encrypted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "encryptionAlgorithm": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "na", - "tripledes", - "des", - "rc2-128", - "rc2-64", - "rc2-40", - "aes-128", - "aes-192", - "aes-256" - ] - }, - "maxDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "multipleAttachments": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "signed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "signingDigestAlg": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SHA1", - "SHA224", - "SHA256", - "SHA384", - "SHA512" - ] - }, - "subject": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "AS2MyCompanyInfo": { - "required": [ - "as2Id", - "encryptionPrivateCertificate", - "mdnSignaturePrivateCertificate", - "signingPrivateCertificate" - ], - "type": "object", - "properties": { - "as2Id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "enabledLegacySMIME": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "encryptionPrivateCertificate": { - "type": "object" - }, - "mdnSignaturePrivateCertificate": { - "type": "object" - }, - "signingPrivateCertificate": { - "type": "object" - } - } - } - } - }, - "AS2SendOptions": { - "required": [ - "AS2MDNOptions", - "AS2MessageOptions" - ], - "type": "object", - "properties": { - "AS2MDNOptions": { - "required": [ - "externalURL", - "mdnClientSSLCert", - "mdnSSLCert" - ], - "type": "object", - "properties": { - "externalURL": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "mdnClientSSLCert": { - "type": "object" - }, - "mdnDigestAlg": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SHA1", - "SHA224", - "SHA256", - "SHA384", - "SHA512" - ] - }, - "mdnSSLCert": { - "type": "object" - }, - "requestMDN": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "signed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "synchronous": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "sync", - "async" - ] - }, - "useExternalURL": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useSSL": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "AS2MessageOptions": { - "required": [ - "subject" - ], - "type": "object", - "properties": { - "attachmentCache": { - "type": "string", - "xml": { - "attribute": true - } - }, - "attachmentOption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "BATCH", - "DOCUMENT_CACHE" - ] - }, - "compressed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "dataContentType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "textplain", - "binary", - "edifact", - "edix12", - "applicationxml", - "textxml" - ] - }, - "encrypted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "encryptionAlgorithm": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "na", - "tripledes", - "des", - "rc2-128", - "rc2-64", - "rc2-40", - "aes-128", - "aes-192", - "aes-256" - ] - }, - "maxDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "multipleAttachments": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "signed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "signingDigestAlg": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SHA1", - "SHA224", - "SHA256", - "SHA384", - "SHA512" - ] - }, - "subject": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "AS2PartnerInfo": { - "required": [ - "as2Id", - "clientSSLCertificate", - "encryptionPublicCertificate", - "mdnSignaturePublicCertificate", - "signingPublicCertificate" - ], - "type": "object", - "properties": { - "ListenAttachmentSettings": { - "type": "object" - }, - "ListenAuthSettings": { - "type": "object" - }, - "as2Id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "basicAuthEnabled": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": false - }, - "clientSSLCertificate": { - "type": "object" - }, - "enabledLegacySMIME": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "encryptionPublicCertificate": { - "type": "object" - }, - "mdnSignaturePublicCertificate": { - "type": "object" - }, - "messagesToCheckForDuplicates": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "rejectDuplicateMessages": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "signingPublicCertificate": { - "type": "object" - } - } - } - } - }, - "AS2SendSettings": { - "required": [ - "clientSSLCertificate", - "sslCertificate", - "url" - ], - "type": "object", - "properties": { - "AuthSettings": { - "type": "object", - "properties": { - "password": { - "type": "string", - "xml": { - "attribute": true - } - }, - "user": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "authenticationType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "BASIC" - ] - }, - "clientSSLCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "passPhrase": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "sslCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "url": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "useDefaultSettings": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "verifyHostname": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": false - } - } - }, - "CommunicationSetting": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "default", - "custom", - "component" - ] - }, - "SharedCommunicationChannel": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ExecutionCountAccountQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ExecutionCountAccountQueryResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ExecutionCountAccount/queryMore": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Retrieves additional results for an ExecutionCountAccount query.", + "operationId": "QueryMoreExecutionCountAccount", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } + } }, - "AS2ConnectorRecord": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "as2FromId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "as2ToId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "contentLength": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object", - "properties": { - "fields": { - "type": "array", - "items": { - "type": "object" - } - } - }, - "xml": { - "name": "customFields", - "namespace": "http://api.platform.boomi.com/" - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "filename": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "mdnMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "mimetype": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "subject": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "AS2ConnectorRecordExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - }, - "AS2ConnectorRecordGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ExecutionCountAccountQueryResponse" + } }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/ExecutionCountAccountQueryResponse" + } } + } }, - "AS2ConnectorRecordQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ExecutionCountAccountGroup/query": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Queries for an ExecutionCountAccountGroup object(s).", + "operationId": "QueryExecutionCountAccountGroup", + "requestBody": { + "description": " Possible properties include: accountGroupId, processDate", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ExecutionCountAccountGroupQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ExecutionCountAccountGroupQueryConfig" } + } }, - "AS2ConnectorRecordQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "as2FromId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "as2ToId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "contentLength": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object", - "properties": { - "fields": { - "type": "array", - "items": { - "type": "object" - } - } - }, - "xml": { - "name": "customFields", - "namespace": "http://api.platform.boomi.com/" - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "filename": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "mdnMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "mimetype": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "subject": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "AS2ConnectorRecordSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ExecutionCountAccountGroupQueryResponse" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/ExecutionCountAccountGroupQueryResponse" + } } + } }, - "AS2MDNOptions": { - "required": [ - "externalURL", - "mdnClientSSLCert", - "mdnSSLCert" - ], - "type": "object", - "properties": { - "externalURL": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "mdnClientSSLCert": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "passPhrase": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "mdnDigestAlg": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SHA1", - "SHA224", - "SHA256", - "SHA384", - "SHA512" - ] - }, - "mdnSSLCert": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "requestMDN": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "signed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "synchronous": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "sync", - "async" - ] - }, - "useExternalURL": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useSSL": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "AS2MessageOptions": { - "required": [ - "subject" - ], - "type": "object", - "properties": { - "attachmentCache": { - "type": "string", - "xml": { - "attribute": true - } - }, - "attachmentOption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "BATCH", - "DOCUMENT_CACHE" - ] - }, - "compressed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "dataContentType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "textplain", - "binary", - "edifact", - "edix12", - "applicationxml", - "textxml" - ] - }, - "encrypted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "encryptionAlgorithm": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "na", - "tripledes", - "des", - "rc2-128", - "rc2-64", - "rc2-40", - "aes-128", - "aes-192", - "aes-256" - ] - }, - "maxDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "multipleAttachments": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "signed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "signingDigestAlg": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SHA1", - "SHA224", - "SHA256", - "SHA384", - "SHA512" - ] - }, - "subject": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "AS2MyCompanyInfo": { - "required": [ - "as2Id", - "encryptionPrivateCertificate", - "mdnSignaturePrivateCertificate", - "signingPrivateCertificate" - ], - "type": "object", - "properties": { - "as2Id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "enabledLegacySMIME": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "encryptionPrivateCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "passPhrase": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "mdnSignaturePrivateCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "passPhrase": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "signingPrivateCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "passPhrase": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ExecutionCountAccountGroup/queryMore": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Retrieves additional results for an ExecutionCountAccountGroup query.", + "operationId": "QueryMoreExecutionCountAccountGroup", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } + } }, - "AS2PartnerInfo": { - "required": [ - "as2Id", - "clientSSLCertificate", - "encryptionPublicCertificate", - "mdnSignaturePublicCertificate", - "signingPublicCertificate" - ], - "type": "object", - "properties": { - "ListenAttachmentSettings": { - "type": "object", - "properties": { - "attachmentCache": { - "type": "string", - "xml": { - "attribute": true - } - }, - "attachmentContentType": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "enum": [ - "application/xml", - "application/pdf", - "application/msword", - "image/tiff", - "image/jpeg", - "text/plain" - ] - }, - "default": "application/xml" - }, - "multipleAttachments": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "ListenAuthSettings": { - "type": "object", - "properties": { - "password": { - "type": "string", - "xml": { - "attribute": true - } - }, - "user": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "as2Id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "basicAuthEnabled": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": false - }, - "clientSSLCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "enabledLegacySMIME": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "encryptionPublicCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "mdnSignaturePublicCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "messagesToCheckForDuplicates": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "rejectDuplicateMessages": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "signingPublicCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "AS2ReceiveOptions": { - "required": [ - "AS2DefaultPartnerInfo", - "AS2DefaultPartnerMDNOptions", - "AS2DefaultPartnerMessageOptions", - "AS2MyCompanyInfo" - ], - "type": "object", - "properties": { - "AS2DefaultPartnerInfo": { - "required": [ - "as2Id", - "clientSSLCertificate", - "encryptionPublicCertificate", - "mdnSignaturePublicCertificate", - "signingPublicCertificate" - ], - "type": "object", - "properties": { - "ListenAttachmentSettings": { - "type": "object", - "properties": { - "attachmentCache": { - "type": "string", - "xml": { - "attribute": true - } - }, - "attachmentContentType": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "enum": [ - "application/xml", - "application/pdf", - "application/msword", - "image/tiff", - "image/jpeg", - "text/plain" - ] - }, - "default": "application/xml" - }, - "multipleAttachments": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "ListenAuthSettings": { - "type": "object", - "properties": { - "password": { - "type": "string", - "xml": { - "attribute": true - } - }, - "user": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "as2Id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "basicAuthEnabled": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": false - }, - "clientSSLCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "enabledLegacySMIME": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "encryptionPublicCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "mdnSignaturePublicCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "messagesToCheckForDuplicates": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "rejectDuplicateMessages": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "signingPublicCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "AS2DefaultPartnerMDNOptions": { - "required": [ - "externalURL", - "mdnClientSSLCert", - "mdnSSLCert" - ], - "type": "object", - "properties": { - "externalURL": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "mdnClientSSLCert": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "passPhrase": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "mdnDigestAlg": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SHA1", - "SHA224", - "SHA256", - "SHA384", - "SHA512" - ] - }, - "mdnSSLCert": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "requestMDN": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "signed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "synchronous": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "sync", - "async" - ] - }, - "useExternalURL": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useSSL": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "AS2DefaultPartnerMessageOptions": { - "required": [ - "subject" - ], - "type": "object", - "properties": { - "attachmentCache": { - "type": "string", - "xml": { - "attribute": true - } - }, - "attachmentOption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "BATCH", - "DOCUMENT_CACHE" - ] - }, - "compressed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "dataContentType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "textplain", - "binary", - "edifact", - "edix12", - "applicationxml", - "textxml" - ] - }, - "encrypted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "encryptionAlgorithm": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "na", - "tripledes", - "des", - "rc2-128", - "rc2-64", - "rc2-40", - "aes-128", - "aes-192", - "aes-256" - ] - }, - "maxDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "multipleAttachments": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "signed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "signingDigestAlg": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SHA1", - "SHA224", - "SHA256", - "SHA384", - "SHA512" - ] - }, - "subject": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "AS2MyCompanyInfo": { - "required": [ - "as2Id", - "encryptionPrivateCertificate", - "mdnSignaturePrivateCertificate", - "signingPrivateCertificate" - ], - "type": "object", - "properties": { - "as2Id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "enabledLegacySMIME": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "encryptionPrivateCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "passPhrase": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "mdnSignaturePrivateCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "passPhrase": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "signingPrivateCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "passPhrase": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ExecutionCountAccountGroupQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ExecutionCountAccountGroupQueryResponse" + } } + } }, - "AS2SendOptions": { - "required": [ - "AS2MDNOptions", - "AS2MessageOptions" - ], - "type": "object", - "properties": { - "AS2MDNOptions": { - "required": [ - "externalURL", - "mdnClientSSLCert", - "mdnSSLCert" - ], - "type": "object", - "properties": { - "externalURL": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "mdnClientSSLCert": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "passPhrase": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "mdnDigestAlg": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SHA1", - "SHA224", - "SHA256", - "SHA384", - "SHA512" - ] - }, - "mdnSSLCert": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "requestMDN": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "signed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "synchronous": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "sync", - "async" - ] - }, - "useExternalURL": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useSSL": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "AS2MessageOptions": { - "required": [ - "subject" - ], - "type": "object", - "properties": { - "attachmentCache": { - "type": "string", - "xml": { - "attribute": true - } - }, - "attachmentOption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "BATCH", - "DOCUMENT_CACHE" - ] - }, - "compressed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "dataContentType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "textplain", - "binary", - "edifact", - "edix12", - "applicationxml", - "textxml" - ] - }, - "encrypted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "encryptionAlgorithm": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "na", - "tripledes", - "des", - "rc2-128", - "rc2-64", - "rc2-40", - "aes-128", - "aes-192", - "aes-256" - ] - }, - "maxDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "multipleAttachments": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "signed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "signingDigestAlg": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SHA1", - "SHA224", - "SHA256", - "SHA384", - "SHA512" - ] - }, - "subject": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "AS2PartnerInfo": { - "required": [ - "as2Id", - "clientSSLCertificate", - "encryptionPublicCertificate", - "mdnSignaturePublicCertificate", - "signingPublicCertificate" - ], - "type": "object", - "properties": { - "ListenAttachmentSettings": { - "type": "object", - "properties": { - "attachmentCache": { - "type": "string", - "xml": { - "attribute": true - } - }, - "attachmentContentType": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "enum": [ - "application/xml", - "application/pdf", - "application/msword", - "image/tiff", - "image/jpeg", - "text/plain" - ] - }, - "default": "application/xml" - }, - "multipleAttachments": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "ListenAuthSettings": { - "type": "object", - "properties": { - "password": { - "type": "string", - "xml": { - "attribute": true - } - }, - "user": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "as2Id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "basicAuthEnabled": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": false - }, - "clientSSLCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "enabledLegacySMIME": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "encryptionPublicCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "mdnSignaturePublicCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "messagesToCheckForDuplicates": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "rejectDuplicateMessages": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "signingPublicCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "AS2SendSettings": { - "required": [ - "clientSSLCertificate", - "sslCertificate", - "url" - ], - "type": "object", - "properties": { - "AuthSettings": { - "type": "object", - "properties": { - "password": { - "type": "string", - "xml": { - "attribute": true - } - }, - "user": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "authenticationType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "BASIC" - ] - }, - "clientSSLCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "passPhrase": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "sslCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "url": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "useDefaultSettings": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "verifyHostname": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": false - } - } + "410": { + "$ref": "#/components/responses/410" }, - "Account": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateCreated": { - "type": "string", - "xml": { - "attribute": true - } - }, - "expirationDate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "licensing": { - "type": "object", - "properties": { - "enterprise": { - "type": "object", - "properties": { - "purchased": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "used": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "enterpriseTest": { - "type": "object", - "properties": { - "purchased": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "used": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "smallBusiness": { - "type": "object", - "properties": { - "purchased": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "used": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "smallBusinessTest": { - "type": "object", - "properties": { - "purchased": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "used": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "standard": { - "type": "object", - "properties": { - "purchased": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "used": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "standardTest": { - "type": "object", - "properties": { - "purchased": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "used": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "tradingPartner": { - "type": "object", - "properties": { - "purchased": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "used": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "tradingPartnerTest": { - "type": "object", - "properties": { - "purchased": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "used": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - }, - "molecule": { - "type": "object", - "properties": { - "purchased": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "used": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "overDeployed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "trial", - "active", - "suspended", - "deleted", - "unlimited" - ] - }, - "suggestionsEnabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "supportAccess": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "supportLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "standard", - "premier" - ] - }, - "widgetAccount": { - "type": "boolean", - "xml": { - "attribute": true - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ExecutionRecord/query": { + "post": { + "tags": [ + "execution" + ], + "summary": "Queries for an ExecutionRecord object(s).", + "operationId": "QueryExecutionRecord", + "requestBody": { + "description": " Possible properties include: executionId, originalExecutionId, account, executionTime, status, executionType, processName, processId, atomName, atomId, inboundDocumentCount, outboundDocumentCount, executionDuration, message, reportKey, launcherId, nodeId, recordedDate", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ExecutionRecordQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ExecutionRecordQueryConfig" } + } }, - "AccountBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "AccountBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateCreated": { - "type": "string", - "xml": { - "attribute": true - } - }, - "expirationDate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "licensing": { - "type": "object", - "properties": { - "enterprise": { - "type": "object" - }, - "enterpriseTest": { - "type": "object" - }, - "smallBusiness": { - "type": "object" - }, - "smallBusinessTest": { - "type": "object" - }, - "standard": { - "type": "object" - }, - "standardTest": { - "type": "object" - }, - "tradingPartner": { - "type": "object" - }, - "tradingPartnerTest": { - "type": "object" - } - } - }, - "molecule": { - "type": "object", - "properties": { - "purchased": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "used": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "overDeployed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "trial", - "active", - "suspended", - "deleted", - "unlimited" - ] - }, - "suggestionsEnabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "supportAccess": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "supportLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "standard", - "premier" - ] - }, - "widgetAccount": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ExecutionRecordQueryResponse" + } }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/ExecutionRecordQueryResponse" + } } + } }, - "AccountCloudAttachmentProperties": { - "type": "object", - "properties": { - "accountDiskUsage": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "as2Workload": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GENERAL", - "LOW_LATENCY_DEBUG" - ] - }, - "atomInputSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "atomOutputOverflowSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "atomWorkingOverflowSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "cloudAccountExecutionLimit": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "cloudAccountExecutionWarningOffset": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "downloadRunnerlogs": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "enableAccountDataArchiving": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "enableAtomWorkerWarmup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "flowControlParallelProcessTypeOverride": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "THREADS", - "PROCESSES" - ] - }, - "httpRequestRate": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpWorkload": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GENERAL", - "LOW_LATENCY_DEBUG", - "LOW_LATENCY" - ] - }, - "listenerMaxConcurrentExecutions": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "maxConnectorTrackDocs": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "minNumberofAtomWorkers": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "numberofAtomWorkers": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queueIncomingMessageRateLimit": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "sessionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "testModeMaxDocBytes": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "testModeMaxDocs": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerElasticScalingThreshold": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerMaxExecutionTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "workerMaxGeneralExecutionTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "workerMaxQueuedExecutions": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerMaxRunningExecutions": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerQueuedExecutionTimeout": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ExecutionRecord/queryMore": { + "post": { + "tags": [ + "execution" + ], + "summary": "Retrieves additional results for an ExecutionRecord query.", + "operationId": "QueryMoreExecutionRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } + } }, - "AccountCloudAttachmentPropertiesAsyncResponse": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountDiskUsage": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "as2Workload": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GENERAL", - "LOW_LATENCY_DEBUG" - ] - }, - "atomInputSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "atomOutputOverflowSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "atomWorkingOverflowSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "cloudAccountExecutionLimit": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "cloudAccountExecutionWarningOffset": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "downloadRunnerlogs": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "enableAccountDataArchiving": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "enableAtomWorkerWarmup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "flowControlParallelProcessTypeOverride": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "THREADS", - "PROCESSES" - ] - }, - "httpRequestRate": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpWorkload": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GENERAL", - "LOW_LATENCY_DEBUG", - "LOW_LATENCY" - ] - }, - "listenerMaxConcurrentExecutions": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "maxConnectorTrackDocs": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "minNumberofAtomWorkers": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "numberofAtomWorkers": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queueIncomingMessageRateLimit": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "sessionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "testModeMaxDocBytes": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "testModeMaxDocs": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerElasticScalingThreshold": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerMaxExecutionTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "workerMaxGeneralExecutionTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "workerMaxQueuedExecutions": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerMaxRunningExecutions": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "workerQueuedExecutionTimeout": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "AsyncOperationTokenResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ExecutionRecordQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ExecutionRecordQueryResponse" + } } + } }, - "AccountCloudAttachmentQuota": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxAtomAttachment": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ExecutionRequest": { + "post": { + "tags": [ + "execution" + ], + "summary": "Creates an ExecutionRequest object.", + "operationId": "CreateExecutionRequest", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ExecutionRequest" } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ExecutionRequest" + } + } }, - "AccountCloudAttachmentQuotaBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "AccountCloudAttachmentQuotaBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxAtomAttachment": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ExecutionRequest" + } }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/ExecutionRequest" + } } + } }, - "AccountExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ACCOUNTID", - "DATECREATED", - "EXPIRATIONDATE", - "NAME", - "STATUS", - "WIDGETACCOUNT", - "OVERDEPLOYED" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "AccountGroup": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "autoSubscribeAlertLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "info", - "warning", - "error" - ] - }, - "defaultGroup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ExecutionSummaryRecord/query": { + "post": { + "tags": [ + "execution" + ], + "summary": "Queries for an ExecutionSummaryRecord object(s).", + "operationId": "QueryExecutionSummaryRecord", + "requestBody": { + "description": " Possible properties include: processId, timeBlock, atomId, status, reportKey, launcherId", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ExecutionSummaryRecordQueryConfig" } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ExecutionSummaryRecordQueryConfig" + } + } }, - "AccountGroupAccount": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ExecutionSummaryRecordQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ExecutionSummaryRecordQueryResponse" + } + } + } }, - "AccountGroupAccountExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountGroupId", - "accountId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "AccountGroupAccountGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountGroupId", - "accountId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ExecutionSummaryRecord/queryMore": { + "post": { + "tags": [ + "execution" + ], + "summary": "Retrieves additional results for an ExecutionSummaryRecord query.", + "operationId": "QueryMoreExecutionSummaryRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } + } }, - "AccountGroupAccountQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountGroupId", - "accountId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "AccountGroupAccountQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ExecutionSummaryRecordQueryResponse" + } }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/ExecutionSummaryRecordQueryResponse" + } } + } }, - "AccountGroupAccountSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountGroupId", - "accountId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Folder": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a Folder object.", + "operationId": "CreateFolder", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Folder" } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Folder" + } + } }, - "AccountGroupBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "AccountGroupBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "autoSubscribeAlertLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "info", - "warning", - "error" - ] - }, - "defaultGroup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Folder" + } }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/Folder" + } } + } }, - "AccountGroupExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "id", - "accountId", - "name", - "defaultGroup", - "autoSubscribeAlertLevel" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "AccountGroupGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "id", - "accountId", - "name", - "defaultGroup", - "autoSubscribeAlertLevel" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "410": { + "$ref": "#/components/responses/410" }, - "AccountGroupQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "id", - "accountId", - "name", - "defaultGroup", - "autoSubscribeAlertLevel" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Folder/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple Folder objects by identifier.", + "operationId": "BulkFolder", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/FolderBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/FolderBulkRequest" } + } }, - "AccountGroupQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "autoSubscribeAlertLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "info", - "warning", - "error" - ] - }, - "defaultGroup": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "AccountGroupSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "id", - "accountId", - "name", - "defaultGroup", - "autoSubscribeAlertLevel" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/FolderBulkResponse" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/FolderBulkResponse" + } } + } }, - "AccountGroupUserRole": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "firstName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lastName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "notifyUser": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "AccountGroupUserRoleExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountGroupId", - "userId", - "roleId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "410": { + "$ref": "#/components/responses/410" }, - "AccountGroupUserRoleGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountGroupId", - "userId", - "roleId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Folder/query": { + "post": { + "tags": [ + "component" + ], + "summary": "Queries for a Folder object(s).", + "operationId": "QueryFolder", + "requestBody": { + "description": " Possible properties include: accountId, id, name, fullPath, deleted, parentId, parentName, permittedRoles", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/FolderQueryConfig" } - }, - "AccountGroupUserRoleQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountGroupId", - "userId", - "roleId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/FolderQueryConfig" } + } }, - "AccountGroupUserRoleQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "firstName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lastName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "notifyUser": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "AccountGroupUserRoleSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountGroupId", - "userId", - "roleId" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/FolderQueryResponse" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/FolderQueryResponse" + } } + } }, - "AccountGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ACCOUNTID", - "DATECREATED", - "EXPIRATIONDATE", - "NAME", - "STATUS", - "WIDGETACCOUNT", - "OVERDEPLOYED" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Folder/queryMore": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves additional results for a Folder query.", + "operationId": "QueryMoreFolder", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } + } }, - "AccountQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ACCOUNTID", - "DATECREATED", - "EXPIRATIONDATE", - "NAME", - "STATUS", - "WIDGETACCOUNT", - "OVERDEPLOYED" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "AccountQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateCreated": { - "type": "string", - "xml": { - "attribute": true - } - }, - "expirationDate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "licensing": { - "type": "object", - "properties": { - "enterprise": { - "type": "object" - }, - "enterpriseTest": { - "type": "object" - }, - "smallBusiness": { - "type": "object" - }, - "smallBusinessTest": { - "type": "object" - }, - "standard": { - "type": "object" - }, - "standardTest": { - "type": "object" - }, - "tradingPartner": { - "type": "object" - }, - "tradingPartnerTest": { - "type": "object" - } - } - }, - "molecule": { - "type": "object", - "properties": { - "purchased": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "used": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "overDeployed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "trial", - "active", - "suspended", - "deleted", - "unlimited" - ] - }, - "suggestionsEnabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "supportAccess": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "supportLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "standard", - "premier" - ] - }, - "widgetAccount": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/FolderQueryResponse" + } }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/FolderQueryResponse" + } } + } }, - "AccountSSOConfig": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "assertionEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "authnContext": { - "type": "string", - "xml": { - "attribute": true - } - }, - "authnContextComparison": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certInfo": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "enabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fedIdFromNameId": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "idpUrl": { - "type": "string", - "xml": { - "attribute": true - } - }, - "nameIdPolicy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signoutRedirectUrl": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "AccountSSOConfigBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Folder/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a Folder object.", + "operationId": "GetFolder", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Folder" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/Folder" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "component" + ], + "summary": "Modifies or updates a Folder object.", + "operationId": "UpdateFolder", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Folder" } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Folder" + } + } }, - "AccountSSOConfigBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "assertionEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "authnContext": { - "type": "string", - "xml": { - "attribute": true - } - }, - "authnContextComparison": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certInfo": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "enabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fedIdFromNameId": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "idpUrl": { - "type": "string", - "xml": { - "attribute": true - } - }, - "nameIdPolicy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signoutRedirectUrl": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "AccountSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ACCOUNTID", - "DATECREATED", - "EXPIRATIONDATE", - "NAME", - "STATUS", - "WIDGETACCOUNT", - "OVERDEPLOYED" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Folder" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/Folder" + } } + } }, - "AccountUserFederation": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "federationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "AccountUserFederationExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountId", - "userId", - "federationId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "410": { + "$ref": "#/components/responses/410" }, - "AccountUserFederationGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountId", - "userId", - "federationId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "component" + ], + "summary": "Deletes a Folder object.", + "operationId": "DeleteFolder", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } }, - "AccountUserFederationQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountId", - "userId", - "federationId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/GenericConnectorRecord/bulk": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves multiple GenericConnectorRecord objects by identifier.", + "operationId": "BulkGenericConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/GenericConnectorRecordBulkRequest" } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/GenericConnectorRecordBulkRequest" + } + } }, - "AccountUserFederationQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "federationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "AccountUserFederationSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountId", - "userId", - "federationId" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/GenericConnectorRecordBulkResponse" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/GenericConnectorRecordBulkResponse" + } } + } }, - "AccountUserRole": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "firstName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lastName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "notifyUser": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "AccountUserRoleExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountId", - "userId", - "roleId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "410": { + "$ref": "#/components/responses/410" }, - "AccountUserRoleGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountId", - "userId", - "roleId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/GenericConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for a GenericConnectorRecord object(s).", + "operationId": "QueryGenericConnectorRecord", + "requestBody": { + "description": " Possible properties include: id, executionConnectorId, executionId, connectionId, operationId, actionType, connectorType, atomId, dateProcessed, connectionName, operationName, errorMessage, status, documentIndex, incrementalDocumentIndex, size, startShape, retryable", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/GenericConnectorRecordQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/GenericConnectorRecordQueryConfig" } + } }, - "AccountUserRoleQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountId", - "userId", - "roleId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - }, - "AccountUserRoleQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "firstName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lastName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "notifyUser": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "AccountUserRoleSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountId", - "userId", - "roleId" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/GenericConnectorRecordQueryResponse" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/GenericConnectorRecordQueryResponse" + } } + } }, - "AllDocuments": { - "type": "object", - "properties": { - "documentStatus": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ANY", - "SUCCESS", - "ERROR" - ] - } - } + "403": { + "$ref": "#/components/responses/403" }, - "ApiUsageCount": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "PROD", - "TEST" - ] - }, - "errorCount": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "processDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "successCount": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "ApiUsageCountExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "processDate", - "classification", - "successCount", - "errorCount" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/GenericConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for a GenericConnectorRecord query.", + "operationId": "QueryMoreGenericConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } }, - "ApiUsageCountGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "processDate", - "classification", - "successCount", - "errorCount" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "ApiUsageCountQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "processDate", - "classification", - "successCount", - "errorCount" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/GenericConnectorRecordQueryResponse" + } }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/GenericConnectorRecordQueryResponse" + } } + } }, - "ApiUsageCountQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "PROD", - "TEST" - ] - }, - "errorCount": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "processDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "successCount": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/GenericConnectorRecord/{id}": { + "get": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves an instance of a GenericConnectorRecord object.", + "operationId": "GetGenericConnectorRecord", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/GenericConnectorRecord" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/GenericConnectorRecord" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/GetAssignableRoles": { + "get": { + "tags": [ + "account" + ], + "summary": "", + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Roles" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Roles" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/HL7ConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for a HL7ConnectorRecord object(s).", + "operationId": "QueryHL7ConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HL7ConnectorRecordQueryConfig" } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HL7ConnectorRecordQueryConfig" + } + } }, - "ApiUsageCountSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "processDate", - "classification", - "successCount", - "errorCount" - ] - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "AsyncOperationTokenResult": { - "required": [ - "asyncToken", - "responseStatusCode" - ], - "type": "object", - "properties": { - "asyncToken": { - "required": [ - "token" - ], - "type": "object", - "properties": { - "token": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HL7ConnectorRecordQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/HL7ConnectorRecordQueryResponse" + } } + } }, - "AsyncToken": { - "required": [ - "token" - ], - "type": "object", - "properties": { - "token": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "Atom": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudOwnerName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cluster": { - "type": "object", - "properties": { - "node": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "clusterProblem", - "hostName", - "nodeId", - "status" - ], - "type": "object", - "properties": { - "clusterProblem": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "hostName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "nodeId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "status": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateInstalled": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "forceRestartTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "hostName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "instanceId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "isCloudAttachment": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "purgeImmediate": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] - } - } + "410": { + "$ref": "#/components/responses/410" }, - "AtomAS2Artifacts": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "logDate": { - "type": "string", - "xml": { - "attribute": true - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/HL7ConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for a HL7ConnectorRecord query.", + "operationId": "QueryMoreHL7ConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } + } }, - "AtomBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "AtomBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudOwnerName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cluster": { - "type": "object", - "properties": { - "node": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateInstalled": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "forceRestartTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "hostName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "instanceId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "isCloudAttachment": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "purgeImmediate": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HL7ConnectorRecordQueryResponse" + } }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/HL7ConnectorRecordQueryResponse" + } } + } }, - "AtomConnectionFieldExtensionSummary": { - "required": [ - "field" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "field": { - "type": "object", - "allOf": [ - { - "type": "object", - "properties": { - "componentOverride": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "customProperties": { - "type": "object" - }, - "encryptedValueSet": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useDefault": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "usesEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - { - "type": "object", - "properties": { - "oauth2AuthorizationUrl": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "AtomConnectionFieldExtensionSummaryExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "atomId", - "extensionGroupId", - "connectionId", - "fieldId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "410": { + "$ref": "#/components/responses/410" }, - "AtomConnectionFieldExtensionSummaryGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "atomId", - "extensionGroupId", - "connectionId", - "fieldId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/InstallerToken": { + "post": { + "tags": [ + "atom" + ], + "summary": "Creates an InstallerToken object.", + "operationId": "CreateInstallerToken", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InstallerToken" } - }, - "AtomConnectionFieldExtensionSummaryQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "atomId", - "extensionGroupId", - "connectionId", - "fieldId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/InstallerToken" } + } }, - "AtomConnectionFieldExtensionSummaryQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "field" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "field": { - "type": "object", - "allOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "AtomConnectionFieldExtensionSummarySimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "atomId", - "extensionGroupId", - "connectionId", - "fieldId" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/InstallerToken" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/InstallerToken" + } } + } }, - "AtomConnectorVersions": { - "type": "object", - "properties": { - "ConnectorVersion": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "version": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPack/bulk": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves multiple IntegrationPack objects by identifier.", + "operationId": "BulkIntegrationPack", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackBulkRequest" } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackBulkRequest" + } + } }, - "AtomConnectorVersionsBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "AtomConnectorVersionsBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "ConnectorVersion": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "version": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackBulkResponse" + } }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackBulkResponse" + } } + } }, - "AtomCounters": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "counter": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPack/query": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Queries for an IntegrationPack object(s).", + "operationId": "QueryIntegrationPack", + "requestBody": { + "description": " Possible properties include: name, id, installationType", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackQueryConfig" } + } }, - "AtomCountersAsyncResponse": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "counter": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "AsyncOperationTokenResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackQueryResponse" + } } + } }, - "AtomDiskSpace": { - "type": "object", - "properties": { - "DiskSpaceDirectory": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "file": { - "type": "string", - "xml": { - "attribute": true - } - }, - "rawSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "size": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "quotaLimit": { - "type": "string", - "xml": { - "attribute": true - } - }, - "rawQuotaLimit": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "rawTotalSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "totalSize": { - "type": "string", - "xml": { - "attribute": true - } - } + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPack/queryMore": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves additional results for an IntegrationPack query.", + "operationId": "QueryMoreIntegrationPack", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } + } }, - "AtomDiskSpaceAsyncResponse": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "DiskSpaceDirectory": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "file": { - "type": "string", - "xml": { - "attribute": true - } - }, - "rawSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "size": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "quotaLimit": { - "type": "string", - "xml": { - "attribute": true - } - }, - "rawQuotaLimit": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "rawTotalSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "totalSize": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "AsyncOperationTokenResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "AtomDiskSpaceDirectory": { - "type": "object", - "properties": { - "file": { - "type": "string", - "xml": { - "attribute": true - } - }, - "rawSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "size": { - "type": "string", - "xml": { - "attribute": true - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackQueryResponse" + } } + } }, - "AtomExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "NOT_EQUALS", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "id", - "hostname", - "status", - "type", - "capabilities" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "AtomGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "NOT_EQUALS", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "id", - "hostname", - "status", - "type", - "capabilities" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "410": { + "$ref": "#/components/responses/410" }, - "AtomLog": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "includeBin": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "logDate": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPack/{id}": { + "get": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves an instance of an IntegrationPack object.", + "operationId": "GetIntegrationPack", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/IntegrationPack" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/IntegrationPack" + } + } + } }, - "AtomPurge": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - } + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackAtomAttachment": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Creates an IntegrationPackAtomAttachment object.", + "operationId": "CreateIntegrationPackAtomAttachment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackAtomAttachment" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackAtomAttachment" } + } }, - "AtomQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "NOT_EQUALS", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "id", - "hostname", - "status", - "type", - "capabilities" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "AtomQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "capabilities": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "enum": [ - "GATEWAY", - "BROKER" - ] - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudMoleculeName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudOwnerName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cluster": { - "type": "object", - "properties": { - "node": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateInstalled": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "forceRestartTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "hostName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "instanceId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "isCloudAttachment": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "purgeHistoryDays": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "purgeImmediate": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UNKNOWN", - "ONLINE", - "WARNING", - "OFFLINE" - ] - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CLOUD", - "MOLECULE", - "ATOM" - ] - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackAtomAttachment" + } }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackAtomAttachment" + } } + } }, - "AtomSecurityPolicies": { - "required": [ - "atomId", - "common" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "browser": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "privilegeType" - ], - "type": "object", - "properties": { - "arguments": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "privilegeType": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "common": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "privilegeType" - ], - "type": "object", - "properties": { - "arguments": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "privilegeType": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "runner": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "privilegeType" - ], - "type": "object", - "properties": { - "arguments": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "privilegeType": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "worker": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "privilegeType" - ], - "type": "object", - "properties": { - "arguments": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "privilegeType": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "AtomSecurityPoliciesAsyncResponse": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "atomId", - "common" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "browser": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "common": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "runner": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "worker": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - } - } - }, - "xml": { - "name": "AsyncOperationTokenResult", - "namespace": "http://api.platform.boomi.com/" - } + "410": { + "$ref": "#/components/responses/410" }, - "AtomSecurityPoliciesType": { - "type": "object", - "properties": { - "policies": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "privilegeType" - ], - "type": "object", - "properties": { - "arguments": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "value" - ], - "type": "object", - "properties": { - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "privilegeType": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackAtomAttachment/query": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Queries for an IntegrationPackAtomAttachment object(s).", + "operationId": "QueryIntegrationPackAtomAttachment", + "requestBody": { + "description": " Possible properties include: atomId, integrationPackInstanceId", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackAtomAttachmentQueryConfig" } - }, - "AtomSecurityPolicy": { - "required": [ - "privilegeType" - ], - "type": "object", - "properties": { - "arguments": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "value" - ], - "type": "object", - "properties": { - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "privilegeType": { - "type": "string", - "xml": { - "attribute": true - } - } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackAtomAttachmentQueryConfig" } + } }, - "AtomSecurityPolicyArgumentType": { - "required": [ - "value" - ], - "type": "object", - "properties": { - "value": { - "type": "string", - "xml": { - "attribute": true - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "AtomSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "NOT_EQUALS", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "id", - "hostname", - "status", - "type", - "capabilities" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackAtomAttachmentQueryResponse" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackAtomAttachmentQueryResponse" + } } + } }, - "AtomStartupProperties": { - "type": "object", - "properties": { - "Property": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackAtomAttachment/queryMore": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves additional results for an IntegrationPackAtomAttachment query.", + "operationId": "QueryMoreIntegrationPackAtomAttachment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } + } }, - "AtomStartupPropertiesBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "AtomStartupPropertiesBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "Property": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackAtomAttachmentQueryResponse" + } }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackAtomAttachmentQueryResponse" + } } + } }, - "AtomWorkerLog": { - "type": "object", - "properties": { - "workerId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "AttachmentInfo": { - "type": "object", - "properties": { - "attachmentCache": { - "type": "string", - "xml": { - "attribute": true - } - }, - "attachmentContentType": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "enum": [ - "application/xml", - "application/pdf", - "application/msword", - "image/tiff", - "image/jpeg", - "text/plain" - ] - }, - "default": "application/xml" - }, - "multipleAttachments": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "AuditLog": { - "type": "object", - "properties": { - "AuditLogProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "previousValue": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "action": { - "type": "string", - "xml": { - "attribute": true - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "documentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "level": { - "type": "string", - "xml": { - "attribute": true - } - }, - "message": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "source": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackAtomAttachment/{id}": { + "delete": { + "tags": [ + "integrationpack" + ], + "summary": "Deletes an IntegrationPackAtomAttachment object.", + "operationId": "DeleteIntegrationPackAtomAttachment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackEnvironmentAttachment": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Creates an IntegrationPackEnvironmentAttachment object.", + "operationId": "CreateIntegrationPackEnvironmentAttachment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackEnvironmentAttachment" } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackEnvironmentAttachment" + } + } }, - "AuditLogBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "AuditLogBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "AuditLogProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "previousValue": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "action": { - "type": "string", - "xml": { - "attribute": true - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "documentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "level": { - "type": "string", - "xml": { - "attribute": true - } - }, - "message": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "source": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackEnvironmentAttachment" + } }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackEnvironmentAttachment" + } } + } }, - "AuditLogExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "containerId", - "userId", - "date", - "type", - "action", - "modifier", - "level", - "source" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "AuditLogGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "containerId", - "userId", - "date", - "type", - "action", - "modifier", - "level", - "source" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "410": { + "$ref": "#/components/responses/410" }, - "AuditLogProperty": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "previousValue": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackEnvironmentAttachment/query": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Queries for an IntegrationPackEnvironmentAttachment object(s).", + "operationId": "QueryIntegrationPackEnvironmentAttachment", + "requestBody": { + "description": " Possible properties include: environmentId, integrationPackInstanceId", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackEnvironmentAttachmentQueryConfig" } - }, - "AuditLogQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "containerId", - "userId", - "date", - "type", - "action", - "modifier", - "level", - "source" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackEnvironmentAttachmentQueryConfig" } + } }, - "AuditLogQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "AuditLogProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "previousValue": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "action": { - "type": "string", - "xml": { - "attribute": true - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "documentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "level": { - "type": "string", - "xml": { - "attribute": true - } - }, - "message": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "source": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - }, - "userId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "AuditLogSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "containerId", - "userId", - "date", - "type", - "action", - "modifier", - "level", - "source" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackEnvironmentAttachmentQueryResponse" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackEnvironmentAttachmentQueryResponse" + } } + } }, - "Branch": { - "type": "object", - "properties": { - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deploymentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "packageId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ready": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - } - } + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackEnvironmentAttachment/queryMore": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves additional results for an IntegrationPackEnvironmentAttachment query.", + "operationId": "QueryMoreIntegrationPackEnvironmentAttachment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } + } }, - "BranchBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackEnvironmentAttachmentQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackEnvironmentAttachmentQueryResponse" + } } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackEnvironmentAttachment/{id}": { + "delete": { + "tags": [ + "integrationpack" + ], + "summary": "Deletes an IntegrationPackEnvironmentAttachment object.", + "operationId": "DeleteIntegrationPackEnvironmentAttachment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } }, - "BranchBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deploymentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "packageId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ready": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } + "403": { + "$ref": "#/components/responses/403" }, - "BranchExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "410": { + "$ref": "#/components/responses/410" }, - "BranchGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackInstance": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Creates an IntegrationPackInstance object.", + "operationId": "CreateIntegrationPackInstance", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackInstance" } - }, - "BranchMergeRequest": { - "required": [ - "sourceBranchId", - "targetBranchId" - ], - "type": "object", - "properties": { - "ComponentMergeConfigs": { - "type": "object", - "properties": { - "ComponentMergeConfig": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "componentId" - ], - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "priorityBranch": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "mergeScope": { - "type": "string", - "xml": { - "attribute": true - } - }, - "mergeStrategy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "priorityBranch": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "targetBranchId": { - "type": "string", - "xml": { - "attribute": true - } - } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackInstance" } + } }, - "BranchQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - }, - "BranchQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deploymentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "packageId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ready": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "BranchSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackInstance" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackInstance" + } } + } }, - "BrowseField": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "BulkId": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackInstance/bulk": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves multiple IntegrationPackInstance objects by identifier.", + "operationId": "BulkIntegrationPackInstance", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackInstanceBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackInstanceBulkRequest" } + } }, - "ChangeListenerStatusRequest": { - "type": "object", - "properties": { - "action": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "restart", - "restart_all", - "pause", - "pause_all", - "resume", - "resume_all" - ] - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "listenerId": { - "type": "string", - "xml": { - "attribute": true - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "ChangeListenerStatusRequest", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "ClearQueueRequest": { - "required": [ - "AtomId", - "QueueName" - ], - "type": "object", - "properties": { - "AtomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "DLQ": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "QueueName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "SubscriberName": { - "type": "string", - "xml": { - "attribute": true - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackInstanceBulkResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackInstanceBulkResponse" + } } + } }, - "Cloud": { - "type": "object", - "properties": { - "Atom": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "CloudAtom": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - } + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackInstance/query": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Queries for an IntegrationPackInstance object(s).", + "operationId": "QueryIntegrationPackInstance", + "requestBody": { + "description": " Possible properties include: integrationPackOverrideName, integrationPackName, integrationPackId", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackInstanceQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackInstanceQueryConfig" } + } }, - "CloudBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "CloudBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "Atom": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackInstanceQueryResponse" + } }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackInstanceQueryResponse" + } } + } }, - "CloudExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "id" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "CloudGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "id" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "410": { + "$ref": "#/components/responses/410" }, - "CloudQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "id" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackInstance/queryMore": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves additional results for an IntegrationPackInstance query.", + "operationId": "QueryMoreIntegrationPackInstance", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } + } }, - "CloudQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "Atom": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "CloudSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "id" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackInstanceQueryResponse" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackInstanceQueryResponse" + } } + } }, - "CompDiffAttribute": { - "type": "object", - "properties": { - "idpart": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ignored": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "CompDiffConfig": { - "type": "object", - "properties": { - "CompDiffElement": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "CompDiffAttribute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "idpart": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ignored": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "ignored": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ordered": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "parent": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - } - } + "410": { + "$ref": "#/components/responses/410" }, - "CompDiffElement": { - "type": "object", - "properties": { - "CompDiffAttribute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "idpart": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ignored": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "ignored": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ordered": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "parent": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/IntegrationPackInstance/{id}": { + "get": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves an instance of an IntegrationPackInstance object.", + "operationId": "GetIntegrationPackInstance", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackInstance" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/IntegrationPackInstance" + } + } + } }, - "Component": { - "required": [ - "description", - "encryptedValues", - "object", - "processOverrides" - ], - "type": "object", - "allOf": [ - { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - { - "type": "object", - "properties": { - "encryptedValues": { - "type": "object", - "properties": { - "encryptedValue": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "object": { - "type": "object", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processOverrides": { - "type": "object", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "folderFullPath": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "ComponentAtomAttachment": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "ComponentAtomAttachmentExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "atomId", - "componentId", - "componentType" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "integrationpack" + ], + "summary": "Deletes an IntegrationPackInstance object.", + "operationId": "DeleteIntegrationPackInstance", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } }, - "ComponentAtomAttachmentGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "atomId", - "componentId", - "componentType" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "403": { + "$ref": "#/components/responses/403" }, - "ComponentAtomAttachmentQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "atomId", - "componentId", - "componentType" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/JavaRollback/execute/{id}": { + "post": { + "tags": [ + "atom" + ], + "summary": "Executes an action on a JavaRollback object.", + "operationId": "ExecuteJavaRollback", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/JavaRollback" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/JavaRollback" } + } }, - "ComponentAtomAttachmentQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "ComponentAtomAttachmentSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "atomId", - "componentId", - "componentType" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/JavaRollback" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/JavaRollback" + } } + } }, - "ComponentBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/JavaUpgrade": { + "post": { + "tags": [ + "atom" + ], + "summary": "Creates a JavaUpgrade object.", + "operationId": "CreateJavaUpgrade", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/JavaUpgrade" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/JavaUpgrade" } + } }, - "ComponentBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "description", - "encryptedValues", - "object", - "processOverrides" - ], - "type": "object", - "allOf": [ - { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - { - "type": "object", - "properties": { - "encryptedValues": { - "type": "object" - }, - "description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "object": { - "type": "object", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processOverrides": { - "type": "object", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "folderFullPath": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - ] - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/JavaUpgrade" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/JavaUpgrade" + } } + } }, - "ComponentDiffRequest": { - "required": [ - "componentId", - "sourceVersion", - "targetVersion" - ], - "type": "object", - "properties": { - "CompDiffConfig": { - "type": "object", - "properties": { - "CompDiffElement": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "CompDiffAttribute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "ignored": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ordered": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "parent": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "targetVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/MergeRequest": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a MergeRequest object.", + "operationId": "CreateMergeRequest", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/MergeRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/MergeRequest" } + } }, - "ComponentDiffRequestBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "ComponentDiffRequestBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "componentId", - "sourceVersion", - "targetVersion" - ], - "type": "object", - "properties": { - "CompDiffConfig": { - "type": "object", - "properties": { - "CompDiffElement": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "targetVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/MergeRequest" + } }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/MergeRequest" + } } + } }, - "ComponentEnvironmentAttachment": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "ComponentEnvironmentAttachmentExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "componentId", - "componentType" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "410": { + "$ref": "#/components/responses/410" }, - "ComponentEnvironmentAttachmentGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "componentId", - "componentType" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/MergeRequest/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple MergeRequest objects by identifier.", + "operationId": "BulkMergeRequest", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/MergeRequestBulkRequest" } - }, - "ComponentEnvironmentAttachmentQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "componentId", - "componentType" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/MergeRequestBulkRequest" } + } }, - "ComponentEnvironmentAttachmentQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "ComponentEnvironmentAttachmentSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "componentId", - "componentType" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/MergeRequestBulkResponse" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/MergeRequestBulkResponse" + } } + } }, - "ComponentInfo": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "ComponentMergeConfig": { - "required": [ - "componentId" - ], - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "priorityBranch": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "ComponentMergeConfigs": { - "type": "object", - "properties": { - "ComponentMergeConfig": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "componentId" - ], - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "priorityBranch": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/MergeRequest/execute/{id}": { + "post": { + "tags": [ + "component" + ], + "summary": "Executes an action on a MergeRequest object.", + "operationId": "ExecuteMergeRequest", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/MergeRequest" } - }, - "ComponentMetadata": { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/MergeRequest" } + } }, - "ComponentMetadataBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "ComponentMetadataBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/MergeRequest" + } }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/MergeRequest" + } } + } }, - "ComponentMetadataExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountId", - "componentId", - "version", - "name", - "type", - "subType", - "createdDate", - "createdBy", - "modifiedDate", - "modifiedBy", - "deleted", - "currentVersion", - "folderName", - "folderId", - "copiedFromComponentId", - "copiedFromComponentVersion", - "branchName", - "branchId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "ComponentMetadataGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountId", - "componentId", - "version", - "name", - "type", - "subType", - "createdDate", - "createdBy", - "modifiedDate", - "modifiedBy", - "deleted", - "currentVersion", - "folderName", - "folderId", - "copiedFromComponentId", - "copiedFromComponentVersion", - "branchName", - "branchId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "410": { + "$ref": "#/components/responses/410" }, - "ComponentMetadataQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountId", - "componentId", - "version", - "name", - "type", - "subType", - "createdDate", - "createdBy", - "modifiedDate", - "modifiedBy", - "deleted", - "currentVersion", - "folderName", - "folderId", - "copiedFromComponentId", - "copiedFromComponentVersion", - "branchName", - "branchId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/MergeRequest/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a MergeRequest object.", + "operationId": "GetMergeRequest", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/MergeRequest" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/MergeRequest" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "component" + ], + "summary": "Modifies or updates a MergeRequest object.", + "operationId": "UpdateMergeRequest", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/MergeRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/MergeRequest" } + } }, - "ComponentMetadataQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "branchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "branchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "copiedFromComponentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "currentVersion": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "subType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "certificate", - "connector-action", - "connector-settings", - "crossref", - "documentcache", - "transform.map", - "transform.function", - "certificate.pgp", - "process", - "processproperty", - "profile.db", - "profile.edi", - "profile.flatfile", - "profile.xml", - "profile.json", - "queue", - "tradingpartner", - "tpgroup", - "tporganization", - "tpcommoptions", - "webservice", - "webservice.external", - "processroute", - "customlibrary", - "edistandard", - "flowservice", - "script.processing", - "script.mapping", - "xslt" - ] - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "ComponentMetadataSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountId", - "componentId", - "version", - "name", - "type", - "subType", - "createdDate", - "createdBy", - "modifiedDate", - "modifiedBy", - "deleted", - "currentVersion", - "folderName", - "folderId", - "copiedFromComponentId", - "copiedFromComponentVersion", - "branchName", - "branchId" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/MergeRequest" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/MergeRequest" + } } + } }, - "ComponentReference": { - "type": "object", - "properties": { - "references": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "DEPENDENT", - "INDEPENDENT" - ] - } - } - } - } + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "component" + ], + "summary": "Deletes a MergeRequest object.", + "operationId": "DeleteMergeRequest", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/MoveQueueRequest": { + "post": { + "tags": [ + "atom" + ], + "summary": "Creates a MoveQueueRequest object.", + "operationId": "CreateMoveQueueRequest", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/MoveQueueRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/MoveQueueRequest" } + } }, - "ComponentReferenceBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "ComponentReferenceBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "references": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "DEPENDENT", - "INDEPENDENT" - ] - } - } - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/MoveQueueRequest" + } }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/MoveQueueRequest" + } } + } }, - "ComponentReferenceExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "parentComponentId", - "parentVersion", - "componentId", - "type" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "ComponentReferenceGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "parentComponentId", - "parentVersion", - "componentId", - "type" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "410": { + "$ref": "#/components/responses/410" }, - "ComponentReferenceQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "parentComponentId", - "parentVersion", - "componentId", - "type" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/NodeOffboard": { + "post": { + "tags": [ + "atom" + ], + "summary": "Creates a NodeOffboard object.", + "operationId": "CreateNodeOffboard", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NodeOffboard" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/NodeOffboard" } + } }, - "ComponentReferenceQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "references": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "DEPENDENT", - "INDEPENDENT" - ] - } - } - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "ComponentReferenceSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "parentComponentId", - "parentVersion", - "componentId", - "type" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/NodeOffboard" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/NodeOffboard" + } } + } }, - "Connection": { - "type": "object", - "properties": { - "field": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentOverride": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "customProperties": { - "type": "object", - "properties": { - "properties": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "encryptedValueSet": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useDefault": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "usesEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "ConnectionLicensingReport": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "type": "object" - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "Connections": { - "type": "object", - "properties": { - "connection": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "field": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentOverride": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "customProperties": { - "type": "object" - }, - "encryptedValueSet": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useDefault": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "usesEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/OFTP2ConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for an OFTP2ConnectorRecord object(s).", + "operationId": "QueryOFTP2ConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/OFTP2ConnectorRecordQueryConfig" } - }, - "Connector": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/OFTP2ConnectorRecordQueryConfig" } + } }, - "ConnectorBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "ConnectorBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/OFTP2ConnectorRecordQueryResponse" + } }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/OFTP2ConnectorRecordQueryResponse" + } } + } }, - "ConnectorDocument": { - "type": "object", - "properties": { - "genericConnectorRecordId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "ConnectorExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "type", - "name" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "410": { + "$ref": "#/components/responses/410" }, - "ConnectorField": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/OFTP2ConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for an OFTP2ConnectorRecord query.", + "operationId": "QueryMoreOFTP2ConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } + } }, - "ConnectorFields": { - "type": "object", - "properties": { - "connectorField": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "ConnectorGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "type", - "name" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/OFTP2ConnectorRecordQueryResponse" + } }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/OFTP2ConnectorRecordQueryResponse" + } } + } }, - "ConnectorQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "type", - "name" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/PackagedComponent": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Creates a PackagedComponent object.", + "operationId": "CreatePackagedComponent", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PackagedComponent" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/PackagedComponent" } + } }, - "ConnectorQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "ConnectorSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "type", - "name" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/PackagedComponent" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/PackagedComponent" + } } + } }, - "ConnectorVersion": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "version": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "ContactInfo": { - "required": [ - "address1", - "address2", - "city", - "contactName", - "country", - "email", - "fax", - "phone", - "postalcode", - "state" - ], - "type": "object", - "properties": { - "address1": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "address2": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "city": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "contactName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "country": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "email": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fax": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "phone": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "postalcode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "state": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "Counter": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/PackagedComponent/bulk": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves multiple PackagedComponent objects by identifier.", + "operationId": "BulkPackagedComponent", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PackagedComponentBulkRequest" } - }, - "CrossReference": { - "required": [ - "CrossReferenceRows" - ], - "type": "object", - "properties": { - "CrossReferenceRows": { - "type": "object", - "properties": { - "row": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "ref1": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref10": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref11": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref12": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref13": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref14": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref15": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref16": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref17": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref18": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref19": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref2": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref20": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref3": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref4": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref5": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref6": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref7": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref8": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref9": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "overrideValues": { - "type": "boolean", - "xml": { - "attribute": true - } - } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/PackagedComponentBulkRequest" } + } }, - "CrossReferenceInputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "refId": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "CrossReferenceOutputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "refId": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/PackagedComponentBulkResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/PackagedComponentBulkResponse" + } } + } }, - "CrossReferenceParameter": { - "type": "object", - "properties": { - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "refId": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "CrossReferenceRow": { - "type": "object", - "properties": { - "ref1": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref10": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref11": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref12": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref13": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref14": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref15": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref16": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref17": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref18": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref19": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref2": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref20": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref3": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref4": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref5": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref6": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref7": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref8": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref9": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "CrossReferenceRows": { - "type": "object", - "properties": { - "row": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "ref1": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref10": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref11": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref12": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref13": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref14": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref15": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref16": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref17": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref18": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref19": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref2": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref20": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref3": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref4": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref5": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref6": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref7": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref8": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ref9": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/PackagedComponent/query": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Queries for a PackagedComponent object(s).", + "operationId": "QueryPackagedComponent", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PackagedComponentQueryConfig" } - }, - "CrossReferences": { - "type": "object", - "properties": { - "crossReference": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "CrossReferenceRows" - ], - "type": "object", - "properties": { - "CrossReferenceRows": { - "type": "object", - "properties": { - "row": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "overrideValues": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - } - } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/PackagedComponentQueryConfig" } + } }, - "CustomPartnerInfo": { - "type": "object" - }, - "CustomProperties": { - "type": "object", - "properties": { - "properties": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "encrypted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "key": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "CustomTrackedField": { - "type": "object", - "properties": { - "label": { - "type": "string", - "xml": { - "attribute": true - } - }, - "position": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "character", - "datetime", - "number" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/PackagedComponentQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/PackagedComponentQueryResponse" + } } + } }, - "CustomTrackedFieldExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "CustomTrackedFieldGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "410": { + "$ref": "#/components/responses/410" }, - "CustomTrackedFieldQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/PackagedComponent/queryMore": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves additional results for a PackagedComponent query.", + "operationId": "QueryMorePackagedComponent", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } + } }, - "CustomTrackedFieldQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "label": { - "type": "string", - "xml": { - "attribute": true - } - }, - "position": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "character", - "datetime", - "number" - ] - } - } - } - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "CustomTrackedFieldSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/PackagedComponentQueryResponse" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/PackagedComponentQueryResponse" + } } + } }, - "DefaultOFTPConnectionSettings": { - "required": [ - "myPartnerInfo" - ], - "type": "object", - "properties": { - "clientSSLAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "host": { - "type": "string", - "xml": { - "attribute": true - } - }, - "myPartnerInfo": { - "type": "object", - "properties": { - "clientSSLAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "encrypting-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "session-challenge-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfidsec-encrypt": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsec-sign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcmpr": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidpswd": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-eerp-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-signature-certificate": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "port": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "sfidciph": { - "type": "integer", - "xml": { - "attribute": true - } - }, - "ssidauth": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "tls": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useClientSSL": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useGateway": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "DefaultOFTPPartnerSendSettings": { - "type": "object", - "properties": { - "cd": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "operation": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfiddesc": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfiddsn": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "DeployedExpiredCertificate": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificateId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificateName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificateType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "containerName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "expirationDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "location": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/PackagedComponent/{id}": { + "get": { + "tags": [ + "deployment" + ], + "summary": "Retrieves an instance of a PackagedComponent object.", + "operationId": "GetPackagedComponent", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/PackagedComponent" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/PackagedComponent" + } + } + } }, - "DeployedExpiredCertificateExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "containerId", - "containerName", - "environmentId", - "environmentName", - "expirationBoundary" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "DeployedExpiredCertificateGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "containerId", - "containerName", - "environmentId", - "environmentName", - "expirationBoundary" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "410": { + "$ref": "#/components/responses/410" }, - "DeployedExpiredCertificateQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "containerId", - "containerName", - "environmentId", - "environmentName", - "expirationBoundary" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "deployment" + ], + "summary": "Deletes a PackagedComponent object.", + "operationId": "DeletePackagedComponent", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/PackagedComponentManifest/bulk": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves multiple PackagedComponentManifest objects by identifier.", + "operationId": "BulkPackagedComponentManifest", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PackagedComponentManifestBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/PackagedComponentManifestBulkRequest" } + } }, - "DeployedExpiredCertificateQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificateId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificateName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificateType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "containerName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "expirationDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "location": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "DeployedExpiredCertificateSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "containerId", - "containerName", - "environmentId", - "environmentName", - "expirationBoundary" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/PackagedComponentManifestBulkResponse" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/PackagedComponentManifestBulkResponse" + } } + } }, - "DeployedPackage": { - "type": "object", - "properties": { - "active": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deploymentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/PackagedComponentManifest/{id}": { + "get": { + "tags": [ + "deployment" + ], + "summary": "Retrieves an instance of a PackagedComponentManifest object.", + "operationId": "GetPackagedComponentManifest", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/PackagedComponentManifest" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/PackagedComponentManifest" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/PersistedProcessProperties/{id}": { + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates a PersistedProcessProperties object.", + "operationId": "UpdatePersistedProcessProperties", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PersistedProcessProperties" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/PersistedProcessProperties" } + } }, - "DeployedPackageBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "DeployedPackageBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "active": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deploymentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/PersistedProcessProperties" + } }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/PersistedProcessProperties" + } } + } }, - "DeployedPackageExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "uid", - "notes", - "current", - "packageNotes", - "active", - "componentId", - "componentVersion", - "componentName", - "componentType", - "deployedBy", - "deployedDate", - "deploymentId", - "environmentId", - "environmentName", - "packageId", - "packageVersion", - "version", - "accountId", - "branch" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "DeployedPackageGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "uid", - "notes", - "current", - "packageNotes", - "active", - "componentId", - "componentVersion", - "componentName", - "componentType", - "deployedBy", - "deployedDate", - "deploymentId", - "environmentId", - "environmentName", - "packageId", - "packageVersion", - "version", - "accountId", - "branch" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "410": { + "$ref": "#/components/responses/410" }, - "DeployedPackageQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "uid", - "notes", - "current", - "packageNotes", - "active", - "componentId", - "componentVersion", - "componentName", - "componentType", - "deployedBy", - "deployedDate", - "deploymentId", - "environmentId", - "environmentName", - "packageId", - "packageVersion", - "version", - "accountId", - "branch" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Process/bulk": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves multiple Process objects by identifier.", + "operationId": "BulkProcess", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessBulkRequest" } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessBulkRequest" + } + } }, - "DeployedPackageQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "active": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deploymentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "DeployedPackageSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "uid", - "notes", - "current", - "packageNotes", - "active", - "componentId", - "componentVersion", - "componentName", - "componentType", - "deployedBy", - "deployedDate", - "deploymentId", - "environmentId", - "environmentName", - "packageId", - "packageVersion", - "version", - "accountId", - "branch" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessBulkResponse" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessBulkResponse" + } } + } }, - "DeployedProcess": { - "required": [ - "ProcessProperties", - "processId" - ], - "type": "object", - "properties": { - "ProcessProperties": { - "type": "object", - "properties": { - "ProcessProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "ProcessPropertyValue": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "ProcessProperties", - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "Deployment": { - "required": [ - "componentId", - "componentType", - "deployedBy", - "deployedOn", - "digest", - "environmentId", - "id", - "notes", - "processId" - ], - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "current": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedOn": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "digest": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Process/query": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Queries for a Process object(s).", + "operationId": "QueryProcess", + "requestBody": { + "description": " Possible properties include: name, id, integrationPackId, integrationPackInstanceId", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessQueryConfig" } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessQueryConfig" + } + } }, - "DeploymentBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "DeploymentBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "componentId", - "componentType", - "deployedBy", - "deployedOn", - "digest", - "environmentId", - "id", - "notes", - "processId" - ], - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "current": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedOn": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "digest": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessQueryResponse" + } }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessQueryResponse" + } } + } }, - "DeploymentExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "processId", - "componentId", - "componentType", - "current" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "DeploymentGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "processId", - "componentId", - "componentType", - "current" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "410": { + "$ref": "#/components/responses/410" }, - "DeploymentQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "processId", - "componentId", - "componentType", - "current" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Process/queryMore": { + "post": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves additional results for a Process query.", + "operationId": "QueryMoreProcess", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } + } }, - "DeploymentQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "componentId", - "componentType", - "deployedBy", - "deployedOn", - "digest", - "environmentId", - "id", - "notes", - "processId" - ], - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "current": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deployedOn": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "digest": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environmentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "RUNNING", - "PAUSED" - ] - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "DeploymentSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "processId", - "componentId", - "componentType", - "current" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessQueryResponse" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessQueryResponse" + } } + } }, - "DiskCommunicationOptions": { - "type": "object", - "properties": { - "CommunicationSetting": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "default", - "custom", - "component" - ] - }, - "DiskGetOptions": { - "required": [ - "fileFilter", - "getDirectory" - ], - "type": "object", - "properties": { - "deleteAfterRead": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fileFilter": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "filterMatchType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "wildcard", - "regex" - ] - }, - "getDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "maxFileCount": { - "type": "integer", - "xml": { - "attribute": true - } - }, - "useDefaultGetOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "DiskSendOptions": { - "required": [ - "sendDirectory" - ], - "type": "object", - "properties": { - "createDirectory": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sendDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "useDefaultSendOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "writeOption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "unique", - "over", - "append", - "abort" - ] - } - } - }, - "SharedCommunicationChannel": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "DiskGetOptions": { - "required": [ - "fileFilter", - "getDirectory" - ], - "type": "object", - "properties": { - "deleteAfterRead": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fileFilter": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "filterMatchType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "wildcard", - "regex" - ] - }, - "getDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "maxFileCount": { - "type": "integer", - "xml": { - "attribute": true - } - }, - "useDefaultGetOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "DiskSendOptions": { - "required": [ - "sendDirectory" - ], - "type": "object", - "properties": { - "createDirectory": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sendDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "useDefaultSendOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "writeOption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "unique", - "over", - "append", - "abort" - ] - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Process/{id}": { + "get": { + "tags": [ + "integrationpack" + ], + "summary": "Retrieves an instance of a Process object.", + "operationId": "GetProcess", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Process" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/Process" + } + } + } }, - "DocCacheKeyInput": { - "type": "object", - "properties": { - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "keyId": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "DocCacheKeyInputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "keyId": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "DocCacheProfileParameter": { - "type": "object", - "properties": { - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "key": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "tagListKey": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessAtomAttachment": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Creates a ProcessAtomAttachment object.", + "operationId": "CreateProcessAtomAttachment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessAtomAttachment" } - }, - "DocCacheProfileParameters": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "key": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "tagListKey": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessAtomAttachment" } + } }, - "Document": { - "type": "object", - "properties": { - "genericConnectorRecordId": { - "type": "string", - "xml": { - "attribute": true - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "DocumentCountAccount": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessAtomAttachment" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessAtomAttachment" + } } + } }, - "DocumentCountAccountExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "atomId", - "processDate" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - }, - "DocumentCountAccountGroup": { - "type": "object", - "allOf": [ - { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "DocumentCountAccountGroupExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountGroupId", - "processDate" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "410": { + "$ref": "#/components/responses/410" }, - "DocumentCountAccountGroupGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountGroupId", - "processDate" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessAtomAttachment/query": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Queries for a ProcessAtomAttachment object(s).", + "operationId": "QueryProcessAtomAttachment", + "requestBody": { + "description": " Possible properties include: atomId, processId, componentType", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessAtomAttachmentQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessAtomAttachmentQueryConfig" } + } }, - "DocumentCountAccountGroupQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountGroupId", - "processDate" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "DocumentCountAccountGroupQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "allOf": [ - { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - ] - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessAtomAttachmentQueryResponse" + } }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessAtomAttachmentQueryResponse" + } } + } }, - "DocumentCountAccountGroupSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountGroupId", - "processDate" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessAtomAttachment/queryMore": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves additional results for a ProcessAtomAttachment query.", + "operationId": "QueryMoreProcessAtomAttachment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } + } }, - "DocumentCountAccountGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "atomId", - "processDate" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "DocumentCountAccountQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "atomId", - "processDate" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessAtomAttachmentQueryResponse" + } }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessAtomAttachmentQueryResponse" + } } + } }, - "DocumentCountAccountQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessAtomAttachment/{id}": { + "delete": { + "tags": [ + "deployment" + ], + "summary": "Deletes a ProcessAtomAttachment object.", + "operationId": "DeleteProcessAtomAttachment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessEnvironmentAttachment": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Creates a ProcessEnvironmentAttachment object.", + "operationId": "CreateProcessEnvironmentAttachment", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessEnvironmentAttachment" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessEnvironmentAttachment" } + } }, - "DocumentCountAccountSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "atomId", - "processDate" - ] - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "DynamicProcessProperty": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessEnvironmentAttachment" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessEnvironmentAttachment" + } } + } }, - "EDIFACTConnectorRecord": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackRequested": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "controllingAgency": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object", - "properties": { - "fields": { - "type": "array", - "items": { - "type": "object" - } - } - }, - "xml": { - "name": "customFields", - "namespace": "http://api.platform.boomi.com/" - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "interchangeControlReference": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "interchangeDate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "interchangeTime": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageReferenceNumber": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "release": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "EDIFACTConnectorRecordExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "410": { + "$ref": "#/components/responses/410" }, - "EDIFACTConnectorRecordGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessEnvironmentAttachment/query": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Queries for a ProcessEnvironmentAttachment object(s).", + "operationId": "QueryProcessEnvironmentAttachment", + "requestBody": { + "description": " Possible properties include: environmentId, processId, componentType", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessEnvironmentAttachmentQueryConfig" } - }, - "EDIFACTConnectorRecordQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessEnvironmentAttachmentQueryConfig" } + } }, - "EDIFACTConnectorRecordQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackRequested": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "controllingAgency": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object", - "properties": { - "fields": { - "type": "array", - "items": { - "type": "object" - } - } - }, - "xml": { - "name": "customFields", - "namespace": "http://api.platform.boomi.com/" - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "interchangeControlReference": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "interchangeDate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "interchangeTime": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageReferenceNumber": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "release": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "EDIFACTConnectorRecordSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessEnvironmentAttachmentQueryResponse" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessEnvironmentAttachmentQueryResponse" + } } + } }, - "EdiCustomConnectorRecord": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object", - "properties": { - "fields": { - "type": "array", - "items": { - "type": "object" - } - } - }, - "xml": { - "name": "customFields", - "namespace": "http://api.platform.boomi.com/" - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fromTradingPartner": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "toTradingPartner": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "EdiCustomConnectorRecordExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "410": { + "$ref": "#/components/responses/410" }, - "EdiCustomConnectorRecordGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessEnvironmentAttachment/queryMore": { + "post": { + "tags": [ + "deployment" + ], + "summary": "Retrieves additional results for a ProcessEnvironmentAttachment query.", + "operationId": "QueryMoreProcessEnvironmentAttachment", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } + } }, - "EdiCustomConnectorRecordQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - }, - "EdiCustomConnectorRecordQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object", - "properties": { - "fields": { - "type": "array", - "items": { - "type": "object" - } - } - }, - "xml": { - "name": "customFields", - "namespace": "http://api.platform.boomi.com/" - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fromTradingPartner": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "toTradingPartner": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "EdiCustomConnectorRecordSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessEnvironmentAttachmentQueryResponse" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessEnvironmentAttachmentQueryResponse" + } } + } }, - "EdiDelimiter": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } + "403": { + "$ref": "#/components/responses/403" }, - "EdiSegmentTerminator": { - "type": "object", - "properties": { - "segmentTerminatorSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "segmentTerminatorValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "newline", - "singlequote", - "tilde", - "carriagereturn", - "bytecharacter", - "othercharacter" - ] - } - } + "410": { + "$ref": "#/components/responses/410" }, - "EdifactControlInfo": { - "required": [ - "UNBControlInfo", - "UNHControlInfo" - ], - "type": "object", - "properties": { - "UNBControlInfo": { - "type": "object", - "properties": { - "ackRequest": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "appReference": { - "type": "string", - "xml": { - "attribute": true - } - }, - "commAgreement": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeAddress": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeIdQual": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EDIFACTIDQUAL_NA", - "EDIFACTIDQUAL_1", - "EDIFACTIDQUAL_4", - "EDIFACTIDQUAL_5", - "EDIFACTIDQUAL_8", - "EDIFACTIDQUAL_9", - "EDIFACTIDQUAL_12", - "EDIFACTIDQUAL_14", - "EDIFACTIDQUAL_18", - "EDIFACTIDQUAL_22", - "EDIFACTIDQUAL_30", - "EDIFACTIDQUAL_31", - "EDIFACTIDQUAL_33", - "EDIFACTIDQUAL_34", - "EDIFACTIDQUAL_51", - "EDIFACTIDQUAL_52", - "EDIFACTIDQUAL_53", - "EDIFACTIDQUAL_54", - "EDIFACTIDQUAL_55", - "EDIFACTIDQUAL_57", - "EDIFACTIDQUAL_58", - "EDIFACTIDQUAL_59", - "EDIFACTIDQUAL_61", - "EDIFACTIDQUAL_63", - "EDIFACTIDQUAL_65", - "EDIFACTIDQUAL_80", - "EDIFACTIDQUAL_82", - "EDIFACTIDQUAL_84", - "EDIFACTIDQUAL_85", - "EDIFACTIDQUAL_86", - "EDIFACTIDQUAL_87", - "EDIFACTIDQUAL_89", - "EDIFACTIDQUAL_90", - "EDIFACTIDQUAL_91", - "EDIFACTIDQUAL_92", - "EDIFACTIDQUAL_103", - "EDIFACTIDQUAL_128", - "EDIFACTIDQUAL_129", - "EDIFACTIDQUAL_144", - "EDIFACTIDQUAL_145", - "EDIFACTIDQUAL_146", - "EDIFACTIDQUAL_147", - "EDIFACTIDQUAL_148", - "EDIFACTIDQUAL_Z01", - "EDIFACTIDQUAL_ZZZ", - "EDIFACTIDQUAL_ZZ" - ] - }, - "interchangeSubAddress": { - "type": "string", - "xml": { - "attribute": true - } - }, - "priority": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NA", - "A" - ] - }, - "referencePassword": { - "type": "string", - "xml": { - "attribute": true - } - }, - "referencePasswordQualifier": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NA", - "AA", - "BB" - ] - }, - "syntaxId": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UNOA", - "UNOB", - "UNOC", - "UNOD", - "UNOE", - "UNOF" - ] - }, - "syntaxVersion": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EDIFACTSYNTAXVERSION_1", - "EDIFACTSYNTAXVERSION_2", - "EDIFACTSYNTAXVERSION_3" - ] - }, - "testIndicator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EDIFACTTEST_NA", - "EDIFACTTEST_1" - ] - } - } - }, - "UNGControlInfo": { - "type": "object", - "properties": { - "applicationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "applicationIdQual": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EDIFACTIDQUAL_NA", - "EDIFACTIDQUAL_1", - "EDIFACTIDQUAL_4", - "EDIFACTIDQUAL_5", - "EDIFACTIDQUAL_8", - "EDIFACTIDQUAL_9", - "EDIFACTIDQUAL_12", - "EDIFACTIDQUAL_14", - "EDIFACTIDQUAL_18", - "EDIFACTIDQUAL_22", - "EDIFACTIDQUAL_30", - "EDIFACTIDQUAL_31", - "EDIFACTIDQUAL_33", - "EDIFACTIDQUAL_34", - "EDIFACTIDQUAL_51", - "EDIFACTIDQUAL_52", - "EDIFACTIDQUAL_53", - "EDIFACTIDQUAL_54", - "EDIFACTIDQUAL_55", - "EDIFACTIDQUAL_57", - "EDIFACTIDQUAL_58", - "EDIFACTIDQUAL_59", - "EDIFACTIDQUAL_61", - "EDIFACTIDQUAL_63", - "EDIFACTIDQUAL_65", - "EDIFACTIDQUAL_80", - "EDIFACTIDQUAL_82", - "EDIFACTIDQUAL_84", - "EDIFACTIDQUAL_85", - "EDIFACTIDQUAL_86", - "EDIFACTIDQUAL_87", - "EDIFACTIDQUAL_89", - "EDIFACTIDQUAL_90", - "EDIFACTIDQUAL_91", - "EDIFACTIDQUAL_92", - "EDIFACTIDQUAL_103", - "EDIFACTIDQUAL_128", - "EDIFACTIDQUAL_129", - "EDIFACTIDQUAL_144", - "EDIFACTIDQUAL_145", - "EDIFACTIDQUAL_146", - "EDIFACTIDQUAL_147", - "EDIFACTIDQUAL_148", - "EDIFACTIDQUAL_Z01", - "EDIFACTIDQUAL_ZZZ", - "EDIFACTIDQUAL_ZZ" - ] - }, - "useFunctionalGroups": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "UNHControlInfo": { - "type": "object", - "properties": { - "assocAssignedCode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "commonAccessRef": { - "type": "string", - "xml": { - "attribute": true - } - }, - "controllingAgency": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "AA", - "AB", - "AC", - "AD", - "AE", - "CC", - "CE", - "EC", - "ED", - "EE", - "EN", - "ER", - "EU", - "EX", - "IA", - "KE", - "LI", - "OD", - "RI", - "RT", - "UN" - ] - }, - "release": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EDIFACTRELEASE_1", - "EDIFACTRELEASE_2", - "EDIFACTRELEASE_902", - "EDIFACTRELEASE_911", - "EDIFACTRELEASE_912", - "EDIFACTRELEASE_921", - "EDIFACTRELEASE_932", - "EDIFACTRELEASE_93A", - "EDIFACTRELEASE_94A", - "EDIFACTRELEASE_94B", - "EDIFACTRELEASE_95A", - "EDIFACTRELEASE_95B", - "EDIFACTRELEASE_96A", - "EDIFACTRELEASE_96B", - "EDIFACTRELEASE_97A", - "EDIFACTRELEASE_97B", - "EDIFACTRELEASE_98A", - "EDIFACTRELEASE_98B", - "EDIFACTRELEASE_99A", - "EDIFACTRELEASE_99B", - "EDIFACTRELEASE_00A", - "EDIFACTRELEASE_00B", - "EDIFACTRELEASE_01A", - "EDIFACTRELEASE_01B", - "EDIFACTRELEASE_02A", - "EDIFACTRELEASE_02B", - "EDIFACTRELEASE_03A", - "EDIFACTRELEASE_03B", - "EDIFACTRELEASE_04A", - "EDIFACTRELEASE_04B", - "EDIFACTRELEASE_05A", - "EDIFACTRELEASE_05B", - "EDIFACTRELEASE_06A", - "EDIFACTRELEASE_06B", - "EDIFACTRELEASE_07A", - "EDIFACTRELEASE_07B", - "EDIFACTRELEASE_08A", - "EDIFACTRELEASE_08B", - "EDIFACTRELEASE_09A", - "EDIFACTRELEASE_09B" - ] - }, - "version": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EDIFACTVERSION_1", - "EDIFACTVERSION_2", - "EDIFACTVERSION_4", - "EDIFACTVERSION_88", - "EDIFACTVERSION_89", - "EDIFACTVERSION_90", - "EDIFACTVERSION_D", - "EDIFACTVERSION_S" - ] - } - } - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessEnvironmentAttachment/{id}": { + "delete": { + "tags": [ + "deployment" + ], + "summary": "Deletes a ProcessEnvironmentAttachment object.", + "operationId": "DeleteProcessEnvironmentAttachment", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } }, - "EdifactOptions": { - "required": [ - "compositeDelimiter", - "elementDelimiter", - "segmentTerminator" - ], - "type": "object", - "properties": { - "acknowledgementoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "donotackitem", - "ackitem" - ] - }, - "compositeDelimiter": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } - }, - "elementDelimiter": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } - }, - "envelopeoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "groupall", - "groupfg", - "groupmessage" - ] - }, - "filteracknowledgements": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "includeUNA": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundInterchangeValidation": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundValidationOption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "filterError", - "failAll" - ] - }, - "rejectDuplicateUNB": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "segmentTerminator": { - "type": "object", - "properties": { - "segmentTerminatorSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "segmentTerminatorValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "newline", - "singlequote", - "tilde", - "carriagereturn", - "bytecharacter", - "othercharacter" - ] - } - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "EdifactPartnerInfo": { - "required": [ - "EdifactControlInfo", - "EdifactOptions" - ], - "type": "object", - "properties": { - "EdifactControlInfo": { - "required": [ - "UNBControlInfo", - "UNHControlInfo" - ], - "type": "object", - "properties": { - "UNBControlInfo": { - "type": "object", - "properties": { - "ackRequest": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "appReference": { - "type": "string", - "xml": { - "attribute": true - } - }, - "commAgreement": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeAddress": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeIdQual": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EDIFACTIDQUAL_NA", - "EDIFACTIDQUAL_1", - "EDIFACTIDQUAL_4", - "EDIFACTIDQUAL_5", - "EDIFACTIDQUAL_8", - "EDIFACTIDQUAL_9", - "EDIFACTIDQUAL_12", - "EDIFACTIDQUAL_14", - "EDIFACTIDQUAL_18", - "EDIFACTIDQUAL_22", - "EDIFACTIDQUAL_30", - "EDIFACTIDQUAL_31", - "EDIFACTIDQUAL_33", - "EDIFACTIDQUAL_34", - "EDIFACTIDQUAL_51", - "EDIFACTIDQUAL_52", - "EDIFACTIDQUAL_53", - "EDIFACTIDQUAL_54", - "EDIFACTIDQUAL_55", - "EDIFACTIDQUAL_57", - "EDIFACTIDQUAL_58", - "EDIFACTIDQUAL_59", - "EDIFACTIDQUAL_61", - "EDIFACTIDQUAL_63", - "EDIFACTIDQUAL_65", - "EDIFACTIDQUAL_80", - "EDIFACTIDQUAL_82", - "EDIFACTIDQUAL_84", - "EDIFACTIDQUAL_85", - "EDIFACTIDQUAL_86", - "EDIFACTIDQUAL_87", - "EDIFACTIDQUAL_89", - "EDIFACTIDQUAL_90", - "EDIFACTIDQUAL_91", - "EDIFACTIDQUAL_92", - "EDIFACTIDQUAL_103", - "EDIFACTIDQUAL_128", - "EDIFACTIDQUAL_129", - "EDIFACTIDQUAL_144", - "EDIFACTIDQUAL_145", - "EDIFACTIDQUAL_146", - "EDIFACTIDQUAL_147", - "EDIFACTIDQUAL_148", - "EDIFACTIDQUAL_Z01", - "EDIFACTIDQUAL_ZZZ", - "EDIFACTIDQUAL_ZZ" - ] - }, - "interchangeSubAddress": { - "type": "string", - "xml": { - "attribute": true - } - }, - "priority": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NA", - "A" - ] - }, - "referencePassword": { - "type": "string", - "xml": { - "attribute": true - } - }, - "referencePasswordQualifier": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NA", - "AA", - "BB" - ] - }, - "syntaxId": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UNOA", - "UNOB", - "UNOC", - "UNOD", - "UNOE", - "UNOF" - ] - }, - "syntaxVersion": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EDIFACTSYNTAXVERSION_1", - "EDIFACTSYNTAXVERSION_2", - "EDIFACTSYNTAXVERSION_3" - ] - }, - "testIndicator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EDIFACTTEST_NA", - "EDIFACTTEST_1" - ] - } - } - }, - "UNGControlInfo": { - "type": "object", - "properties": { - "applicationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "applicationIdQual": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EDIFACTIDQUAL_NA", - "EDIFACTIDQUAL_1", - "EDIFACTIDQUAL_4", - "EDIFACTIDQUAL_5", - "EDIFACTIDQUAL_8", - "EDIFACTIDQUAL_9", - "EDIFACTIDQUAL_12", - "EDIFACTIDQUAL_14", - "EDIFACTIDQUAL_18", - "EDIFACTIDQUAL_22", - "EDIFACTIDQUAL_30", - "EDIFACTIDQUAL_31", - "EDIFACTIDQUAL_33", - "EDIFACTIDQUAL_34", - "EDIFACTIDQUAL_51", - "EDIFACTIDQUAL_52", - "EDIFACTIDQUAL_53", - "EDIFACTIDQUAL_54", - "EDIFACTIDQUAL_55", - "EDIFACTIDQUAL_57", - "EDIFACTIDQUAL_58", - "EDIFACTIDQUAL_59", - "EDIFACTIDQUAL_61", - "EDIFACTIDQUAL_63", - "EDIFACTIDQUAL_65", - "EDIFACTIDQUAL_80", - "EDIFACTIDQUAL_82", - "EDIFACTIDQUAL_84", - "EDIFACTIDQUAL_85", - "EDIFACTIDQUAL_86", - "EDIFACTIDQUAL_87", - "EDIFACTIDQUAL_89", - "EDIFACTIDQUAL_90", - "EDIFACTIDQUAL_91", - "EDIFACTIDQUAL_92", - "EDIFACTIDQUAL_103", - "EDIFACTIDQUAL_128", - "EDIFACTIDQUAL_129", - "EDIFACTIDQUAL_144", - "EDIFACTIDQUAL_145", - "EDIFACTIDQUAL_146", - "EDIFACTIDQUAL_147", - "EDIFACTIDQUAL_148", - "EDIFACTIDQUAL_Z01", - "EDIFACTIDQUAL_ZZZ", - "EDIFACTIDQUAL_ZZ" - ] - }, - "useFunctionalGroups": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "UNHControlInfo": { - "type": "object", - "properties": { - "assocAssignedCode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "commonAccessRef": { - "type": "string", - "xml": { - "attribute": true - } - }, - "controllingAgency": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "AA", - "AB", - "AC", - "AD", - "AE", - "CC", - "CE", - "EC", - "ED", - "EE", - "EN", - "ER", - "EU", - "EX", - "IA", - "KE", - "LI", - "OD", - "RI", - "RT", - "UN" - ] - }, - "release": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EDIFACTRELEASE_1", - "EDIFACTRELEASE_2", - "EDIFACTRELEASE_902", - "EDIFACTRELEASE_911", - "EDIFACTRELEASE_912", - "EDIFACTRELEASE_921", - "EDIFACTRELEASE_932", - "EDIFACTRELEASE_93A", - "EDIFACTRELEASE_94A", - "EDIFACTRELEASE_94B", - "EDIFACTRELEASE_95A", - "EDIFACTRELEASE_95B", - "EDIFACTRELEASE_96A", - "EDIFACTRELEASE_96B", - "EDIFACTRELEASE_97A", - "EDIFACTRELEASE_97B", - "EDIFACTRELEASE_98A", - "EDIFACTRELEASE_98B", - "EDIFACTRELEASE_99A", - "EDIFACTRELEASE_99B", - "EDIFACTRELEASE_00A", - "EDIFACTRELEASE_00B", - "EDIFACTRELEASE_01A", - "EDIFACTRELEASE_01B", - "EDIFACTRELEASE_02A", - "EDIFACTRELEASE_02B", - "EDIFACTRELEASE_03A", - "EDIFACTRELEASE_03B", - "EDIFACTRELEASE_04A", - "EDIFACTRELEASE_04B", - "EDIFACTRELEASE_05A", - "EDIFACTRELEASE_05B", - "EDIFACTRELEASE_06A", - "EDIFACTRELEASE_06B", - "EDIFACTRELEASE_07A", - "EDIFACTRELEASE_07B", - "EDIFACTRELEASE_08A", - "EDIFACTRELEASE_08B", - "EDIFACTRELEASE_09A", - "EDIFACTRELEASE_09B" - ] - }, - "version": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EDIFACTVERSION_1", - "EDIFACTVERSION_2", - "EDIFACTVERSION_4", - "EDIFACTVERSION_88", - "EDIFACTVERSION_89", - "EDIFACTVERSION_90", - "EDIFACTVERSION_D", - "EDIFACTVERSION_S" - ] - } - } - } - } - }, - "EdifactOptions": { - "required": [ - "compositeDelimiter", - "elementDelimiter", - "segmentTerminator" - ], - "type": "object", - "properties": { - "acknowledgementoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "donotackitem", - "ackitem" - ] - }, - "compositeDelimiter": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } - }, - "elementDelimiter": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } - }, - "envelopeoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "groupall", - "groupfg", - "groupmessage" - ] - }, - "filteracknowledgements": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "includeUNA": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundInterchangeValidation": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundValidationOption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "filterError", - "failAll" - ] - }, - "rejectDuplicateUNB": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "segmentTerminator": { - "type": "object", - "properties": { - "segmentTerminatorSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "segmentTerminatorValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "newline", - "singlequote", - "tilde", - "carriagereturn", - "bytecharacter", - "othercharacter" - ] - } - } - } - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "Element": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessLog": { + "post": { + "tags": [ + "execution" + ], + "summary": "Creates a ProcessLog object.", + "operationId": "CreateProcessLog", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessLog" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessLog" } + } }, - "EncryptedValue": { - "type": "object", - "properties": { - "isSet": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "path": { - "type": "string", - "xml": { - "attribute": true - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessLog" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessLog" + } } + } }, - "EncryptedValues": { - "type": "object", - "properties": { - "encryptedValue": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "isSet": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "path": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessScheduleStatus/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple ProcessScheduleStatus objects by identifier.", + "operationId": "BulkProcessScheduleStatus", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessScheduleStatusBulkRequest" } - }, - "Environment": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "PROD", - "TEST" - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentAccount": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentEnvironment": { - "type": "string", - "xml": { - "attribute": true - } - } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessScheduleStatusBulkRequest" } + } }, - "EnvironmentAtomAttachment": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessScheduleStatusBulkResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessScheduleStatusBulkResponse" + } } + } }, - "EnvironmentAtomAttachmentExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "atomId", - "environmentId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "EnvironmentAtomAttachmentGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "atomId", - "environmentId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessScheduleStatus/query": { + "post": { + "tags": [ + "atom" + ], + "summary": "Queries for a ProcessScheduleStatus object(s).", + "operationId": "QueryProcessScheduleStatus", + "requestBody": { + "description": " Possible properties include: processId, atomId", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessScheduleStatusQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessScheduleStatusQueryConfig" } + } }, - "EnvironmentAtomAttachmentQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "atomId", - "environmentId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "EnvironmentAtomAttachmentQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessScheduleStatusQueryResponse" + } }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessScheduleStatusQueryResponse" + } } + } }, - "EnvironmentAtomAttachmentSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "atomId", - "environmentId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessScheduleStatus/queryMore": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves additional results for a ProcessScheduleStatus query.", + "operationId": "QueryMoreProcessScheduleStatus", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } + } }, - "EnvironmentBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "EnvironmentBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "PROD", - "TEST" - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentAccount": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentEnvironment": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessScheduleStatusQueryResponse" + } }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessScheduleStatusQueryResponse" + } } + } }, - "EnvironmentConnectionFieldExtensionSummary": { - "required": [ - "field" - ], - "type": "object", - "properties": { - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "field": { - "type": "object", - "allOf": [ - { - "type": "object", - "properties": { - "componentOverride": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "customProperties": { - "type": "object" - }, - "encryptedValueSet": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useDefault": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "usesEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - { - "type": "object", - "properties": { - "oauth2AuthorizationUrl": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "EnvironmentConnectionFieldExtensionSummaryExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "extensionGroupId", - "connectionId", - "fieldId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "410": { + "$ref": "#/components/responses/410" }, - "EnvironmentConnectionFieldExtensionSummaryGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "extensionGroupId", - "connectionId", - "fieldId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessScheduleStatus/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of a ProcessScheduleStatus object.", + "operationId": "GetProcessScheduleStatus", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessScheduleStatus" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessScheduleStatus" + } + } + } }, - "EnvironmentConnectionFieldExtensionSummaryQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "extensionGroupId", - "connectionId", - "fieldId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates a ProcessScheduleStatus object.", + "operationId": "UpdateProcessScheduleStatus", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessScheduleStatus" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessScheduleStatus" } + } }, - "EnvironmentConnectionFieldExtensionSummaryQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "field" - ], - "type": "object", - "properties": { - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "field": { - "type": "object", - "allOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "EnvironmentConnectionFieldExtensionSummarySimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "extensionGroupId", - "connectionId", - "fieldId" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessScheduleStatus" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessScheduleStatus" + } } + } }, - "EnvironmentExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "id", - "classification" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "EnvironmentExtensions": { - "required": [ - "PGPCertificates", - "connections", - "crossReferences", - "operations", - "processProperties", - "properties", - "sharedCommunications", - "tradingPartners" - ], - "type": "object", - "properties": { - "PGPCertificates": { - "type": "object", - "properties": { - "PGPCertificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useDefault": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "connections": { - "type": "object", - "properties": { - "connection": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "field": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "crossReferences": { - "type": "object", - "properties": { - "crossReference": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "CrossReferenceRows" - ], - "type": "object", - "properties": { - "CrossReferenceRows": { - "type": "object" - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "overrideValues": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operations": { - "type": "object", - "properties": { - "operation": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "field": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "partial": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "processProperties": { - "type": "object", - "properties": { - "ProcessProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "ProcessPropertyValue": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "properties": { - "type": "object", - "properties": { - "property": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "sharedCommunications": { - "type": "object", - "properties": { - "sharedCommunication": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "field": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "tradingPartners": { - "type": "object", - "properties": { - "tradingPartner": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "category": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - } + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessSchedules/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple ProcessSchedules objects by identifier.", + "operationId": "BulkProcessSchedules", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessSchedulesBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessSchedulesBulkRequest" } + } }, - "EnvironmentExtensionsBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "EnvironmentExtensionsBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "PGPCertificates", - "connections", - "crossReferences", - "operations", - "processProperties", - "properties", - "sharedCommunications", - "tradingPartners" - ], - "type": "object", - "properties": { - "PGPCertificates": { - "type": "object", - "properties": { - "PGPCertificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "connections": { - "type": "object", - "properties": { - "connection": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "crossReferences": { - "type": "object", - "properties": { - "crossReference": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operations": { - "type": "object", - "properties": { - "operation": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "partial": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "processProperties": { - "type": "object", - "properties": { - "ProcessProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "properties": { - "type": "object", - "properties": { - "property": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "sharedCommunications": { - "type": "object", - "properties": { - "sharedCommunication": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "tradingPartners": { - "type": "object", - "properties": { - "tradingPartner": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessSchedulesBulkResponse" + } }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessSchedulesBulkResponse" + } } + } }, - "EnvironmentExtensionsExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "extensionGroupId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "EnvironmentExtensionsGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "extensionGroupId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessSchedules/query": { + "post": { + "tags": [ + "atom" + ], + "summary": "Queries for a ProcessSchedules object(s).", + "operationId": "QueryProcessSchedules", + "requestBody": { + "description": " Possible properties include: processId, atomId", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessSchedulesQueryConfig" } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessSchedulesQueryConfig" + } + } }, - "EnvironmentExtensionsQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "extensionGroupId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "EnvironmentExtensionsQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "PGPCertificates", - "connections", - "crossReferences", - "operations", - "processProperties", - "properties", - "sharedCommunications", - "tradingPartners" - ], - "type": "object", - "properties": { - "PGPCertificates": { - "type": "object", - "properties": { - "PGPCertificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "connections": { - "type": "object", - "properties": { - "connection": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "crossReferences": { - "type": "object", - "properties": { - "crossReference": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operations": { - "type": "object", - "properties": { - "operation": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "partial": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "processProperties": { - "type": "object", - "properties": { - "ProcessProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "properties": { - "type": "object", - "properties": { - "property": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "sharedCommunications": { - "type": "object", - "properties": { - "sharedCommunication": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "tradingPartners": { - "type": "object", - "properties": { - "tradingPartner": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessSchedulesQueryResponse" + } }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessSchedulesQueryResponse" + } } + } }, - "EnvironmentExtensionsSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "extensionGroupId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessSchedules/queryMore": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves additional results for a ProcessSchedules query.", + "operationId": "QueryMoreProcessSchedules", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } + } }, - "EnvironmentGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "id", - "classification" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "EnvironmentMapExtension": { - "type": "object", - "properties": { - "Map": { - "required": [ - "BrowseSettings", - "DestinationProfile", - "DestinationProfileExtensions", - "ExtendedFunctions", - "ExtendedMappings", - "SourceProfile", - "SourceProfileExtensions" - ], - "type": "object", - "properties": { - "BrowseSettings": { - "required": [ - "DestinationBrowse", - "SourceBrowse" - ], - "type": "object", - "properties": { - "DestinationBrowse": { - "type": "object" - }, - "SourceBrowse": { - "type": "object" - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "DestinationProfile": { - "type": "object", - "properties": { - "Node": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "DestinationProfileExtensions": { - "type": "object", - "properties": { - "Node": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "ExtendedFunctions": { - "type": "object", - "properties": { - "Function": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "ExtendedMappings": { - "type": "object", - "properties": { - "Mapping": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "SourceProfile": { - "type": "object", - "properties": { - "Node": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "SourceProfileExtensions": { - "type": "object", - "properties": { - "Node": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "mapId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessSchedulesQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessSchedulesQueryResponse" + } } + } }, - "EnvironmentMapExtensionBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ProcessSchedules/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of a ProcessSchedules object.", + "operationId": "GetProcessSchedules", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessSchedules" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessSchedules" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates a ProcessSchedules object.", + "operationId": "UpdateProcessSchedules", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessSchedules" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessSchedules" } + } }, - "EnvironmentMapExtensionBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "Map": { - "required": [ - "BrowseSettings", - "DestinationProfile", - "DestinationProfileExtensions", - "ExtendedFunctions", - "ExtendedMappings", - "SourceProfile", - "SourceProfileExtensions" - ], - "type": "object", - "properties": { - "BrowseSettings": { - "type": "object" - }, - "DestinationProfile": { - "type": "object" - }, - "DestinationProfileExtensions": { - "type": "object" - }, - "ExtendedFunctions": { - "type": "object" - }, - "ExtendedMappings": { - "type": "object" - }, - "SourceProfile": { - "type": "object" - }, - "SourceProfileExtensions": { - "type": "object" - } - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "mapId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" + "Link": { + "$ref": "#/components/headers/Link" } - }, - "EnvironmentMapExtensionExternalComponent": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "environmentMapExtensionId": { - "type": "string", - "xml": { - "attribute": true - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ProcessSchedules" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProcessSchedules" + } } + } }, - "EnvironmentMapExtensionExternalComponentExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ACCOUNT_ID", - "ENVIRONMENT_MAP_EXTENSION_ID", - "PACKAGED_COMPONENT_UID", - "COMPONENT_ID", - "COMPONENT_VERSION", - "COMPONENT_NAME", - "COMPONENT_TYPE" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "EnvironmentMapExtensionExternalComponentGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ACCOUNT_ID", - "ENVIRONMENT_MAP_EXTENSION_ID", - "PACKAGED_COMPONENT_UID", - "COMPONENT_ID", - "COMPONENT_VERSION", - "COMPONENT_NAME", - "COMPONENT_TYPE" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "410": { + "$ref": "#/components/responses/410" }, - "EnvironmentMapExtensionExternalComponentQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ACCOUNT_ID", - "ENVIRONMENT_MAP_EXTENSION_ID", - "PACKAGED_COMPONENT_UID", - "COMPONENT_ID", - "COMPONENT_VERSION", - "COMPONENT_NAME", - "COMPONENT_TYPE" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/RerunDocument": { + "post": { + "tags": [ + "execution" + ], + "summary": "Creates a RerunDocument object.", + "operationId": "CreateRerunDocument", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RerunDocument" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/RerunDocument" } + } }, - "EnvironmentMapExtensionExternalComponentQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "environmentMapExtensionId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "EnvironmentMapExtensionExternalComponentSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ACCOUNT_ID", - "ENVIRONMENT_MAP_EXTENSION_ID", - "PACKAGED_COMPONENT_UID", - "COMPONENT_ID", - "COMPONENT_VERSION", - "COMPONENT_NAME", - "COMPONENT_TYPE" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/RerunDocument" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/RerunDocument" + } } + } }, - "EnvironmentMapExtensionUserDefinedFunction": { - "required": [ - "Inputs", - "Mappings", - "Outputs", - "Steps" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "default": { - "type": "string", - "xml": { - "attribute": true - } - }, - "key": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "Mappings": { - "type": "object", - "properties": { - "Mapping": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "fromFunction": { - "type": "string", - "xml": { - "attribute": true - } - }, - "fromKey": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "toFunction": { - "type": "string", - "xml": { - "attribute": true - } - }, - "toKey": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "key": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "Steps": { - "type": "object", - "properties": { - "Step": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Configuration", - "Inputs", - "Outputs" - ], - "type": "object", - "properties": { - "Configuration": { - "type": "object" - }, - "Inputs": { - "type": "object" - }, - "Outputs": { - "type": "object" - }, - "cacheType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "None", - "ByDocument", - "ByMap" - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "position": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "Count", - "CurrentDate", - "DateFormat", - "LeftTrim", - "LineItemIncrement", - "MathABS", - "MathAdd", - "MathCeil", - "MathDivide", - "MathFloor", - "MathMultiply", - "MathSetPrecision", - "MathSubtract", - "NumberFormat", - "PropertyGet", - "PropertySet", - "RightTrim", - "RunningTotal", - "StringAppend", - "StringPrepend", - "StringRemove", - "StringReplace", - "StringToLower", - "StringToUpper", - "Sum", - "TrimWhitespace", - "StringConcat", - "StringSplit", - "SequentialValue", - "SimpleLookup", - "DocumentPropertyGet", - "DocumentPropertySet", - "CrossRefLookup", - "DocumentCacheLookup", - "CustomScripting", - "UserDefined", - "JapaneseCharacterConversion" - ] - } - } - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentMapExtensionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Role": { + "post": { + "tags": [ + "account" + ], + "summary": "Creates a Role object.", + "operationId": "CreateRole", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Role" } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Role" + } + } }, - "EnvironmentMapExtensionUserDefinedFunctionBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "EnvironmentMapExtensionUserDefinedFunctionBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "Inputs", - "Mappings", - "Outputs", - "Steps" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Mappings": { - "type": "object", - "properties": { - "Mapping": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Steps": { - "type": "object", - "properties": { - "Step": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentMapExtensionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Role" + } }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/Role" + } } + } }, - "EnvironmentMapExtensionUserDefinedFunctionSummary": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "environmentMapExtensionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "EnvironmentMapExtensionUserDefinedFunctionSummaryExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "extensionGroupId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "410": { + "$ref": "#/components/responses/410" }, - "EnvironmentMapExtensionUserDefinedFunctionSummaryGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "extensionGroupId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Role/bulk": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves multiple Role objects by identifier.", + "operationId": "BulkRole", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RoleBulkRequest" } - }, - "EnvironmentMapExtensionUserDefinedFunctionSummaryQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "extensionGroupId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/RoleBulkRequest" } + } }, - "EnvironmentMapExtensionUserDefinedFunctionSummaryQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "environmentMapExtensionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "EnvironmentMapExtensionUserDefinedFunctionSummarySimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "extensionGroupId" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/RoleBulkResponse" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/RoleBulkResponse" + } } + } }, - "EnvironmentMapExtensionsSummary": { - "required": [ - "DestinationFieldSet", - "SourceFieldSet" - ], - "type": "object", - "properties": { - "DestinationFieldSet": { - "type": "object", - "properties": { - "BrowseField": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "SourceFieldSet": { - "type": "object", - "properties": { - "BrowseField": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "mapId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "EnvironmentMapExtensionsSummaryExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "extensionGroupId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "410": { + "$ref": "#/components/responses/410" }, - "EnvironmentMapExtensionsSummaryGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "extensionGroupId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Role/query": { + "post": { + "tags": [ + "account" + ], + "summary": "Queries for a Role object(s).", + "operationId": "QueryRole", + "requestBody": { + "description": " Possible properties include: name, parentId", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RoleQueryConfig" } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/RoleQueryConfig" + } + } }, - "EnvironmentMapExtensionsSummaryQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "extensionGroupId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "EnvironmentMapExtensionsSummaryQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "DestinationFieldSet", - "SourceFieldSet" - ], - "type": "object", - "properties": { - "DestinationFieldSet": { - "type": "object", - "properties": { - "BrowseField": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "SourceFieldSet": { - "type": "object", - "properties": { - "BrowseField": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "extensionGroupId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "mapId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/RoleQueryResponse" + } }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/RoleQueryResponse" + } } + } }, - "EnvironmentMapExtensionsSummarySimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "extensionGroupId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Role/queryMore": { + "post": { + "tags": [ + "account" + ], + "summary": "Retrieves additional results for a Role query.", + "operationId": "QueryMoreRole", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } + } }, - "EnvironmentQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "id", - "classification" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "EnvironmentQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "PROD", - "TEST" - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentAccount": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentEnvironment": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/RoleQueryResponse" + } }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/RoleQueryResponse" + } } + } }, - "EnvironmentRole": { - "type": "object", - "properties": { - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - } + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/Role/{id}": { + "get": { + "tags": [ + "account" + ], + "summary": "Retrieves an instance of a Role object.", + "operationId": "GetRole", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Role" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/Role" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "account" + ], + "summary": "Modifies or updates a Role object.", + "operationId": "UpdateRole", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Role" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Role" } + } }, - "EnvironmentRoleBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "EnvironmentRoleBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Role" + } }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/Role" + } } + } }, - "EnvironmentRoleExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "roleId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "EnvironmentRoleGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "roleId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "account" + ], + "summary": "Deletes a Role object.", + "operationId": "DeleteRole", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/RosettaNetConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for a RosettaNetConnectorRecord object(s).", + "operationId": "QueryRosettaNetConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RosettaNetConnectorRecordQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/RosettaNetConnectorRecordQueryConfig" } + } }, - "EnvironmentRoleQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "roleId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - }, - "EnvironmentRoleQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "roleId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - }, - "EnvironmentRoleSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "roleId" - ] - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "Link": { + "$ref": "#/components/headers/Link" } - }, - "EnvironmentSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "id", - "classification" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/RosettaNetConnectorRecordQueryResponse" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/RosettaNetConnectorRecordQueryResponse" + } } + } }, - "Event": { - "required": [ - "accountId", - "atomId", - "atomName", - "classification", - "endTime", - "environment", - "error", - "errorType", - "erroredStepLabel", - "erroredStepType", - "eventDate", - "eventId", - "eventLevel", - "eventType", - "executionId", - "processId", - "processName", - "recordDate", - "startTime", - "status", - "title", - "topLevelProcessId", - "updateDate" - ], - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "classification": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "endTime": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environment": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "error": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "erroredStepLabel": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "erroredStepType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "eventDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "eventId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "eventLevel": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "eventType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inboundDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "recordDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "startTime": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "status": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "title": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "topLevelProcessId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "updateDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "EventExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "eventId", - "accountId", - "atomId", - "atomName", - "eventLevel", - "eventDate", - "status", - "eventType", - "executionId", - "title", - "updateDate", - "startTime", - "endTime", - "errorDocumentCount", - "inboundDocumentCount", - "outboundDocumentCount", - "processName", - "recordDate", - "error", - "environment", - "classification" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "410": { + "$ref": "#/components/responses/410" }, - "EventGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "eventId", - "accountId", - "atomId", - "atomName", - "eventLevel", - "eventDate", - "status", - "eventType", - "executionId", - "title", - "updateDate", - "startTime", - "endTime", - "errorDocumentCount", - "inboundDocumentCount", - "outboundDocumentCount", - "processName", - "recordDate", - "error", - "environment", - "classification" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/RosettaNetConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for a RosettaNetConnectorRecord query.", + "operationId": "QueryMoreRosettaNetConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } + } }, - "EventQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "eventId", - "accountId", - "atomId", - "atomName", - "eventLevel", - "eventDate", - "status", - "eventType", - "executionId", - "title", - "updateDate", - "startTime", - "endTime", - "errorDocumentCount", - "inboundDocumentCount", - "outboundDocumentCount", - "processName", - "recordDate", - "error", - "environment", - "classification" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - }, - "EventQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "accountId", - "atomId", - "atomName", - "classification", - "endTime", - "environment", - "error", - "errorType", - "erroredStepLabel", - "erroredStepType", - "eventDate", - "eventId", - "eventLevel", - "eventType", - "executionId", - "processId", - "processName", - "recordDate", - "startTime", - "status", - "title", - "topLevelProcessId", - "updateDate" - ], - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "classification": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "endTime": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "environment": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "error": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "erroredStepLabel": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "erroredStepType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "eventDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "eventId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "eventLevel": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "eventType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inboundDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "recordDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "startTime": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "status": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "title": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "topLevelProcessId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "updateDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } - }, - "EventSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "eventId", - "accountId", - "atomId", - "atomName", - "eventLevel", - "eventDate", - "status", - "eventType", - "executionId", - "title", - "updateDate", - "startTime", - "endTime", - "errorDocumentCount", - "inboundDocumentCount", - "outboundDocumentCount", - "processName", - "recordDate", - "error", - "environment", - "classification" - ] - } + "Deprecation": { + "$ref": "#/components/headers/Deprecation" }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "Link": { + "$ref": "#/components/headers/Link" } - }, - "ExecutionArtifacts": { - "type": "object", - "properties": { - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/RosettaNetConnectorRecordQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/RosettaNetConnectorRecordQueryResponse" + } } + } }, - "ExecutionConnector": { - "type": "object", - "properties": { - "actionType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectorType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "errorCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "executionConnector": { - "type": "string", - "xml": { - "attribute": true - } - }, - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "isStartShape": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "recordType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "successCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "ExecutionConnectorExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "executionId", - "connectorType", - "actionType", - "errorCount", - "successCount", - "size", - "isStartShape", - "recordType" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "410": { + "$ref": "#/components/responses/410" }, - "ExecutionConnectorGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "executionId", - "connectorType", - "actionType", - "errorCount", - "successCount", - "size", - "isStartShape", - "recordType" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/SharedServerInformation/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple SharedServerInformation objects by identifier.", + "operationId": "BulkSharedServerInformation", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/SharedServerInformationBulkRequest" } - }, - "ExecutionConnectorQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "executionId", - "connectorType", - "actionType", - "errorCount", - "successCount", - "size", - "isStartShape", - "recordType" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/SharedServerInformationBulkRequest" } + } }, - "ExecutionConnectorQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "actionType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectorType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "errorCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "executionConnector": { - "type": "string", - "xml": { - "attribute": true - } - }, - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "isStartShape": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "recordType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "successCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "ExecutionConnectorSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "executionId", - "connectorType", - "actionType", - "errorCount", - "successCount", - "size", - "isStartShape", - "recordType" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/SharedServerInformationBulkResponse" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/SharedServerInformationBulkResponse" + } } + } }, - "ExecutionCountAccount": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "xml": { - "attribute": true - } - }, - "failures": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "successes": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "ExecutionCountAccountExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "atomId", - "processDate" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "410": { + "$ref": "#/components/responses/410" }, - "ExecutionCountAccountGroup": { - "type": "object", - "allOf": [ - { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "xml": { - "attribute": true - } - }, - "failures": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "successes": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - ] + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/SharedServerInformation/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of a SharedServerInformation object.", + "operationId": "GetSharedServerInformation", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/SharedServerInformation" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/SharedServerInformation" + } + } + } }, - "ExecutionCountAccountGroupExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountGroupId", - "processDate" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "ExecutionCountAccountGroupGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountGroupId", - "processDate" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "410": { + "$ref": "#/components/responses/410" }, - "ExecutionCountAccountGroupQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountGroupId", - "processDate" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates a SharedServerInformation object.", + "operationId": "UpdateSharedServerInformation", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/SharedServerInformation" } - }, - "ExecutionCountAccountGroupQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "allOf": [ - { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "xml": { - "attribute": true - } - }, - "failures": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "successes": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - ] - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/SharedServerInformation" } + } }, - "ExecutionCountAccountGroupSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountGroupId", - "processDate" - ] - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "ExecutionCountAccountGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "atomId", - "processDate" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/SharedServerInformation" + } }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/SharedServerInformation" + } } + } }, - "ExecutionCountAccountQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "atomId", - "processDate" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/SharedWebServer/bulk": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves multiple SharedWebServer objects by identifier.", + "operationId": "BulkSharedWebServer", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/SharedWebServerBulkRequest" } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/SharedWebServerBulkRequest" + } + } }, - "ExecutionCountAccountQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "xml": { - "attribute": true - } - }, - "failures": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "successes": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "ExecutionCountAccountSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "atomId", - "processDate" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/SharedWebServerBulkResponse" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/SharedWebServerBulkResponse" + } } + } }, - "ExecutionRecord": { - "required": [ - "account", - "atomId", - "atomName", - "executionId", - "executionTime", - "executionType", - "launcherID", - "message", - "nodeId", - "originalExecutionId", - "parentExecutionId", - "processId", - "processName", - "recordedDate", - "reportKey", - "status", - "topLevelExecutionId" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionDuration": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionTime": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "exec_manual", - "exec_sched", - "exec_listener", - "exec_listener_bridge", - "exec_remote", - "retry_manual", - "retry_sched", - "fiber", - "sub_process", - "test_manual", - "test_sub_process", - "unknown" - ] - }, - "inboundDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inboundDocumentSize": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inboundErrorDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "launcherID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "nodeId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "originalExecutionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundDocumentSize": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "parentExecutionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "recordedDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "reportKey": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "status": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "topLevelExecutionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "ExecutionRecordExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "executionId", - "originalExecutionId", - "account", - "executionTime", - "status", - "executionType", - "processName", - "processId", - "atomName", - "atomId", - "inboundDocumentCount", - "outboundDocumentCount", - "executionDuration", - "message", - "reportKey", - "launcherId", - "nodeId", - "recordedDate" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "410": { + "$ref": "#/components/responses/410" }, - "ExecutionRecordGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "executionId", - "originalExecutionId", - "account", - "executionTime", - "status", - "executionType", - "processName", - "processId", - "atomName", - "atomId", - "inboundDocumentCount", - "outboundDocumentCount", - "executionDuration", - "message", - "reportKey", - "launcherId", - "nodeId", - "recordedDate" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/SharedWebServer/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an instance of a SharedWebServer object.", + "operationId": "GetSharedWebServer", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/SharedWebServer" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/SharedWebServer" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "atom" + ], + "summary": "Modifies or updates a SharedWebServer object.", + "operationId": "UpdateSharedWebServer", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/SharedWebServer" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/SharedWebServer" } + } }, - "ExecutionRecordQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "executionId", - "originalExecutionId", - "account", - "executionTime", - "status", - "executionType", - "processName", - "processId", - "atomName", - "atomId", - "inboundDocumentCount", - "outboundDocumentCount", - "executionDuration", - "message", - "reportKey", - "launcherId", - "nodeId", - "recordedDate" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - }, - "ExecutionRecordQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "atomId", - "atomName", - "executionId", - "executionTime", - "executionType", - "launcherID", - "message", - "nodeId", - "originalExecutionId", - "parentExecutionId", - "processId", - "processName", - "recordedDate", - "reportKey", - "status", - "topLevelExecutionId" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionDuration": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionTime": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "enum": [ - "exec_manual", - "exec_sched", - "exec_listener", - "exec_listener_bridge", - "exec_remote", - "retry_manual", - "retry_sched", - "fiber", - "sub_process", - "test_manual", - "test_sub_process", - "unknown" - ] - }, - "inboundDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inboundDocumentSize": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inboundErrorDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "launcherID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "message": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "nodeId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "originalExecutionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundDocumentCount": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundDocumentSize": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "parentExecutionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "recordedDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "reportKey": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "status": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "topLevelExecutionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "ExecutionRecordSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "executionId", - "originalExecutionId", - "account", - "executionTime", - "status", - "executionType", - "processName", - "processId", - "atomName", - "atomId", - "inboundDocumentCount", - "outboundDocumentCount", - "executionDuration", - "message", - "reportKey", - "launcherId", - "nodeId", - "recordedDate" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/SharedWebServer" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/SharedWebServer" + } } + } }, - "ExecutionRequest": { - "required": [ - "DynamicProcessProperties", - "ProcessProperties", - "atomId" - ], - "type": "object", - "properties": { - "DynamicProcessProperties": { - "type": "object", - "properties": { - "DynamicProcessProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "ProcessProperties": { - "type": "object", - "properties": { - "ProcessProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "ProcessPropertyValue": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "recordUrl": { - "type": "string", - "xml": { - "attribute": true - } - }, - "requestId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "ExecutionRequestDynamicProcessProperties": { - "type": "object", - "properties": { - "DynamicProcessProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "ExecutionRequestProcessProperties": { - "type": "object", - "properties": { - "ProcessProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "ProcessPropertyValue": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentOverride": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "encryptedValueSet": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "key": { - "type": "string", - "xml": { - "attribute": true - } - }, - "label": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useDefault": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "usesEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "validate": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ThroughputAccount/query": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Queries for a ThroughputAccount object(s).", + "operationId": "QueryThroughputAccount", + "requestBody": { + "description": " Possible properties include: environmentId, atomId, processDate", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ThroughputAccountQueryConfig" } - }, - "ExecutionSummaryRecord": { - "type": "object", - "properties": { - "accountID": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomID": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "elapsedTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "elapsedVarSum": { - "type": "number", - "format": "double", - "xml": { - "attribute": true - } - }, - "executionCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "inboundDocCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "inboundDocSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "launchElapsedTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "launcherID": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxElapsedTime": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "outboundDocCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "outboundDocSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "processID": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "reportKey": { - "type": "string", - "xml": { - "attribute": true - } - }, - "returnDocCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "returnDocSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - } - }, - "timeBlock": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ThroughputAccountQueryConfig" } + } }, - "ExecutionSummaryRecordExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "processId", - "timeBlock", - "atomId", - "status", - "reportKey", - "launcherId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - }, - "ExecutionSummaryRecordGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "processId", - "timeBlock", - "atomId", - "status", - "reportKey", - "launcherId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "ExecutionSummaryRecordQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "processId", - "timeBlock", - "atomId", - "status", - "reportKey", - "launcherId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ThroughputAccountQueryResponse" + } }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/ThroughputAccountQueryResponse" + } } + } }, - "ExecutionSummaryRecordQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountID": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomID": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "elapsedTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "elapsedVarSum": { - "type": "number", - "format": "double", - "xml": { - "attribute": true - } - }, - "executionCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "inboundDocCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "inboundDocSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "launchElapsedTime": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "launcherID": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxElapsedTime": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "outboundDocCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "outboundDocSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "processID": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "reportKey": { - "type": "string", - "xml": { - "attribute": true - } - }, - "returnDocCount": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "returnDocSize": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - } - }, - "timeBlock": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ThroughputAccount/queryMore": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Retrieves additional results for a ThroughputAccount query.", + "operationId": "QueryMoreThroughputAccount", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } + } }, - "ExecutionSummaryRecordSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "processId", - "timeBlock", - "atomId", - "status", - "reportKey", - "launcherId" - ] - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ThroughputAccountQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ThroughputAccountQueryResponse" + } + } + } }, - "Expression": { - "type": "object" + "403": { + "$ref": "#/components/responses/403" }, - "FTPCommunicationOptions": { - "type": "object", - "properties": { - "CommunicationSetting": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "default", - "custom", - "component" - ] - }, - "FTPGetOptions": { - "required": [ - "fileToMove", - "maxFileCount", - "remoteDirectory" - ], - "type": "object", - "properties": { - "fileToMove": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ftpAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "actionget", - "actiongetdelete", - "actiongetmove" - ] - }, - "maxFileCount": { - "type": "integer", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "remoteDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "transferType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ascii", - "binary" - ] - }, - "useDefaultGetOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "FTPSendOptions": { - "required": [ - "moveToDirectory", - "remoteDirectory" - ], - "type": "object", - "properties": { - "ftpAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "actionputrename", - "actionputappend", - "actionputerror", - "actionputoverwrite" - ] - }, - "moveToDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "remoteDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "transferType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ascii", - "binary" - ] - }, - "useDefaultSendOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "FTPSettings": { - "required": [ - "FTPSSLOptions", - "host", - "password", - "port", - "user" - ], - "type": "object", - "properties": { - "FTPSSLOptions": { - "required": [ - "clientSSLCertificate" - ], - "type": "object", - "properties": { - "clientSSLCertificate": { - "type": "object" - }, - "sslmode": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "explicit", - "implicit" - ] - }, - "useClientAuthentication": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "connectionMode": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "active", - "passive" - ] - }, - "host": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "password": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "port": { - "type": "integer", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "useDefaultSettings": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "user": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "SharedCommunicationChannel": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "FTPGetOptions": { - "required": [ - "fileToMove", - "maxFileCount", - "remoteDirectory" - ], - "type": "object", - "properties": { - "fileToMove": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ftpAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "actionget", - "actiongetdelete", - "actiongetmove" - ] - }, - "maxFileCount": { - "type": "integer", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "remoteDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "transferType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ascii", - "binary" - ] - }, - "useDefaultGetOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ThroughputAccountGroup/query": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Queries for a ThroughputAccountGroup object(s).", + "operationId": "QueryThroughputAccountGroup", + "requestBody": { + "description": " Possible properties include: accountGroupId, processDate", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ThroughputAccountGroupQueryConfig" } - }, - "FTPSSLOptions": { - "required": [ - "clientSSLCertificate" - ], - "type": "object", - "properties": { - "clientSSLCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "passPhrase": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "sslmode": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "explicit", - "implicit" - ] - }, - "useClientAuthentication": { - "type": "boolean", - "xml": { - "attribute": true - } - } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ThroughputAccountGroupQueryConfig" } + } }, - "FTPSendOptions": { - "required": [ - "moveToDirectory", - "remoteDirectory" - ], - "type": "object", - "properties": { - "ftpAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "actionputrename", - "actionputappend", - "actionputerror", - "actionputoverwrite" - ] - }, - "moveToDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "remoteDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "transferType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ascii", - "binary" - ] - }, - "useDefaultSendOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "FTPSettings": { - "required": [ - "FTPSSLOptions", - "host", - "password", - "port", - "user" - ], - "type": "object", - "properties": { - "FTPSSLOptions": { - "required": [ - "clientSSLCertificate" - ], - "type": "object", - "properties": { - "clientSSLCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "passPhrase": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "sslmode": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "explicit", - "implicit" - ] - }, - "useClientAuthentication": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "connectionMode": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "active", - "passive" - ] - }, - "host": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "password": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "port": { - "type": "integer", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "useDefaultSettings": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "user": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ThroughputAccountGroupQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/ThroughputAccountGroupQueryResponse" + } } + } }, - "Field": { - "type": "object", - "properties": { - "componentOverride": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "customProperties": { - "type": "object", - "properties": { - "properties": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "encrypted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "key": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "encryptedValueSet": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useDefault": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "usesEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "FieldSummary": { - "type": "object", - "allOf": [ - { - "type": "object", - "properties": { - "componentOverride": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "customProperties": { - "type": "object", - "properties": { - "properties": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "encryptedValueSet": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useDefault": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "usesEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - { - "type": "object", - "properties": { - "oauth2AuthorizationUrl": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - ] + "410": { + "$ref": "#/components/responses/410" }, - "Folder": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object", - "properties": { - "RoleReference": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fullPath": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentName": { - "type": "string", - "xml": { - "attribute": true - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/ThroughputAccountGroup/queryMore": { + "post": { + "tags": [ + "executionStatistic" + ], + "summary": "Retrieves additional results for a ThroughputAccountGroup query.", + "operationId": "QueryMoreThroughputAccountGroup", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } + } }, - "FolderBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "FolderBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object", - "properties": { - "RoleReference": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fullPath": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ThroughputAccountGroupQueryResponse" + } }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/ThroughputAccountGroupQueryResponse" + } } + } }, - "FolderExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountId", - "id", - "name", - "fullPath", - "deleted", - "parentId", - "parentName", - "permittedRoles" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "FolderGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountId", - "id", - "name", - "fullPath", - "deleted", - "parentId", - "parentName", - "permittedRoles" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "410": { + "$ref": "#/components/responses/410" }, - "FolderQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountId", - "id", - "name", - "fullPath", - "deleted", - "parentId", - "parentName", - "permittedRoles" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradacomsConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for a TradacomsConnectorRecord object(s).", + "operationId": "QueryTradacomsConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TradacomsConnectorRecordQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/TradacomsConnectorRecordQueryConfig" } + } }, - "FolderQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "PermittedRoles": { - "type": "object", - "properties": { - "RoleReference": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fullPath": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "FolderSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountId", - "id", - "name", - "fullPath", - "deleted", - "parentId", - "parentName", - "permittedRoles" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/TradacomsConnectorRecordQueryResponse" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/TradacomsConnectorRecordQueryResponse" + } } + } }, - "GSControlInfo": { - "type": "object", - "properties": { - "applicationcode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "gsVersion": { - "type": "string", - "xml": { - "attribute": true - } - }, - "respagencycode": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "T", - "X" - ] - } - } + "403": { + "$ref": "#/components/responses/403" }, - "GenericConnectorRecord": { - "required": [ - "connectorFields", - "errorMessage", - "trackedFields" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "attribute": true - } - }, - "actionType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectorFields": { - "type": "object", - "properties": { - "connectorField": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "connectorType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionConnectorId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "incrementalDocumentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "operationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operationName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "retryable": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "startShape": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SUCCESS", - "ERROR" - ] - }, - "trackedFields": { - "type": "object", - "properties": { - "trackedField": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - } + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradacomsConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for a TradacomsConnectorRecord query.", + "operationId": "QueryMoreTradacomsConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } + } }, - "GenericConnectorRecordBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "GenericConnectorRecordBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "connectorFields", - "errorMessage", - "trackedFields" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "attribute": true - } - }, - "actionType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectorFields": { - "type": "object", - "properties": { - "connectorField": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "connectorType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionConnectorId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "incrementalDocumentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "operationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operationName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "retryable": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "startShape": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SUCCESS", - "ERROR" - ] - }, - "trackedFields": { - "type": "object", - "properties": { - "trackedField": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/TradacomsConnectorRecordQueryResponse" + } }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/TradacomsConnectorRecordQueryResponse" + } } + } }, - "GenericConnectorRecordExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "id", - "executionConnectorId", - "executionId", - "connectionId", - "operationId", - "actionType", - "connectorType", - "atomId", - "dateProcessed", - "connectionName", - "operationName", - "errorMessage", - "status", - "documentIndex", - "incrementalDocumentIndex", - "size", - "startShape", - "retryable" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "GenericConnectorRecordGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "id", - "executionConnectorId", - "executionId", - "connectionId", - "operationId", - "actionType", - "connectorType", - "atomId", - "dateProcessed", - "connectionName", - "operationName", - "errorMessage", - "status", - "documentIndex", - "incrementalDocumentIndex", - "size", - "startShape", - "retryable" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerComponent": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a TradingPartnerComponent object.", + "operationId": "CreateTradingPartnerComponent", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerComponent" } - }, - "GenericConnectorRecordQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "id", - "executionConnectorId", - "executionId", - "connectionId", - "operationId", - "actionType", - "connectorType", - "atomId", - "dateProcessed", - "connectionName", - "operationName", - "errorMessage", - "status", - "documentIndex", - "incrementalDocumentIndex", - "size", - "startShape", - "retryable" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerComponent" } + } }, - "GenericConnectorRecordQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "connectorFields", - "errorMessage", - "trackedFields" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "attribute": true - } - }, - "actionType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectionName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "connectorFields": { - "type": "object", - "properties": { - "connectorField": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "connectorType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionConnectorId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "incrementalDocumentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "operationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operationName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "retryable": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "startShape": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SUCCESS", - "ERROR" - ] - }, - "trackedFields": { - "type": "object", - "properties": { - "trackedField": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "GenericConnectorRecordSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "id", - "executionConnectorId", - "executionId", - "connectionId", - "operationId", - "actionType", - "connectorType", - "atomId", - "dateProcessed", - "connectionName", - "operationName", - "errorMessage", - "status", - "documentIndex", - "incrementalDocumentIndex", - "size", - "startShape", - "retryable" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerComponent" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerComponent" + } } + } }, - "GroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "allOf": [ - { - "type": "object" - }, - { - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - } - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "HDType": { - "type": "object", - "properties": { - "namespaceId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "universalId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "universalIdType": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "HL7ConnectorRecord": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "acceptAckReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "acceptAckStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object", - "properties": { - "fields": { - "type": "array", - "items": { - "type": "object" - } - } - }, - "xml": { - "name": "customFields", - "namespace": "http://api.platform.boomi.com/" - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isValidMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageControlId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverApplicationId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverFacilityId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderApplicationId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderFacilityId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerComponent/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple TradingPartnerComponent objects by identifier.", + "operationId": "BulkTradingPartnerComponent", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerComponentBulkRequest" } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerComponentBulkRequest" + } + } }, - "HL7ConnectorRecordExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - }, - "HL7ConnectorRecordGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "HL7ConnectorRecordQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerComponentBulkResponse" + } }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerComponentBulkResponse" + } } + } }, - "HL7ConnectorRecordQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "acceptAckReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "acceptAckStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object", - "properties": { - "fields": { - "type": "array", - "items": { - "type": "object" - } - } - }, - "xml": { - "name": "customFields", - "namespace": "http://api.platform.boomi.com/" - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isValidMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageControlId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverApplicationId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverFacilityId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderApplicationId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderFacilityId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "version": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerComponent/query": { + "post": { + "tags": [ + "component" + ], + "summary": "Queries for a TradingPartnerComponent object(s).", + "operationId": "QueryTradingPartnerComponent", + "requestBody": { + "description": " Possible properties include: name, classification, standard, identifier, as2, disk, ftp, mllp, sftp, http, oftp", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerComponentQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerComponentQueryConfig" } + } }, - "HL7ConnectorRecordSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "HL7ControlInfo": { - "required": [ - "MSHControlInfo" - ], - "type": "object", - "properties": { - "MSHControlInfo": { - "required": [ - "Application", - "Facility", - "NetworkAddress", - "ProcessingId" - ], - "type": "object", - "properties": { - "Application": { - "type": "object", - "properties": { - "namespaceId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "universalId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "universalIdType": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "Facility": { - "type": "object", - "properties": { - "namespaceId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "universalId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "universalIdType": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "NetworkAddress": { - "type": "object", - "properties": { - "namespaceId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "universalId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "universalIdType": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "ProcessingId": { - "type": "object", - "properties": { - "processingId": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "D", - "P", - "T" - ] - }, - "processingMode": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "A", - "R", - "I", - "T", - "NOT_PRESENT" - ] - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerComponentQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerComponentQueryResponse" + } } + } }, - "HL7Options": { - "required": [ - "compositeDelimiter", - "elementDelimiter", - "segmentTerminator", - "subCompositeDelimiter" - ], - "type": "object", - "properties": { - "acceptackoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "AL", - "NE", - "ER", - "SU", - "NOT_DEFINED" - ] - }, - "appackoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "AL", - "NE", - "ER", - "SU", - "NOT_DEFINED" - ] - }, - "batchoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "batch" - ] - }, - "compositeDelimiter": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } - }, - "elementDelimiter": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } - }, - "filteracknowledgements": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundInterchangeValidation": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundValidationOption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "filterError", - "failAll" - ] - }, - "rejectDuplicates": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "segmentTerminator": { - "type": "object", - "properties": { - "segmentTerminatorSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "segmentTerminatorValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "newline", - "singlequote", - "tilde", - "carriagereturn", - "bytecharacter", - "othercharacter" - ] - } - } - }, - "subCompositeDelimiter": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "HL7PartnerInfo": { - "type": "object", - "properties": { - "HL7ControlInfo": { - "required": [ - "MSHControlInfo" - ], - "type": "object", - "properties": { - "MSHControlInfo": { - "required": [ - "Application", - "Facility", - "NetworkAddress", - "ProcessingId" - ], - "type": "object", - "properties": { - "Application": { - "type": "object" - }, - "Facility": { - "type": "object" - }, - "NetworkAddress": { - "type": "object" - }, - "ProcessingId": { - "type": "object" - } - } - } - } - }, - "HL7Options": { - "required": [ - "compositeDelimiter", - "elementDelimiter", - "segmentTerminator", - "subCompositeDelimiter" - ], - "type": "object", - "properties": { - "acceptackoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "AL", - "NE", - "ER", - "SU", - "NOT_DEFINED" - ] - }, - "appackoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "AL", - "NE", - "ER", - "SU", - "NOT_DEFINED" - ] - }, - "batchoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "batch" - ] - }, - "compositeDelimiter": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } - }, - "elementDelimiter": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } - }, - "filteracknowledgements": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundInterchangeValidation": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundValidationOption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "filterError", - "failAll" - ] - }, - "rejectDuplicates": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "segmentTerminator": { - "type": "object", - "properties": { - "segmentTerminatorSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "segmentTerminatorValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "newline", - "singlequote", - "tilde", - "carriagereturn", - "bytecharacter", - "othercharacter" - ] - } - } - }, - "subCompositeDelimiter": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } - } - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "HTTPAuthSettings": { - "type": "object", - "properties": { - "password": { - "type": "string", - "xml": { - "attribute": true - } - }, - "user": { - "type": "string", - "xml": { - "attribute": true - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerComponent/queryMore": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves additional results for a TradingPartnerComponent query.", + "operationId": "QueryMoreTradingPartnerComponent", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } + } }, - "HTTPCommunicationOptions": { - "type": "object", - "properties": { - "CommunicationSetting": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "default", - "custom", - "component" - ] - }, - "HTTPGetOptions": { - "required": [ - "pathElements", - "requestHeaders", - "responseHeaderMapping" - ], - "type": "object", - "properties": { - "dataContentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "followRedirects": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "methodType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "POST", - "PUT", - "DELETE" - ] - }, - "pathElements": { - "type": "object", - "properties": { - "element": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "reflectHeaders": { - "type": "object", - "properties": { - "element": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "requestHeaders": { - "type": "object", - "properties": { - "header": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "requestProfile": { - "type": "string", - "xml": { - "attribute": true - } - }, - "requestProfileType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "XML", - "JSON" - ] - }, - "responseHeaderMapping": { - "type": "object", - "properties": { - "header": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "responseProfile": { - "type": "string", - "xml": { - "attribute": true - } - }, - "responseProfileType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "XML", - "JSON" - ] - }, - "returnErrors": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useDefaultOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "HTTPListenOptions": { - "type": "object", - "properties": { - "mimePassthrough": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "objectName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operationType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "password": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useDefaultListenOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "username": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "HTTPSendOptions": { - "required": [ - "pathElements", - "requestHeaders", - "responseHeaderMapping" - ], - "type": "object", - "properties": { - "dataContentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "followRedirects": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "methodType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "POST", - "PUT", - "DELETE" - ] - }, - "pathElements": { - "type": "object", - "properties": { - "element": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "reflectHeaders": { - "type": "object", - "properties": { - "element": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "requestHeaders": { - "type": "object", - "properties": { - "header": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "requestProfile": { - "type": "string", - "xml": { - "attribute": true - } - }, - "requestProfileType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "XML", - "JSON" - ] - }, - "responseHeaderMapping": { - "type": "object", - "properties": { - "header": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "responseProfile": { - "type": "string", - "xml": { - "attribute": true - } - }, - "responseProfileType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "XML", - "JSON" - ] - }, - "returnErrors": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "returnResponses": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useDefaultOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "HTTPSettings": { - "required": [ - "HTTPAuthSettings", - "HTTPSSLOptions" - ], - "type": "object", - "properties": { - "HTTPAuthSettings": { - "type": "object", - "properties": { - "password": { - "type": "string", - "xml": { - "attribute": true - } - }, - "user": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "HTTPOAuth2Settings": { - "required": [ - "accessTokenEndpoint", - "accessTokenParameters", - "authorizationParameters", - "authorizationTokenEndpoint", - "credentials", - "scope" - ], - "type": "object", - "properties": { - "accessTokenEndpoint": { - "type": "object" - }, - "accessTokenParameters": { - "type": "object" - }, - "authorizationParameters": { - "type": "object" - }, - "authorizationTokenEndpoint": { - "type": "object" - }, - "credentials": { - "type": "object" - }, - "grantType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "code", - "client_credentials", - "password" - ] - }, - "scope": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "HTTPOAuthSettings": { - "type": "object", - "properties": { - "accessToken": { - "type": "string", - "xml": { - "attribute": true - } - }, - "accessTokenURL": { - "type": "string", - "xml": { - "attribute": true - } - }, - "authorizationURL": { - "type": "string", - "xml": { - "attribute": true - } - }, - "consumerKey": { - "type": "string", - "xml": { - "attribute": true - } - }, - "consumerSecret": { - "type": "string", - "xml": { - "attribute": true - } - }, - "realm": { - "type": "string", - "xml": { - "attribute": true - } - }, - "requestTokenURL": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signatureMethod": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SHA1", - "SHA256" - ] - }, - "suppressBlankAccessToken": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "tokenSecret": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "HTTPSSLOptions": { - "type": "object", - "properties": { - "clientauth": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "clientsslalias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "trustServerCert": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "trustedcertalias": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "authenticationType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "BASIC", - "PASSWORD_DIGEST", - "CUSTOM", - "OAUTH", - "OAUTH2" - ] - }, - "connectTimeout": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "cookieScope": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "IGNORED", - "GLOBAL", - "CONNECTOR_SHAPE" - ] - }, - "readTimeout": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "url": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useBasicAuth": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useCustomAuth": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useDefaultSettings": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "SharedCommunicationChannel": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "HTTPEndpoint": { - "required": [ - "sslOptions" - ], - "type": "object", - "properties": { - "sslOptions": { - "type": "object", - "properties": { - "clientauth": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "clientsslalias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "trustServerCert": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "trustedcertalias": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "url": { - "type": "string", - "xml": { - "attribute": true - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerComponentQueryResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerComponentQueryResponse" + } } + } }, - "HTTPGetOptions": { - "required": [ - "pathElements", - "requestHeaders", - "responseHeaderMapping" - ], - "type": "object", - "properties": { - "dataContentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "followRedirects": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "methodType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "POST", - "PUT", - "DELETE" - ] - }, - "pathElements": { - "type": "object", - "properties": { - "element": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "reflectHeaders": { - "type": "object", - "properties": { - "element": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "requestHeaders": { - "type": "object", - "properties": { - "header": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "headerFieldName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "targetPropertyName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "requestProfile": { - "type": "string", - "xml": { - "attribute": true - } - }, - "requestProfileType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "XML", - "JSON" - ] - }, - "responseHeaderMapping": { - "type": "object", - "properties": { - "header": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "headerFieldName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "targetPropertyName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "responseProfile": { - "type": "string", - "xml": { - "attribute": true - } - }, - "responseProfileType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "XML", - "JSON" - ] - }, - "returnErrors": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useDefaultOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "HTTPListenOptions": { - "type": "object", - "properties": { - "mimePassthrough": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "objectName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operationType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "password": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useDefaultListenOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "username": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "HTTPOAuth2Settings": { - "required": [ - "accessTokenEndpoint", - "accessTokenParameters", - "authorizationParameters", - "authorizationTokenEndpoint", - "credentials", - "scope" - ], - "type": "object", - "properties": { - "accessTokenEndpoint": { - "required": [ - "sslOptions" - ], - "type": "object", - "properties": { - "sslOptions": { - "type": "object", - "properties": { - "clientauth": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "clientsslalias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "trustServerCert": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "trustedcertalias": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "url": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "accessTokenParameters": { - "type": "object", - "properties": { - "parameter": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "authorizationParameters": { - "type": "object", - "properties": { - "parameter": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "authorizationTokenEndpoint": { - "required": [ - "sslOptions" - ], - "type": "object", - "properties": { - "sslOptions": { - "type": "object", - "properties": { - "clientauth": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "clientsslalias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "trustServerCert": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "trustedcertalias": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "url": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "credentials": { - "type": "object", - "properties": { - "accessToken": { - "type": "string", - "xml": { - "attribute": true - } - }, - "accessTokenKey": { - "type": "string", - "xml": { - "attribute": true - } - }, - "clientId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "clientSecret": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useRefreshToken": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "grantType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "code", - "client_credentials", - "password" - ] - }, - "scope": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerComponent/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a TradingPartnerComponent object.", + "operationId": "GetTradingPartnerComponent", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerComponent" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerComponent" + } + } + } }, - "HTTPOAuthCredentials": { - "type": "object", - "properties": { - "accessToken": { - "type": "string", - "xml": { - "attribute": true - } - }, - "accessTokenKey": { - "type": "string", - "xml": { - "attribute": true - } - }, - "clientId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "clientSecret": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useRefreshToken": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "HTTPOAuthSettings": { - "type": "object", - "properties": { - "accessToken": { - "type": "string", - "xml": { - "attribute": true - } - }, - "accessTokenURL": { - "type": "string", - "xml": { - "attribute": true - } - }, - "authorizationURL": { - "type": "string", - "xml": { - "attribute": true - } - }, - "consumerKey": { - "type": "string", - "xml": { - "attribute": true - } - }, - "consumerSecret": { - "type": "string", - "xml": { - "attribute": true - } - }, - "realm": { - "type": "string", - "xml": { - "attribute": true - } - }, - "requestTokenURL": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signatureMethod": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SHA1", - "SHA256" - ] - }, - "suppressBlankAccessToken": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "tokenSecret": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "HTTPPathElements": { - "type": "object", - "properties": { - "element": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "component" + ], + "summary": "Modifies or updates a TradingPartnerComponent object.", + "operationId": "UpdateTradingPartnerComponent", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerComponent" } - }, - "HTTPReflectHeaders": { - "type": "object", - "properties": { - "element": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerComponent" } + } }, - "HTTPRequestHeaders": { - "type": "object", - "properties": { - "header": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "headerFieldName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "targetPropertyName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "HTTPRequestParameters": { - "type": "object", - "properties": { - "parameter": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerComponent" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerComponent" + } } + } }, - "HTTPResponseHeaderMapping": { - "type": "object", - "properties": { - "header": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "headerFieldName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "targetPropertyName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "HTTPSSLOptions": { - "type": "object", - "properties": { - "clientauth": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "clientsslalias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "trustServerCert": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "trustedcertalias": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "HTTPSendOptions": { - "required": [ - "pathElements", - "requestHeaders", - "responseHeaderMapping" - ], - "type": "object", - "properties": { - "dataContentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "followRedirects": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "methodType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "POST", - "PUT", - "DELETE" - ] - }, - "pathElements": { - "type": "object", - "properties": { - "element": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "reflectHeaders": { - "type": "object", - "properties": { - "element": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "requestHeaders": { - "type": "object", - "properties": { - "header": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "headerFieldName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "targetPropertyName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "requestProfile": { - "type": "string", - "xml": { - "attribute": true - } - }, - "requestProfileType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "XML", - "JSON" - ] - }, - "responseHeaderMapping": { - "type": "object", - "properties": { - "header": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "headerFieldName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "targetPropertyName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "responseProfile": { - "type": "string", - "xml": { - "attribute": true - } - }, - "responseProfileType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "XML", - "JSON" - ] - }, - "returnErrors": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "returnResponses": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useDefaultOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "component" + ], + "summary": "Deletes a TradingPartnerComponent object.", + "operationId": "DeleteTradingPartnerComponent", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } }, - "HTTPSettings": { - "required": [ - "HTTPAuthSettings", - "HTTPSSLOptions" - ], - "type": "object", - "properties": { - "HTTPAuthSettings": { - "type": "object", - "properties": { - "password": { - "type": "string", - "xml": { - "attribute": true - } - }, - "user": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "HTTPOAuth2Settings": { - "required": [ - "accessTokenEndpoint", - "accessTokenParameters", - "authorizationParameters", - "authorizationTokenEndpoint", - "credentials", - "scope" - ], - "type": "object", - "properties": { - "accessTokenEndpoint": { - "required": [ - "sslOptions" - ], - "type": "object", - "properties": { - "sslOptions": { - "type": "object" - }, - "url": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "accessTokenParameters": { - "type": "object", - "properties": { - "parameter": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "authorizationParameters": { - "type": "object", - "properties": { - "parameter": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "authorizationTokenEndpoint": { - "required": [ - "sslOptions" - ], - "type": "object", - "properties": { - "sslOptions": { - "type": "object" - }, - "url": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "credentials": { - "type": "object", - "properties": { - "accessToken": { - "type": "string", - "xml": { - "attribute": true - } - }, - "accessTokenKey": { - "type": "string", - "xml": { - "attribute": true - } - }, - "clientId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "clientSecret": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useRefreshToken": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "grantType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "code", - "client_credentials", - "password" - ] - }, - "scope": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "HTTPOAuthSettings": { - "type": "object", - "properties": { - "accessToken": { - "type": "string", - "xml": { - "attribute": true - } - }, - "accessTokenURL": { - "type": "string", - "xml": { - "attribute": true - } - }, - "authorizationURL": { - "type": "string", - "xml": { - "attribute": true - } - }, - "consumerKey": { - "type": "string", - "xml": { - "attribute": true - } - }, - "consumerSecret": { - "type": "string", - "xml": { - "attribute": true - } - }, - "realm": { - "type": "string", - "xml": { - "attribute": true - } - }, - "requestTokenURL": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signatureMethod": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SHA1", - "SHA256" - ] - }, - "suppressBlankAccessToken": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "tokenSecret": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "HTTPSSLOptions": { - "type": "object", - "properties": { - "clientauth": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "clientsslalias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "trustServerCert": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "trustedcertalias": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "authenticationType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "BASIC", - "PASSWORD_DIGEST", - "CUSTOM", - "OAUTH", - "OAUTH2" - ] - }, - "connectTimeout": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "cookieScope": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "IGNORED", - "GLOBAL", - "CONNECTOR_SHAPE" - ] - }, - "readTimeout": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "url": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useBasicAuth": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useCustomAuth": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useDefaultSettings": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "Header": { - "type": "object", - "properties": { - "headerFieldName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "targetPropertyName": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "ISAControlInfo": { - "type": "object", - "properties": { - "ackrequested": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "authorizationInformation": { - "type": "string", - "xml": { - "attribute": true - } - }, - "authorizationInformationQualifier": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "X12AUTHQUAL_00", - "X12AUTHQUAL_01", - "X12AUTHQUAL_02", - "X12AUTHQUAL_03", - "X12AUTHQUAL_04", - "X12AUTHQUAL_05" - ] - }, - "componentElementSeparator": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeIdQualifier": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "X12IDQUAL_01", - "X12IDQUAL_02", - "X12IDQUAL_03", - "X12IDQUAL_04", - "X12IDQUAL_07", - "X12IDQUAL_08", - "X12IDQUAL_09", - "X12IDQUAL_10", - "X12IDQUAL_11", - "X12IDQUAL_12", - "X12IDQUAL_13", - "X12IDQUAL_14", - "X12IDQUAL_15", - "X12IDQUAL_16", - "X12IDQUAL_17", - "X12IDQUAL_18", - "X12IDQUAL_19", - "X12IDQUAL_20", - "X12IDQUAL_21", - "X12IDQUAL_22", - "X12IDQUAL_23", - "X12IDQUAL_24", - "X12IDQUAL_25", - "X12IDQUAL_26", - "X12IDQUAL_27", - "X12IDQUAL_28", - "X12IDQUAL_29", - "X12IDQUAL_30", - "X12IDQUAL_31", - "X12IDQUAL_32", - "X12IDQUAL_33", - "X12IDQUAL_34", - "X12IDQUAL_NR", - "X12IDQUAL_ZZ" - ] - }, - "securityInformation": { - "type": "string", - "xml": { - "attribute": true - } - }, - "securityInformationQualifier": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "X12SECQUAL_00", - "X12SECQUAL_01" - ] - }, - "standardIdentification": { - "type": "string", - "xml": { - "attribute": true - } - }, - "testindicator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "P", - "T" - ] - }, - "version": { - "type": "string", - "xml": { - "attribute": true - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerProcessingGroup": { + "post": { + "tags": [ + "component" + ], + "summary": "Creates a TradingPartnerProcessingGroup object.", + "operationId": "CreateTradingPartnerProcessingGroup", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerProcessingGroup" } - }, - "InstallerToken": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "cloudId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "created": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "durationMinutes": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "expiration": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "installType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CLOUD", - "ATOM", - "MOLECULE", - "BROKER", - "GATEWAY" - ] - }, - "token": { - "type": "string", - "xml": { - "attribute": true - } - } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerProcessingGroup" } + } }, - "IntegrationPack": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "installationType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SINGLE", - "MULTI" - ] - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerProcessingGroup" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerProcessingGroup" + } } + } }, - "IntegrationPackAtomAttachment": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackInstanceId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "IntegrationPackAtomAttachmentExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "atomId", - "integrationPackInstanceId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "410": { + "$ref": "#/components/responses/410" }, - "IntegrationPackAtomAttachmentGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "atomId", - "integrationPackInstanceId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerProcessingGroup/bulk": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves multiple TradingPartnerProcessingGroup objects by identifier.", + "operationId": "BulkTradingPartnerProcessingGroup", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerProcessingGroupBulkRequest" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerProcessingGroupBulkRequest" } + } }, - "IntegrationPackAtomAttachmentQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "atomId", - "integrationPackInstanceId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "IntegrationPackAtomAttachmentQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackInstanceId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerProcessingGroupBulkResponse" + } }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerProcessingGroupBulkResponse" + } } + } }, - "IntegrationPackAtomAttachmentSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "atomId", - "integrationPackInstanceId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerProcessingGroup/query": { + "post": { + "tags": [ + "component" + ], + "summary": "Queries for a TradingPartnerProcessingGroup object(s).", + "operationId": "QueryTradingPartnerProcessingGroup", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerProcessingGroupQueryConfig" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerProcessingGroupQueryConfig" } + } }, - "IntegrationPackBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "IntegrationPackBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "installationType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SINGLE", - "MULTI" - ] - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerProcessingGroupQueryResponse" + } }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerProcessingGroupQueryResponse" + } } + } }, - "IntegrationPackEnvironmentAttachment": { - "type": "object", - "properties": { - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackInstanceId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "IntegrationPackEnvironmentAttachmentExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "integrationPackInstanceId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "410": { + "$ref": "#/components/responses/410" }, - "IntegrationPackEnvironmentAttachmentGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "integrationPackInstanceId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerProcessingGroup/queryMore": { + "post": { + "tags": [ + "component" + ], + "summary": "Retrieves additional results for a TradingPartnerProcessingGroup query.", + "operationId": "QueryMoreTradingPartnerProcessingGroup", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } + } }, - "IntegrationPackEnvironmentAttachmentQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "integrationPackInstanceId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } - }, - "IntegrationPackEnvironmentAttachmentQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackInstanceId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "Warning": { + "$ref": "#/components/headers/Warning" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "IntegrationPackEnvironmentAttachmentSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "integrationPackInstanceId" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerProcessingGroupQueryResponse" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerProcessingGroupQueryResponse" + } } + } }, - "IntegrationPackExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "id", - "installationType" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "IntegrationPackGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "id", - "installationType" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "410": { + "$ref": "#/components/responses/410" }, - "IntegrationPackInstance": { - "type": "object", - "properties": { - "ProcessId": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "originalProcessId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "wrapperProcessId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackOverrideName": { - "type": "string", - "xml": { - "attribute": true - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/TradingPartnerProcessingGroup/{id}": { + "get": { + "tags": [ + "component" + ], + "summary": "Retrieves an instance of a TradingPartnerProcessingGroup object.", + "operationId": "GetTradingPartnerProcessingGroup", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerProcessingGroup" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerProcessingGroup" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "post": { + "tags": [ + "component" + ], + "summary": "Modifies or updates a TradingPartnerProcessingGroup object.", + "operationId": "UpdateTradingPartnerProcessingGroup", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerProcessingGroup" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerProcessingGroup" } + } }, - "IntegrationPackInstanceBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "IntegrationPackInstanceBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "ProcessId": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "originalProcessId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "wrapperProcessId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackOverrideName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerProcessingGroup" + } }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/TradingPartnerProcessingGroup" + } } + } }, - "IntegrationPackInstanceExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "integrationPackOverrideName", - "integrationPackName", - "integrationPackId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "403": { + "$ref": "#/components/responses/403" }, - "IntegrationPackInstanceGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "integrationPackOverrideName", - "integrationPackName", - "integrationPackId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "410": { + "$ref": "#/components/responses/410" }, - "IntegrationPackInstanceQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "integrationPackOverrideName", - "integrationPackName", - "integrationPackId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + }, + "delete": { + "tags": [ + "component" + ], + "summary": "Deletes a TradingPartnerProcessingGroup object.", + "operationId": "DeleteTradingPartnerProcessingGroup", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/X12ConnectorRecord/query": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Queries for a X12ConnectorRecord object(s).", + "operationId": "QueryX12ConnectorRecord", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/X12ConnectorRecordQueryConfig" } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/X12ConnectorRecordQueryConfig" + } + } }, - "IntegrationPackInstanceQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "ProcessId": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "originalProcessId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "wrapperProcessId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackOverrideName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "IntegrationPackInstanceSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "integrationPackOverrideName", - "integrationPackName", - "integrationPackId" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/X12ConnectorRecordQueryResponse" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/X12ConnectorRecordQueryResponse" + } } + } }, - "IntegrationPackQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "id", - "installationType" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/X12ConnectorRecord/queryMore": { + "post": { + "tags": [ + "documentTracking" + ], + "summary": "Retrieves additional results for a X12ConnectorRecord query.", + "operationId": "QueryMoreX12ConnectorRecord", + "requestBody": { + "content": { + "text/plain": { + "schema": { + "type": "string" } + } }, - "IntegrationPackQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "installationType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SINGLE", - "MULTI" - ] - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "required": true + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "IntegrationPackSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "id", - "installationType" - ] - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/X12ConnectorRecordQueryResponse" + } }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" + "application/json": { + "schema": { + "$ref": "#/components/schemas/X12ConnectorRecordQueryResponse" + } } + } }, - "JavaCorretto8Upgrade": { - "type": "object", - "allOf": [ - { - "type": "object", - "properties": { - "JavaUpgradeOptions": { - "required": [ - "cacertsPath", - "externalJDKPath", - "prefJreLocation" - ], - "type": "object", - "properties": { - "cacertsPath": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "externalJDKPath": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "migrateCertificate": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "prefJreLocation": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - ] + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/AccountCloudAttachmentProperties/response/{token}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an AccountCloudAttachmentProperties object by identifier.", + "operationId": "AsyncTokenAccountCloudAttachmentProperties", + "parameters": [ + { + "name": "token", + "in": "path", + "description": "Takes in the token from a previous call to return a result.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AccountCloudAttachmentPropertiesAsyncResponse" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AccountCloudAttachmentPropertiesAsyncResponse" + } + } + } + }, + "403": { + "$ref": "#/components/responses/403" + }, + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/AccountCloudAttachmentProperties/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an AccountCloudAttachmentProperties object by identifier.", + "operationId": "AsyncGetAccountCloudAttachmentProperties", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AsyncOperationTokenResult" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AsyncOperationTokenResult" + } + } + } }, - "JavaRollback": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "JavaUpgrade": { - "type": "object", - "properties": { - "JavaUpgradeOptions": { - "required": [ - "cacertsPath", - "externalJDKPath", - "prefJreLocation" - ], - "type": "object", - "properties": { - "cacertsPath": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "externalJDKPath": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "migrateCertificate": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "prefJreLocation": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "JavaUpgradeOptions": { - "required": [ - "cacertsPath", - "externalJDKPath", - "prefJreLocation" - ], - "type": "object", - "properties": { - "cacertsPath": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "externalJDKPath": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "migrateCertificate": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "prefJreLocation": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/AtomCounters/response/{token}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an AtomCounters object by identifier.", + "operationId": "AsyncTokenAtomCounters", + "parameters": [ + { + "name": "token", + "in": "path", + "description": "Takes in the token from a previous call to return a result.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomCountersAsyncResponse" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomCountersAsyncResponse" + } + } + } }, - "License": { - "type": "object", - "properties": { - "purchased": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "used": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "Licensing": { - "type": "object", - "properties": { - "enterprise": { - "type": "object", - "properties": { - "purchased": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "used": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "enterpriseTest": { - "type": "object", - "properties": { - "purchased": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "used": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "smallBusiness": { - "type": "object", - "properties": { - "purchased": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "used": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "smallBusinessTest": { - "type": "object", - "properties": { - "purchased": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "used": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "standard": { - "type": "object", - "properties": { - "purchased": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "used": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "standardTest": { - "type": "object", - "properties": { - "purchased": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "used": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "tradingPartner": { - "type": "object", - "properties": { - "purchased": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "used": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "tradingPartnerTest": { - "type": "object", - "properties": { - "purchased": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "used": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "ListQueues": { - "type": "object", - "properties": { - "QueueRecord": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "deadLettersCount": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "messagesCount": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "queueName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "queueType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "topicSubscribers": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "SubscriberName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deadLettersCount": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "messageCount": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } - } - } - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/AtomCounters/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an AtomCounters object by identifier.", + "operationId": "AsyncGetAtomCounters", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AsyncOperationTokenResult" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AsyncOperationTokenResult" + } + } + } }, - "ListQueuesAsyncResponse": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "QueueRecord": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "deadLettersCount": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "messagesCount": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "queueName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "queueType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "topicSubscribers": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - } - } - } - }, - "xml": { - "name": "AsyncOperationTokenResult", - "namespace": "http://api.platform.boomi.com/" - } + "403": { + "$ref": "#/components/responses/403" }, - "ListenerPortConfiguration": { - "type": "object", - "properties": { - "port": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "authType", - "baseUrlForRequest" - ], - "type": "object", - "properties": { - "authType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "baseUrlForRequest": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "defaultPort": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "enablePort": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "externalPort": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "externalSSL": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "port": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ssl": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "ListenerStatus": { - "required": [ - "listenerId", - "status" - ], - "type": "object", - "properties": { - "connectorType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "listenerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/AtomDiskSpace/response/{token}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an AtomDiskSpace object by identifier.", + "operationId": "AsyncTokenAtomDiskSpace", + "parameters": [ + { + "name": "token", + "in": "path", + "description": "Takes in the token from a previous call to return a result.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomDiskSpaceAsyncResponse" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomDiskSpaceAsyncResponse" + } + } + } }, - "ListenerStatusAsyncResponse": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "listenerId", - "status" - ], - "type": "object", - "properties": { - "connectorType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "listenerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "status": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "AsyncOperationTokenResult", - "namespace": "http://api.platform.boomi.com/" - } + "403": { + "$ref": "#/components/responses/403" }, - "ListenerStatusExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "listenerId", - "containerId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "410": { + "$ref": "#/components/responses/410" }, - "ListenerStatusGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "listenerId", - "containerId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/AtomDiskSpace/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an AtomDiskSpace object by identifier.", + "operationId": "AsyncGetAtomDiskSpace", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AsyncOperationTokenResult" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AsyncOperationTokenResult" + } + } + } }, - "ListenerStatusQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "listenerId", - "containerId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } + "403": { + "$ref": "#/components/responses/403" }, - "ListenerStatusSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "listenerId", - "containerId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } + "410": { + "$ref": "#/components/responses/410" }, - "MLLPCommunicationOptions": { - "type": "object", - "properties": { - "MLLPSendSettings": { - "required": [ - "MLLPSSLOptions", - "endBlock", - "endData", - "host", - "port", - "startBlock" - ], - "type": "object", - "properties": { - "MLLPSSLOptions": { - "type": "object", - "properties": { - "clientSSLAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sslAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useClientSSL": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useSSL": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "endBlock": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } - }, - "endData": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } - }, - "haltTimeout": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": false - }, - "host": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inactivityTimeout": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": 60 - }, - "maxConnections": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": 10 - }, - "maxRetry": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": 0 - }, - "persistent": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": false - }, - "port": { - "type": "integer", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiveTimeout": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": 120 - }, - "sendTimeout": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": 120 - }, - "startBlock": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } - } - } - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/AtomSecurityPolicies/response/{token}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an AtomSecurityPolicies object by identifier.", + "operationId": "AsyncTokenAtomSecurityPolicies", + "parameters": [ + { + "name": "token", + "in": "path", + "description": "Takes in the token from a previous call to return a result.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AtomSecurityPoliciesAsyncResponse" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AtomSecurityPoliciesAsyncResponse" + } + } + } }, - "MLLPSSLOptions": { - "type": "object", - "properties": { - "clientSSLAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sslAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useClientSSL": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useSSL": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "MLLPSendSettings": { - "required": [ - "MLLPSSLOptions", - "endBlock", - "endData", - "host", - "port", - "startBlock" - ], - "type": "object", - "properties": { - "MLLPSSLOptions": { - "type": "object", - "properties": { - "clientSSLAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sslAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useClientSSL": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useSSL": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "endBlock": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } - }, - "endData": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } - }, - "haltTimeout": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": false - }, - "host": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inactivityTimeout": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": 60 - }, - "maxConnections": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": 10 - }, - "maxRetry": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": 0 - }, - "persistent": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": false - }, - "port": { - "type": "integer", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiveTimeout": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": 120 - }, - "sendTimeout": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": 120 - }, - "startBlock": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "MSHControlInfo": { - "required": [ - "Application", - "Facility", - "NetworkAddress", - "ProcessingId" - ], - "type": "object", - "properties": { - "Application": { - "type": "object", - "properties": { - "namespaceId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "universalId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "universalIdType": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "Facility": { - "type": "object", - "properties": { - "namespaceId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "universalId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "universalIdType": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "NetworkAddress": { - "type": "object", - "properties": { - "namespaceId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "universalId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "universalIdType": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "ProcessingId": { - "type": "object", - "properties": { - "processingId": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "D", - "P", - "T" - ] - }, - "processingMode": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "A", - "R", - "I", - "T", - "NOT_PRESENT" - ] - } - } - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/AtomSecurityPolicies/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves an AtomSecurityPolicies object by identifier.", + "operationId": "AsyncGetAtomSecurityPolicies", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AsyncOperationTokenResult" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AsyncOperationTokenResult" + } + } + } }, - "MapExtension": { - "required": [ - "BrowseSettings", - "DestinationProfile", - "DestinationProfileExtensions", - "ExtendedFunctions", - "ExtendedMappings", - "SourceProfile", - "SourceProfileExtensions" - ], - "type": "object", - "properties": { - "BrowseSettings": { - "required": [ - "DestinationBrowse", - "SourceBrowse" - ], - "type": "object", - "properties": { - "DestinationBrowse": { - "type": "object", - "properties": { - "BrowseFields": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "sessionId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "SourceBrowse": { - "type": "object", - "properties": { - "BrowseFields": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "sessionId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "DestinationProfile": { - "type": "object", - "properties": { - "Node": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "xpath": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "DestinationProfileExtensions": { - "type": "object", - "properties": { - "Node": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "Character": { - "type": "object" - }, - "DateTime": { - "type": "object" - }, - "Number": { - "type": "object" - }, - "enforceUnique": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fieldLengthValidation": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "mandatory": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "maxLength": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "minLength": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "ExtendedFunctions": { - "type": "object", - "properties": { - "Function": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Configuration", - "Inputs", - "Outputs" - ], - "type": "object", - "properties": { - "Configuration": { - "type": "object" - }, - "Inputs": { - "type": "object" - }, - "Outputs": { - "type": "object" - }, - "cacheType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "None", - "ByDocument", - "ByMap" - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "Count", - "CurrentDate", - "DateFormat", - "LeftTrim", - "LineItemIncrement", - "MathABS", - "MathAdd", - "MathCeil", - "MathDivide", - "MathFloor", - "MathMultiply", - "MathSetPrecision", - "MathSubtract", - "NumberFormat", - "PropertyGet", - "PropertySet", - "RightTrim", - "RunningTotal", - "StringAppend", - "StringPrepend", - "StringRemove", - "StringReplace", - "StringToLower", - "StringToUpper", - "Sum", - "TrimWhitespace", - "StringConcat", - "StringSplit", - "SequentialValue", - "SimpleLookup", - "DocumentPropertyGet", - "DocumentPropertySet", - "CrossRefLookup", - "DocumentCacheLookup", - "CustomScripting", - "UserDefined", - "JapaneseCharacterConversion" - ] - } - } - } - } - } - }, - "ExtendedMappings": { - "type": "object", - "properties": { - "Mapping": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "fromFunction": { - "type": "string", - "xml": { - "attribute": true - } - }, - "fromXPath": { - "type": "string", - "xml": { - "attribute": true - } - }, - "toFunction": { - "type": "string", - "xml": { - "attribute": true - } - }, - "toXPath": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "SourceProfile": { - "type": "object", - "properties": { - "Node": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "xpath": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "SourceProfileExtensions": { - "type": "object", - "properties": { - "Node": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "Character": { - "type": "object" - }, - "DateTime": { - "type": "object" - }, - "Number": { - "type": "object" - }, - "enforceUnique": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fieldLengthValidation": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "mandatory": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "maxLength": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "minLength": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "MapExtensionBrowse": { - "type": "object", - "properties": { - "BrowseFields": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "sessionId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "MapExtensionBrowseData": { - "type": "object", - "properties": { - "BrowseField": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "connectionId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/ListQueues/response/{token}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves a ListQueues object by identifier.", + "operationId": "AsyncTokenListQueues", + "parameters": [ + { + "name": "token", + "in": "path", + "description": "Takes in the token from a previous call to return a result.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ListQueuesAsyncResponse" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ListQueuesAsyncResponse" + } + } + } }, - "MapExtensionBrowseSettings": { - "required": [ - "DestinationBrowse", - "SourceBrowse" - ], - "type": "object", - "properties": { - "DestinationBrowse": { - "type": "object", - "properties": { - "BrowseFields": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "sessionId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "SourceBrowse": { - "type": "object", - "properties": { - "BrowseFields": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "sessionId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "containerId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "MapExtensionExtendProfile": { - "type": "object", - "properties": { - "Node": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "Character": { - "type": "object" - }, - "DateTime": { - "type": "object", - "properties": { - "format": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "Number": { - "type": "object", - "properties": { - "format": { - "type": "string", - "xml": { - "attribute": true - } - }, - "impliedDecimal": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "signed": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "enforceUnique": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fieldLengthValidation": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "mandatory": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "maxLength": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "minLength": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "MapExtensionsCharacter": { - "type": "object" + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/ListQueues/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves a ListQueues object by identifier.", + "operationId": "AsyncGetListQueues", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AsyncOperationTokenResult" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AsyncOperationTokenResult" + } + } + } }, - "MapExtensionsConfiguration": { - "type": "object", - "properties": { - "CrossReferenceLookup": { - "required": [ - "Inputs", - "Outputs" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "lookupTableId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "skipIfNoInputs": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "DocCacheLookup": { - "required": [ - "Inputs", - "Outputs" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "cacheIndex": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "docCache": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "DocumentProperty": { - "type": "object", - "properties": { - "defaultValue": { - "type": "string", - "xml": { - "attribute": true - } - }, - "persist": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "propertyId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "propertyName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "JapaneseCharacterConversion": { - "type": "object", - "properties": { - "convertFrom": { - "type": "string", - "xml": { - "attribute": true - } - }, - "convertTo": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "Scripting": { - "required": [ - "Inputs", - "Outputs", - "Script" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Script": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "language": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GROOVY", - "GROOVY2", - "Javascript" - ] - } - } - }, - "SequentialValue": { - "type": "object", - "properties": { - "batchSize": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "keyFixToLength": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "keyName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "SimpleLookup": { - "required": [ - "Table" - ], - "type": "object", - "properties": { - "Table": { - "required": [ - "Rows" - ], - "type": "object", - "properties": { - "Rows": { - "type": "object" - } - } - } - } - }, - "StringConcat": { - "type": "object", - "properties": { - "delimiter": { - "type": "string", - "xml": { - "attribute": true - } - }, - "fixedLength": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "StringSplit": { - "type": "object", - "properties": { - "delimiter": { - "type": "string", - "xml": { - "attribute": true - } - }, - "splitLength": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "UserDefinedFunction": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "MapExtensionsCrossReferenceLookup": { - "required": [ - "Inputs", - "Outputs" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "refId": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "refId": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "lookupTableId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "skipIfNoInputs": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "MapExtensionsDateTime": { - "type": "object", - "properties": { - "format": { - "type": "string", - "xml": { - "attribute": true - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/ListenerStatus/query": { + "post": { + "tags": [ + "atom" + ], + "summary": "Retrieves a ListenerStatus object by identifier.", + "operationId": "AsyncGetListenerStatus", + "requestBody": { + "description": " Possible properties include: listenerId, containerId", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ListenerStatusQueryConfig" } - }, - "MapExtensionsDocCacheLookup": { - "required": [ - "Inputs", - "Outputs" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "keyId": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "key": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "tagListKey": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "cacheIndex": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "docCache": { - "type": "string", - "xml": { - "attribute": true - } - } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ListenerStatusQueryConfig" } + } }, - "MapExtensionsDocumentProperty": { - "type": "object", - "properties": { - "defaultValue": { - "type": "string", - "xml": { - "attribute": true - } - }, - "persist": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "propertyId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "propertyName": { - "type": "string", - "xml": { - "attribute": true - } - } + "required": false + }, + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" } - }, - "MapExtensionsExtendedMappings": { - "type": "object", - "properties": { - "Mapping": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "fromFunction": { - "type": "string", - "xml": { - "attribute": true - } - }, - "fromXPath": { - "type": "string", - "xml": { - "attribute": true - } - }, - "toFunction": { - "type": "string", - "xml": { - "attribute": true - } - }, - "toXPath": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AsyncOperationTokenResult" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AsyncOperationTokenResult" + } } + } }, - "MapExtensionsExtendedNode": { - "type": "object", - "properties": { - "Character": { - "type": "object" - }, - "DateTime": { - "type": "object", - "properties": { - "format": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "Number": { - "type": "object", - "properties": { - "format": { - "type": "string", - "xml": { - "attribute": true - } - }, - "impliedDecimal": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "signed": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "enforceUnique": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fieldLengthValidation": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "mandatory": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "maxLength": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "minLength": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "MapExtensionsFunction": { - "required": [ - "Configuration", - "Inputs", - "Outputs" - ], - "type": "object", - "properties": { - "Configuration": { - "type": "object", - "properties": { - "CrossReferenceLookup": { - "required": [ - "Inputs", - "Outputs" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object" - }, - "Outputs": { - "type": "object" - }, - "lookupTableId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "skipIfNoInputs": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "DocCacheLookup": { - "required": [ - "Inputs", - "Outputs" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object" - }, - "Outputs": { - "type": "object" - }, - "cacheIndex": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "docCache": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "DocumentProperty": { - "type": "object", - "properties": { - "defaultValue": { - "type": "string", - "xml": { - "attribute": true - } - }, - "persist": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "propertyId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "propertyName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "JapaneseCharacterConversion": { - "type": "object", - "properties": { - "convertFrom": { - "type": "string", - "xml": { - "attribute": true - } - }, - "convertTo": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "Scripting": { - "required": [ - "Inputs", - "Outputs", - "Script" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object" - }, - "Outputs": { - "type": "object" - }, - "Script": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "language": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GROOVY", - "GROOVY2", - "Javascript" - ] - } - } - }, - "SequentialValue": { - "type": "object", - "properties": { - "batchSize": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "keyFixToLength": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "keyName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "SimpleLookup": { - "required": [ - "Table" - ], - "type": "object", - "properties": { - "Table": { - "type": "object" - } - } - }, - "StringConcat": { - "type": "object", - "properties": { - "delimiter": { - "type": "string", - "xml": { - "attribute": true - } - }, - "fixedLength": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "StringSplit": { - "type": "object", - "properties": { - "delimiter": { - "type": "string", - "xml": { - "attribute": true - } - }, - "splitLength": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "UserDefinedFunction": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - }, - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "default": { - "type": "string", - "xml": { - "attribute": true - } - }, - "key": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "key": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "cacheType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "None", - "ByDocument", - "ByMap" - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "Count", - "CurrentDate", - "DateFormat", - "LeftTrim", - "LineItemIncrement", - "MathABS", - "MathAdd", - "MathCeil", - "MathDivide", - "MathFloor", - "MathMultiply", - "MathSetPrecision", - "MathSubtract", - "NumberFormat", - "PropertyGet", - "PropertySet", - "RightTrim", - "RunningTotal", - "StringAppend", - "StringPrepend", - "StringRemove", - "StringReplace", - "StringToLower", - "StringToUpper", - "Sum", - "TrimWhitespace", - "StringConcat", - "StringSplit", - "SequentialValue", - "SimpleLookup", - "DocumentPropertyGet", - "DocumentPropertySet", - "CrossRefLookup", - "DocumentCacheLookup", - "CustomScripting", - "UserDefined", - "JapaneseCharacterConversion" - ] - } - } + "410": { + "$ref": "#/components/responses/410" }, - "MapExtensionsFunctionMapping": { - "type": "object", - "properties": { - "fromFunction": { - "type": "string", - "xml": { - "attribute": true - } - }, - "fromKey": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "toFunction": { - "type": "string", - "xml": { - "attribute": true - } - }, - "toKey": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/ListenerStatus/response/{token}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves a ListenerStatus object by identifier.", + "operationId": "AsyncTokenListenerStatus", + "parameters": [ + { + "name": "token", + "in": "path", + "description": "Takes in the token from a previous call to return a result.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ListenerStatusAsyncResponse" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/ListenerStatusAsyncResponse" + } + } + } }, - "MapExtensionsFunctionMappings": { - "type": "object", - "properties": { - "Mapping": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "fromFunction": { - "type": "string", - "xml": { - "attribute": true - } - }, - "fromKey": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "toFunction": { - "type": "string", - "xml": { - "attribute": true - } - }, - "toKey": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "MapExtensionsFunctionStep": { - "required": [ - "Configuration", - "Inputs", - "Outputs" - ], - "type": "object", - "properties": { - "Configuration": { - "type": "object", - "properties": { - "CrossReferenceLookup": { - "required": [ - "Inputs", - "Outputs" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object" - }, - "Outputs": { - "type": "object" - }, - "lookupTableId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "skipIfNoInputs": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "DocCacheLookup": { - "required": [ - "Inputs", - "Outputs" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object" - }, - "Outputs": { - "type": "object" - }, - "cacheIndex": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "docCache": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "DocumentProperty": { - "type": "object", - "properties": { - "defaultValue": { - "type": "string", - "xml": { - "attribute": true - } - }, - "persist": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "propertyId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "propertyName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "JapaneseCharacterConversion": { - "type": "object", - "properties": { - "convertFrom": { - "type": "string", - "xml": { - "attribute": true - } - }, - "convertTo": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "Scripting": { - "required": [ - "Inputs", - "Outputs", - "Script" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object" - }, - "Outputs": { - "type": "object" - }, - "Script": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "language": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GROOVY", - "GROOVY2", - "Javascript" - ] - } - } - }, - "SequentialValue": { - "type": "object", - "properties": { - "batchSize": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "keyFixToLength": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "keyName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "SimpleLookup": { - "required": [ - "Table" - ], - "type": "object", - "properties": { - "Table": { - "type": "object" - } - } - }, - "StringConcat": { - "type": "object", - "properties": { - "delimiter": { - "type": "string", - "xml": { - "attribute": true - } - }, - "fixedLength": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "StringSplit": { - "type": "object", - "properties": { - "delimiter": { - "type": "string", - "xml": { - "attribute": true - } - }, - "splitLength": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "UserDefinedFunction": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - } - }, - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "default": { - "type": "string", - "xml": { - "attribute": true - } - }, - "key": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "key": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "cacheType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "None", - "ByDocument", - "ByMap" - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "position": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "Count", - "CurrentDate", - "DateFormat", - "LeftTrim", - "LineItemIncrement", - "MathABS", - "MathAdd", - "MathCeil", - "MathDivide", - "MathFloor", - "MathMultiply", - "MathSetPrecision", - "MathSubtract", - "NumberFormat", - "PropertyGet", - "PropertySet", - "RightTrim", - "RunningTotal", - "StringAppend", - "StringPrepend", - "StringRemove", - "StringReplace", - "StringToLower", - "StringToUpper", - "Sum", - "TrimWhitespace", - "StringConcat", - "StringSplit", - "SequentialValue", - "SimpleLookup", - "DocumentPropertyGet", - "DocumentPropertySet", - "CrossRefLookup", - "DocumentCacheLookup", - "CustomScripting", - "UserDefined", - "JapaneseCharacterConversion" - ] - } - } + "410": { + "$ref": "#/components/responses/410" + }, + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/PersistedProcessProperties/response/{token}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves a PersistedProcessProperties object by identifier.", + "operationId": "AsyncTokenPersistedProcessProperties", + "parameters": [ + { + "name": "token", + "in": "path", + "description": "Takes in the token from a previous call to return a result.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PersistedProcessPropertiesAsyncResponse" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/PersistedProcessPropertiesAsyncResponse" + } + } + } }, - "MapExtensionsFunctionSteps": { - "type": "object", - "properties": { - "Step": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Configuration", - "Inputs", - "Outputs" - ], - "type": "object", - "properties": { - "Configuration": { - "type": "object", - "properties": { - "CrossReferenceLookup": { - "type": "object" - }, - "DocCacheLookup": { - "type": "object" - }, - "DocumentProperty": { - "type": "object" - }, - "JapaneseCharacterConversion": { - "type": "object" - }, - "Scripting": { - "type": "object" - }, - "SequentialValue": { - "type": "object" - }, - "SimpleLookup": { - "type": "object" - }, - "StringConcat": { - "type": "object" - }, - "StringSplit": { - "type": "object" - }, - "UserDefinedFunction": { - "type": "object" - } - } - }, - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "cacheType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "None", - "ByDocument", - "ByMap" - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "position": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "Count", - "CurrentDate", - "DateFormat", - "LeftTrim", - "LineItemIncrement", - "MathABS", - "MathAdd", - "MathCeil", - "MathDivide", - "MathFloor", - "MathMultiply", - "MathSetPrecision", - "MathSubtract", - "NumberFormat", - "PropertyGet", - "PropertySet", - "RightTrim", - "RunningTotal", - "StringAppend", - "StringPrepend", - "StringRemove", - "StringReplace", - "StringToLower", - "StringToUpper", - "Sum", - "TrimWhitespace", - "StringConcat", - "StringSplit", - "SequentialValue", - "SimpleLookup", - "DocumentPropertyGet", - "DocumentPropertySet", - "CrossRefLookup", - "DocumentCacheLookup", - "CustomScripting", - "UserDefined", - "JapaneseCharacterConversion" - ] - } - } - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "MapExtensionsFunctions": { - "type": "object", - "properties": { - "Function": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Configuration", - "Inputs", - "Outputs" - ], - "type": "object", - "properties": { - "Configuration": { - "type": "object", - "properties": { - "CrossReferenceLookup": { - "type": "object" - }, - "DocCacheLookup": { - "type": "object" - }, - "DocumentProperty": { - "type": "object" - }, - "JapaneseCharacterConversion": { - "type": "object" - }, - "Scripting": { - "type": "object" - }, - "SequentialValue": { - "type": "object" - }, - "SimpleLookup": { - "type": "object" - }, - "StringConcat": { - "type": "object" - }, - "StringSplit": { - "type": "object" - }, - "UserDefinedFunction": { - "type": "object" - } - } - }, - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "cacheType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "None", - "ByDocument", - "ByMap" - ] - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "Count", - "CurrentDate", - "DateFormat", - "LeftTrim", - "LineItemIncrement", - "MathABS", - "MathAdd", - "MathCeil", - "MathDivide", - "MathFloor", - "MathMultiply", - "MathSetPrecision", - "MathSubtract", - "NumberFormat", - "PropertyGet", - "PropertySet", - "RightTrim", - "RunningTotal", - "StringAppend", - "StringPrepend", - "StringRemove", - "StringReplace", - "StringToLower", - "StringToUpper", - "Sum", - "TrimWhitespace", - "StringConcat", - "StringSplit", - "SequentialValue", - "SimpleLookup", - "DocumentPropertyGet", - "DocumentPropertySet", - "CrossRefLookup", - "DocumentCacheLookup", - "CustomScripting", - "UserDefined", - "JapaneseCharacterConversion" - ] - } - } - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "MapExtensionsInput": { - "type": "object", - "properties": { - "default": { - "type": "string", - "xml": { - "attribute": true - } - }, - "key": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + }, + "/async/PersistedProcessProperties/{id}": { + "get": { + "tags": [ + "atom" + ], + "summary": "Retrieves a PersistedProcessProperties object by identifier.", + "operationId": "AsyncGetPersistedProcessProperties", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Successful request and response.", + "headers": { + "Sunset": { + "$ref": "#/components/headers/Sunset" + }, + "Warning": { + "$ref": "#/components/headers/Warning" + }, + "Deprecation": { + "$ref": "#/components/headers/Deprecation" + }, + "Link": { + "$ref": "#/components/headers/Link" + } + }, + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/AsyncOperationTokenResult" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/AsyncOperationTokenResult" + } + } + } }, - "MapExtensionsInputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "default": { - "type": "string", - "xml": { - "attribute": true - } - }, - "key": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } + "403": { + "$ref": "#/components/responses/403" }, - "MapExtensionsJapaneseCharacterConversion": { - "type": "object", - "properties": { - "convertFrom": { - "type": "string", - "xml": { - "attribute": true - } - }, - "convertTo": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "410": { + "$ref": "#/components/responses/410" }, - "MapExtensionsMapping": { - "type": "object", - "properties": { - "fromFunction": { - "type": "string", - "xml": { - "attribute": true - } - }, - "fromXPath": { - "type": "string", - "xml": { - "attribute": true - } - }, - "toFunction": { - "type": "string", - "xml": { - "attribute": true - } - }, - "toXPath": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "503": { + "$ref": "#/components/responses/503" + } + }, + "security": [ + { + "basicAuth": [] + } + ] + } + } + }, + "components": { + "schemas": { + "AS2BasicAuthInfo": { + "type": "object", + "properties": { + "password": { + "type": "string", + "xml": { + "attribute": true + } + }, + "user": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AS2CommunicationOptions": { + "type": "object", + "properties": { + "AS2DefaultPartnerSettings": { + "type": "object" }, - "MapExtensionsNode": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "xpath": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "AS2ReceiveOptions": { + "type": "object" }, - "MapExtensionsNumber": { - "type": "object", - "properties": { - "format": { - "type": "string", - "xml": { - "attribute": true - } - }, - "impliedDecimal": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "signed": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } + "AS2SendOptions": { + "type": "object" }, - "MapExtensionsOutput": { - "type": "object", - "properties": { - "key": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "AS2SendSettings": { + "type": "object" + }, + "CommunicationSetting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "default", + "custom", + "component" + ] }, - "MapExtensionsOutputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "key": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } + "SharedCommunicationChannel": { + "type": "object" + } + } + }, + "AS2ConnectorRecord": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string" }, - "MapExtensionsProfile": { - "type": "object", - "properties": { - "Node": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "xpath": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "ackStatus": { + "type": "string" }, - "MapExtensionsScripting": { - "required": [ - "Inputs", - "Outputs", - "Script" - ], - "type": "object", - "properties": { - "Inputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "dataType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CHARACTER", - "DATETIME", - "FLOAT", - "INTEGER" - ] - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "Outputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "dataType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CHARACTER", - "DATETIME", - "FLOAT", - "INTEGER" - ] - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "Script": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "language": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GROOVY", - "GROOVY2", - "Javascript" - ] - } - } + "actionType": { + "type": "string" }, - "MapExtensionsSequentialValue": { - "type": "object", - "properties": { - "batchSize": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "keyFixToLength": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "keyName": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "as2FromId": { + "type": "string" }, - "MapExtensionsSimpleLookup": { - "required": [ - "Table" - ], - "type": "object", - "properties": { - "Table": { - "required": [ - "Rows" - ], - "type": "object", - "properties": { - "Rows": { - "type": "object", - "properties": { - "Row": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - } - } + "as2ToId": { + "type": "string" }, - "MapExtensionsStringConcat": { - "type": "object", - "properties": { - "delimiter": { - "type": "string", - "xml": { - "attribute": true - } - }, - "fixedLength": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } + "atomId": { + "type": "string" }, - "MapExtensionsStringSplit": { - "type": "object", - "properties": { - "delimiter": { - "type": "string", - "xml": { - "attribute": true - } - }, - "splitLength": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } + "connectorName": { + "type": "string" }, - "MapExtensionsUserDefinedFunction": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } + "connectorType": { + "type": "string" }, - "MergeRequest": { - "required": [ - "MergeRequestDetails" - ], - "type": "object", - "properties": { - "MergeRequestDetails": { - "type": "object", - "properties": { - "MergeRequestDetail": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "changeType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ADDED", - "MODIFIED", - "DELETED" - ] - }, - "componentGuid": { - "type": "string", - "xml": { - "attribute": true - } - }, - "conflict": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "destinationRevision": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "lockedOnDestinationBranch": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "mergeRevision": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "resolution": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "OVERRIDE", - "KEEP_DESTINATION" - ] - }, - "sourceRevision": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "DRAFTED", - "REVIEWED", - "CONFLICT_RESOLVED", - "MERGED", - "REVERTED" - ] - } - } - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "destinationBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "destinationBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "inactiveDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "lockNonce": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "lockedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lockedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "mergeRequestAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UPDATE", - "MERGE", - "RETRY_DRAFTING", - "REVERT" - ] - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "note": { - "type": "string", - "xml": { - "attribute": true - } - }, - "previousStage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "priorityBranch": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SOURCE", - "DESTINATION" - ] - }, - "sourceBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "strategy": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "OVERRIDE", - "CONFLICT_RESOLVE", - "SUBSET" - ] - } - } + "contentLength": { + "type": "string" }, - "MergeRequestBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } + "customFields": { + "type": "object" }, - "MergeRequestBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "MergeRequestDetails" - ], - "type": "object", - "properties": { - "MergeRequestDetails": { - "type": "object", - "properties": { - "MergeRequestDetail": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "destinationBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "destinationBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "inactiveDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "lockNonce": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "lockedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "lockedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "mergeRequestAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UPDATE", - "MERGE", - "RETRY_DRAFTING", - "REVERT" - ] - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "note": { - "type": "string", - "xml": { - "attribute": true - } - }, - "previousStage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "priorityBranch": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SOURCE", - "DESTINATION" - ] - }, - "sourceBranchId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sourceBranchName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NOT_EXIST", - "DRAFTING", - "FAILED_TO_DRAFT", - "FAILED_TO_REDRAFT", - "DRAFTED", - "REVIEWING", - "MERGING", - "MERGED", - "FAILED_TO_MERGE", - "DELETED", - "REDRAFTING", - "REVERTED" - ] - }, - "strategy": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "OVERRIDE", - "CONFLICT_RESOLVE", - "SUBSET" - ] - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } + "dateProcessed": { + "type": "string", + "format": "date-time" }, - "MergeRequestDetail": { - "type": "object", - "properties": { - "changeType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ADDED", - "MODIFIED", - "DELETED" - ] - }, - "componentGuid": { - "type": "string", - "xml": { - "attribute": true - } - }, - "conflict": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "destinationRevision": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "lockedOnDestinationBranch": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "mergeRevision": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "resolution": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "OVERRIDE", - "KEEP_DESTINATION" - ] - }, - "sourceRevision": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "DRAFTED", - "REVIEWED", - "CONFLICT_RESOLVED", - "MERGED", - "REVERTED" - ] - } - } + "documentIndex": { + "type": "integer", + "format": "int32" }, - "MergeRequestDetails": { - "type": "object", - "properties": { - "MergeRequestDetail": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "changeType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ADDED", - "MODIFIED", - "DELETED" - ] - }, - "componentGuid": { - "type": "string", - "xml": { - "attribute": true - } - }, - "conflict": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "createdBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "destinationRevision": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "lockedOnDestinationBranch": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "mergeRevision": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "modifiedBy": { - "type": "string", - "xml": { - "attribute": true - } - }, - "modifiedDate": { - "type": "string", - "format": "date-time", - "xml": { - "attribute": true - } - }, - "resolution": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "OVERRIDE", - "KEEP_DESTINATION" - ] - }, - "sourceRevision": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "stage": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "DRAFTED", - "REVIEWED", - "CONFLICT_RESOLVED", - "MERGED", - "REVERTED" - ] - } - } - } - } - } + "errorMessage": { + "type": "string" }, - "Molecule": { - "type": "object", - "properties": { - "purchased": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "used": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } + "executionId": { + "type": "string" }, - "MoveQueueRequest": { - "required": [ - "AtomId", - "DestinationQueue", - "SourceQueue" - ], - "type": "object", - "properties": { - "AtomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "DestinationQueue": { - "required": [ - "DLQ", - "QueueName" - ], - "type": "object", - "properties": { - "DLQ": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "QueueName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "SubscriberName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "SourceQueue": { - "required": [ - "DLQ", - "QueueName" - ], - "type": "object", - "properties": { - "DLQ": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "QueueName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "SubscriberName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "filename": { + "type": "string" }, - "NodeDetails": { - "required": [ - "clusterProblem", - "hostName", - "nodeId", - "status" - ], - "type": "object", - "properties": { - "clusterProblem": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "hostName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "nodeId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "status": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } + "id": { + "type": "string" }, - "NodeOffboard": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "nodeId": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "nodeId" - } - } - } - } + "mdnMessage": { + "type": "string" }, - "Nodes": { - "type": "object", - "properties": { - "node": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "clusterProblem", - "hostName", - "nodeId", - "status" - ], - "type": "object", - "properties": { - "clusterProblem": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "hostName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "nodeId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "status": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - } + "messageId": { + "type": "string" }, - "OFTP2ConnectorRecord": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object", - "properties": { - "fields": { - "type": "array", - "items": { - "type": "object" - } - } - }, - "xml": { - "name": "customFields", - "namespace": "http://api.platform.boomi.com/" - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "initiator_ssidcode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "nareas": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "nareast": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "objecttype": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "responder_ssidcode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidciph": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidcomp": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfiddate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfiddesc": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfiddest": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfiddsn": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidenv": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidorig": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidosiz": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidsec": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidsign": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidtime": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "status": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ticker": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } + "mimetype": { + "type": "string" }, - "OFTP2ConnectorRecordExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "operationName": { + "type": "string" }, - "OFTP2ConnectorRecordGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "size": { + "type": "integer", + "format": "int64" }, - "OFTP2ConnectorRecordQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } + "subject": { + "type": "string" }, - "OFTP2ConnectorRecordQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object", - "properties": { - "fields": { - "type": "array", - "items": { - "type": "object" - } - } - }, - "xml": { - "name": "customFields", - "namespace": "http://api.platform.boomi.com/" - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "initiator_ssidcode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "nareas": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "nareast": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "objecttype": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "responder_ssidcode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidciph": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidcomp": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfiddate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfiddesc": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfiddest": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfiddsn": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidenv": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidorig": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidosiz": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidsec": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidsign": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sfidtime": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "status": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ticker": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } + "successful": { + "type": "boolean" + } + } + }, + "AS2ConnectorRecordExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/AS2ConnectorRecordSimpleExpression" }, - "OFTP2ConnectorRecordSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } + { + "$ref": "#/components/schemas/AS2ConnectorRecordGroupingExpression" + } + ] + }, + "AS2ConnectorRecordGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AS2ConnectorRecordExpression" + } }, - "OFTPCommunicationOptions": { - "type": "object", - "properties": { - "CommunicationSetting": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "default", - "custom", - "component" - ] - }, - "OFTPConnectionSettings": { - "required": [ - "myPartnerInfo" - ], - "type": "object", - "properties": { - "clientSSLAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "defaultOFTPConnectionSettings": { - "required": [ - "myPartnerInfo" - ], - "type": "object", - "properties": { - "clientSSLAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "host": { - "type": "string", - "xml": { - "attribute": true - } - }, - "myPartnerInfo": { - "type": "object" - }, - "port": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "sfidciph": { - "type": "integer", - "xml": { - "attribute": true - } - }, - "ssidauth": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "tls": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useClientSSL": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useGateway": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "host": { - "type": "string", - "xml": { - "attribute": true - } - }, - "myPartnerInfo": { - "type": "object", - "properties": { - "clientSSLAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "encrypting-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "session-challenge-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfidsec-encrypt": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsec-sign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcmpr": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidpswd": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-eerp-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-signature-certificate": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "port": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "sfidciph": { - "type": "integer", - "xml": { - "attribute": true - } - }, - "ssidauth": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "tls": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useClientSSL": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useGateway": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "OFTPGetOptions": { - "required": [ - "OFTPPartnerGroup" - ], - "type": "object", - "properties": { - "OFTPPartnerGroup": { - "required": [ - "myCompanyInfo", - "myPartnerInfo" - ], - "type": "object", - "properties": { - "defaultPartnerInfo": { - "type": "object" - }, - "myCompanyInfo": { - "type": "object" - }, - "myPartnerInfo": { - "type": "object" - } - } - }, - "partnerGroupId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "OFTPSendOptions": { - "required": [ - "OFTPPartnerGroup", - "OFTPSendOptions" - ], - "type": "object", - "properties": { - "OFTPPartnerGroup": { - "required": [ - "myCompanyInfo", - "myPartnerInfo" - ], - "type": "object", - "properties": { - "defaultPartnerInfo": { - "type": "object" - }, - "myCompanyInfo": { - "type": "object" - }, - "myPartnerInfo": { - "type": "object" - } - } - }, - "OFTPSendOptions": { - "required": [ - "defaultPartnerSettings" - ], - "type": "object", - "properties": { - "cd": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "defaultPartnerSettings": { - "type": "object" - }, - "operation": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfiddesc": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfiddsn": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "partnerGroupId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "OFTPServerListenOptions": { - "required": [ - "OFTPListenOptions", - "OFTPPartnerGroup" - ], - "type": "object", - "properties": { - "OFTPListenOptions": { - "required": [ - "GatewayPartnerGroup" - ], - "type": "object", - "properties": { - "GatewayPartnerGroup": { - "type": "object" - }, - "operation": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useGateway": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "OFTPPartnerGroup": { - "required": [ - "myCompanyInfo", - "myPartnerInfo" - ], - "type": "object", - "properties": { - "defaultPartnerInfo": { - "type": "object" - }, - "myCompanyInfo": { - "type": "object" - }, - "myPartnerInfo": { - "type": "object" - } - } - }, - "partnerGroupId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "SharedCommunicationChannel": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "AS2ConnectorRecordQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "AS2ConnectorRecordQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AS2ConnectorRecord" + } + } + } + }, + "AS2ConnectorRecordSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AS2MDNOptions": { + "required": [ + "externalURL", + "mdnClientSSLCert", + "mdnSSLCert" + ], + "type": "object", + "properties": { + "externalURL": { + "type": "string" + }, + "mdnClientSSLCert": { + "type": "object" + }, + "mdnDigestAlg": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SHA1", + "SHA224", + "SHA256", + "SHA384", + "SHA512" + ] + }, + "mdnSSLCert": { + "type": "object" + }, + "requestMDN": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "signed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "synchronous": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "sync", + "async" + ] + }, + "useExternalURL": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useSSL": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "AS2MessageOptions": { + "required": [ + "subject" + ], + "type": "object", + "properties": { + "attachmentCache": { + "type": "string", + "xml": { + "attribute": true + } + }, + "attachmentOption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "BATCH", + "DOCUMENT_CACHE" + ] + }, + "compressed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "dataContentType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "textplain", + "binary", + "edifact", + "edix12", + "applicationxml", + "textxml" + ] + }, + "encrypted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "encryptionAlgorithm": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "na", + "tripledes", + "des", + "rc2-128", + "rc2-64", + "rc2-40", + "aes-128", + "aes-192", + "aes-256" + ] + }, + "maxDocumentCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "multipleAttachments": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "signed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "signingDigestAlg": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SHA1", + "SHA224", + "SHA256", + "SHA384", + "SHA512" + ] + }, + "subject": { + "type": "string" + } + } + }, + "AS2MyCompanyInfo": { + "required": [ + "as2Id", + "encryptionPrivateCertificate", + "mdnSignaturePrivateCertificate", + "signingPrivateCertificate" + ], + "type": "object", + "properties": { + "as2Id": { + "type": "string" + }, + "enabledLegacySMIME": { + "type": "boolean" + }, + "encryptionPrivateCertificate": { + "type": "object" + }, + "mdnSignaturePrivateCertificate": { + "type": "object" + }, + "signingPrivateCertificate": { + "type": "object" + } + } + }, + "AS2PartnerInfo": { + "required": [ + "as2Id", + "clientSSLCertificate", + "encryptionPublicCertificate", + "mdnSignaturePublicCertificate", + "signingPublicCertificate" + ], + "type": "object", + "properties": { + "ListenAttachmentSettings": { + "type": "object" + }, + "ListenAuthSettings": { + "type": "object" + }, + "as2Id": { + "type": "string" + }, + "basicAuthEnabled": { + "type": "boolean", + "default": false + }, + "clientSSLCertificate": { + "type": "object" + }, + "enabledLegacySMIME": { + "type": "boolean" + }, + "encryptionPublicCertificate": { + "type": "object" + }, + "mdnSignaturePublicCertificate": { + "type": "object" + }, + "messagesToCheckForDuplicates": { + "type": "integer", + "format": "int32" + }, + "rejectDuplicateMessages": { + "type": "boolean" + }, + "signingPublicCertificate": { + "type": "object" + } + } + }, + "AS2ReceiveOptions": { + "required": [ + "AS2DefaultPartnerInfo", + "AS2DefaultPartnerMDNOptions", + "AS2DefaultPartnerMessageOptions", + "AS2MyCompanyInfo" + ], + "type": "object", + "properties": { + "AS2DefaultPartnerInfo": { + "type": "object" + }, + "AS2DefaultPartnerMDNOptions": { + "type": "object" + }, + "AS2DefaultPartnerMessageOptions": { + "type": "object" }, - "OFTPConnectionSettings": { - "required": [ - "myPartnerInfo" - ], - "type": "object", - "properties": { - "clientSSLAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "defaultOFTPConnectionSettings": { - "required": [ - "myPartnerInfo" - ], - "type": "object", - "properties": { - "clientSSLAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "host": { - "type": "string", - "xml": { - "attribute": true - } - }, - "myPartnerInfo": { - "type": "object", - "properties": { - "clientSSLAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "encrypting-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "session-challenge-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfidsec-encrypt": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsec-sign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcmpr": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidpswd": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-eerp-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-signature-certificate": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "port": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "sfidciph": { - "type": "integer", - "xml": { - "attribute": true - } - }, - "ssidauth": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "tls": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useClientSSL": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useGateway": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "host": { - "type": "string", - "xml": { - "attribute": true - } - }, - "myPartnerInfo": { - "type": "object", - "properties": { - "clientSSLAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "encrypting-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "session-challenge-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfidsec-encrypt": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsec-sign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcmpr": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidpswd": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-eerp-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-signature-certificate": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "port": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "sfidciph": { - "type": "integer", - "xml": { - "attribute": true - } - }, - "ssidauth": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "tls": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useClientSSL": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useGateway": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } + "AS2MyCompanyInfo": { + "type": "object" + } + } + }, + "AS2SendOptions": { + "required": [ + "AS2MDNOptions", + "AS2MessageOptions" + ], + "type": "object", + "properties": { + "AS2MDNOptions": { + "type": "object" }, - "OFTPGetOptions": { - "required": [ - "OFTPPartnerGroup" - ], - "type": "object", - "properties": { - "OFTPPartnerGroup": { - "required": [ - "myCompanyInfo", - "myPartnerInfo" - ], - "type": "object", - "properties": { - "defaultPartnerInfo": { - "type": "object", - "properties": { - "clientSSLAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "encrypting-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "session-challenge-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfidsec-encrypt": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsec-sign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcmpr": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidpswd": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-eerp-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-signature-certificate": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "myCompanyInfo": { - "type": "object", - "properties": { - "decrypting-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "session-authentication-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signing-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signing-eerp-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidcode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidpswd": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "myPartnerInfo": { - "type": "object", - "properties": { - "clientSSLAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "encrypting-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "session-challenge-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfidsec-encrypt": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsec-sign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcmpr": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidpswd": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-eerp-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-signature-certificate": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "partnerGroupId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "AS2MessageOptions": { + "type": "object" + }, + "AS2PartnerInfo": { + "type": "object" + } + } + }, + "AS2SendSettings": { + "required": [ + "clientSSLCertificate", + "sslCertificate", + "url" + ], + "type": "object", + "properties": { + "AuthSettings": { + "type": "object" + }, + "authenticationType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "BASIC" + ] + }, + "clientSSLCertificate": { + "type": "object" + }, + "sslCertificate": { + "type": "object" + }, + "url": { + "type": "string" + }, + "useDefaultSettings": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "verifyHostname": { + "type": "boolean", + "default": false + } + } + }, + "Account": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateCreated": { + "type": "string", + "xml": { + "attribute": true + } + }, + "expirationDate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "licensing": { + "type": "object" + }, + "molecule": { + "type": "object" + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "overDeployed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "trial", + "active", + "suspended", + "deleted", + "unlimited" + ] + }, + "suggestionsEnabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "supportAccess": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "supportLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "standard", + "premier" + ] + }, + "widgetAccount": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "AccountBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "AccountBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/Account" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "AccountCloudAttachmentProperties": { + "type": "object", + "properties": { + "accountDiskUsage": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "as2Workload": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GENERAL", + "LOW_LATENCY_DEBUG" + ] + }, + "atomInputSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "atomOutputOverflowSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "atomWorkingOverflowSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "cloudAccountExecutionLimit": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "cloudAccountExecutionWarningOffset": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "downloadRunnerlogs": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "enableAccountDataArchiving": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "enableAtomWorkerWarmup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "flowControlParallelProcessTypeOverride": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "THREADS", + "PROCESSES" + ] + }, + "httpRequestRate": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpWorkload": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GENERAL", + "LOW_LATENCY_DEBUG", + "LOW_LATENCY" + ] + }, + "listenerMaxConcurrentExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "maxConnectorTrackDocs": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "minNumberofAtomWorkers": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "numberofAtomWorkers": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queueIncomingMessageRateLimit": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "sessionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "testModeMaxDocBytes": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "testModeMaxDocs": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerElasticScalingThreshold": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerMaxExecutionTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "workerMaxGeneralExecutionTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "workerMaxQueuedExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerMaxRunningExecutions": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "workerQueuedExecutionTimeout": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + }, + "AccountCloudAttachmentPropertiesAsyncResponse": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AccountCloudAttachmentProperties" + } + } + } + }, + "AccountCloudAttachmentQuota": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxAtomAttachment": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "AccountCloudAttachmentQuotaBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "AccountCloudAttachmentQuotaBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/AccountCloudAttachmentQuota" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "AccountExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/AccountSimpleExpression" + }, + { + "$ref": "#/components/schemas/AccountGroupingExpression" + } + ] + }, + "AccountGroup": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "autoSubscribeAlertLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "info", + "warning", + "error" + ] + }, + "defaultGroup": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AccountGroupAccount": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AccountGroupAccountExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/AccountGroupAccountSimpleExpression" + }, + { + "$ref": "#/components/schemas/AccountGroupAccountGroupingExpression" + } + ] + }, + "AccountGroupAccountGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AccountGroupAccountExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "AccountGroupAccountQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "AccountGroupAccountQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AccountGroupAccount" + } + } + } + }, + "AccountGroupAccountSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountGroupId", + "accountId" + ] + } + } + }, + "AccountGroupBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "AccountGroupBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/AccountGroup" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "AccountGroupExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/AccountGroupSimpleExpression" + }, + { + "$ref": "#/components/schemas/AccountGroupGroupingExpression" + } + ] + }, + "AccountGroupGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AccountGroupExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "AccountGroupQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "AccountGroupQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AccountGroup" + } + } + } + }, + "AccountGroupSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "id", + "accountId", + "name", + "defaultGroup", + "autoSubscribeAlertLevel" + ] + } + } + }, + "AccountGroupUserRole": { + "type": "object", + "properties": { + "accountGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "firstName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lastName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "notifyUser": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AccountGroupUserRoleExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/AccountGroupUserRoleSimpleExpression" + }, + { + "$ref": "#/components/schemas/AccountGroupUserRoleGroupingExpression" + } + ] + }, + "AccountGroupUserRoleGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AccountGroupUserRoleExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "AccountGroupUserRoleQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "AccountGroupUserRoleQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AccountGroupUserRole" + } + } + } + }, + "AccountGroupUserRoleSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountGroupId", + "userId", + "roleId" + ] + } + } + }, + "AccountGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AccountExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "AccountQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "AccountQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Account" + } + } + } + }, + "AccountSSOConfig": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "assertionEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "authnContext": { + "type": "string", + "xml": { + "attribute": true + } + }, + "authnContextComparison": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certInfo": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "items": { + "type": "string", + "format": "byte" + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fedIdFromNameId": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "idpUrl": { + "type": "string", + "xml": { + "attribute": true + } + }, + "nameIdPolicy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signoutRedirectUrl": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AccountSSOConfigBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "AccountSSOConfigBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/AccountSSOConfig" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "AccountSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ACCOUNTID", + "DATECREATED", + "EXPIRATIONDATE", + "NAME", + "STATUS", + "WIDGETACCOUNT", + "OVERDEPLOYED" + ] + } + } + }, + "AccountUserFederation": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "federationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AccountUserFederationExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/AccountUserFederationSimpleExpression" + }, + { + "$ref": "#/components/schemas/AccountUserFederationGroupingExpression" + } + ] + }, + "AccountUserFederationGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AccountUserFederationExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "AccountUserFederationQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "AccountUserFederationQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AccountUserFederation" + } + } + } + }, + "AccountUserFederationSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountId", + "userId", + "federationId" + ] + } + } + }, + "AccountUserRole": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "firstName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lastName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "notifyUser": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AccountUserRoleExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/AccountUserRoleSimpleExpression" + }, + { + "$ref": "#/components/schemas/AccountUserRoleGroupingExpression" + } + ] + }, + "AccountUserRoleGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AccountUserRoleExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "AccountUserRoleQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "AccountUserRoleQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AccountUserRole" + } + } + } + }, + "AccountUserRoleSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountId", + "userId", + "roleId" + ] + } + } + }, + "AllDocuments": { + "type": "object", + "properties": { + "documentStatus": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ANY", + "SUCCESS", + "ERROR" + ] + } + } + }, + "ApiUsageCount": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "errorCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "processDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "successCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + }, + "ApiUsageCountExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/ApiUsageCountSimpleExpression" + }, + { + "$ref": "#/components/schemas/ApiUsageCountGroupingExpression" + } + ] + }, + "ApiUsageCountGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ApiUsageCountExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "ApiUsageCountQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "ApiUsageCountQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ApiUsageCount" + } + } + } + }, + "ApiUsageCountSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "processDate", + "classification", + "successCount", + "errorCount" + ] + } + } + }, + "AsyncOperationTokenResult": { + "required": [ + "asyncToken", + "responseStatusCode" + ], + "type": "object", + "properties": { + "asyncToken": { + "type": "object" + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "AsyncToken": { + "required": [ + "token" + ], + "type": "object", + "properties": { + "token": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "Atom": { + "type": "object", + "properties": { + "capabilities": { + "type": "array", + "items": { + "type": "string", + "enum": [ + "GATEWAY", + "BROKER" + ] + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudMoleculeName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudOwnerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cluster": { + "type": "object" + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateInstalled": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "forceRestartTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "hostName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "instanceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isCloudAttachment": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "purgeHistoryDays": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "purgeImmediate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNKNOWN", + "ONLINE", + "WARNING", + "OFFLINE" + ] + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CLOUD", + "MOLECULE", + "ATOM" + ] + } + } + }, + "AtomAS2Artifacts": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "logDate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AtomBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "AtomBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/Atom" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "AtomConnectionFieldExtensionSummary": { + "required": [ + "field" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "field": { + "type": "object" + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AtomConnectionFieldExtensionSummaryExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/AtomConnectionFieldExtensionSummarySimpleExpression" + }, + { + "$ref": "#/components/schemas/AtomConnectionFieldExtensionSummaryGroupingExpression" + } + ] + }, + "AtomConnectionFieldExtensionSummaryGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AtomConnectionFieldExtensionSummaryExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "AtomConnectionFieldExtensionSummaryQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "AtomConnectionFieldExtensionSummaryQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AtomConnectionFieldExtensionSummary" + } + } + } + }, + "AtomConnectionFieldExtensionSummarySimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "atomId", + "extensionGroupId", + "connectionId", + "fieldId" + ] + } + } + }, + "AtomConnectorVersions": { + "type": "object", + "properties": { + "ConnectorVersion": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ConnectorVersion" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AtomConnectorVersionsBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "AtomConnectorVersionsBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/AtomConnectorVersions" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "AtomCounters": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "counter": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Counter" + } + } + } + }, + "AtomCountersAsyncResponse": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AtomCounters" + } + } + } + }, + "AtomDiskSpace": { + "type": "object", + "properties": { + "DiskSpaceDirectory": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AtomDiskSpaceDirectory" + } + }, + "quotaLimit": { + "type": "string", + "xml": { + "attribute": true + } + }, + "rawQuotaLimit": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "rawTotalSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "totalSize": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AtomDiskSpaceAsyncResponse": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AtomDiskSpace" + } + } + } + }, + "AtomDiskSpaceDirectory": { + "type": "object", + "properties": { + "file": { + "type": "string", + "xml": { + "attribute": true + } + }, + "rawSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "size": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AtomExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/AtomSimpleExpression" + }, + { + "$ref": "#/components/schemas/AtomGroupingExpression" + } + ] + }, + "AtomGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AtomExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "AtomLog": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "includeBin": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "logDate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AtomPurge": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AtomQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "AtomQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Atom" + } + } + } + }, + "AtomSecurityPolicies": { + "required": [ + "atomId", + "common" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "browser": { + "type": "object" + }, + "common": { + "type": "object" + }, + "runner": { + "type": "object" + }, + "worker": { + "type": "object" + } + } + }, + "AtomSecurityPoliciesAsyncResponse": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AtomSecurityPolicies" + } + } + } + }, + "AtomSecurityPoliciesType": { + "type": "object", + "properties": { + "policies": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AtomSecurityPolicy" + } + } + } + }, + "AtomSecurityPolicy": { + "required": [ + "privilegeType" + ], + "type": "object", + "properties": { + "arguments": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AtomSecurityPolicyArgumentType" + } + }, + "privilegeType": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AtomSecurityPolicyArgumentType": { + "required": [ + "value" + ], + "type": "object", + "properties": { + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AtomSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "NOT_EQUALS", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "id", + "hostname", + "status", + "type", + "capabilities" + ] + } + } + }, + "AtomStartupProperties": { + "type": "object", + "properties": { + "Property": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Property" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AtomStartupPropertiesBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "AtomStartupPropertiesBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/AtomStartupProperties" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "AtomWorkerLog": { + "type": "object", + "properties": { + "workerId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AttachmentInfo": { + "type": "object", + "properties": { + "attachmentCache": { + "type": "string", + "xml": { + "attribute": true + } + }, + "attachmentContentType": { + "type": "array", + "items": { + "type": "string", + "enum": [ + "application/xml", + "application/pdf", + "application/msword", + "image/tiff", + "image/jpeg", + "text/plain" + ] + }, + "default": "application/xml" + }, + "multipleAttachments": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "AuditLog": { + "type": "object", + "properties": { + "AuditLogProperty": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AuditLogProperty" + } + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "action": { + "type": "string", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "documentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "level": { + "type": "string", + "xml": { + "attribute": true + } + }, + "message": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "source": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + }, + "userId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AuditLogBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "AuditLogBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/AuditLog" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "AuditLogExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/AuditLogSimpleExpression" + }, + { + "$ref": "#/components/schemas/AuditLogGroupingExpression" + } + ] + }, + "AuditLogGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AuditLogExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "AuditLogProperty": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "previousValue": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "AuditLogQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "AuditLogQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AuditLog" + } + } + } + }, + "AuditLogSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "containerId", + "userId", + "date", + "type", + "action", + "modifier", + "level", + "source" + ] + } + } + }, + "Branch": { + "type": "object", + "properties": { + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deploymentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ready": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "BranchBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "BranchBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/Branch" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "BranchExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/BranchSimpleExpression" + }, + { + "$ref": "#/components/schemas/BranchGroupingExpression" + } + ] + }, + "BranchGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BranchExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "BranchMergeRequest": { + "required": [ + "sourceBranchId", + "targetBranchId" + ], + "type": "object", + "properties": { + "ComponentMergeConfigs": { + "type": "object" + }, + "mergeScope": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mergeStrategy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "targetBranchId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "BranchQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "BranchQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Branch" + } + } + } + }, + "BranchSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "BrowseField": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "BulkId": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ChangeListenerStatusRequest": { + "type": "object", + "properties": { + "action": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "restart", + "restart_all", + "pause", + "pause_all", + "resume", + "resume_all" + ] + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "listenerId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ClearQueueRequest": { + "required": [ + "AtomId", + "QueueName" + ], + "type": "object", + "properties": { + "AtomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "DLQ": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "QueueName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "SubscriberName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "Cloud": { + "type": "object", + "properties": { + "Atom": { + "type": "array", + "items": { + "$ref": "#/components/schemas/CloudAtom" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "CloudAtom": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "CloudBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "CloudBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/Cloud" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "CloudExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/CloudSimpleExpression" + }, + { + "$ref": "#/components/schemas/CloudGroupingExpression" + } + ] + }, + "CloudGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/CloudExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "CloudQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "CloudQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Cloud" + } + } + } + }, + "CloudSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "id" + ] + } + } + }, + "CompDiffAttribute": { + "type": "object", + "properties": { + "idpart": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ignored": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "CompDiffConfig": { + "type": "object", + "properties": { + "CompDiffElement": { + "type": "array", + "items": { + "$ref": "#/components/schemas/CompDiffElement" + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + } + } + }, + "CompDiffElement": { + "type": "object", + "properties": { + "CompDiffAttribute": { + "type": "array", + "items": { + "$ref": "#/components/schemas/CompDiffAttribute" + } + }, + "ignored": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ordered": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "parent": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "Component": { + "required": [ + "description", + "encryptedValues", + "object", + "processOverrides" + ], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/ComponentMetadata" + }, + { + "type": "object", + "properties": { + "encryptedValues": { + "$ref": "#/components/schemas/EncryptedValues" + }, + "description": { + "type": "string", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "object": { + "type": "object", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "processOverrides": { + "type": "object", + "xml": { + "namespace": "http://api.platform.boomi.com/" + } + }, + "folderFullPath": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + ] + }, + "ComponentAtomAttachment": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ComponentAtomAttachmentExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/ComponentAtomAttachmentSimpleExpression" + }, + { + "$ref": "#/components/schemas/ComponentAtomAttachmentGroupingExpression" + } + ] + }, + "ComponentAtomAttachmentGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ComponentAtomAttachmentExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "ComponentAtomAttachmentQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "ComponentAtomAttachmentQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ComponentAtomAttachment" + } + } + } + }, + "ComponentAtomAttachmentSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "atomId", + "componentId", + "componentType" + ] + } + } + }, + "ComponentBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "ComponentBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/Component" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "ComponentDiffRequest": { + "required": [ + "componentId", + "sourceVersion", + "targetVersion" + ], + "type": "object", + "properties": { + "CompDiffConfig": { + "type": "object" + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "targetVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "ComponentDiffRequestBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "ComponentDiffRequestBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/ComponentDiffRequest" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "ComponentEnvironmentAttachment": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ComponentEnvironmentAttachmentExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/ComponentEnvironmentAttachmentSimpleExpression" + }, + { + "$ref": "#/components/schemas/ComponentEnvironmentAttachmentGroupingExpression" + } + ] + }, + "ComponentEnvironmentAttachmentGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ComponentEnvironmentAttachmentExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "ComponentEnvironmentAttachmentQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "ComponentEnvironmentAttachmentQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ComponentEnvironmentAttachment" + } + } + } + }, + "ComponentEnvironmentAttachmentSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "componentId", + "componentType" + ] + } + } + }, + "ComponentInfo": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "ComponentMergeConfig": { + "required": [ + "componentId" + ], + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ComponentMergeConfigs": { + "type": "object", + "properties": { + "ComponentMergeConfig": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ComponentMergeConfig" + } + } + } + }, + "ComponentMetadata": { + "type": "object", + "properties": { + "branchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "branchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "copiedFromComponentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "currentVersion": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "subType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "certificate", + "connector-action", + "connector-settings", + "crossref", + "documentcache", + "transform.map", + "transform.function", + "certificate.pgp", + "process", + "processproperty", + "profile.db", + "profile.edi", + "profile.flatfile", + "profile.xml", + "profile.json", + "queue", + "tradingpartner", + "tpgroup", + "tporganization", + "tpcommoptions", + "webservice", + "webservice.external", + "processroute", + "customlibrary", + "edistandard", + "flowservice", + "script.processing", + "script.mapping", + "xslt" + ] + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "ComponentMetadataBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "ComponentMetadataBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/ComponentMetadata" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "ComponentMetadataExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/ComponentMetadataSimpleExpression" + }, + { + "$ref": "#/components/schemas/ComponentMetadataGroupingExpression" + } + ] + }, + "ComponentMetadataGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ComponentMetadataExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "ComponentMetadataQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "ComponentMetadataQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ComponentMetadata" + } + } + } + }, + "ComponentMetadataSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountId", + "componentId", + "version", + "name", + "type", + "subType", + "createdDate", + "createdBy", + "modifiedDate", + "modifiedBy", + "deleted", + "currentVersion", + "folderName", + "folderId", + "copiedFromComponentId", + "copiedFromComponentVersion", + "branchName", + "branchId" + ] + } + } + }, + "ComponentReference": { + "type": "object", + "properties": { + "references": { + "type": "array", + "items": { + "$ref": "#/components/schemas/References" + } + } + } + }, + "ComponentReferenceBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "ComponentReferenceBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/ComponentReference" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "ComponentReferenceExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/ComponentReferenceSimpleExpression" + }, + { + "$ref": "#/components/schemas/ComponentReferenceGroupingExpression" + } + ] + }, + "ComponentReferenceGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ComponentReferenceExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "ComponentReferenceQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "ComponentReferenceQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ComponentReference" + } + } + } + }, + "ComponentReferenceSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "parentComponentId", + "parentVersion", + "componentId", + "type" + ] + } + } + }, + "Connection": { + "type": "object", + "properties": { + "field": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Field" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ConnectionLicensingReport": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "type": "object" + } + } + }, + "Connections": { + "type": "object", + "properties": { + "connection": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Connection" + } + } + } + }, + "Connector": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ConnectorBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "ConnectorBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/Connector" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "ConnectorDocument": { + "type": "object", + "properties": { + "genericConnectorRecordId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ConnectorExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/ConnectorSimpleExpression" + }, + { + "$ref": "#/components/schemas/ConnectorGroupingExpression" + } + ] + }, + "ConnectorField": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ConnectorFields": { + "type": "object", + "properties": { + "connectorField": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ConnectorField" + } + } + } + }, + "ConnectorGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ConnectorExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "ConnectorQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "ConnectorQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Connector" + } + } + } + }, + "ConnectorSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "type", + "name" + ] + } + } + }, + "ConnectorVersion": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "version": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ContactInfo": { + "required": [ + "address1", + "address2", + "city", + "contactName", + "country", + "email", + "fax", + "phone", + "postalcode", + "state" + ], + "type": "object", + "properties": { + "address1": { + "type": "string" + }, + "address2": { + "type": "string" + }, + "city": { + "type": "string" + }, + "contactName": { + "type": "string" + }, + "country": { + "type": "string" + }, + "email": { + "type": "string" + }, + "fax": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "postalcode": { + "type": "string" + }, + "state": { + "type": "string" + } + } + }, + "Counter": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "CrossReference": { + "required": [ + "CrossReferenceRows" + ], + "type": "object", + "properties": { + "CrossReferenceRows": { + "type": "object" + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "overrideValues": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "CrossReferenceInputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "items": { + "$ref": "#/components/schemas/CrossReferenceParameter" + } + } + } + }, + "CrossReferenceOutputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "items": { + "$ref": "#/components/schemas/CrossReferenceParameter" + } + } + } + }, + "CrossReferenceParameter": { + "type": "object", + "properties": { + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "refId": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "CrossReferenceRow": { + "type": "object", + "properties": { + "ref1": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref10": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref11": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref12": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref13": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref14": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref15": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref16": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref17": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref18": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref19": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref2": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref20": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref3": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref4": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref5": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref6": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref7": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref8": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ref9": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "CrossReferenceRows": { + "type": "object", + "properties": { + "row": { + "type": "array", + "items": { + "$ref": "#/components/schemas/CrossReferenceRow" + } + } + } + }, + "CrossReferences": { + "type": "object", + "properties": { + "crossReference": { + "type": "array", + "items": { + "$ref": "#/components/schemas/CrossReference" + } + } + } + }, + "CustomPartnerInfo": { + "type": "object" + }, + "CustomProperties": { + "type": "object", + "properties": { + "properties": { + "type": "array", + "items": { + "$ref": "#/components/schemas/PropertyPair" + } + } + } + }, + "CustomTrackedField": { + "type": "object", + "properties": { + "label": { + "type": "string", + "xml": { + "attribute": true + } + }, + "position": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "character", + "datetime", + "number" + ] + } + } + }, + "CustomTrackedFieldExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/CustomTrackedFieldSimpleExpression" + }, + { + "$ref": "#/components/schemas/CustomTrackedFieldGroupingExpression" + } + ] + }, + "CustomTrackedFieldGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/CustomTrackedFieldExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "CustomTrackedFieldQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "CustomTrackedFieldQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/CustomTrackedField" + } + } + } + }, + "CustomTrackedFieldSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DefaultOFTPConnectionSettings": { + "required": [ + "myPartnerInfo" + ], + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "host": { + "type": "string", + "xml": { + "attribute": true + } + }, + "myPartnerInfo": { + "type": "object" + }, + "port": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "sfidciph": { + "type": "integer", + "xml": { + "attribute": true + } + }, + "ssidauth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "tls": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useClientSSL": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useGateway": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "DefaultOFTPPartnerSendSettings": { + "type": "object", + "properties": { + "cd": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "operation": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfiddesc": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfiddsn": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DeployedExpiredCertificate": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificateId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificateName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificateType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "containerName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "expirationDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "location": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DeployedExpiredCertificateExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/DeployedExpiredCertificateSimpleExpression" + }, + { + "$ref": "#/components/schemas/DeployedExpiredCertificateGroupingExpression" + } + ] + }, + "DeployedExpiredCertificateGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DeployedExpiredCertificateExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "DeployedExpiredCertificateQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "DeployedExpiredCertificateQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DeployedExpiredCertificate" + } + } + } + }, + "DeployedExpiredCertificateSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "containerId", + "containerName", + "environmentId", + "environmentName", + "expirationBoundary" + ] + } + } + }, + "DeployedPackage": { + "type": "object", + "properties": { + "active": { + "type": "boolean" + }, + "branchName": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "componentVersion": { + "type": "integer", + "format": "int32" + }, + "deployedBy": { + "type": "string" + }, + "deployedDate": { + "type": "string", + "format": "date-time" + }, + "deploymentId": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "listenerStatus": { + "type": "string", + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "packageId": { + "type": "string" + }, + "packageVersion": { + "type": "string" + }, + "version": { + "type": "integer", + "format": "int32" + } + } + }, + "DeployedPackageBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "DeployedPackageBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/DeployedPackage" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "DeployedPackageExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/DeployedPackageSimpleExpression" + }, + { + "$ref": "#/components/schemas/DeployedPackageGroupingExpression" + } + ] + }, + "DeployedPackageGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DeployedPackageExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "DeployedPackageQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "DeployedPackageQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DeployedPackage" + } + } + } + }, + "DeployedPackageSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "uid", + "notes", + "current", + "packageNotes", + "active", + "componentId", + "componentVersion", + "componentName", + "componentType", + "deployedBy", + "deployedDate", + "deploymentId", + "environmentId", + "environmentName", + "packageId", + "packageVersion", + "version", + "accountId", + "branch" + ] + } + } + }, + "DeployedProcess": { + "required": [ + "ProcessProperties", + "processId" + ], + "type": "object", + "properties": { + "ProcessProperties": { + "type": "object" + }, + "processId": { + "type": "string" + } + } + }, + "Deployment": { + "required": [ + "componentId", + "componentType", + "deployedBy", + "deployedOn", + "digest", + "environmentId", + "id", + "notes", + "processId" + ], + "type": "object", + "properties": { + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "current": { + "type": "boolean" + }, + "deployedBy": { + "type": "string" + }, + "deployedOn": { + "type": "string", + "format": "date-time" + }, + "digest": { + "type": "string" + }, + "environmentId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "listenerStatus": { + "type": "string", + "enum": [ + "RUNNING", + "PAUSED" + ] + }, + "message": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "processId": { + "type": "string" + }, + "version": { + "type": "integer", + "format": "int32" + } + } + }, + "DeploymentBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "DeploymentBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/Deployment" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "DeploymentExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/DeploymentSimpleExpression" + }, + { + "$ref": "#/components/schemas/DeploymentGroupingExpression" + } + ] + }, + "DeploymentGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DeploymentExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "DeploymentQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "DeploymentQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Deployment" + } + } + } + }, + "DeploymentSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "processId", + "componentId", + "componentType", + "current" + ] + } + } + }, + "DiskCommunicationOptions": { + "type": "object", + "properties": { + "CommunicationSetting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "default", + "custom", + "component" + ] }, - "OFTPListenOptions": { - "required": [ - "OFTPListenOptions", - "OFTPPartnerGroup" - ], - "type": "object", - "properties": { - "OFTPListenOptions": { - "required": [ - "GatewayPartnerGroup" - ], - "type": "object", - "properties": { - "GatewayPartnerGroup": { - "required": [ - "myCompanyInfo", - "myPartnerInfo" - ], - "type": "object", - "properties": { - "defaultPartnerInfo": { - "type": "object" - }, - "myCompanyInfo": { - "type": "object" - }, - "myPartnerInfo": { - "type": "object" - } - } - }, - "operation": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useGateway": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "OFTPPartnerGroup": { - "required": [ - "myCompanyInfo", - "myPartnerInfo" - ], - "type": "object", - "properties": { - "defaultPartnerInfo": { - "type": "object", - "properties": { - "clientSSLAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "encrypting-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "session-challenge-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfidsec-encrypt": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsec-sign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcmpr": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidpswd": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-eerp-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-signature-certificate": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "myCompanyInfo": { - "type": "object", - "properties": { - "decrypting-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "session-authentication-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signing-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signing-eerp-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidcode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidpswd": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "myPartnerInfo": { - "type": "object", - "properties": { - "clientSSLAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "encrypting-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "session-challenge-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfidsec-encrypt": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsec-sign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcmpr": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidpswd": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-eerp-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-signature-certificate": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "partnerGroupId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "DiskGetOptions": { + "type": "object" }, - "OFTPListenOptionsInfo": { - "required": [ - "GatewayPartnerGroup" - ], - "type": "object", - "properties": { - "GatewayPartnerGroup": { - "required": [ - "myCompanyInfo", - "myPartnerInfo" - ], - "type": "object", - "properties": { - "defaultPartnerInfo": { - "type": "object", - "properties": { - "clientSSLAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "encrypting-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "session-challenge-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfidsec-encrypt": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsec-sign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcmpr": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidpswd": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-eerp-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-signature-certificate": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "myCompanyInfo": { - "type": "object", - "properties": { - "decrypting-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "session-authentication-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signing-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signing-eerp-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidcode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidpswd": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "myPartnerInfo": { - "type": "object", - "properties": { - "clientSSLAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "encrypting-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "session-challenge-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfidsec-encrypt": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsec-sign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcmpr": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidpswd": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-eerp-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-signature-certificate": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "operation": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useGateway": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } + "DiskSendOptions": { + "type": "object" }, - "OFTPLocalInfo": { - "type": "object", - "properties": { - "decrypting-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "session-authentication-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signing-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signing-eerp-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidcode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidpswd": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "SharedCommunicationChannel": { + "type": "object" + } + } + }, + "DiskGetOptions": { + "required": [ + "fileFilter", + "getDirectory" + ], + "type": "object", + "properties": { + "deleteAfterRead": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fileFilter": { + "type": "string" + }, + "filterMatchType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "wildcard", + "regex" + ] + }, + "getDirectory": { + "type": "string" + }, + "maxFileCount": { + "type": "integer", + "xml": { + "attribute": true + } + }, + "useDefaultGetOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "DiskSendOptions": { + "required": [ + "sendDirectory" + ], + "type": "object", + "properties": { + "createDirectory": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sendDirectory": { + "type": "string" + }, + "useDefaultSendOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "writeOption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "unique", + "over", + "append", + "abort" + ] + } + } + }, + "DocCacheKeyInput": { + "type": "object", + "properties": { + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "keyId": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DocCacheKeyInputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocCacheKeyInput" + } + } + } + }, + "DocCacheProfileParameter": { + "type": "object", + "properties": { + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "key": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "tagListKey": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "DocCacheProfileParameters": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocCacheProfileParameter" + } + } + } + }, + "Document": { + "type": "object", + "properties": { + "genericConnectorRecordId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "DocumentCountAccount": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + }, + "DocumentCountAccountExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/DocumentCountAccountSimpleExpression" + }, + { + "$ref": "#/components/schemas/DocumentCountAccountGroupingExpression" + } + ] + }, + "DocumentCountAccountGroup": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/DocumentCountAccount" + } + ] + }, + "DocumentCountAccountGroupExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/DocumentCountAccountGroupSimpleExpression" + }, + { + "$ref": "#/components/schemas/DocumentCountAccountGroupGroupingExpression" + } + ] + }, + "DocumentCountAccountGroupGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentCountAccountGroupExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "DocumentCountAccountGroupQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "DocumentCountAccountGroupQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentCountAccountGroup" + } + } + } + }, + "DocumentCountAccountGroupSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountGroupId", + "processDate" + ] + } + } + }, + "DocumentCountAccountGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentCountAccountExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "DocumentCountAccountQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "DocumentCountAccountQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentCountAccount" + } + } + } + }, + "DocumentCountAccountSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "atomId", + "processDate" + ] + } + } + }, + "DynamicProcessProperty": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "EDIFACTConnectorRecord": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "ackReport": { + "type": "string" + }, + "ackRequested": { + "type": "string" + }, + "ackStatus": { + "type": "string" + }, + "actionType": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "connectorName": { + "type": "string" + }, + "connectorType": { + "type": "string" + }, + "controllingAgency": { + "type": "string" }, - "OFTPPartnerGroupType": { - "required": [ - "myCompanyInfo", - "myPartnerInfo" - ], - "type": "object", - "properties": { - "defaultPartnerInfo": { - "type": "object", - "properties": { - "clientSSLAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "encrypting-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "session-challenge-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfidsec-encrypt": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsec-sign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcmpr": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidpswd": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-eerp-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-signature-certificate": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "myCompanyInfo": { - "type": "object", - "properties": { - "decrypting-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "session-authentication-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signing-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signing-eerp-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidcode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidpswd": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "myPartnerInfo": { - "type": "object", - "properties": { - "clientSSLAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "encrypting-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "session-challenge-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfidsec-encrypt": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsec-sign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcmpr": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidpswd": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-eerp-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-signature-certificate": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "customFields": { + "type": "object" }, - "OFTPPartnerInfo": { - "type": "object", - "properties": { - "clientSSLAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "encrypting-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "session-challenge-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfidsec-encrypt": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsec-sign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcmpr": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidpswd": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-eerp-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-signature-certificate": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "dateProcessed": { + "type": "string", + "format": "date-time" }, - "OFTPSendOptions": { - "required": [ - "OFTPPartnerGroup", - "OFTPSendOptions" - ], - "type": "object", - "properties": { - "OFTPPartnerGroup": { - "required": [ - "myCompanyInfo", - "myPartnerInfo" - ], - "type": "object", - "properties": { - "defaultPartnerInfo": { - "type": "object", - "properties": { - "clientSSLAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "encrypting-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "session-challenge-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfidsec-encrypt": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsec-sign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcmpr": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidpswd": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-eerp-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-signature-certificate": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "myCompanyInfo": { - "type": "object", - "properties": { - "decrypting-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "session-authentication-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signing-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signing-eerp-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidcode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidpswd": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "myPartnerInfo": { - "type": "object", - "properties": { - "clientSSLAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "encrypting-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "session-challenge-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfidsec-encrypt": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsec-sign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sfidsign": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcmpr": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "ssidcode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ssidpswd": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-eerp-certificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "verifying-signature-certificate": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "OFTPSendOptions": { - "required": [ - "defaultPartnerSettings" - ], - "type": "object", - "properties": { - "cd": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "defaultPartnerSettings": { - "type": "object", - "properties": { - "cd": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "operation": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfiddesc": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfiddsn": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "operation": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfiddesc": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfiddsn": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "partnerGroupId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "documentIndex": { + "type": "integer", + "format": "int32" }, - "OFTPSendOptionsInfo": { - "required": [ - "defaultPartnerSettings" - ], - "type": "object", - "properties": { - "cd": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "defaultPartnerSettings": { - "type": "object", - "properties": { - "cd": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "operation": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfiddesc": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfiddsn": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "operation": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfiddesc": { - "type": "string", - "xml": { - "attribute": true - } - }, - "sfiddsn": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "errorMessage": { + "type": "string" }, - "OdetteControlInfo": { - "required": [ - "OdetteUNBControlInfo", - "OdetteUNHControlInfo" - ], - "type": "object", - "properties": { - "OdetteUNBControlInfo": { - "type": "object", - "properties": { - "ackRequest": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "appReference": { - "type": "string", - "xml": { - "attribute": true - } - }, - "commAgreement": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeAddress": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeIdQual": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ODETTEIDQUAL_NA", - "ODETTEIDQUAL_1", - "ODETTEIDQUAL_4", - "ODETTEIDQUAL_5", - "ODETTEIDQUAL_8", - "ODETTEIDQUAL_9", - "ODETTEIDQUAL_12", - "ODETTEIDQUAL_14", - "ODETTEIDQUAL_18", - "ODETTEIDQUAL_22", - "ODETTEIDQUAL_30", - "ODETTEIDQUAL_31", - "ODETTEIDQUAL_33", - "ODETTEIDQUAL_34", - "ODETTEIDQUAL_51", - "ODETTEIDQUAL_52", - "ODETTEIDQUAL_53", - "ODETTEIDQUAL_54", - "ODETTEIDQUAL_55", - "ODETTEIDQUAL_57", - "ODETTEIDQUAL_58", - "ODETTEIDQUAL_59", - "ODETTEIDQUAL_61", - "ODETTEIDQUAL_63", - "ODETTEIDQUAL_65", - "ODETTEIDQUAL_80", - "ODETTEIDQUAL_82", - "ODETTEIDQUAL_84", - "ODETTEIDQUAL_85", - "ODETTEIDQUAL_86", - "ODETTEIDQUAL_87", - "ODETTEIDQUAL_89", - "ODETTEIDQUAL_90", - "ODETTEIDQUAL_91", - "ODETTEIDQUAL_92", - "ODETTEIDQUAL_103", - "ODETTEIDQUAL_128", - "ODETTEIDQUAL_129", - "ODETTEIDQUAL_144", - "ODETTEIDQUAL_145", - "ODETTEIDQUAL_146", - "ODETTEIDQUAL_147", - "ODETTEIDQUAL_148", - "ODETTEIDQUAL_Z01", - "ODETTEIDQUAL_ZZZ", - "ODETTEIDQUAL_ZZ" - ] - }, - "interchangeSubAddress": { - "type": "string", - "xml": { - "attribute": true - } - }, - "priority": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NA", - "A" - ] - }, - "referencePassword": { - "type": "string", - "xml": { - "attribute": true - } - }, - "referencePasswordQualifier": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NA", - "AA", - "BB" - ] - }, - "syntaxId": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UNOA", - "UNOB", - "UNOC", - "UNOD", - "UNOE", - "UNOF" - ] - }, - "syntaxVersion": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ODETTESYNTAXVERSION_1", - "ODETTESYNTAXVERSION_2", - "ODETTESYNTAXVERSION_3" - ] - }, - "testIndicator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ODETTETEST_NA", - "ODETTETEST_1" - ] - } - } - }, - "OdetteUNHControlInfo": { - "type": "object", - "properties": { - "assocAssignedCode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "commonAccessRef": { - "type": "string", - "xml": { - "attribute": true - } - }, - "controllingAgency": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "AA", - "AB", - "AC", - "AD", - "AE", - "CC", - "CE", - "EC", - "ED", - "EE", - "EN", - "ER", - "EU", - "EX", - "IA", - "KE", - "LI", - "OD", - "RI", - "RT", - "UN" - ] - }, - "release": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ODETTERELEASE_1", - "ODETTERELEASE_2", - "ODETTERELEASE_902", - "ODETTERELEASE_911", - "ODETTERELEASE_912", - "ODETTERELEASE_921", - "ODETTERELEASE_932", - "ODETTERELEASE_93A", - "ODETTERELEASE_94A", - "ODETTERELEASE_94B", - "ODETTERELEASE_95A", - "ODETTERELEASE_95B", - "ODETTERELEASE_96A", - "ODETTERELEASE_96B", - "ODETTERELEASE_97A", - "ODETTERELEASE_97B", - "ODETTERELEASE_98A", - "ODETTERELEASE_98B", - "ODETTERELEASE_99A", - "ODETTERELEASE_99B", - "ODETTERELEASE_00A", - "ODETTERELEASE_00B", - "ODETTERELEASE_01A", - "ODETTERELEASE_01B", - "ODETTERELEASE_02A", - "ODETTERELEASE_02B", - "ODETTERELEASE_03A", - "ODETTERELEASE_03B", - "ODETTERELEASE_04A", - "ODETTERELEASE_04B", - "ODETTERELEASE_05A", - "ODETTERELEASE_05B", - "ODETTERELEASE_06A", - "ODETTERELEASE_06B", - "ODETTERELEASE_07A", - "ODETTERELEASE_07B", - "ODETTERELEASE_08A", - "ODETTERELEASE_08B", - "ODETTERELEASE_09A", - "ODETTERELEASE_09B" - ] - }, - "version": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ODETTEVERSION_1", - "ODETTEVERSION_2", - "ODETTEVERSION_4", - "ODETTEVERSION_88", - "ODETTEVERSION_89", - "ODETTEVERSION_90", - "ODETTEVERSION_D", - "ODETTEVERSION_S" - ] - } - } - } - } + "executionId": { + "type": "string" }, - "OdetteOptions": { - "required": [ - "compositeDelimiter", - "elementDelimiter", - "segmentTerminator" - ], - "type": "object", - "properties": { - "acknowledgementoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "donotackitem", - "ackitem" - ] - }, - "compositeDelimiter": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } - }, - "elementDelimiter": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } - }, - "envelopeoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "groupall", - "groupmessage" - ] - }, - "filteracknowledgements": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "includeUNA": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundInterchangeValidation": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundValidationOption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "filterError", - "failAll" - ] - }, - "rejectDuplicateUNB": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "segmentTerminator": { - "type": "object", - "properties": { - "segmentTerminatorSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "segmentTerminatorValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "newline", - "singlequote", - "tilde", - "carriagereturn", - "bytecharacter", - "othercharacter" - ] - } - } - } - } + "id": { + "type": "string" }, - "OdettePartnerInfo": { - "required": [ - "OdetteControlInfo", - "OdetteOptions" - ], - "type": "object", - "properties": { - "OdetteControlInfo": { - "required": [ - "OdetteUNBControlInfo", - "OdetteUNHControlInfo" - ], - "type": "object", - "properties": { - "OdetteUNBControlInfo": { - "type": "object", - "properties": { - "ackRequest": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "appReference": { - "type": "string", - "xml": { - "attribute": true - } - }, - "commAgreement": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeAddress": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeIdQual": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ODETTEIDQUAL_NA", - "ODETTEIDQUAL_1", - "ODETTEIDQUAL_4", - "ODETTEIDQUAL_5", - "ODETTEIDQUAL_8", - "ODETTEIDQUAL_9", - "ODETTEIDQUAL_12", - "ODETTEIDQUAL_14", - "ODETTEIDQUAL_18", - "ODETTEIDQUAL_22", - "ODETTEIDQUAL_30", - "ODETTEIDQUAL_31", - "ODETTEIDQUAL_33", - "ODETTEIDQUAL_34", - "ODETTEIDQUAL_51", - "ODETTEIDQUAL_52", - "ODETTEIDQUAL_53", - "ODETTEIDQUAL_54", - "ODETTEIDQUAL_55", - "ODETTEIDQUAL_57", - "ODETTEIDQUAL_58", - "ODETTEIDQUAL_59", - "ODETTEIDQUAL_61", - "ODETTEIDQUAL_63", - "ODETTEIDQUAL_65", - "ODETTEIDQUAL_80", - "ODETTEIDQUAL_82", - "ODETTEIDQUAL_84", - "ODETTEIDQUAL_85", - "ODETTEIDQUAL_86", - "ODETTEIDQUAL_87", - "ODETTEIDQUAL_89", - "ODETTEIDQUAL_90", - "ODETTEIDQUAL_91", - "ODETTEIDQUAL_92", - "ODETTEIDQUAL_103", - "ODETTEIDQUAL_128", - "ODETTEIDQUAL_129", - "ODETTEIDQUAL_144", - "ODETTEIDQUAL_145", - "ODETTEIDQUAL_146", - "ODETTEIDQUAL_147", - "ODETTEIDQUAL_148", - "ODETTEIDQUAL_Z01", - "ODETTEIDQUAL_ZZZ", - "ODETTEIDQUAL_ZZ" - ] - }, - "interchangeSubAddress": { - "type": "string", - "xml": { - "attribute": true - } - }, - "priority": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NA", - "A" - ] - }, - "referencePassword": { - "type": "string", - "xml": { - "attribute": true - } - }, - "referencePasswordQualifier": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NA", - "AA", - "BB" - ] - }, - "syntaxId": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UNOA", - "UNOB", - "UNOC", - "UNOD", - "UNOE", - "UNOF" - ] - }, - "syntaxVersion": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ODETTESYNTAXVERSION_1", - "ODETTESYNTAXVERSION_2", - "ODETTESYNTAXVERSION_3" - ] - }, - "testIndicator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ODETTETEST_NA", - "ODETTETEST_1" - ] - } - } - }, - "OdetteUNHControlInfo": { - "type": "object", - "properties": { - "assocAssignedCode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "commonAccessRef": { - "type": "string", - "xml": { - "attribute": true - } - }, - "controllingAgency": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "AA", - "AB", - "AC", - "AD", - "AE", - "CC", - "CE", - "EC", - "ED", - "EE", - "EN", - "ER", - "EU", - "EX", - "IA", - "KE", - "LI", - "OD", - "RI", - "RT", - "UN" - ] - }, - "release": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ODETTERELEASE_1", - "ODETTERELEASE_2", - "ODETTERELEASE_902", - "ODETTERELEASE_911", - "ODETTERELEASE_912", - "ODETTERELEASE_921", - "ODETTERELEASE_932", - "ODETTERELEASE_93A", - "ODETTERELEASE_94A", - "ODETTERELEASE_94B", - "ODETTERELEASE_95A", - "ODETTERELEASE_95B", - "ODETTERELEASE_96A", - "ODETTERELEASE_96B", - "ODETTERELEASE_97A", - "ODETTERELEASE_97B", - "ODETTERELEASE_98A", - "ODETTERELEASE_98B", - "ODETTERELEASE_99A", - "ODETTERELEASE_99B", - "ODETTERELEASE_00A", - "ODETTERELEASE_00B", - "ODETTERELEASE_01A", - "ODETTERELEASE_01B", - "ODETTERELEASE_02A", - "ODETTERELEASE_02B", - "ODETTERELEASE_03A", - "ODETTERELEASE_03B", - "ODETTERELEASE_04A", - "ODETTERELEASE_04B", - "ODETTERELEASE_05A", - "ODETTERELEASE_05B", - "ODETTERELEASE_06A", - "ODETTERELEASE_06B", - "ODETTERELEASE_07A", - "ODETTERELEASE_07B", - "ODETTERELEASE_08A", - "ODETTERELEASE_08B", - "ODETTERELEASE_09A", - "ODETTERELEASE_09B" - ] - }, - "version": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ODETTEVERSION_1", - "ODETTEVERSION_2", - "ODETTEVERSION_4", - "ODETTEVERSION_88", - "ODETTEVERSION_89", - "ODETTEVERSION_90", - "ODETTEVERSION_D", - "ODETTEVERSION_S" - ] - } - } - } - } - }, - "OdetteOptions": { - "required": [ - "compositeDelimiter", - "elementDelimiter", - "segmentTerminator" - ], - "type": "object", - "properties": { - "acknowledgementoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "donotackitem", - "ackitem" - ] - }, - "compositeDelimiter": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } - }, - "elementDelimiter": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } - }, - "envelopeoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "groupall", - "groupmessage" - ] - }, - "filteracknowledgements": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "includeUNA": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundInterchangeValidation": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundValidationOption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "filterError", - "failAll" - ] - }, - "rejectDuplicateUNB": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "segmentTerminator": { - "type": "object", - "properties": { - "segmentTerminatorSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "segmentTerminatorValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "newline", - "singlequote", - "tilde", - "carriagereturn", - "bytecharacter", - "othercharacter" - ] - } - } - } - } - } - } + "interchangeControlReference": { + "type": "string" }, - "OdetteUNBControlInfo": { - "type": "object", - "properties": { - "ackRequest": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "appReference": { - "type": "string", - "xml": { - "attribute": true - } - }, - "commAgreement": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeAddress": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeIdQual": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ODETTEIDQUAL_NA", - "ODETTEIDQUAL_1", - "ODETTEIDQUAL_4", - "ODETTEIDQUAL_5", - "ODETTEIDQUAL_8", - "ODETTEIDQUAL_9", - "ODETTEIDQUAL_12", - "ODETTEIDQUAL_14", - "ODETTEIDQUAL_18", - "ODETTEIDQUAL_22", - "ODETTEIDQUAL_30", - "ODETTEIDQUAL_31", - "ODETTEIDQUAL_33", - "ODETTEIDQUAL_34", - "ODETTEIDQUAL_51", - "ODETTEIDQUAL_52", - "ODETTEIDQUAL_53", - "ODETTEIDQUAL_54", - "ODETTEIDQUAL_55", - "ODETTEIDQUAL_57", - "ODETTEIDQUAL_58", - "ODETTEIDQUAL_59", - "ODETTEIDQUAL_61", - "ODETTEIDQUAL_63", - "ODETTEIDQUAL_65", - "ODETTEIDQUAL_80", - "ODETTEIDQUAL_82", - "ODETTEIDQUAL_84", - "ODETTEIDQUAL_85", - "ODETTEIDQUAL_86", - "ODETTEIDQUAL_87", - "ODETTEIDQUAL_89", - "ODETTEIDQUAL_90", - "ODETTEIDQUAL_91", - "ODETTEIDQUAL_92", - "ODETTEIDQUAL_103", - "ODETTEIDQUAL_128", - "ODETTEIDQUAL_129", - "ODETTEIDQUAL_144", - "ODETTEIDQUAL_145", - "ODETTEIDQUAL_146", - "ODETTEIDQUAL_147", - "ODETTEIDQUAL_148", - "ODETTEIDQUAL_Z01", - "ODETTEIDQUAL_ZZZ", - "ODETTEIDQUAL_ZZ" - ] - }, - "interchangeSubAddress": { - "type": "string", - "xml": { - "attribute": true - } - }, - "priority": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NA", - "A" - ] - }, - "referencePassword": { - "type": "string", - "xml": { - "attribute": true - } - }, - "referencePasswordQualifier": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NA", - "AA", - "BB" - ] - }, - "syntaxId": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UNOA", - "UNOB", - "UNOC", - "UNOD", - "UNOE", - "UNOF" - ] - }, - "syntaxVersion": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ODETTESYNTAXVERSION_1", - "ODETTESYNTAXVERSION_2", - "ODETTESYNTAXVERSION_3" - ] - }, - "testIndicator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ODETTETEST_NA", - "ODETTETEST_1" - ] - } - } + "interchangeDate": { + "type": "string" }, - "OdetteUNHControlInfo": { - "type": "object", - "properties": { - "assocAssignedCode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "commonAccessRef": { - "type": "string", - "xml": { - "attribute": true - } - }, - "controllingAgency": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "AA", - "AB", - "AC", - "AD", - "AE", - "CC", - "CE", - "EC", - "ED", - "EE", - "EN", - "ER", - "EU", - "EX", - "IA", - "KE", - "LI", - "OD", - "RI", - "RT", - "UN" - ] - }, - "release": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ODETTERELEASE_1", - "ODETTERELEASE_2", - "ODETTERELEASE_902", - "ODETTERELEASE_911", - "ODETTERELEASE_912", - "ODETTERELEASE_921", - "ODETTERELEASE_932", - "ODETTERELEASE_93A", - "ODETTERELEASE_94A", - "ODETTERELEASE_94B", - "ODETTERELEASE_95A", - "ODETTERELEASE_95B", - "ODETTERELEASE_96A", - "ODETTERELEASE_96B", - "ODETTERELEASE_97A", - "ODETTERELEASE_97B", - "ODETTERELEASE_98A", - "ODETTERELEASE_98B", - "ODETTERELEASE_99A", - "ODETTERELEASE_99B", - "ODETTERELEASE_00A", - "ODETTERELEASE_00B", - "ODETTERELEASE_01A", - "ODETTERELEASE_01B", - "ODETTERELEASE_02A", - "ODETTERELEASE_02B", - "ODETTERELEASE_03A", - "ODETTERELEASE_03B", - "ODETTERELEASE_04A", - "ODETTERELEASE_04B", - "ODETTERELEASE_05A", - "ODETTERELEASE_05B", - "ODETTERELEASE_06A", - "ODETTERELEASE_06B", - "ODETTERELEASE_07A", - "ODETTERELEASE_07B", - "ODETTERELEASE_08A", - "ODETTERELEASE_08B", - "ODETTERELEASE_09A", - "ODETTERELEASE_09B" - ] - }, - "version": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ODETTEVERSION_1", - "ODETTEVERSION_2", - "ODETTEVERSION_4", - "ODETTEVERSION_88", - "ODETTEVERSION_89", - "ODETTEVERSION_90", - "ODETTEVERSION_D", - "ODETTEVERSION_S" - ] - } - } + "interchangeTime": { + "type": "string" }, - "Operation": { - "type": "object", - "properties": { - "field": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentOverride": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "customProperties": { - "type": "object", - "properties": { - "properties": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "encryptedValueSet": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useDefault": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "usesEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "messageReferenceNumber": { + "type": "string" }, - "Operations": { - "type": "object", - "properties": { - "operation": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "field": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentOverride": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "customProperties": { - "type": "object" - }, - "encryptedValueSet": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useDefault": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "usesEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } + "messageType": { + "type": "string" }, - "OverrideProcessProperties": { - "type": "object", - "properties": { - "ProcessProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "ProcessPropertyValue": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentOverride": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "encryptedValueSet": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "key": { - "type": "string", - "xml": { - "attribute": true - } - }, - "label": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useDefault": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "usesEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "validate": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } + "operationName": { + "type": "string" }, - "OverrideProcessProperty": { - "type": "object", - "properties": { - "ProcessPropertyValue": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentOverride": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "encryptedValueSet": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "key": { - "type": "string", - "xml": { - "attribute": true - } - }, - "label": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useDefault": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "usesEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "validate": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "outboundValidationReport": { + "type": "string" }, - "PGPCertificate": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useDefault": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "outboundValidationStatus": { + "type": "string" }, - "PGPCertificates": { - "type": "object", - "properties": { - "PGPCertificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useDefault": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } + "receiverID": { + "type": "string" }, - "PackagedComponent": { - "required": [ - "branchName", - "componentId", - "componentType", - "createdBy", - "createdDate", - "notes", - "packageId", - "packageVersion" - ], - "type": "object", - "properties": { - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deleted": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fullyPubliclyConsumable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "shareable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } + "release": { + "type": "string" }, - "PackagedComponentBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } + "senderID": { + "type": "string" }, - "PackagedComponentBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "branchName", - "componentId", - "componentType", - "createdBy", - "createdDate", - "notes", - "packageId", - "packageVersion" - ], - "type": "object", - "properties": { - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deleted": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fullyPubliclyConsumable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "shareable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } + "size": { + "type": "integer", + "format": "int64" }, - "PackagedComponentExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "successful": { + "type": "boolean" }, - "PackagedComponentGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "version": { + "type": "string" + } + } + }, + "EDIFACTConnectorRecordExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/EDIFACTConnectorRecordSimpleExpression" }, - "PackagedComponentManifest": { - "required": [ - "packageId" - ], - "type": "object", - "properties": { - "componentInfo": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - }, - "packageId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + { + "$ref": "#/components/schemas/EDIFACTConnectorRecordGroupingExpression" + } + ] + }, + "EDIFACTConnectorRecordGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EDIFACTConnectorRecordExpression" + } }, - "PackagedComponentManifestBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "EDIFACTConnectorRecordQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "EDIFACTConnectorRecordQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EDIFACTConnectorRecord" + } + } + } + }, + "EDIFACTConnectorRecordSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "EdiCustomConnectorRecord": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "actionType": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "connectorName": { + "type": "string" + }, + "connectorType": { + "type": "string" }, - "PackagedComponentManifestBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "packageId" - ], - "type": "object", - "properties": { - "componentInfo": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "version": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - } - }, - "packageId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time" + }, + "documentIndex": { + "type": "integer", + "format": "int32" + }, + "errorMessage": { + "type": "string" + }, + "executionId": { + "type": "string" + }, + "fromTradingPartner": { + "type": "string" + }, + "id": { + "type": "string" + }, + "operationName": { + "type": "string" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "successful": { + "type": "boolean" + }, + "toTradingPartner": { + "type": "string" + } + } + }, + "EdiCustomConnectorRecordExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/EdiCustomConnectorRecordSimpleExpression" + }, + { + "$ref": "#/components/schemas/EdiCustomConnectorRecordGroupingExpression" + } + ] + }, + "EdiCustomConnectorRecordGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EdiCustomConnectorRecordExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "EdiCustomConnectorRecordQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "EdiCustomConnectorRecordQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EdiCustomConnectorRecord" + } + } + } + }, + "EdiCustomConnectorRecordSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "EdiDelimiter": { + "type": "object", + "properties": { + "delimiterSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "delimiterValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "stardelimited", + "commadelimited", + "tabdelimited", + "tickdelimited", + "bardelimited", + "plusdelimited", + "colondelimited", + "caratdelimited", + "ampersanddelimited", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "EdiSegmentTerminator": { + "type": "object", + "properties": { + "segmentTerminatorSpecial": { + "type": "string", + "xml": { + "attribute": true + } + }, + "segmentTerminatorValue": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "newline", + "singlequote", + "tilde", + "carriagereturn", + "bytecharacter", + "othercharacter" + ] + } + } + }, + "EdifactControlInfo": { + "required": [ + "UNBControlInfo", + "UNHControlInfo" + ], + "type": "object", + "properties": { + "UNBControlInfo": { + "type": "object" }, - "PackagedComponentQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } + "UNGControlInfo": { + "type": "object" }, - "PackagedComponentQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "branchName", - "componentId", - "componentType", - "createdBy", - "createdDate", - "notes", - "packageId", - "packageVersion" - ], - "type": "object", - "properties": { - "branchName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "componentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdBy": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "createdDate": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "deleted": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fullyPubliclyConsumable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "notes": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "packageVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "shareable": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } + "UNHControlInfo": { + "type": "object" + } + } + }, + "EdifactOptions": { + "required": [ + "compositeDelimiter", + "elementDelimiter", + "segmentTerminator" + ], + "type": "object", + "properties": { + "acknowledgementoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "donotackitem", + "ackitem" + ] + }, + "compositeDelimiter": { + "type": "object" + }, + "elementDelimiter": { + "type": "object" + }, + "envelopeoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "groupall", + "groupfg", + "groupmessage" + ] + }, + "filteracknowledgements": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "includeUNA": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundInterchangeValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundValidationOption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "filterError", + "failAll" + ] + }, + "rejectDuplicateUNB": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "segmentTerminator": { + "type": "object" + } + } + }, + "EdifactPartnerInfo": { + "required": [ + "EdifactControlInfo", + "EdifactOptions" + ], + "type": "object", + "properties": { + "EdifactControlInfo": { + "type": "object" }, - "PackagedComponentSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } + "EdifactOptions": { + "type": "object" + } + } + }, + "Element": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "EncryptedValue": { + "type": "object", + "properties": { + "isSet": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "path": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "EncryptedValues": { + "type": "object", + "properties": { + "encryptedValue": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EncryptedValue" + } + } + } + }, + "Environment": { + "type": "object", + "properties": { + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "PROD", + "TEST" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentAccount": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentEnvironment": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "EnvironmentAtomAttachment": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "EnvironmentAtomAttachmentExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/EnvironmentAtomAttachmentSimpleExpression" + }, + { + "$ref": "#/components/schemas/EnvironmentAtomAttachmentGroupingExpression" + } + ] + }, + "EnvironmentAtomAttachmentGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EnvironmentAtomAttachmentExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "EnvironmentAtomAttachmentQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "EnvironmentAtomAttachmentQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EnvironmentAtomAttachment" + } + } + } + }, + "EnvironmentAtomAttachmentSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "atomId", + "environmentId" + ] + } + } + }, + "EnvironmentBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "EnvironmentBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/Environment" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "EnvironmentConnectionFieldExtensionSummary": { + "required": [ + "field" + ], + "type": "object", + "properties": { + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "field": { + "type": "object" + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "EnvironmentConnectionFieldExtensionSummaryExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/EnvironmentConnectionFieldExtensionSummarySimpleExpression" + }, + { + "$ref": "#/components/schemas/EnvironmentConnectionFieldExtensionSummaryGroupingExpression" + } + ] + }, + "EnvironmentConnectionFieldExtensionSummaryGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EnvironmentConnectionFieldExtensionSummaryExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "EnvironmentConnectionFieldExtensionSummaryQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "EnvironmentConnectionFieldExtensionSummaryQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EnvironmentConnectionFieldExtensionSummary" + } + } + } + }, + "EnvironmentConnectionFieldExtensionSummarySimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "extensionGroupId", + "connectionId", + "fieldId" + ] + } + } + }, + "EnvironmentExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/EnvironmentSimpleExpression" + }, + { + "$ref": "#/components/schemas/EnvironmentGroupingExpression" + } + ] + }, + "EnvironmentExtensions": { + "required": [ + "PGPCertificates", + "connections", + "crossReferences", + "operations", + "processProperties", + "properties", + "sharedCommunications", + "tradingPartners" + ], + "type": "object", + "properties": { + "PGPCertificates": { + "type": "object" + }, + "connections": { + "type": "object" + }, + "crossReferences": { + "type": "object" + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operations": { + "type": "object" + }, + "partial": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "processProperties": { + "type": "object" + }, + "properties": { + "type": "object" + }, + "sharedCommunications": { + "type": "object" + }, + "tradingPartners": { + "type": "object" + } + } + }, + "EnvironmentExtensionsBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "EnvironmentExtensionsBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/EnvironmentExtensions" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "EnvironmentExtensionsExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/EnvironmentExtensionsSimpleExpression" + }, + { + "$ref": "#/components/schemas/EnvironmentExtensionsGroupingExpression" + } + ] + }, + "EnvironmentExtensionsGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EnvironmentExtensionsExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "EnvironmentExtensionsQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "EnvironmentExtensionsQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EnvironmentExtensions" + } + } + } + }, + "EnvironmentExtensionsSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "extensionGroupId" + ] + } + } + }, + "EnvironmentGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EnvironmentExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "EnvironmentMapExtension": { + "type": "object", + "properties": { + "Map": { + "type": "object" + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mapId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "EnvironmentMapExtensionBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "EnvironmentMapExtensionBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/EnvironmentMapExtension" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "EnvironmentMapExtensionExternalComponent": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "EnvironmentMapExtensionExternalComponentExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/EnvironmentMapExtensionExternalComponentSimpleExpression" + }, + { + "$ref": "#/components/schemas/EnvironmentMapExtensionExternalComponentGroupingExpression" + } + ] + }, + "EnvironmentMapExtensionExternalComponentGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EnvironmentMapExtensionExternalComponentExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "EnvironmentMapExtensionExternalComponentQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "EnvironmentMapExtensionExternalComponentQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EnvironmentMapExtensionExternalComponent" + } + } + } + }, + "EnvironmentMapExtensionExternalComponentSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ACCOUNT_ID", + "ENVIRONMENT_MAP_EXTENSION_ID", + "PACKAGED_COMPONENT_UID", + "COMPONENT_ID", + "COMPONENT_VERSION", + "COMPONENT_NAME", + "COMPONENT_TYPE" + ] + } + } + }, + "EnvironmentMapExtensionUserDefinedFunction": { + "required": [ + "Inputs", + "Mappings", + "Outputs", + "Steps" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object" + }, + "Mappings": { + "type": "object" + }, + "Outputs": { + "type": "object" + }, + "Steps": { + "type": "object" + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "EnvironmentMapExtensionUserDefinedFunctionBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "EnvironmentMapExtensionUserDefinedFunctionBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/EnvironmentMapExtensionUserDefinedFunction" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "EnvironmentMapExtensionUserDefinedFunctionSummary": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "environmentMapExtensionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "EnvironmentMapExtensionUserDefinedFunctionSummaryExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/EnvironmentMapExtensionUserDefinedFunctionSummarySimpleExpression" + }, + { + "$ref": "#/components/schemas/EnvironmentMapExtensionUserDefinedFunctionSummaryGroupingExpression" + } + ] + }, + "EnvironmentMapExtensionUserDefinedFunctionSummaryGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EnvironmentMapExtensionUserDefinedFunctionSummaryExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "EnvironmentMapExtensionUserDefinedFunctionSummaryQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "EnvironmentMapExtensionUserDefinedFunctionSummaryQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EnvironmentMapExtensionUserDefinedFunctionSummary" + } + } + } + }, + "EnvironmentMapExtensionUserDefinedFunctionSummarySimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "extensionGroupId" + ] + } + } + }, + "EnvironmentMapExtensionsSummary": { + "required": [ + "DestinationFieldSet", + "SourceFieldSet" + ], + "type": "object", + "properties": { + "DestinationFieldSet": { + "type": "object" + }, + "SourceFieldSet": { + "type": "object" + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "extensionGroupId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "mapId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "EnvironmentMapExtensionsSummaryExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/EnvironmentMapExtensionsSummarySimpleExpression" + }, + { + "$ref": "#/components/schemas/EnvironmentMapExtensionsSummaryGroupingExpression" + } + ] + }, + "EnvironmentMapExtensionsSummaryGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EnvironmentMapExtensionsSummaryExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "EnvironmentMapExtensionsSummaryQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "EnvironmentMapExtensionsSummaryQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EnvironmentMapExtensionsSummary" + } + } + } + }, + "EnvironmentMapExtensionsSummarySimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "extensionGroupId" + ] + } + } + }, + "EnvironmentQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "EnvironmentQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Environment" + } + } + } + }, + "EnvironmentRole": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "roleId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "EnvironmentRoleBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "EnvironmentRoleBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/EnvironmentRole" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "EnvironmentRoleExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/EnvironmentRoleSimpleExpression" + }, + { + "$ref": "#/components/schemas/EnvironmentRoleGroupingExpression" + } + ] + }, + "EnvironmentRoleGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EnvironmentRoleExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "EnvironmentRoleQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "EnvironmentRoleQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EnvironmentRole" + } + } + } + }, + "EnvironmentRoleSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "roleId" + ] + } + } + }, + "EnvironmentSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "id", + "classification" + ] + } + } + }, + "Event": { + "required": [ + "accountId", + "atomId", + "atomName", + "classification", + "endTime", + "environment", + "error", + "errorType", + "erroredStepLabel", + "erroredStepType", + "eventDate", + "eventId", + "eventLevel", + "eventType", + "executionId", + "processId", + "processName", + "recordDate", + "startTime", + "status", + "title", + "topLevelProcessId", + "updateDate" + ], + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "atomName": { + "type": "string" + }, + "classification": { + "type": "string" + }, + "endTime": { + "type": "string", + "format": "date-time" + }, + "environment": { + "type": "string" + }, + "error": { + "type": "string" + }, + "errorDocumentCount": { + "type": "integer", + "format": "int32" + }, + "errorType": { + "type": "string" + }, + "erroredStepLabel": { + "type": "string" + }, + "erroredStepType": { + "type": "string" + }, + "eventDate": { + "type": "string", + "format": "date-time" + }, + "eventId": { + "type": "string" + }, + "eventLevel": { + "type": "string" + }, + "eventType": { + "type": "string" + }, + "executionId": { + "type": "string" + }, + "inboundDocumentCount": { + "type": "integer", + "format": "int32" + }, + "outboundDocumentCount": { + "type": "integer", + "format": "int32" + }, + "processId": { + "type": "string" + }, + "processName": { + "type": "string" + }, + "recordDate": { + "type": "string", + "format": "date-time" + }, + "startTime": { + "type": "string", + "format": "date-time" + }, + "status": { + "type": "string" + }, + "title": { + "type": "string" + }, + "topLevelProcessId": { + "type": "string" + }, + "updateDate": { + "type": "string", + "format": "date-time" + } + } + }, + "EventExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/EventSimpleExpression" + }, + { + "$ref": "#/components/schemas/EventGroupingExpression" + } + ] + }, + "EventGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EventExpression" + } }, - "Parameter": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "EventQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "EventQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Event" + } + } + } + }, + "EventSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "eventId", + "accountId", + "atomId", + "atomName", + "eventLevel", + "eventDate", + "status", + "eventType", + "executionId", + "title", + "updateDate", + "startTime", + "endTime", + "errorDocumentCount", + "inboundDocumentCount", + "outboundDocumentCount", + "processName", + "recordDate", + "error", + "environment", + "classification" + ] + } + } + }, + "ExecutionArtifacts": { + "type": "object", + "properties": { + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ExecutionConnector": { + "type": "object", + "properties": { + "actionType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectorType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "errorCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "executionConnector": { + "type": "string", + "xml": { + "attribute": true + } + }, + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "isStartShape": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "recordType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "successCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "ExecutionConnectorExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/ExecutionConnectorSimpleExpression" + }, + { + "$ref": "#/components/schemas/ExecutionConnectorGroupingExpression" + } + ] + }, + "ExecutionConnectorGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ExecutionConnectorExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "ExecutionConnectorQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "ExecutionConnectorQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ExecutionConnector" + } + } + } + }, + "ExecutionConnectorSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "executionId", + "connectorType", + "actionType", + "errorCount", + "successCount", + "size", + "isStartShape", + "recordType" + ] + } + } + }, + "ExecutionCountAccount": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "failures": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "successes": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + }, + "ExecutionCountAccountExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/ExecutionCountAccountSimpleExpression" + }, + { + "$ref": "#/components/schemas/ExecutionCountAccountGroupingExpression" + } + ] + }, + "ExecutionCountAccountGroup": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/ExecutionCountAccount" + } + ] + }, + "ExecutionCountAccountGroupExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/ExecutionCountAccountGroupSimpleExpression" + }, + { + "$ref": "#/components/schemas/ExecutionCountAccountGroupGroupingExpression" + } + ] + }, + "ExecutionCountAccountGroupGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ExecutionCountAccountGroupExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "ExecutionCountAccountGroupQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "ExecutionCountAccountGroupQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ExecutionCountAccountGroup" + } + } + } + }, + "ExecutionCountAccountGroupSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountGroupId", + "processDate" + ] + } + } + }, + "ExecutionCountAccountGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ExecutionCountAccountExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "ExecutionCountAccountQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "ExecutionCountAccountQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ExecutionCountAccount" + } + } + } + }, + "ExecutionCountAccountSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "atomId", + "processDate" + ] + } + } + }, + "ExecutionRecord": { + "required": [ + "account", + "atomId", + "atomName", + "executionId", + "executionTime", + "executionType", + "launcherID", + "message", + "nodeId", + "originalExecutionId", + "parentExecutionId", + "processId", + "processName", + "recordedDate", + "reportKey", + "status", + "topLevelExecutionId" + ], + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "atomName": { + "type": "string" + }, + "executionDuration": { + "type": "integer", + "format": "int64" + }, + "executionId": { + "type": "string" + }, + "executionTime": { + "type": "string", + "format": "date-time" + }, + "executionType": { + "type": "string", + "enum": [ + "exec_manual", + "exec_sched", + "exec_listener", + "exec_listener_bridge", + "exec_remote", + "retry_manual", + "retry_sched", + "fiber", + "sub_process", + "test_manual", + "test_sub_process", + "unknown" + ] + }, + "inboundDocumentCount": { + "type": "integer", + "format": "int32" + }, + "inboundDocumentSize": { + "type": "integer", + "format": "int64" + }, + "inboundErrorDocumentCount": { + "type": "integer", + "format": "int32" + }, + "launcherID": { + "type": "string" + }, + "message": { + "type": "string" + }, + "nodeId": { + "type": "string" + }, + "originalExecutionId": { + "type": "string" + }, + "outboundDocumentCount": { + "type": "integer", + "format": "int32" + }, + "outboundDocumentSize": { + "type": "integer", + "format": "int64" + }, + "parentExecutionId": { + "type": "string" + }, + "processId": { + "type": "string" + }, + "processName": { + "type": "string" + }, + "recordedDate": { + "type": "string", + "format": "date-time" + }, + "reportKey": { + "type": "string" + }, + "status": { + "type": "string" + }, + "topLevelExecutionId": { + "type": "string" + } + } + }, + "ExecutionRecordExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/ExecutionRecordSimpleExpression" + }, + { + "$ref": "#/components/schemas/ExecutionRecordGroupingExpression" + } + ] + }, + "ExecutionRecordGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ExecutionRecordExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "ExecutionRecordQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "ExecutionRecordQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ExecutionRecord" + } + } + } + }, + "ExecutionRecordSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "executionId", + "originalExecutionId", + "account", + "executionTime", + "status", + "executionType", + "processName", + "processId", + "atomName", + "atomId", + "inboundDocumentCount", + "outboundDocumentCount", + "executionDuration", + "message", + "reportKey", + "launcherId", + "nodeId", + "recordedDate" + ] + } + } + }, + "ExecutionRequest": { + "required": [ + "DynamicProcessProperties", + "ProcessProperties", + "atomId" + ], + "type": "object", + "properties": { + "DynamicProcessProperties": { + "type": "object" }, - "PartnerCommunication": { - "type": "object", - "properties": { - "AS2CommunicationOptions": { - "type": "object", - "properties": { - "AS2DefaultPartnerSettings": { - "required": [ - "clientSSLCertificate", - "sslCertificate", - "url" - ], - "type": "object", - "properties": { - "AuthSettings": { - "type": "object" - }, - "authenticationType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "BASIC" - ] - }, - "clientSSLCertificate": { - "type": "object" - }, - "sslCertificate": { - "type": "object" - }, - "url": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "useDefaultSettings": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "verifyHostname": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": false - } - } - }, - "AS2ReceiveOptions": { - "required": [ - "AS2DefaultPartnerInfo", - "AS2DefaultPartnerMDNOptions", - "AS2DefaultPartnerMessageOptions", - "AS2MyCompanyInfo" - ], - "type": "object", - "properties": { - "AS2DefaultPartnerInfo": { - "type": "object" - }, - "AS2DefaultPartnerMDNOptions": { - "type": "object" - }, - "AS2DefaultPartnerMessageOptions": { - "type": "object" - }, - "AS2MyCompanyInfo": { - "type": "object" - } - } - }, - "AS2SendOptions": { - "required": [ - "AS2MDNOptions", - "AS2MessageOptions" - ], - "type": "object", - "properties": { - "AS2MDNOptions": { - "type": "object" - }, - "AS2MessageOptions": { - "type": "object" - }, - "AS2PartnerInfo": { - "type": "object" - } - } - }, - "AS2SendSettings": { - "required": [ - "clientSSLCertificate", - "sslCertificate", - "url" - ], - "type": "object", - "properties": { - "AuthSettings": { - "type": "object" - }, - "authenticationType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "BASIC" - ] - }, - "clientSSLCertificate": { - "type": "object" - }, - "sslCertificate": { - "type": "object" - }, - "url": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "useDefaultSettings": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "verifyHostname": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": false - } - } - }, - "CommunicationSetting": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "default", - "custom", - "component" - ] - }, - "SharedCommunicationChannel": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "DiskCommunicationOptions": { - "type": "object", - "properties": { - "CommunicationSetting": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "default", - "custom", - "component" - ] - }, - "DiskGetOptions": { - "required": [ - "fileFilter", - "getDirectory" - ], - "type": "object", - "properties": { - "deleteAfterRead": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "fileFilter": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "filterMatchType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "wildcard", - "regex" - ] - }, - "getDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "maxFileCount": { - "type": "integer", - "xml": { - "attribute": true - } - }, - "useDefaultGetOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "DiskSendOptions": { - "required": [ - "sendDirectory" - ], - "type": "object", - "properties": { - "createDirectory": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sendDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "useDefaultSendOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "writeOption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "unique", - "over", - "append", - "abort" - ] - } - } - }, - "SharedCommunicationChannel": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "FTPCommunicationOptions": { - "type": "object", - "properties": { - "CommunicationSetting": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "default", - "custom", - "component" - ] - }, - "FTPGetOptions": { - "required": [ - "fileToMove", - "maxFileCount", - "remoteDirectory" - ], - "type": "object", - "properties": { - "fileToMove": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ftpAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "actionget", - "actiongetdelete", - "actiongetmove" - ] - }, - "maxFileCount": { - "type": "integer", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "remoteDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "transferType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ascii", - "binary" - ] - }, - "useDefaultGetOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "FTPSendOptions": { - "required": [ - "moveToDirectory", - "remoteDirectory" - ], - "type": "object", - "properties": { - "ftpAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "actionputrename", - "actionputappend", - "actionputerror", - "actionputoverwrite" - ] - }, - "moveToDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "remoteDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "transferType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ascii", - "binary" - ] - }, - "useDefaultSendOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "FTPSettings": { - "required": [ - "FTPSSLOptions", - "host", - "password", - "port", - "user" - ], - "type": "object", - "properties": { - "FTPSSLOptions": { - "type": "object" - }, - "connectionMode": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "active", - "passive" - ] - }, - "host": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "password": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "port": { - "type": "integer", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "useDefaultSettings": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "user": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "SharedCommunicationChannel": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "HTTPCommunicationOptions": { - "type": "object", - "properties": { - "CommunicationSetting": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "default", - "custom", - "component" - ] - }, - "HTTPGetOptions": { - "required": [ - "pathElements", - "requestHeaders", - "responseHeaderMapping" - ], - "type": "object", - "properties": { - "dataContentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "followRedirects": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "methodType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "POST", - "PUT", - "DELETE" - ] - }, - "pathElements": { - "type": "object" - }, - "reflectHeaders": { - "type": "object" - }, - "requestHeaders": { - "type": "object" - }, - "requestProfile": { - "type": "string", - "xml": { - "attribute": true - } - }, - "requestProfileType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "XML", - "JSON" - ] - }, - "responseHeaderMapping": { - "type": "object" - }, - "responseProfile": { - "type": "string", - "xml": { - "attribute": true - } - }, - "responseProfileType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "XML", - "JSON" - ] - }, - "returnErrors": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useDefaultOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "HTTPListenOptions": { - "type": "object", - "properties": { - "mimePassthrough": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "objectName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "operationType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "password": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useDefaultListenOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "username": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "HTTPSendOptions": { - "required": [ - "pathElements", - "requestHeaders", - "responseHeaderMapping" - ], - "type": "object", - "properties": { - "dataContentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "followRedirects": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "methodType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "POST", - "PUT", - "DELETE" - ] - }, - "pathElements": { - "type": "object" - }, - "reflectHeaders": { - "type": "object" - }, - "requestHeaders": { - "type": "object" - }, - "requestProfile": { - "type": "string", - "xml": { - "attribute": true - } - }, - "requestProfileType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "XML", - "JSON" - ] - }, - "responseHeaderMapping": { - "type": "object" - }, - "responseProfile": { - "type": "string", - "xml": { - "attribute": true - } - }, - "responseProfileType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "XML", - "JSON" - ] - }, - "returnErrors": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "returnResponses": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useDefaultOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "HTTPSettings": { - "required": [ - "HTTPAuthSettings", - "HTTPSSLOptions" - ], - "type": "object", - "properties": { - "HTTPAuthSettings": { - "type": "object" - }, - "HTTPOAuth2Settings": { - "type": "object" - }, - "HTTPOAuthSettings": { - "type": "object" - }, - "HTTPSSLOptions": { - "type": "object" - }, - "authenticationType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NONE", - "BASIC", - "PASSWORD_DIGEST", - "CUSTOM", - "OAUTH", - "OAUTH2" - ] - }, - "connectTimeout": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "cookieScope": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "IGNORED", - "GLOBAL", - "CONNECTOR_SHAPE" - ] - }, - "readTimeout": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "url": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useBasicAuth": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useCustomAuth": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useDefaultSettings": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "SharedCommunicationChannel": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "MLLPCommunicationOptions": { - "type": "object", - "properties": { - "MLLPSendSettings": { - "required": [ - "MLLPSSLOptions", - "endBlock", - "endData", - "host", - "port", - "startBlock" - ], - "type": "object", - "properties": { - "MLLPSSLOptions": { - "type": "object" - }, - "endBlock": { - "type": "object" - }, - "endData": { - "type": "object" - }, - "haltTimeout": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": false - }, - "host": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inactivityTimeout": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": 60 - }, - "maxConnections": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": 10 - }, - "maxRetry": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": 0 - }, - "persistent": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": false - }, - "port": { - "type": "integer", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiveTimeout": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": 120 - }, - "sendTimeout": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": 120 - }, - "startBlock": { - "type": "object" - } - } - } - } - }, - "OFTPCommunicationOptions": { - "type": "object", - "properties": { - "CommunicationSetting": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "default", - "custom", - "component" - ] - }, - "OFTPConnectionSettings": { - "required": [ - "myPartnerInfo" - ], - "type": "object", - "properties": { - "clientSSLAlias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "defaultOFTPConnectionSettings": { - "type": "object" - }, - "host": { - "type": "string", - "xml": { - "attribute": true - } - }, - "myPartnerInfo": { - "type": "object" - }, - "port": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "sfidciph": { - "type": "integer", - "xml": { - "attribute": true - } - }, - "ssidauth": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "tls": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useClientSSL": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useGateway": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "OFTPGetOptions": { - "required": [ - "OFTPPartnerGroup" - ], - "type": "object", - "properties": { - "OFTPPartnerGroup": { - "type": "object" - }, - "partnerGroupId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "OFTPSendOptions": { - "required": [ - "OFTPPartnerGroup", - "OFTPSendOptions" - ], - "type": "object", - "properties": { - "OFTPPartnerGroup": { - "type": "object" - }, - "OFTPSendOptions": { - "type": "object" - }, - "partnerGroupId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "OFTPServerListenOptions": { - "required": [ - "OFTPListenOptions", - "OFTPPartnerGroup" - ], - "type": "object", - "properties": { - "OFTPListenOptions": { - "type": "object" - }, - "OFTPPartnerGroup": { - "type": "object" - }, - "partnerGroupId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "SharedCommunicationChannel": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "SFTPCommunicationOptions": { - "type": "object", - "properties": { - "CommunicationSetting": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "default", - "custom", - "component" - ] - }, - "SFTPGetOptions": { - "required": [ - "fileToMove", - "maxFileCount", - "moveToDirectory", - "remoteDirectory" - ], - "type": "object", - "properties": { - "fileToMove": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ftpAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "actionget", - "actiongetdelete", - "actiongetmove" - ] - }, - "maxFileCount": { - "type": "integer", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "moveToDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "moveToForceOverride": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "remoteDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "useDefaultGetOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "SFTPSendOptions": { - "required": [ - "moveToDirectory", - "remoteDirectory" - ], - "type": "object", - "properties": { - "ftpAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "actionputrename", - "actionputappend", - "actionputerror", - "actionputoverwrite" - ] - }, - "moveToDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "moveToForceOverride": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "remoteDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "useDefaultSendOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "SFTPSettings": { - "required": [ - "SFTPProxySettings", - "SFTPSSHOptions", - "host", - "password", - "port", - "user" - ], - "type": "object", - "properties": { - "SFTPProxySettings": { - "type": "object" - }, - "SFTPSSHOptions": { - "type": "object" - }, - "host": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "password": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "port": { - "type": "integer", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "useDefaultSettings": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "user": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "SharedCommunicationChannel": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - } + "ProcessProperties": { + "type": "object" + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "recordUrl": { + "type": "string", + "xml": { + "attribute": true + } + }, + "requestId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ExecutionRequestDynamicProcessProperties": { + "type": "object", + "properties": { + "DynamicProcessProperty": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DynamicProcessProperty" + } + } + } + }, + "ExecutionRequestProcessProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProcessProperty" + } + } + } + }, + "ExecutionSummaryRecord": { + "type": "object", + "properties": { + "accountID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "elapsedTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "elapsedVarSum": { + "type": "number", + "format": "double", + "xml": { + "attribute": true + } + }, + "executionCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "inboundDocCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "inboundDocSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "launchElapsedTime": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "launcherID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxElapsedTime": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "outboundDocCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "outboundDocSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "processID": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "reportKey": { + "type": "string", + "xml": { + "attribute": true + } + }, + "returnDocCount": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "returnDocSize": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + } + }, + "timeBlock": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + } + } + }, + "ExecutionSummaryRecordExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/ExecutionSummaryRecordSimpleExpression" + }, + { + "$ref": "#/components/schemas/ExecutionSummaryRecordGroupingExpression" + } + ] + }, + "ExecutionSummaryRecordGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ExecutionSummaryRecordExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "ExecutionSummaryRecordQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "ExecutionSummaryRecordQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ExecutionSummaryRecord" + } + } + } + }, + "ExecutionSummaryRecordSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "processId", + "timeBlock", + "atomId", + "status", + "reportKey", + "launcherId" + ] + } + } + }, + "Expression": { + "type": "object" + }, + "FTPCommunicationOptions": { + "type": "object", + "properties": { + "CommunicationSetting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "default", + "custom", + "component" + ] }, - "PartnerDocumentType": { - "type": "object", - "properties": { - "expectAckForOutbound": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "invalidDocumentRouting": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "documentsPath", - "errorsPath" - ] - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "profileId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "qualifierValidation": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "typeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "use999Ack": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useTA1Ack": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "validateOutboundTransactionSets": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } + "FTPGetOptions": { + "type": "object" }, - "PartnerDocumentTypes": { - "type": "object", - "properties": { - "PartnerDocumentType": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "expectAckForOutbound": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "invalidDocumentRouting": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "documentsPath", - "errorsPath" - ] - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "profileId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "qualifierValidation": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "typeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "use999Ack": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useTA1Ack": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "validateOutboundTransactionSets": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - } - } - } + "FTPSendOptions": { + "type": "object" }, - "PartnerInfo": { - "type": "object", - "properties": { - "CustomPartnerInfo": { - "type": "object" - }, - "EdifactPartnerInfo": { - "required": [ - "EdifactControlInfo", - "EdifactOptions" - ], - "type": "object", - "properties": { - "EdifactControlInfo": { - "required": [ - "UNBControlInfo", - "UNHControlInfo" - ], - "type": "object", - "properties": { - "UNBControlInfo": { - "type": "object" - }, - "UNGControlInfo": { - "type": "object" - }, - "UNHControlInfo": { - "type": "object" - } - } - }, - "EdifactOptions": { - "required": [ - "compositeDelimiter", - "elementDelimiter", - "segmentTerminator" - ], - "type": "object", - "properties": { - "acknowledgementoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "donotackitem", - "ackitem" - ] - }, - "compositeDelimiter": { - "type": "object" - }, - "elementDelimiter": { - "type": "object" - }, - "envelopeoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "groupall", - "groupfg", - "groupmessage" - ] - }, - "filteracknowledgements": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "includeUNA": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundInterchangeValidation": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundValidationOption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "filterError", - "failAll" - ] - }, - "rejectDuplicateUNB": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "segmentTerminator": { - "type": "object" - } - } - } - } - }, - "HL7PartnerInfo": { - "type": "object", - "properties": { - "HL7ControlInfo": { - "required": [ - "MSHControlInfo" - ], - "type": "object", - "properties": { - "MSHControlInfo": { - "type": "object" - } - } - }, - "HL7Options": { - "required": [ - "compositeDelimiter", - "elementDelimiter", - "segmentTerminator", - "subCompositeDelimiter" - ], - "type": "object", - "properties": { - "acceptackoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "AL", - "NE", - "ER", - "SU", - "NOT_DEFINED" - ] - }, - "appackoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "AL", - "NE", - "ER", - "SU", - "NOT_DEFINED" - ] - }, - "batchoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "batch" - ] - }, - "compositeDelimiter": { - "type": "object" - }, - "elementDelimiter": { - "type": "object" - }, - "filteracknowledgements": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundInterchangeValidation": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundValidationOption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "filterError", - "failAll" - ] - }, - "rejectDuplicates": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "segmentTerminator": { - "type": "object" - }, - "subCompositeDelimiter": { - "type": "object" - } - } - } - } - }, - "OdettePartnerInfo": { - "required": [ - "OdetteControlInfo", - "OdetteOptions" - ], - "type": "object", - "properties": { - "OdetteControlInfo": { - "required": [ - "OdetteUNBControlInfo", - "OdetteUNHControlInfo" - ], - "type": "object", - "properties": { - "OdetteUNBControlInfo": { - "type": "object" - }, - "OdetteUNHControlInfo": { - "type": "object" - } - } - }, - "OdetteOptions": { - "required": [ - "compositeDelimiter", - "elementDelimiter", - "segmentTerminator" - ], - "type": "object", - "properties": { - "acknowledgementoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "donotackitem", - "ackitem" - ] - }, - "compositeDelimiter": { - "type": "object" - }, - "elementDelimiter": { - "type": "object" - }, - "envelopeoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "groupall", - "groupmessage" - ] - }, - "filteracknowledgements": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "includeUNA": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundInterchangeValidation": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundValidationOption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "filterError", - "failAll" - ] - }, - "rejectDuplicateUNB": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "segmentTerminator": { - "type": "object" - } - } - } - } - }, - "RosettaNetPartnerInfo": { - "type": "object", - "properties": { - "RosettaNetControlInfo": { - "type": "object", - "properties": { - "encryptionPublicCertificate": { - "type": "object" - }, - "globalPartnerClassificationCode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "globalUsageCode": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "Test", - "Production" - ] - }, - "partnerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "partnerIdType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "DUNS" - ] - }, - "partnerLocation": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signingPublicCertificate": { - "type": "object" - }, - "supplyChainCode": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "RosettaNetMessageOptions": { - "type": "object", - "properties": { - "attachmentCache": { - "type": "string", - "xml": { - "attribute": true - } - }, - "compressed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "contentTransferEncoding": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "binary", - "base64" - ] - }, - "encryptServiceHeader": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "encrypted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "encryptionAlgorithm": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "na", - "tripledes", - "des", - "rc2-128", - "rc2-64", - "rc2-40", - "aes-128", - "aes-192", - "aes-256" - ] - }, - "signatureDigestAlgorithm": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SHA1", - "SHA224", - "SHA256", - "SHA384", - "SHA512" - ] - }, - "signed": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "RosettaNetOptions": { - "type": "object", - "properties": { - "filterSignals": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundDocumentValidation": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "rejectDuplicateTransactions": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "version": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "v11", - "v20" - ] - } - } - } - } - }, - "TradacomsPartnerInfo": { - "type": "object", - "properties": { - "TradacomsControlInfo": { - "type": "object", - "properties": { - "STXControlInfo": { - "type": "object" - } - } - }, - "TradacomsOptions": { - "type": "object", - "properties": { - "compositeDelimiter": { - "type": "object" - }, - "elementDelimiter": { - "type": "object" - }, - "filterAcknowledgements": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "segmentTerminator": { - "type": "object" - }, - "useReconciliationMessage": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - } - } - }, - "X12PartnerInfo": { - "type": "object", - "properties": { - "X12ControlInfo": { - "type": "object", - "properties": { - "GSControlInfo": { - "type": "object" - }, - "isaControlInfo": { - "type": "object" - } - } - }, - "X12Options": { - "required": [ - "elementDelimiter", - "segmentTerminator" - ], - "type": "object", - "properties": { - "acknowledgementoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "donotackitem", - "ackfuncitem", - "acktranitem" - ] - }, - "elementDelimiter": { - "type": "object" - }, - "envelopeoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "groupall", - "groupfg", - "groupst" - ] - }, - "filteracknowledgements": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundInterchangeValidation": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundValidationOption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "filterError", - "failAll" - ] - }, - "rejectDuplicateInterchange": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "segmentTerminator": { - "type": "object" - } - } - } - } - } - } + "FTPSettings": { + "type": "object" }, + "SharedCommunicationChannel": { + "type": "object" + } + } + }, + "FTPGetOptions": { + "required": [ + "fileToMove", + "maxFileCount", + "remoteDirectory" + ], + "type": "object", + "properties": { + "fileToMove": { + "type": "string" + }, + "ftpAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "actionget", + "actiongetdelete", + "actiongetmove" + ] + }, + "maxFileCount": { + "type": "integer" + }, + "remoteDirectory": { + "type": "string" + }, + "transferType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ascii", + "binary" + ] + }, + "useDefaultGetOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "FTPSSLOptions": { + "required": [ + "clientSSLCertificate" + ], + "type": "object", + "properties": { + "clientSSLCertificate": { + "type": "object" + }, + "sslmode": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "explicit", + "implicit" + ] + }, + "useClientAuthentication": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "FTPSendOptions": { + "required": [ + "moveToDirectory", + "remoteDirectory" + ], + "type": "object", + "properties": { + "ftpAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "actionputrename", + "actionputappend", + "actionputerror", + "actionputoverwrite" + ] + }, + "moveToDirectory": { + "type": "string" + }, + "remoteDirectory": { + "type": "string" + }, + "transferType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ascii", + "binary" + ] + }, + "useDefaultSendOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "FTPSettings": { + "required": [ + "FTPSSLOptions", + "host", + "password", + "port", + "user" + ], + "type": "object", + "properties": { + "FTPSSLOptions": { + "type": "object" + }, + "connectionMode": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "active", + "passive" + ] + }, + "host": { + "type": "string" + }, + "password": { + "type": "string" + }, + "port": { + "type": "integer" + }, + "useDefaultSettings": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "user": { + "type": "string" + } + } + }, + "Field": { + "type": "object", + "properties": { + "componentOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "customProperties": { + "type": "object" + }, + "encryptedValueSet": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefault": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "usesEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "FieldSummary": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/Field" + }, + { + "type": "object", + "properties": { + "oauth2AuthorizationUrl": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + ] + }, + "Folder": { + "type": "object", + "properties": { "PermittedRoles": { - "type": "object", - "properties": { - "RoleReference": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } + "type": "object" + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fullPath": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "FolderBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "FolderBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/Folder" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "FolderExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/FolderSimpleExpression" + }, + { + "$ref": "#/components/schemas/FolderGroupingExpression" + } + ] + }, + "FolderGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FolderExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "FolderQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "FolderQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Folder" + } + } + } + }, + "FolderSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountId", + "id", + "name", + "fullPath", + "deleted", + "parentId", + "parentName", + "permittedRoles" + ] + } + } + }, + "GSControlInfo": { + "type": "object", + "properties": { + "applicationcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "gsVersion": { + "type": "string", + "xml": { + "attribute": true + } + }, + "respagencycode": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "T", + "X" + ] + } + } + }, + "GenericConnectorRecord": { + "required": [ + "connectorFields", + "errorMessage", + "trackedFields" + ], + "type": "object", + "properties": { + "account": { + "type": "string", + "xml": { + "attribute": true + } + }, + "actionType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectionName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "connectorFields": { + "type": "object" + }, + "connectorType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "dateProcessed": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "documentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string" + }, + "executionConnectorId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "incrementalDocumentIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "operationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operationName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "retryable": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "size": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "startShape": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SUCCESS", + "ERROR" + ] + }, + "trackedFields": { + "type": "object" + } + } + }, + "GenericConnectorRecordBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "GenericConnectorRecordBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/GenericConnectorRecord" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "GenericConnectorRecordExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/GenericConnectorRecordSimpleExpression" + }, + { + "$ref": "#/components/schemas/GenericConnectorRecordGroupingExpression" + } + ] + }, + "GenericConnectorRecordGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/GenericConnectorRecordExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "GenericConnectorRecordQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "GenericConnectorRecordQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/GenericConnectorRecord" + } + } + } + }, + "GenericConnectorRecordSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "id", + "executionConnectorId", + "executionId", + "connectionId", + "operationId", + "actionType", + "connectorType", + "atomId", + "dateProcessed", + "connectionName", + "operationName", + "errorMessage", + "status", + "documentIndex", + "incrementalDocumentIndex", + "size", + "startShape", + "retryable" + ] + } + } + }, + "GroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/Expression" + }, + { + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "$ref": "#/components/schemas/Expression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + } + ] + }, + "HDType": { + "type": "object", + "properties": { + "namespaceId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "universalId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "universalIdType": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "HL7ConnectorRecord": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "acceptAckReport": { + "type": "string" + }, + "acceptAckStatus": { + "type": "string" + }, + "account": { + "type": "string" + }, + "ackReport": { + "type": "string" + }, + "ackStatus": { + "type": "string" + }, + "actionType": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "connectorName": { + "type": "string" + }, + "connectorType": { + "type": "string" + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time" + }, + "documentIndex": { + "type": "integer", + "format": "int32" }, - "PersistedProcessProperties": { - "required": [ - "atomId" - ], - "type": "object", - "properties": { - "Process": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "ProcessProperties", - "processId" - ], - "type": "object", - "properties": { - "ProcessProperties": { - "type": "object", - "properties": { - "ProcessProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - }, - "xml": { - "name": "ProcessProperties", - "namespace": "http://api.platform.boomi.com/" - } - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } + "errorMessage": { + "type": "string" }, - "PersistedProcessPropertiesAsyncResponse": { - "required": [ - "responseStatusCode" - ], - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "responseStatusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "atomId" - ], - "type": "object", - "properties": { - "Process": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "ProcessProperties", - "processId" - ], - "type": "object", - "properties": { - "ProcessProperties": { - "type": "object" - }, - "processId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "AsyncOperationTokenResult", - "namespace": "http://api.platform.boomi.com/" - } + "executionId": { + "type": "string" }, - "PrivateCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "passPhrase": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "id": { + "type": "string" }, - "Privilege": { - "required": [ - "name" - ], - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "isValidMessage": { + "type": "string" }, - "Privileges": { - "type": "object", - "properties": { - "Privilege": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "name" - ], - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } + "messageControlId": { + "type": "string" }, - "Process": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "IntegrationPack": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "integrationPackId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackInstanceId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "messageType": { + "type": "string" }, - "ProcessAtomAttachment": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "operationName": { + "type": "string" }, - "ProcessAtomAttachmentExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "atomId", - "processId", - "componentType" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "outboundValidationReport": { + "type": "string" }, - "ProcessAtomAttachmentGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "atomId", - "processId", - "componentType" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "outboundValidationStatus": { + "type": "string" }, - "ProcessAtomAttachmentQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "atomId", - "processId", - "componentType" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } + "receiverApplicationId": { + "type": "string" }, - "ProcessAtomAttachmentQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } + "receiverFacilityId": { + "type": "string" }, - "ProcessAtomAttachmentSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "atomId", - "processId", - "componentType" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } + "senderApplicationId": { + "type": "string" }, - "ProcessBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } + "senderFacilityId": { + "type": "string" }, - "ProcessBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "IntegrationPack": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "integrationPackId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackInstanceId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } + "size": { + "type": "integer", + "format": "int64" }, - "ProcessEnvironmentAttachment": { - "type": "object", - "properties": { - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "successful": { + "type": "boolean" }, - "ProcessEnvironmentAttachmentExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "processId", - "componentType" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "version": { + "type": "string" + } + } + }, + "HL7ConnectorRecordExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/HL7ConnectorRecordSimpleExpression" }, - "ProcessEnvironmentAttachmentGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "processId", - "componentType" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + { + "$ref": "#/components/schemas/HL7ConnectorRecordGroupingExpression" + } + ] + }, + "HL7ConnectorRecordGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/HL7ConnectorRecordExpression" + } }, - "ProcessEnvironmentAttachmentQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "processId", - "componentType" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "HL7ConnectorRecordQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "HL7ConnectorRecordQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/HL7ConnectorRecord" + } + } + } + }, + "HL7ConnectorRecordSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "HL7ControlInfo": { + "required": [ + "MSHControlInfo" + ], + "type": "object", + "properties": { + "MSHControlInfo": { + "type": "object" + } + } + }, + "HL7Options": { + "required": [ + "compositeDelimiter", + "elementDelimiter", + "segmentTerminator", + "subCompositeDelimiter" + ], + "type": "object", + "properties": { + "acceptackoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "AL", + "NE", + "ER", + "SU", + "NOT_DEFINED" + ] + }, + "appackoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "AL", + "NE", + "ER", + "SU", + "NOT_DEFINED" + ] + }, + "batchoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "batch" + ] + }, + "compositeDelimiter": { + "type": "object" + }, + "elementDelimiter": { + "type": "object" + }, + "filteracknowledgements": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundInterchangeValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundValidationOption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "filterError", + "failAll" + ] + }, + "rejectDuplicates": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "segmentTerminator": { + "type": "object" + }, + "subCompositeDelimiter": { + "type": "object" + } + } + }, + "HL7PartnerInfo": { + "type": "object", + "properties": { + "HL7ControlInfo": { + "type": "object" }, - "ProcessEnvironmentAttachmentQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "environmentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } + "HL7Options": { + "type": "object" + } + } + }, + "HTTPAuthSettings": { + "type": "object", + "properties": { + "password": { + "type": "string", + "xml": { + "attribute": true + } + }, + "user": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "HTTPCommunicationOptions": { + "type": "object", + "properties": { + "CommunicationSetting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "default", + "custom", + "component" + ] }, - "ProcessEnvironmentAttachmentSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "processId", - "componentType" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } + "HTTPGetOptions": { + "type": "object" }, - "ProcessExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "id", - "integrationPackId", - "integrationPackInstanceId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "HTTPListenOptions": { + "type": "object" }, - "ProcessGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "id", - "integrationPackId", - "integrationPackInstanceId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "HTTPSendOptions": { + "type": "object" + }, + "HTTPSettings": { + "type": "object" + }, + "SharedCommunicationChannel": { + "type": "object" + } + } + }, + "HTTPEndpoint": { + "required": [ + "sslOptions" + ], + "type": "object", + "properties": { + "sslOptions": { + "type": "object" + }, + "url": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "HTTPGetOptions": { + "required": [ + "pathElements", + "requestHeaders", + "responseHeaderMapping" + ], + "type": "object", + "properties": { + "dataContentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "followRedirects": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "methodType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "POST", + "PUT", + "DELETE" + ] + }, + "pathElements": { + "type": "object" + }, + "reflectHeaders": { + "type": "object" + }, + "requestHeaders": { + "type": "object" + }, + "requestProfile": { + "type": "string", + "xml": { + "attribute": true + } + }, + "requestProfileType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "XML", + "JSON" + ] + }, + "responseHeaderMapping": { + "type": "object" + }, + "responseProfile": { + "type": "string", + "xml": { + "attribute": true + } + }, + "responseProfileType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "XML", + "JSON" + ] + }, + "returnErrors": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useDefaultOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "HTTPListenOptions": { + "type": "object", + "properties": { + "mimePassthrough": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "objectName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "operationType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "password": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefaultListenOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "username": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "HTTPOAuth2Settings": { + "required": [ + "accessTokenEndpoint", + "accessTokenParameters", + "authorizationParameters", + "authorizationTokenEndpoint", + "credentials", + "scope" + ], + "type": "object", + "properties": { + "accessTokenEndpoint": { + "type": "object" + }, + "accessTokenParameters": { + "type": "object" + }, + "authorizationParameters": { + "type": "object" + }, + "authorizationTokenEndpoint": { + "type": "object" + }, + "credentials": { + "type": "object" + }, + "grantType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "code", + "client_credentials", + "password" + ] + }, + "scope": { + "type": "string" + } + } + }, + "HTTPOAuthCredentials": { + "type": "object", + "properties": { + "accessToken": { + "type": "string", + "xml": { + "attribute": true + } + }, + "accessTokenKey": { + "type": "string", + "xml": { + "attribute": true + } + }, + "clientId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "clientSecret": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useRefreshToken": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "HTTPOAuthSettings": { + "type": "object", + "properties": { + "accessToken": { + "type": "string", + "xml": { + "attribute": true + } + }, + "accessTokenURL": { + "type": "string", + "xml": { + "attribute": true + } + }, + "authorizationURL": { + "type": "string", + "xml": { + "attribute": true + } + }, + "consumerKey": { + "type": "string", + "xml": { + "attribute": true + } + }, + "consumerSecret": { + "type": "string", + "xml": { + "attribute": true + } + }, + "realm": { + "type": "string", + "xml": { + "attribute": true + } + }, + "requestTokenURL": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signatureMethod": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SHA1", + "SHA256" + ] + }, + "suppressBlankAccessToken": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "tokenSecret": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "HTTPPathElements": { + "type": "object", + "properties": { + "element": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Element" + } + } + } + }, + "HTTPReflectHeaders": { + "type": "object", + "properties": { + "element": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Element" + } + } + } + }, + "HTTPRequestHeaders": { + "type": "object", + "properties": { + "header": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Header" + } + } + } + }, + "HTTPRequestParameters": { + "type": "object", + "properties": { + "parameter": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Parameter" + } + } + } + }, + "HTTPResponseHeaderMapping": { + "type": "object", + "properties": { + "header": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Header" + } + } + } + }, + "HTTPSSLOptions": { + "type": "object", + "properties": { + "clientauth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "clientsslalias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "trustServerCert": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "trustedcertalias": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "HTTPSendOptions": { + "required": [ + "pathElements", + "requestHeaders", + "responseHeaderMapping" + ], + "type": "object", + "properties": { + "dataContentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "followRedirects": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "methodType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "POST", + "PUT", + "DELETE" + ] + }, + "pathElements": { + "type": "object" + }, + "reflectHeaders": { + "type": "object" + }, + "requestHeaders": { + "type": "object" + }, + "requestProfile": { + "type": "string", + "xml": { + "attribute": true + } + }, + "requestProfileType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "XML", + "JSON" + ] + }, + "responseHeaderMapping": { + "type": "object" + }, + "responseProfile": { + "type": "string", + "xml": { + "attribute": true + } + }, + "responseProfileType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "XML", + "JSON" + ] + }, + "returnErrors": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "returnResponses": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useDefaultOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "HTTPSettings": { + "required": [ + "HTTPAuthSettings", + "HTTPSSLOptions" + ], + "type": "object", + "properties": { + "HTTPAuthSettings": { + "type": "object" + }, + "HTTPOAuth2Settings": { + "type": "object" + }, + "HTTPOAuthSettings": { + "type": "object" }, + "HTTPSSLOptions": { + "type": "object" + }, + "authenticationType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NONE", + "BASIC", + "PASSWORD_DIGEST", + "CUSTOM", + "OAUTH", + "OAUTH2" + ] + }, + "connectTimeout": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "cookieScope": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "IGNORED", + "GLOBAL", + "CONNECTOR_SHAPE" + ] + }, + "readTimeout": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "url": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useBasicAuth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useCustomAuth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useDefaultSettings": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "Header": { + "type": "object", + "properties": { + "headerFieldName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "targetPropertyName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ISAControlInfo": { + "type": "object", + "properties": { + "ackrequested": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "authorizationInformation": { + "type": "string", + "xml": { + "attribute": true + } + }, + "authorizationInformationQualifier": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "X12AUTHQUAL_00", + "X12AUTHQUAL_01", + "X12AUTHQUAL_02", + "X12AUTHQUAL_03", + "X12AUTHQUAL_04", + "X12AUTHQUAL_05" + ] + }, + "componentElementSeparator": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeIdQualifier": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "X12IDQUAL_01", + "X12IDQUAL_02", + "X12IDQUAL_03", + "X12IDQUAL_04", + "X12IDQUAL_07", + "X12IDQUAL_08", + "X12IDQUAL_09", + "X12IDQUAL_10", + "X12IDQUAL_11", + "X12IDQUAL_12", + "X12IDQUAL_13", + "X12IDQUAL_14", + "X12IDQUAL_15", + "X12IDQUAL_16", + "X12IDQUAL_17", + "X12IDQUAL_18", + "X12IDQUAL_19", + "X12IDQUAL_20", + "X12IDQUAL_21", + "X12IDQUAL_22", + "X12IDQUAL_23", + "X12IDQUAL_24", + "X12IDQUAL_25", + "X12IDQUAL_26", + "X12IDQUAL_27", + "X12IDQUAL_28", + "X12IDQUAL_29", + "X12IDQUAL_30", + "X12IDQUAL_31", + "X12IDQUAL_32", + "X12IDQUAL_33", + "X12IDQUAL_34", + "X12IDQUAL_NR", + "X12IDQUAL_ZZ" + ] + }, + "securityInformation": { + "type": "string", + "xml": { + "attribute": true + } + }, + "securityInformationQualifier": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "X12SECQUAL_00", + "X12SECQUAL_01" + ] + }, + "standardIdentification": { + "type": "string", + "xml": { + "attribute": true + } + }, + "testindicator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "P", + "T" + ] + }, + "version": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "InstallerToken": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "cloudId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "created": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "durationMinutes": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "expiration": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "installType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CLOUD", + "ATOM", + "MOLECULE", + "BROKER", + "GATEWAY" + ] + }, + "token": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "IntegrationPack": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string" + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "installationType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SINGLE", + "MULTI" + ] + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "IntegrationPackAtomAttachment": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "IntegrationPackAtomAttachmentExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/IntegrationPackAtomAttachmentSimpleExpression" + }, + { + "$ref": "#/components/schemas/IntegrationPackAtomAttachmentGroupingExpression" + } + ] + }, + "IntegrationPackAtomAttachmentGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/IntegrationPackAtomAttachmentExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "IntegrationPackAtomAttachmentQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "IntegrationPackAtomAttachmentQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/IntegrationPackAtomAttachment" + } + } + } + }, + "IntegrationPackAtomAttachmentSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "atomId", + "integrationPackInstanceId" + ] + } + } + }, + "IntegrationPackBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "IntegrationPackBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/IntegrationPack" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "IntegrationPackEnvironmentAttachment": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "IntegrationPackEnvironmentAttachmentExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/IntegrationPackEnvironmentAttachmentSimpleExpression" + }, + { + "$ref": "#/components/schemas/IntegrationPackEnvironmentAttachmentGroupingExpression" + } + ] + }, + "IntegrationPackEnvironmentAttachmentGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/IntegrationPackEnvironmentAttachmentExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "IntegrationPackEnvironmentAttachmentQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "IntegrationPackEnvironmentAttachmentQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/IntegrationPackEnvironmentAttachment" + } + } + } + }, + "IntegrationPackEnvironmentAttachmentSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "integrationPackInstanceId" + ] + } + } + }, + "IntegrationPackExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/IntegrationPackSimpleExpression" + }, + { + "$ref": "#/components/schemas/IntegrationPackGroupingExpression" + } + ] + }, + "IntegrationPackGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/IntegrationPackExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "IntegrationPackInstance": { + "type": "object", + "properties": { "ProcessId": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "originalProcessId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "wrapperProcessId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "type": "array", + "items": { + "$ref": "#/components/schemas/ProcessId" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackOverrideName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "IntegrationPackInstanceBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "IntegrationPackInstanceBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/IntegrationPackInstance" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "IntegrationPackInstanceExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/IntegrationPackInstanceSimpleExpression" + }, + { + "$ref": "#/components/schemas/IntegrationPackInstanceGroupingExpression" + } + ] + }, + "IntegrationPackInstanceGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/IntegrationPackInstanceExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "IntegrationPackInstanceQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "IntegrationPackInstanceQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/IntegrationPackInstance" + } + } + } + }, + "IntegrationPackInstanceSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "integrationPackOverrideName", + "integrationPackName", + "integrationPackId" + ] + } + } + }, + "IntegrationPackQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "IntegrationPackQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/IntegrationPack" + } + } + } + }, + "IntegrationPackSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "id", + "installationType" + ] + } + } + }, + "JavaCorretto8Upgrade": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/JavaUpgrade" + } + ] + }, + "JavaRollback": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "JavaUpgrade": { + "type": "object", + "properties": { + "JavaUpgradeOptions": { + "type": "object" }, - "ProcessIntegrationPackInfo": { - "type": "object", - "properties": { - "integrationPackId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackInstanceId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "JavaUpgradeOptions": { + "required": [ + "cacertsPath", + "externalJDKPath", + "prefJreLocation" + ], + "type": "object", + "properties": { + "cacertsPath": { + "type": "string" }, - "ProcessLog": { - "type": "object", - "properties": { - "executionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "logLevel": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SEVERE", - "WARNING", - "INFO", - "CONFIG", - "FINE", - "FINER", - "FINEST", - "ALL" - ] - } - } + "externalJDKPath": { + "type": "string" }, - "ProcessProperties": { - "type": "object", - "properties": { - "ProcessProperty": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "ProcessPropertyValue": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentOverride": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "encryptedValueSet": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "key": { - "type": "string", - "xml": { - "attribute": true - } - }, - "label": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useDefault": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "usesEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "validate": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "ProcessProperties", - "namespace": "http://api.platform.boomi.com/" - } + "migrateCertificate": { + "type": "boolean" }, - "ProcessProperty": { - "type": "object", - "properties": { - "ProcessPropertyValue": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentOverride": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "encryptedValueSet": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "key": { - "type": "string", - "xml": { - "attribute": true - } - }, - "label": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useDefault": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "usesEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "validate": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "prefJreLocation": { + "type": "string" + } + } + }, + "License": { + "type": "object", + "properties": { + "purchased": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } }, - "ProcessPropertyValue": { - "type": "object", - "properties": { - "componentOverride": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "encryptedValueSet": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "key": { - "type": "string", - "xml": { - "attribute": true - } - }, - "label": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useDefault": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "usesEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "validate": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "used": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "Licensing": { + "type": "object", + "properties": { + "enterprise": { + "type": "object" }, - "ProcessQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "id", - "integrationPackId", - "integrationPackInstanceId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } + "enterpriseTest": { + "type": "object" }, - "ProcessQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Description" - ], - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "IntegrationPack": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "integrationPackId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "integrationPackInstanceId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } + "smallBusiness": { + "type": "object" }, - "ProcessScheduleStatus": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "enabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "smallBusinessTest": { + "type": "object" }, - "ProcessScheduleStatusBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } + "standard": { + "type": "object" }, - "ProcessScheduleStatusBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "enabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } + "standardTest": { + "type": "object" + }, + "tradingPartner": { + "type": "object" + }, + "tradingPartnerTest": { + "type": "object" + } + } + }, + "ListQueues": { + "type": "object", + "properties": { + "QueueRecord": { + "type": "array", + "items": { + "$ref": "#/components/schemas/QueueRecord" + } + } + } + }, + "ListQueuesAsyncResponse": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ListQueues" + } + } + } + }, + "ListenerPortConfiguration": { + "type": "object", + "properties": { + "port": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SharedWebServerPort" + } + } + } + }, + "ListenerStatus": { + "required": [ + "listenerId", + "status" + ], + "type": "object", + "properties": { + "connectorType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "listenerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "status": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ListenerStatusAsyncResponse": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ListenerStatus" + } + } + } + }, + "ListenerStatusExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/ListenerStatusSimpleExpression" + }, + { + "$ref": "#/components/schemas/ListenerStatusGroupingExpression" + } + ] + }, + "ListenerStatusGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ListenerStatusExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "ListenerStatusQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "ListenerStatusSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "listenerId", + "containerId" + ] + } + } + }, + "MLLPCommunicationOptions": { + "type": "object", + "properties": { + "MLLPSendSettings": { + "type": "object" + } + } + }, + "MLLPSSLOptions": { + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sslAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useClientSSL": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useSSL": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "MLLPSendSettings": { + "required": [ + "MLLPSSLOptions", + "endBlock", + "endData", + "host", + "port", + "startBlock" + ], + "type": "object", + "properties": { + "MLLPSSLOptions": { + "type": "object" + }, + "endBlock": { + "type": "object" + }, + "endData": { + "type": "object" + }, + "haltTimeout": { + "type": "boolean", + "default": false + }, + "host": { + "type": "string" + }, + "inactivityTimeout": { + "type": "integer", + "format": "int32", + "default": 60 + }, + "maxConnections": { + "type": "integer", + "format": "int32", + "default": 10 + }, + "maxRetry": { + "type": "integer", + "format": "int32", + "default": 0 + }, + "persistent": { + "type": "boolean", + "default": false + }, + "port": { + "type": "integer" + }, + "receiveTimeout": { + "type": "integer", + "format": "int32", + "default": 120 + }, + "sendTimeout": { + "type": "integer", + "format": "int32", + "default": 120 + }, + "startBlock": { + "type": "object" + } + } + }, + "MSHControlInfo": { + "required": [ + "Application", + "Facility", + "NetworkAddress", + "ProcessingId" + ], + "type": "object", + "properties": { + "Application": { + "type": "object" + }, + "Facility": { + "type": "object" + }, + "NetworkAddress": { + "type": "object" + }, + "ProcessingId": { + "type": "object" + } + } + }, + "MapExtension": { + "required": [ + "BrowseSettings", + "DestinationProfile", + "DestinationProfileExtensions", + "ExtendedFunctions", + "ExtendedMappings", + "SourceProfile", + "SourceProfileExtensions" + ], + "type": "object", + "properties": { + "BrowseSettings": { + "type": "object" + }, + "DestinationProfile": { + "type": "object" + }, + "DestinationProfileExtensions": { + "type": "object" + }, + "ExtendedFunctions": { + "type": "object" + }, + "ExtendedMappings": { + "type": "object" + }, + "SourceProfile": { + "type": "object" + }, + "SourceProfileExtensions": { + "type": "object" + } + } + }, + "MapExtensionBrowse": { + "type": "object", + "properties": { + "BrowseFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BrowseField" + } + }, + "sessionId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionBrowseData": { + "type": "object", + "properties": { + "BrowseField": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BrowseField" + } + }, + "connectionId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionBrowseSettings": { + "required": [ + "DestinationBrowse", + "SourceBrowse" + ], + "type": "object", + "properties": { + "DestinationBrowse": { + "type": "object" + }, + "SourceBrowse": { + "type": "object" + }, + "containerId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionExtendProfile": { + "type": "object", + "properties": { + "Node": { + "type": "array", + "items": { + "$ref": "#/components/schemas/MapExtensionsExtendedNode" + } + } + } + }, + "MapExtensionsCharacter": { + "type": "object" + }, + "MapExtensionsConfiguration": { + "type": "object", + "properties": { + "CrossReferenceLookup": { + "type": "object" + }, + "DocCacheLookup": { + "type": "object" + }, + "DocumentProperty": { + "type": "object" + }, + "JapaneseCharacterConversion": { + "type": "object" + }, + "Scripting": { + "type": "object" + }, + "SequentialValue": { + "type": "object" + }, + "SimpleLookup": { + "type": "object" + }, + "StringConcat": { + "type": "object" + }, + "StringSplit": { + "type": "object" + }, + "UserDefinedFunction": { + "type": "object" + } + } + }, + "MapExtensionsCrossReferenceLookup": { + "required": [ + "Inputs", + "Outputs" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object" + }, + "Outputs": { + "type": "object" + }, + "lookupTableId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "skipIfNoInputs": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsDateTime": { + "type": "object", + "properties": { + "format": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsDocCacheLookup": { + "required": [ + "Inputs", + "Outputs" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object" + }, + "Outputs": { + "type": "object" + }, + "cacheIndex": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "docCache": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsDocumentProperty": { + "type": "object", + "properties": { + "defaultValue": { + "type": "string", + "xml": { + "attribute": true + } + }, + "persist": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "propertyId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "propertyName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsExtendedMappings": { + "type": "object", + "properties": { + "Mapping": { + "type": "array", + "items": { + "$ref": "#/components/schemas/MapExtensionsMapping" + } + } + } + }, + "MapExtensionsExtendedNode": { + "type": "object", + "properties": { + "Character": { + "type": "object" + }, + "DateTime": { + "type": "object" + }, + "Number": { + "type": "object" + }, + "enforceUnique": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "fieldLengthValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "mandatory": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "maxLength": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "minLength": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsFunction": { + "required": [ + "Configuration", + "Inputs", + "Outputs" + ], + "type": "object", + "properties": { + "Configuration": { + "type": "object" + }, + "Inputs": { + "type": "object" + }, + "Outputs": { + "type": "object" + }, + "cacheType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "None", + "ByDocument", + "ByMap" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "Count", + "CurrentDate", + "DateFormat", + "LeftTrim", + "LineItemIncrement", + "MathABS", + "MathAdd", + "MathCeil", + "MathDivide", + "MathFloor", + "MathMultiply", + "MathSetPrecision", + "MathSubtract", + "NumberFormat", + "PropertyGet", + "PropertySet", + "RightTrim", + "RunningTotal", + "StringAppend", + "StringPrepend", + "StringRemove", + "StringReplace", + "StringToLower", + "StringToUpper", + "Sum", + "TrimWhitespace", + "StringConcat", + "StringSplit", + "SequentialValue", + "SimpleLookup", + "DocumentPropertyGet", + "DocumentPropertySet", + "CrossRefLookup", + "DocumentCacheLookup", + "CustomScripting", + "UserDefined", + "JapaneseCharacterConversion" + ] + } + } + }, + "MapExtensionsFunctionMapping": { + "type": "object", + "properties": { + "fromFunction": { + "type": "string", + "xml": { + "attribute": true + } + }, + "fromKey": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "toFunction": { + "type": "string", + "xml": { + "attribute": true + } + }, + "toKey": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsFunctionMappings": { + "type": "object", + "properties": { + "Mapping": { + "type": "array", + "items": { + "$ref": "#/components/schemas/MapExtensionsFunctionMapping" + } + } + } + }, + "MapExtensionsFunctionStep": { + "required": [ + "Configuration", + "Inputs", + "Outputs" + ], + "type": "object", + "properties": { + "Configuration": { + "type": "object" + }, + "Inputs": { + "type": "object" + }, + "Outputs": { + "type": "object" + }, + "cacheType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "None", + "ByDocument", + "ByMap" + ] + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "position": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "Count", + "CurrentDate", + "DateFormat", + "LeftTrim", + "LineItemIncrement", + "MathABS", + "MathAdd", + "MathCeil", + "MathDivide", + "MathFloor", + "MathMultiply", + "MathSetPrecision", + "MathSubtract", + "NumberFormat", + "PropertyGet", + "PropertySet", + "RightTrim", + "RunningTotal", + "StringAppend", + "StringPrepend", + "StringRemove", + "StringReplace", + "StringToLower", + "StringToUpper", + "Sum", + "TrimWhitespace", + "StringConcat", + "StringSplit", + "SequentialValue", + "SimpleLookup", + "DocumentPropertyGet", + "DocumentPropertySet", + "CrossRefLookup", + "DocumentCacheLookup", + "CustomScripting", + "UserDefined", + "JapaneseCharacterConversion" + ] + } + } + }, + "MapExtensionsFunctionSteps": { + "type": "object", + "properties": { + "Step": { + "type": "array", + "items": { + "$ref": "#/components/schemas/MapExtensionsFunctionStep" + } + } + } + }, + "MapExtensionsFunctions": { + "type": "object", + "properties": { + "Function": { + "type": "array", + "items": { + "$ref": "#/components/schemas/MapExtensionsFunction" + } + } + } + }, + "MapExtensionsInput": { + "type": "object", + "properties": { + "default": { + "type": "string", + "xml": { + "attribute": true + } + }, + "key": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsInputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "items": { + "$ref": "#/components/schemas/MapExtensionsInput" + } + } + } + }, + "MapExtensionsJapaneseCharacterConversion": { + "type": "object", + "properties": { + "convertFrom": { + "type": "string", + "xml": { + "attribute": true + } + }, + "convertTo": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsMapping": { + "type": "object", + "properties": { + "fromFunction": { + "type": "string", + "xml": { + "attribute": true + } + }, + "fromXPath": { + "type": "string", + "xml": { + "attribute": true + } + }, + "toFunction": { + "type": "string", + "xml": { + "attribute": true + } + }, + "toXPath": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsNode": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "xpath": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsNumber": { + "type": "object", + "properties": { + "format": { + "type": "string", + "xml": { + "attribute": true + } + }, + "impliedDecimal": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "signed": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsOutput": { + "type": "object", + "properties": { + "key": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsOutputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "items": { + "$ref": "#/components/schemas/MapExtensionsOutput" + } + } + } + }, + "MapExtensionsProfile": { + "type": "object", + "properties": { + "Node": { + "type": "array", + "items": { + "$ref": "#/components/schemas/MapExtensionsNode" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsScripting": { + "required": [ + "Inputs", + "Outputs", + "Script" + ], + "type": "object", + "properties": { + "Inputs": { + "type": "object" + }, + "Outputs": { + "type": "object" + }, + "Script": { + "type": "string" + }, + "language": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GROOVY", + "GROOVY2", + "Javascript" + ] + } + } + }, + "MapExtensionsSequentialValue": { + "type": "object", + "properties": { + "batchSize": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "keyFixToLength": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "keyName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsSimpleLookup": { + "required": [ + "Table" + ], + "type": "object", + "properties": { + "Table": { + "type": "object" + } + } + }, + "MapExtensionsStringConcat": { + "type": "object", + "properties": { + "delimiter": { + "type": "string", + "xml": { + "attribute": true + } + }, + "fixedLength": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsStringSplit": { + "type": "object", + "properties": { + "delimiter": { + "type": "string", + "xml": { + "attribute": true + } + }, + "splitLength": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "MapExtensionsUserDefinedFunction": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "version": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "MergeRequest": { + "required": [ + "MergeRequestDetails" + ], + "type": "object", + "properties": { + "MergeRequestDetails": { + "type": "object" + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "destinationBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "destinationBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "inactiveDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "lockNonce": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "lockedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "lockedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "mergeRequestAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UPDATE", + "MERGE", + "RETRY_DRAFTING", + "REVERT" + ] + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "note": { + "type": "string", + "xml": { + "attribute": true + } + }, + "previousStage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "priorityBranch": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SOURCE", + "DESTINATION" + ] + }, + "sourceBranchId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sourceBranchName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NOT_EXIST", + "DRAFTING", + "FAILED_TO_DRAFT", + "FAILED_TO_REDRAFT", + "DRAFTED", + "REVIEWING", + "MERGING", + "MERGED", + "FAILED_TO_MERGE", + "DELETED", + "REDRAFTING", + "REVERTED" + ] + }, + "strategy": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "OVERRIDE", + "CONFLICT_RESOLVE", + "SUBSET" + ] + } + } + }, + "MergeRequestBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "MergeRequestBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/MergeRequest" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "MergeRequestDetail": { + "type": "object", + "properties": { + "changeType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ADDED", + "MODIFIED", + "DELETED" + ] + }, + "componentGuid": { + "type": "string", + "xml": { + "attribute": true + } + }, + "conflict": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "createdBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "createdDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "destinationRevision": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "lockedOnDestinationBranch": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "mergeRevision": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "modifiedBy": { + "type": "string", + "xml": { + "attribute": true + } + }, + "modifiedDate": { + "type": "string", + "format": "date-time", + "xml": { + "attribute": true + } + }, + "resolution": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "OVERRIDE", + "KEEP_DESTINATION" + ] + }, + "sourceRevision": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "stage": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "DRAFTED", + "REVIEWED", + "CONFLICT_RESOLVED", + "MERGED", + "REVERTED" + ] + } + } + }, + "MergeRequestDetails": { + "type": "object", + "properties": { + "MergeRequestDetail": { + "type": "array", + "items": { + "$ref": "#/components/schemas/MergeRequestDetail" + } + } + } + }, + "Molecule": { + "type": "object", + "properties": { + "purchased": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "used": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "MoveQueueRequest": { + "required": [ + "AtomId", + "DestinationQueue", + "SourceQueue" + ], + "type": "object", + "properties": { + "AtomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "DestinationQueue": { + "type": "object" + }, + "SourceQueue": { + "type": "object" + } + } + }, + "NodeDetails": { + "required": [ + "clusterProblem", + "hostName", + "nodeId", + "status" + ], + "type": "object", + "properties": { + "clusterProblem": { + "type": "string" + }, + "hostName": { + "type": "string" + }, + "nodeId": { + "type": "string" + }, + "status": { + "type": "string" + } + } + }, + "NodeOffboard": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "nodeId": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "nodeId" + } + } + } + } + }, + "Nodes": { + "type": "object", + "properties": { + "node": { + "type": "array", + "items": { + "$ref": "#/components/schemas/NodeDetails" + } + } + } + }, + "OFTP2ConnectorRecord": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "actionType": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "connectorName": { + "type": "string" + }, + "connectorType": { + "type": "string" + }, + "customFields": { + "type": "object" + }, + "dateProcessed": { + "type": "string", + "format": "date-time" + }, + "documentIndex": { + "type": "integer", + "format": "int32" }, - "ProcessScheduleStatusExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "processId", - "atomId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "errorMessage": { + "type": "string" }, - "ProcessScheduleStatusGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "processId", - "atomId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "executionId": { + "type": "string" }, - "ProcessScheduleStatusQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "processId", - "atomId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } + "id": { + "type": "string" }, - "ProcessScheduleStatusQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "enabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } + "initiator_ssidcode": { + "type": "string" }, - "ProcessScheduleStatusSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "processId", - "atomId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } + "nareas": { + "type": "string" }, - "ProcessSchedules": { - "type": "object", - "properties": { - "Retry": { - "type": "object", - "properties": { - "Schedule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "daysOfMonth": { - "type": "string", - "xml": { - "attribute": true - } - }, - "daysOfWeek": { - "type": "string", - "xml": { - "attribute": true - } - }, - "hours": { - "type": "string", - "xml": { - "attribute": true - } - }, - "minutes": { - "type": "string", - "xml": { - "attribute": true - } - }, - "months": { - "type": "string", - "xml": { - "attribute": true - } - }, - "years": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "maxRetry": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "Schedule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "daysOfMonth": { - "type": "string", - "xml": { - "attribute": true - } - }, - "daysOfWeek": { - "type": "string", - "xml": { - "attribute": true - } - }, - "hours": { - "type": "string", - "xml": { - "attribute": true - } - }, - "minutes": { - "type": "string", - "xml": { - "attribute": true - } - }, - "months": { - "type": "string", - "xml": { - "attribute": true - } - }, - "years": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "nareast": { + "type": "string" }, - "ProcessSchedulesBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } + "objecttype": { + "type": "string" }, - "ProcessSchedulesBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "Retry": { - "type": "object", - "properties": { - "Schedule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "maxRetry": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "Schedule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "daysOfMonth": { - "type": "string", - "xml": { - "attribute": true - } - }, - "daysOfWeek": { - "type": "string", - "xml": { - "attribute": true - } - }, - "hours": { - "type": "string", - "xml": { - "attribute": true - } - }, - "minutes": { - "type": "string", - "xml": { - "attribute": true - } - }, - "months": { - "type": "string", - "xml": { - "attribute": true - } - }, - "years": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } + "operationName": { + "type": "string" }, - "ProcessSchedulesExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "processId", - "atomId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "responder_ssidcode": { + "type": "string" }, - "ProcessSchedulesGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "processId", - "atomId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "sfidciph": { + "type": "string" }, - "ProcessSchedulesQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "processId", - "atomId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } + "sfidcomp": { + "type": "string" }, - "ProcessSchedulesQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "Retry": { - "type": "object", - "properties": { - "Schedule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "maxRetry": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } - }, - "Schedule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "daysOfMonth": { - "type": "string", - "xml": { - "attribute": true - } - }, - "daysOfWeek": { - "type": "string", - "xml": { - "attribute": true - } - }, - "hours": { - "type": "string", - "xml": { - "attribute": true - } - }, - "minutes": { - "type": "string", - "xml": { - "attribute": true - } - }, - "months": { - "type": "string", - "xml": { - "attribute": true - } - }, - "years": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } + "sfiddate": { + "type": "string" }, - "ProcessSchedulesSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "processId", - "atomId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } + "sfiddesc": { + "type": "string" }, - "ProcessSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "id", - "integrationPackId", - "integrationPackInstanceId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } + "sfiddest": { + "type": "string" }, - "ProcessingGroupDefaultRouting": { - "type": "object", - "properties": { - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "sfiddsn": { + "type": "string" }, - "ProcessingGroupDocumentBasedRouting": { - "type": "object", - "properties": { - "StandardRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "DocumentTypeRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "PartnerRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "documentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "standard": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "sfidenv": { + "type": "string" }, - "ProcessingGroupDocumentPartnerRoute": { - "type": "object", - "properties": { - "processId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "tradingPartnerId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "sfidorig": { + "type": "string" }, - "ProcessingGroupDocumentStandardRoute": { - "type": "object", - "properties": { - "DocumentTypeRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "PartnerRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "processId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "tradingPartnerId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "documentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "standard": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } + "sfidosiz": { + "type": "string" }, - "ProcessingGroupDocumentTypeRoute": { - "type": "object", - "properties": { - "PartnerRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "processId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "tradingPartnerId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "documentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "sfidsec": { + "type": "string" }, - "ProcessingGroupPartnerBasedRouting": { - "type": "object", - "properties": { - "PartnerRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "StandardRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "DocumentTypeRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "standard": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "tradingPartnerId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "sfidsign": { + "type": "string" }, - "ProcessingGroupPartnerDocumentRoute": { - "type": "object", - "properties": { - "documentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "sfidtime": { + "type": "string" }, - "ProcessingGroupPartnerRoute": { - "type": "object", - "properties": { - "StandardRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "DocumentTypeRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "documentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "standard": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "tradingPartnerId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "size": { + "type": "integer", + "format": "int64" }, - "ProcessingGroupPartnerStandardRoute": { - "type": "object", - "properties": { - "DocumentTypeRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "documentType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "standard": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } + "status": { + "type": "string" }, - "ProcessingGroupTradingPartner": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "successful": { + "type": "boolean" }, - "ProcessingGroupTradingPartners": { - "type": "object", - "properties": { - "TradingPartner": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } + "ticker": { + "type": "string" + } + } + }, + "OFTP2ConnectorRecordExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/OFTP2ConnectorRecordSimpleExpression" }, - "ProcessingType": { - "type": "object", - "properties": { - "processingId": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "D", - "P", - "T" - ] - }, - "processingMode": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "A", - "R", - "I", - "T", - "NOT_PRESENT" - ] - } - } + { + "$ref": "#/components/schemas/OFTP2ConnectorRecordGroupingExpression" + } + ] + }, + "OFTP2ConnectorRecordGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OFTP2ConnectorRecordExpression" + } }, - "Properties": { - "type": "object", - "properties": { - "property": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "OFTP2ConnectorRecordQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "OFTP2ConnectorRecordQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OFTP2ConnectorRecord" + } + } + } + }, + "OFTP2ConnectorRecordSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "OFTPCommunicationOptions": { + "type": "object", + "properties": { + "CommunicationSetting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "default", + "custom", + "component" + ] }, - "Property": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "OFTPConnectionSettings": { + "type": "object" }, - "PropertyPair": { - "type": "object", - "properties": { - "encrypted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "key": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "OFTPGetOptions": { + "type": "object" }, - "PublicCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "OFTPSendOptions": { + "type": "object" + }, + "OFTPServerListenOptions": { + "type": "object" + }, + "SharedCommunicationChannel": { + "type": "object" + } + } + }, + "OFTPConnectionSettings": { + "required": [ + "myPartnerInfo" + ], + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "defaultOFTPConnectionSettings": { + "type": "object" + }, + "host": { + "type": "string", + "xml": { + "attribute": true + } + }, + "myPartnerInfo": { + "type": "object" + }, + "port": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "sfidciph": { + "type": "integer", + "xml": { + "attribute": true + } + }, + "ssidauth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "tls": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useClientSSL": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useGateway": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "OFTPGetOptions": { + "required": [ + "OFTPPartnerGroup" + ], + "type": "object", + "properties": { + "OFTPPartnerGroup": { + "type": "object" + }, + "partnerGroupId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "OFTPListenOptions": { + "required": [ + "OFTPListenOptions", + "OFTPPartnerGroup" + ], + "type": "object", + "properties": { + "OFTPListenOptions": { + "type": "object" + }, + "OFTPPartnerGroup": { + "type": "object" + }, + "partnerGroupId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "OFTPListenOptionsInfo": { + "required": [ + "GatewayPartnerGroup" + ], + "type": "object", + "properties": { + "GatewayPartnerGroup": { + "type": "object" + }, + "operation": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useGateway": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "OFTPLocalInfo": { + "type": "object", + "properties": { + "decrypting-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "session-authentication-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signing-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signing-eerp-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidpswd": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "OFTPPartnerGroupType": { + "required": [ + "myCompanyInfo", + "myPartnerInfo" + ], + "type": "object", + "properties": { + "defaultPartnerInfo": { + "type": "object" + }, + "myCompanyInfo": { + "type": "object" + }, + "myPartnerInfo": { + "type": "object" + } + } + }, + "OFTPPartnerInfo": { + "type": "object", + "properties": { + "clientSSLAlias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "encrypting-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "session-challenge-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfidsec-encrypt": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsec-sign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sfidsign": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcmpr": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "ssidcode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ssidpswd": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-eerp-certificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "verifying-signature-certificate": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "OFTPSendOptions": { + "required": [ + "OFTPPartnerGroup", + "OFTPSendOptions" + ], + "type": "object", + "properties": { + "OFTPPartnerGroup": { + "type": "object" + }, + "OFTPSendOptions": { + "type": "object" + }, + "partnerGroupId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "OFTPSendOptionsInfo": { + "required": [ + "defaultPartnerSettings" + ], + "type": "object", + "properties": { + "cd": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "defaultPartnerSettings": { + "type": "object" + }, + "operation": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfiddesc": { + "type": "string", + "xml": { + "attribute": true + } + }, + "sfiddsn": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "OdetteControlInfo": { + "required": [ + "OdetteUNBControlInfo", + "OdetteUNHControlInfo" + ], + "type": "object", + "properties": { + "OdetteUNBControlInfo": { + "type": "object" + }, + "OdetteUNHControlInfo": { + "type": "object" + } + } + }, + "OdetteOptions": { + "required": [ + "compositeDelimiter", + "elementDelimiter", + "segmentTerminator" + ], + "type": "object", + "properties": { + "acknowledgementoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "donotackitem", + "ackitem" + ] + }, + "compositeDelimiter": { + "type": "object" + }, + "elementDelimiter": { + "type": "object" + }, + "envelopeoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "groupall", + "groupmessage" + ] + }, + "filteracknowledgements": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "includeUNA": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundInterchangeValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundValidationOption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "filterError", + "failAll" + ] + }, + "rejectDuplicateUNB": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "segmentTerminator": { + "type": "object" + } + } + }, + "OdettePartnerInfo": { + "required": [ + "OdetteControlInfo", + "OdetteOptions" + ], + "type": "object", + "properties": { + "OdetteControlInfo": { + "type": "object" }, + "OdetteOptions": { + "type": "object" + } + } + }, + "OdetteUNBControlInfo": { + "type": "object", + "properties": { + "ackRequest": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "appReference": { + "type": "string", + "xml": { + "attribute": true + } + }, + "commAgreement": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeAddress": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeIdQual": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ODETTEIDQUAL_NA", + "ODETTEIDQUAL_1", + "ODETTEIDQUAL_4", + "ODETTEIDQUAL_5", + "ODETTEIDQUAL_8", + "ODETTEIDQUAL_9", + "ODETTEIDQUAL_12", + "ODETTEIDQUAL_14", + "ODETTEIDQUAL_18", + "ODETTEIDQUAL_22", + "ODETTEIDQUAL_30", + "ODETTEIDQUAL_31", + "ODETTEIDQUAL_33", + "ODETTEIDQUAL_34", + "ODETTEIDQUAL_51", + "ODETTEIDQUAL_52", + "ODETTEIDQUAL_53", + "ODETTEIDQUAL_54", + "ODETTEIDQUAL_55", + "ODETTEIDQUAL_57", + "ODETTEIDQUAL_58", + "ODETTEIDQUAL_59", + "ODETTEIDQUAL_61", + "ODETTEIDQUAL_63", + "ODETTEIDQUAL_65", + "ODETTEIDQUAL_80", + "ODETTEIDQUAL_82", + "ODETTEIDQUAL_84", + "ODETTEIDQUAL_85", + "ODETTEIDQUAL_86", + "ODETTEIDQUAL_87", + "ODETTEIDQUAL_89", + "ODETTEIDQUAL_90", + "ODETTEIDQUAL_91", + "ODETTEIDQUAL_92", + "ODETTEIDQUAL_103", + "ODETTEIDQUAL_128", + "ODETTEIDQUAL_129", + "ODETTEIDQUAL_144", + "ODETTEIDQUAL_145", + "ODETTEIDQUAL_146", + "ODETTEIDQUAL_147", + "ODETTEIDQUAL_148", + "ODETTEIDQUAL_Z01", + "ODETTEIDQUAL_ZZZ", + "ODETTEIDQUAL_ZZ" + ] + }, + "interchangeSubAddress": { + "type": "string", + "xml": { + "attribute": true + } + }, + "priority": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NA", + "A" + ] + }, + "referencePassword": { + "type": "string", + "xml": { + "attribute": true + } + }, + "referencePasswordQualifier": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NA", + "AA", + "BB" + ] + }, + "syntaxId": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNOA", + "UNOB", + "UNOC", + "UNOD", + "UNOE", + "UNOF" + ] + }, + "syntaxVersion": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ODETTESYNTAXVERSION_1", + "ODETTESYNTAXVERSION_2", + "ODETTESYNTAXVERSION_3" + ] + }, + "testIndicator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ODETTETEST_NA", + "ODETTETEST_1" + ] + } + } + }, + "OdetteUNHControlInfo": { + "type": "object", + "properties": { + "assocAssignedCode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "commonAccessRef": { + "type": "string", + "xml": { + "attribute": true + } + }, + "controllingAgency": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "AA", + "AB", + "AC", + "AD", + "AE", + "CC", + "CE", + "EC", + "ED", + "EE", + "EN", + "ER", + "EU", + "EX", + "IA", + "KE", + "LI", + "OD", + "RI", + "RT", + "UN" + ] + }, + "release": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ODETTERELEASE_1", + "ODETTERELEASE_2", + "ODETTERELEASE_902", + "ODETTERELEASE_911", + "ODETTERELEASE_912", + "ODETTERELEASE_921", + "ODETTERELEASE_932", + "ODETTERELEASE_93A", + "ODETTERELEASE_94A", + "ODETTERELEASE_94B", + "ODETTERELEASE_95A", + "ODETTERELEASE_95B", + "ODETTERELEASE_96A", + "ODETTERELEASE_96B", + "ODETTERELEASE_97A", + "ODETTERELEASE_97B", + "ODETTERELEASE_98A", + "ODETTERELEASE_98B", + "ODETTERELEASE_99A", + "ODETTERELEASE_99B", + "ODETTERELEASE_00A", + "ODETTERELEASE_00B", + "ODETTERELEASE_01A", + "ODETTERELEASE_01B", + "ODETTERELEASE_02A", + "ODETTERELEASE_02B", + "ODETTERELEASE_03A", + "ODETTERELEASE_03B", + "ODETTERELEASE_04A", + "ODETTERELEASE_04B", + "ODETTERELEASE_05A", + "ODETTERELEASE_05B", + "ODETTERELEASE_06A", + "ODETTERELEASE_06B", + "ODETTERELEASE_07A", + "ODETTERELEASE_07B", + "ODETTERELEASE_08A", + "ODETTERELEASE_08B", + "ODETTERELEASE_09A", + "ODETTERELEASE_09B" + ] + }, + "version": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ODETTEVERSION_1", + "ODETTEVERSION_2", + "ODETTEVERSION_4", + "ODETTEVERSION_88", + "ODETTEVERSION_89", + "ODETTEVERSION_90", + "ODETTEVERSION_D", + "ODETTEVERSION_S" + ] + } + } + }, + "Operation": { + "type": "object", + "properties": { + "field": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Field" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "Operations": { + "type": "object", + "properties": { + "operation": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Operation" + } + } + } + }, + "OverrideProcessProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OverrideProcessProperty" + } + } + } + }, + "OverrideProcessProperty": { + "type": "object", + "properties": { + "ProcessPropertyValue": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProcessPropertyValue" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "PGPCertificate": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefault": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "PGPCertificates": { + "type": "object", + "properties": { + "PGPCertificate": { + "type": "array", + "items": { + "$ref": "#/components/schemas/PGPCertificate" + } + } + } + }, + "PackagedComponent": { + "required": [ + "branchName", + "componentId", + "componentType", + "createdBy", + "createdDate", + "notes", + "packageId", + "packageVersion" + ], + "type": "object", + "properties": { + "branchName": { + "type": "string" + }, + "componentId": { + "type": "string" + }, + "componentType": { + "type": "string" + }, + "componentVersion": { + "type": "integer", + "format": "int32" + }, + "createdBy": { + "type": "string" + }, + "createdDate": { + "type": "string", + "format": "date-time" + }, + "deleted": { + "type": "boolean" + }, + "fullyPubliclyConsumable": { + "type": "boolean" + }, + "notes": { + "type": "string" + }, + "packageId": { + "type": "string" + }, + "packageVersion": { + "type": "string" + }, + "shareable": { + "type": "boolean" + } + } + }, + "PackagedComponentBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "PackagedComponentBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/PackagedComponent" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "PackagedComponentExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/PackagedComponentSimpleExpression" + }, + { + "$ref": "#/components/schemas/PackagedComponentGroupingExpression" + } + ] + }, + "PackagedComponentGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/PackagedComponentExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "PackagedComponentManifest": { + "required": [ + "packageId" + ], + "type": "object", + "properties": { + "componentInfo": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ComponentInfo" + } + }, + "packageId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "PackagedComponentManifestBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "PackagedComponentManifestBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/PackagedComponentManifest" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "PackagedComponentQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "type": "object" - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "PackagedComponentQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/PackagedComponent" + } + } + } + }, + "PackagedComponentSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "Parameter": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "PartnerCommunication": { + "type": "object", + "properties": { + "AS2CommunicationOptions": { + "type": "object" }, - "QueueAttributes": { - "required": [ - "DLQ", - "QueueName" - ], - "type": "object", - "properties": { - "DLQ": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "QueueName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "SubscriberName": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "DiskCommunicationOptions": { + "type": "object" }, - "QueueRecord": { - "type": "object", - "properties": { - "deadLettersCount": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "messagesCount": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "queueName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "queueType": { - "type": "string", - "xml": { - "attribute": true - } - }, - "topicSubscribers": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "SubscriberName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deadLettersCount": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "messageCount": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } - } + "FTPCommunicationOptions": { + "type": "object" }, - "References": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentComponentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentVersion": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "DEPENDENT", - "INDEPENDENT" - ] - } - } + "HTTPCommunicationOptions": { + "type": "object" }, - "RerunDocument": { - "required": [ - "AllDocuments", - "SelectedDocuments", - "originalExecutionId" - ], - "type": "object", - "properties": { - "AllDocuments": { - "type": "object", - "properties": { - "documentStatus": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ANY", - "SUCCESS", - "ERROR" - ] - } - } - }, - "SelectedDocuments": { - "type": "object", - "properties": { - "Document": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "genericConnectorRecordId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "originalExecutionId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "recordUrl": { - "type": "string", - "xml": { - "attribute": true - } - }, - "requestId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "MLLPCommunicationOptions": { + "type": "object" }, - "Role": { - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "Privileges": { - "type": "object", - "properties": { - "Privilege": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "name" - ], - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "OFTPCommunicationOptions": { + "type": "object" }, - "RoleBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } + "SFTPCommunicationOptions": { + "type": "object" + } + } + }, + "PartnerDocumentType": { + "type": "object", + "properties": { + "expectAckForOutbound": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "invalidDocumentRouting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "documentsPath", + "errorsPath" + ] + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "profileId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "qualifierValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "typeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "use999Ack": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "useTA1Ack": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "validateOutboundTransactionSets": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "PartnerDocumentTypes": { + "type": "object", + "properties": { + "PartnerDocumentType": { + "type": "array", + "items": { + "$ref": "#/components/schemas/PartnerDocumentType" + } + } + } + }, + "PartnerInfo": { + "type": "object", + "properties": { + "CustomPartnerInfo": { + "type": "object" + }, + "EdifactPartnerInfo": { + "type": "object" + }, + "HL7PartnerInfo": { + "type": "object" + }, + "OdettePartnerInfo": { + "type": "object" + }, + "RosettaNetPartnerInfo": { + "type": "object" + }, + "TradacomsPartnerInfo": { + "type": "object" + }, + "X12PartnerInfo": { + "type": "object" + } + } + }, + "PermittedRoles": { + "type": "object", + "properties": { + "RoleReference": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RoleReference" + } + } + } + }, + "PersistedProcessProperties": { + "required": [ + "atomId" + ], + "type": "object", + "properties": { + "Process": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DeployedProcess" + } + }, + "atomId": { + "type": "string" + } + } + }, + "PersistedProcessPropertiesAsyncResponse": { + "required": [ + "responseStatusCode" + ], + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "responseStatusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/PersistedProcessProperties" + } + } + } + }, + "PrivateCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "passPhrase": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "Privilege": { + "required": [ + "name" + ], + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "Privileges": { + "type": "object", + "properties": { + "Privilege": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Privilege" + } + } + } + }, + "Process": { + "required": [ + "Description" + ], + "type": "object", + "properties": { + "Description": { + "type": "string" }, - "RoleBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "Privileges": { - "type": "object", - "properties": { - "Privilege": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } + "IntegrationPack": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProcessIntegrationPackInfo" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessAtomAttachment": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessAtomAttachmentExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/ProcessAtomAttachmentSimpleExpression" + }, + { + "$ref": "#/components/schemas/ProcessAtomAttachmentGroupingExpression" + } + ] + }, + "ProcessAtomAttachmentGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProcessAtomAttachmentExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "ProcessAtomAttachmentQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "ProcessAtomAttachmentQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProcessAtomAttachment" + } + } + } + }, + "ProcessAtomAttachmentSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "atomId", + "processId", + "componentType" + ] + } + } + }, + "ProcessBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "ProcessBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/Process" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "ProcessEnvironmentAttachment": { + "type": "object", + "properties": { + "componentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "environmentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessEnvironmentAttachmentExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/ProcessEnvironmentAttachmentSimpleExpression" + }, + { + "$ref": "#/components/schemas/ProcessEnvironmentAttachmentGroupingExpression" + } + ] + }, + "ProcessEnvironmentAttachmentGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProcessEnvironmentAttachmentExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "ProcessEnvironmentAttachmentQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "ProcessEnvironmentAttachmentQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProcessEnvironmentAttachment" + } + } + } + }, + "ProcessEnvironmentAttachmentSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "processId", + "componentType" + ] + } + } + }, + "ProcessExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/ProcessSimpleExpression" + }, + { + "$ref": "#/components/schemas/ProcessGroupingExpression" + } + ] + }, + "ProcessGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProcessExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "ProcessId": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "originalProcessId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "wrapperProcessId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessIntegrationPackInfo": { + "type": "object", + "properties": { + "integrationPackId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "integrationPackInstanceId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessLog": { + "type": "object", + "properties": { + "executionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "logLevel": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SEVERE", + "WARNING", + "INFO", + "CONFIG", + "FINE", + "FINER", + "FINEST", + "ALL" + ] + } + } + }, + "ProcessProperties": { + "type": "object", + "properties": { + "ProcessProperty": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProcessProperty" + } + } + } + }, + "ProcessProperty": { + "type": "object", + "properties": { + "ProcessPropertyValue": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProcessPropertyValue" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessPropertyValue": { + "type": "object", + "properties": { + "componentOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "encryptedValueSet": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "key": { + "type": "string", + "xml": { + "attribute": true + } + }, + "label": { + "type": "string", + "xml": { + "attribute": true + } + }, + "useDefault": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "usesEncryption": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "validate": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "ProcessQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Process" + } + } + } + }, + "ProcessScheduleStatus": { + "type": "object", + "properties": { + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "enabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessScheduleStatusBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "ProcessScheduleStatusBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/ProcessScheduleStatus" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "ProcessScheduleStatusExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/ProcessScheduleStatusSimpleExpression" + }, + { + "$ref": "#/components/schemas/ProcessScheduleStatusGroupingExpression" + } + ] + }, + "ProcessScheduleStatusGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProcessScheduleStatusExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "ProcessScheduleStatusQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "ProcessScheduleStatusQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProcessScheduleStatus" + } + } + } + }, + "ProcessScheduleStatusSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "processId", + "atomId" + ] + } + } + }, + "ProcessSchedules": { + "type": "object", + "properties": { + "Retry": { + "type": "object" }, - "RoleExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "parentId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "Schedule": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Schedule" + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessSchedulesBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "ProcessSchedulesBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/ProcessSchedules" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "ProcessSchedulesExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/ProcessSchedulesSimpleExpression" + }, + { + "$ref": "#/components/schemas/ProcessSchedulesGroupingExpression" + } + ] + }, + "ProcessSchedulesGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProcessSchedulesExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "ProcessSchedulesQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "ProcessSchedulesQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProcessSchedules" + } + } + } + }, + "ProcessSchedulesSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "processId", + "atomId" + ] + } + } + }, + "ProcessSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "id", + "integrationPackId", + "integrationPackInstanceId" + ] + } + } + }, + "ProcessingGroupDefaultRouting": { + "type": "object", + "properties": { + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessingGroupDocumentBasedRouting": { + "type": "object", + "properties": { + "StandardRoute": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProcessingGroupDocumentStandardRoute" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessingGroupDocumentPartnerRoute": { + "type": "object", + "properties": { + "processId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "tradingPartnerId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessingGroupDocumentStandardRoute": { + "type": "object", + "properties": { + "DocumentTypeRoute": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProcessingGroupDocumentTypeRoute" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + }, + "ProcessingGroupDocumentTypeRoute": { + "type": "object", + "properties": { + "PartnerRoute": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProcessingGroupDocumentPartnerRoute" + } + }, + "documentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessingGroupPartnerBasedRouting": { + "type": "object", + "properties": { + "PartnerRoute": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProcessingGroupPartnerRoute" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessingGroupPartnerDocumentRoute": { + "type": "object", + "properties": { + "documentType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessingGroupPartnerRoute": { + "type": "object", + "properties": { + "StandardRoute": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProcessingGroupPartnerStandardRoute" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "tradingPartnerId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessingGroupPartnerStandardRoute": { + "type": "object", + "properties": { + "DocumentTypeRoute": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProcessingGroupPartnerDocumentRoute" + } + }, + "processId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + }, + "ProcessingGroupTradingPartner": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ProcessingGroupTradingPartners": { + "type": "object", + "properties": { + "TradingPartner": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProcessingGroupTradingPartner" + } + } + } + }, + "ProcessingType": { + "type": "object", + "properties": { + "processingId": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "D", + "P", + "T" + ] + }, + "processingMode": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "A", + "R", + "I", + "T", + "NOT_PRESENT" + ] + } + } + }, + "Properties": { + "type": "object", + "properties": { + "property": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Property" + } + } + } + }, + "Property": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "PropertyPair": { + "type": "object", + "properties": { + "encrypted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "key": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "PublicCertificate": { + "type": "object", + "properties": { + "alias": { + "type": "string", + "xml": { + "attribute": true + } + }, + "certificate": { + "type": "array", + "items": { + "type": "string", + "format": "byte" + } + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + }, + "QueueAttributes": { + "required": [ + "DLQ", + "QueueName" + ], + "type": "object", + "properties": { + "DLQ": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "QueueName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "SubscriberName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "QueueRecord": { + "type": "object", + "properties": { + "deadLettersCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "messagesCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "queueName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "queueType": { + "type": "string", + "xml": { + "attribute": true + } + }, + "topicSubscribers": { + "type": "array", + "items": { + "$ref": "#/components/schemas/TopicSubscriber" + } + } + } + }, + "References": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentComponentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentVersion": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "DEPENDENT", + "INDEPENDENT" + ] + } + } + }, + "RerunDocument": { + "required": [ + "AllDocuments", + "SelectedDocuments", + "originalExecutionId" + ], + "type": "object", + "properties": { + "AllDocuments": { + "type": "object" }, - "RoleGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "parentId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "SelectedDocuments": { + "type": "object" + }, + "originalExecutionId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "recordUrl": { + "type": "string", + "xml": { + "attribute": true + } + }, + "requestId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "Role": { + "type": "object", + "properties": { + "Description": { + "type": "string" }, - "RoleQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "parentId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } + "Privileges": { + "type": "object" + }, + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "parentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "RoleBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "RoleBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/Role" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "RoleExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/RoleSimpleExpression" + }, + { + "$ref": "#/components/schemas/RoleGroupingExpression" + } + ] + }, + "RoleGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RoleExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "RoleQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "RoleQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Role" + } + } + } + }, + "RoleReference": { + "type": "object", + "properties": { + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "RoleSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "parentId" + ] + } + } + }, + "Roles": { + "type": "object", + "properties": { + "Role": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Role" + } + } + } + }, + "RosettaNetConnectorRecord": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "PIPCode": { + "type": "string" }, - "RoleQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "Privileges": { - "type": "object", - "properties": { - "Privilege": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } + "PIPVersion": { + "type": "string" }, - "RoleReference": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "account": { + "type": "string" }, - "RoleSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "parentId" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } + "ackReport": { + "type": "string" }, - "Roles": { - "type": "object", - "properties": { - "Role": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "Description": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "Privileges": { - "type": "object", - "properties": { - "Privilege": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "parentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "Roles", - "namespace": "http://api.platform.boomi.com/" - } + "ackStatus": { + "type": "string" }, - "RosettaNetConnectorRecord": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "PIPCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "PIPVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionInstanceIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "attemptCount": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "businessActivityIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object", - "properties": { - "fields": { - "type": "array", - "items": { - "type": "object" - } - } - }, - "xml": { - "name": "customFields", - "namespace": "http://api.platform.boomi.com/" - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "dateTime": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "frameworkVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fromGlobalBusinessServiceCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fromGlobalPartnerRoleClassificationCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "globalBusinessActionCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "globalDocumentFunctionCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "globalProcessCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "globalUsageCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inResponseToGlobalBusinessActionCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inResponseToInstanceIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isSecureTransportRequired": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "knownInitiatingPartnerID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processInstanceIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "timeToAcknowledgeAcceptance": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "timeToAcknowledgeReceipt": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "timeToPerform": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "toGlobalBusinessServiceCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "toGlobalPartnerRoleClassificationCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "transactionInstanceIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } + "actionInstanceIdentifier": { + "type": "string" }, - "RosettaNetConnectorRecordExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "actionType": { + "type": "string" }, - "RosettaNetConnectorRecordGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "atomId": { + "type": "string" }, - "RosettaNetConnectorRecordQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } + "attemptCount": { + "type": "string" }, - "RosettaNetConnectorRecordQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "PIPCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "PIPVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionInstanceIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "attemptCount": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "businessActivityIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object", - "properties": { - "fields": { - "type": "array", - "items": { - "type": "object" - } - } - }, - "xml": { - "name": "customFields", - "namespace": "http://api.platform.boomi.com/" - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "dateTime": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "frameworkVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fromGlobalBusinessServiceCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fromGlobalPartnerRoleClassificationCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "globalBusinessActionCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "globalDocumentFunctionCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "globalProcessCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "globalUsageCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inResponseToGlobalBusinessActionCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "inResponseToInstanceIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isSecureTransportRequired": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "knownInitiatingPartnerID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "processInstanceIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "timeToAcknowledgeAcceptance": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "timeToAcknowledgeReceipt": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "timeToPerform": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "toGlobalBusinessServiceCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "toGlobalPartnerRoleClassificationCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "transactionInstanceIdentifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } + "businessActivityIdentifier": { + "type": "string" }, - "RosettaNetConnectorRecordSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } + "connectorName": { + "type": "string" }, - "RosettaNetControlInfo": { - "type": "object", - "properties": { - "encryptionPublicCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "globalPartnerClassificationCode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "globalUsageCode": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "Test", - "Production" - ] - }, - "partnerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "partnerIdType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "DUNS" - ] - }, - "partnerLocation": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signingPublicCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "supplyChainCode": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "connectorType": { + "type": "string" }, - "RosettaNetMessageOptions": { - "type": "object", - "properties": { - "attachmentCache": { - "type": "string", - "xml": { - "attribute": true - } - }, - "compressed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "contentTransferEncoding": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "binary", - "base64" - ] - }, - "encryptServiceHeader": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "encrypted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "encryptionAlgorithm": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "na", - "tripledes", - "des", - "rc2-128", - "rc2-64", - "rc2-40", - "aes-128", - "aes-192", - "aes-256" - ] - }, - "signatureDigestAlgorithm": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SHA1", - "SHA224", - "SHA256", - "SHA384", - "SHA512" - ] - }, - "signed": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } + "customFields": { + "type": "object" }, - "RosettaNetOptions": { - "type": "object", - "properties": { - "filterSignals": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundDocumentValidation": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "rejectDuplicateTransactions": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "version": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "v11", - "v20" - ] - } - } + "dateProcessed": { + "type": "string", + "format": "date-time" }, - "RosettaNetPartnerInfo": { - "type": "object", - "properties": { - "RosettaNetControlInfo": { - "type": "object", - "properties": { - "encryptionPublicCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "globalPartnerClassificationCode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "globalUsageCode": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "Test", - "Production" - ] - }, - "partnerId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "partnerIdType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "DUNS" - ] - }, - "partnerLocation": { - "type": "string", - "xml": { - "attribute": true - } - }, - "signingPublicCertificate": { - "type": "object", - "properties": { - "alias": { - "type": "string", - "xml": { - "attribute": true - } - }, - "certificate": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "format": "byte" - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "supplyChainCode": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "RosettaNetMessageOptions": { - "type": "object", - "properties": { - "attachmentCache": { - "type": "string", - "xml": { - "attribute": true - } - }, - "compressed": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "contentTransferEncoding": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "binary", - "base64" - ] - }, - "encryptServiceHeader": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "encrypted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "encryptionAlgorithm": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "na", - "tripledes", - "des", - "rc2-128", - "rc2-64", - "rc2-40", - "aes-128", - "aes-192", - "aes-256" - ] - }, - "signatureDigestAlgorithm": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "SHA1", - "SHA224", - "SHA256", - "SHA384", - "SHA512" - ] - }, - "signed": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "RosettaNetOptions": { - "type": "object", - "properties": { - "filterSignals": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundDocumentValidation": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "rejectDuplicateTransactions": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "version": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "v11", - "v20" - ] - } - } - } - } + "dateTime": { + "type": "string" }, - "SFTPCommunicationOptions": { - "type": "object", - "properties": { - "CommunicationSetting": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "default", - "custom", - "component" - ] - }, - "SFTPGetOptions": { - "required": [ - "fileToMove", - "maxFileCount", - "moveToDirectory", - "remoteDirectory" - ], - "type": "object", - "properties": { - "fileToMove": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ftpAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "actionget", - "actiongetdelete", - "actiongetmove" - ] - }, - "maxFileCount": { - "type": "integer", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "moveToDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "moveToForceOverride": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "remoteDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "useDefaultGetOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "SFTPSendOptions": { - "required": [ - "moveToDirectory", - "remoteDirectory" - ], - "type": "object", - "properties": { - "ftpAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "actionputrename", - "actionputappend", - "actionputerror", - "actionputoverwrite" - ] - }, - "moveToDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "moveToForceOverride": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "remoteDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "useDefaultSendOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - }, - "SFTPSettings": { - "required": [ - "SFTPProxySettings", - "SFTPSSHOptions", - "host", - "password", - "port", - "user" - ], - "type": "object", - "properties": { - "SFTPProxySettings": { - "required": [ - "host", - "password", - "port", - "user" - ], - "type": "object", - "properties": { - "host": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "password": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "port": { - "type": "integer", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "proxyEnabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ATOM", - "HTTP", - "SOCKS4", - "SOCKS5" - ] - }, - "user": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "SFTPSSHOptions": { - "required": [ - "knownHostEntry", - "sshkeypassword", - "sshkeypath" - ], - "type": "object", - "properties": { - "dhKeySizeMax1024": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "knownHostEntry": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sshkeyauth": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sshkeypassword": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sshkeypath": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "host": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "password": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "port": { - "type": "integer", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "useDefaultSettings": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "user": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "SharedCommunicationChannel": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "documentIndex": { + "type": "integer", + "format": "int32" }, - "SFTPGetOptions": { - "required": [ - "fileToMove", - "maxFileCount", - "moveToDirectory", - "remoteDirectory" - ], - "type": "object", - "properties": { - "fileToMove": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ftpAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "actionget", - "actiongetdelete", - "actiongetmove" - ] - }, - "maxFileCount": { - "type": "integer", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "moveToDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "moveToForceOverride": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "remoteDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "useDefaultGetOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } + "errorMessage": { + "type": "string" }, - "SFTPProxySettings": { - "required": [ - "host", - "password", - "port", - "user" - ], - "type": "object", - "properties": { - "host": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "password": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "port": { - "type": "integer", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "proxyEnabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ATOM", - "HTTP", - "SOCKS4", - "SOCKS5" - ] - }, - "user": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } + "executionId": { + "type": "string" }, - "SFTPSSHOptions": { - "required": [ - "knownHostEntry", - "sshkeypassword", - "sshkeypath" - ], - "type": "object", - "properties": { - "dhKeySizeMax1024": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "knownHostEntry": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sshkeyauth": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sshkeypassword": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sshkeypath": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } + "frameworkVersion": { + "type": "string" }, - "SFTPSendOptions": { - "required": [ - "moveToDirectory", - "remoteDirectory" - ], - "type": "object", - "properties": { - "ftpAction": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "actionputrename", - "actionputappend", - "actionputerror", - "actionputoverwrite" - ] - }, - "moveToDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "moveToForceOverride": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "remoteDirectory": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "useDefaultSendOptions": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } + "fromGlobalBusinessServiceCode": { + "type": "string" }, - "SFTPSettings": { - "required": [ - "SFTPProxySettings", - "SFTPSSHOptions", - "host", - "password", - "port", - "user" - ], - "type": "object", - "properties": { - "SFTPProxySettings": { - "required": [ - "host", - "password", - "port", - "user" - ], - "type": "object", - "properties": { - "host": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "password": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "port": { - "type": "integer", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "proxyEnabled": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "ATOM", - "HTTP", - "SOCKS4", - "SOCKS5" - ] - }, - "user": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "SFTPSSHOptions": { - "required": [ - "knownHostEntry", - "sshkeypassword", - "sshkeypath" - ], - "type": "object", - "properties": { - "dhKeySizeMax1024": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "knownHostEntry": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sshkeyauth": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sshkeypassword": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "sshkeypath": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "host": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "password": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "port": { - "type": "integer", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "useDefaultSettings": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "user": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } + "fromGlobalPartnerRoleClassificationCode": { + "type": "string" }, - "STXControlInfo": { - "type": "object", - "properties": { - "interchangeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeIdQualifier": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "globalBusinessActionCode": { + "type": "string" }, - "Schedule": { - "type": "object", - "properties": { - "daysOfMonth": { - "type": "string", - "xml": { - "attribute": true - } - }, - "daysOfWeek": { - "type": "string", - "xml": { - "attribute": true - } - }, - "hours": { - "type": "string", - "xml": { - "attribute": true - } - }, - "minutes": { - "type": "string", - "xml": { - "attribute": true - } - }, - "months": { - "type": "string", - "xml": { - "attribute": true - } - }, - "years": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "globalDocumentFunctionCode": { + "type": "string" }, - "ScheduleRetry": { - "type": "object", - "properties": { - "Schedule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "daysOfMonth": { - "type": "string", - "xml": { - "attribute": true - } - }, - "daysOfWeek": { - "type": "string", - "xml": { - "attribute": true - } - }, - "hours": { - "type": "string", - "xml": { - "attribute": true - } - }, - "minutes": { - "type": "string", - "xml": { - "attribute": true - } - }, - "months": { - "type": "string", - "xml": { - "attribute": true - } - }, - "years": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "maxRetry": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - } - } + "globalProcessCode": { + "type": "string" }, - "ScriptingInputs": { - "type": "object", - "properties": { - "Input": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "dataType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CHARACTER", - "DATETIME", - "FLOAT", - "INTEGER" - ] - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } + "globalUsageCode": { + "type": "string" }, - "ScriptingOutputs": { - "type": "object", - "properties": { - "Output": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "dataType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CHARACTER", - "DATETIME", - "FLOAT", - "INTEGER" - ] - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } + "id": { + "type": "string" }, - "ScriptingParameter": { - "type": "object", - "properties": { - "dataType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "CHARACTER", - "DATETIME", - "FLOAT", - "INTEGER" - ] - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "inResponseToGlobalBusinessActionCode": { + "type": "string" }, - "SelectedDocuments": { - "type": "object", - "properties": { - "Document": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "genericConnectorRecordId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } + "inResponseToInstanceIdentifier": { + "type": "string" }, - "SharedCommunication": { - "type": "object", - "properties": { - "field": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentOverride": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "customProperties": { - "type": "object", - "properties": { - "properties": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "encryptedValueSet": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useDefault": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "usesEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "isSecureTransportRequired": { + "type": "string" }, - "SharedCommunicationChannel": { - "type": "object", - "properties": { - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "knownInitiatingPartnerID": { + "type": "string" }, - "SharedCommunications": { - "type": "object", - "properties": { - "sharedCommunication": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "field": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentOverride": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "customProperties": { - "type": "object" - }, - "encryptedValueSet": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useDefault": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "usesEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } + "operationName": { + "type": "string" }, - "SharedServerInformation": { - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "basic", - "intermediate", - "advanced" - ] - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "auth": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "basic" - ] - }, - "authToken": { - "type": "string", - "xml": { - "attribute": true - } - }, - "checkForwardedHeaders": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "externalHost": { - "type": "string", - "xml": { - "attribute": true - } - }, - "externalHttpPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "externalHttpsPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpsPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "internalHost": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxThreads": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "minAuth": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "basic" - ] - }, - "overrideUrl": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sslCertificateId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "url": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "outboundValidationReport": { + "type": "string" }, - "SharedServerInformationBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } + "outboundValidationStatus": { + "type": "string" }, - "SharedServerInformationBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "basic", - "intermediate", - "advanced" - ] - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "auth": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "basic" - ] - }, - "authToken": { - "type": "string", - "xml": { - "attribute": true - } - }, - "checkForwardedHeaders": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "externalHost": { - "type": "string", - "xml": { - "attribute": true - } - }, - "externalHttpPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "externalHttpsPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "httpsPort": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "internalHost": { - "type": "string", - "xml": { - "attribute": true - } - }, - "maxThreads": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "minAuth": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "none", - "basic" - ] - }, - "overrideUrl": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "sslCertificateId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "url": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } + "processInstanceIdentifier": { + "type": "string" }, - "SharedWebServer": { - "required": [ - "atomId", - "cloudTennantGeneral", - "corsConfiguration", - "generalSettings", - "userManagement" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "cloudTennantGeneral": { - "required": [ - "apiType", - "authType", - "baseUrl", - "listenerPorts" - ], - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "authType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "baseUrl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerPorts": { - "type": "object", - "properties": { - "port": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - }, - "corsConfiguration": { - "type": "object", - "properties": { - "origins": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "domain" - ], - "type": "object", - "properties": { - "EnableHTTPRequestHandling": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": false - }, - "EnableHTTPSRequestHandling": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": false - }, - "allowCredentials": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": false - }, - "allowMethods": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "header" - } - } - }, - "allowRequestHeaders": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "header" - } - } - }, - "allowResponseHeaders": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "header" - } - } - }, - "cacheTimeout": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "domain": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ports": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "integer", - "format": "int32" - } - } - } - } - } - } - }, - "generalSettings": { - "required": [ - "apiType", - "authentication", - "baseUrl", - "externalHost", - "internalHost", - "listenerPorts", - "protectedHeaders", - "sslCertificate" - ], - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "authentication": { - "required": [ - "authType", - "clientCertificateHeaderName", - "loginModuleClassName", - "loginModuleOptions" - ], - "type": "object", - "properties": { - "authType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "cacheAuthenticationTimeout": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "cacheAuthorizationCredentials": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "clientCertificateHeaderName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "loginModuleClassName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "loginModuleOptions": { - "type": "object" - } - } - }, - "baseUrl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "examineForwardHeaders": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "externalHost": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "internalHost": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerPorts": { - "type": "object", - "properties": { - "port": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "maxNumberOfThreads": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "overrideUrl": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "protectedHeaders": { - "type": "object", - "properties": { - "header": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "header" - } - } - } - } - }, - "sslCertificate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "shouldRestartPlugin": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "userManagement": { - "type": "object", - "properties": { - "enableAPIMInternalRoles": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "users": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "username" - ], - "type": "object", - "properties": { - "clientCertificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentFilters": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "header" - } - } - }, - "externalUsername": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ipFilters": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "header" - } - } - }, - "roleAssociations": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "header" - } - } - }, - "token": { - "type": "string", - "xml": { - "attribute": true - } - }, - "username": { - "type": "string", - "xml": { - "attribute": true - } - }, - "usingComponentFilters": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "usingIPFilters": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - } - } - } - } - } + "receiverID": { + "type": "string" }, - "SharedWebServerAuthentication": { - "required": [ - "authType", - "clientCertificateHeaderName", - "loginModuleClassName", - "loginModuleOptions" - ], - "type": "object", - "properties": { - "authType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "cacheAuthenticationTimeout": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "cacheAuthorizationCredentials": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "clientCertificateHeaderName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "loginModuleClassName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "loginModuleOptions": { - "type": "object", - "properties": { - "loginModule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "name", - "value" - ], - "type": "object", - "properties": { - "encrypt": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "name": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "value": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - } - } - } + "senderID": { + "type": "string" + }, + "size": { + "type": "integer", + "format": "int64" }, - "SharedWebServerBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } + "successful": { + "type": "boolean" }, - "SharedWebServerBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "atomId", - "cloudTennantGeneral", - "corsConfiguration", - "generalSettings", - "userManagement" - ], - "type": "object", - "properties": { - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "cloudTennantGeneral": { - "required": [ - "apiType", - "authType", - "baseUrl", - "listenerPorts" - ], - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "authType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "baseUrl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerPorts": { - "type": "object" - } - } - }, - "corsConfiguration": { - "type": "object", - "properties": { - "origins": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "generalSettings": { - "required": [ - "apiType", - "authentication", - "baseUrl", - "externalHost", - "internalHost", - "listenerPorts", - "protectedHeaders", - "sslCertificate" - ], - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "authentication": { - "type": "object" - }, - "baseUrl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "examineForwardHeaders": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "externalHost": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "internalHost": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerPorts": { - "type": "object" - }, - "maxNumberOfThreads": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "overrideUrl": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "protectedHeaders": { - "type": "object" - }, - "sslCertificate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "shouldRestartPlugin": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "userManagement": { - "type": "object", - "properties": { - "enableAPIMInternalRoles": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "users": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } + "timeToAcknowledgeAcceptance": { + "type": "string" }, - "SharedWebServerCORSOrigin": { - "required": [ - "domain" - ], - "type": "object", - "properties": { - "EnableHTTPRequestHandling": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": false - }, - "EnableHTTPSRequestHandling": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": false - }, - "allowCredentials": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": false - }, - "allowMethods": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "header" - } - } - }, - "allowRequestHeaders": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "header" - } - } - }, - "allowResponseHeaders": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "header" - } - } - }, - "cacheTimeout": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "domain": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ports": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "integer", - "format": "int32" - } - } - } + "timeToAcknowledgeReceipt": { + "type": "string" }, - "SharedWebServerCloudTennantGeneral": { - "required": [ - "apiType", - "authType", - "baseUrl", - "listenerPorts" - ], - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "authType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "baseUrl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerPorts": { - "type": "object", - "properties": { - "port": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "authType", - "baseUrlForRequest" - ], - "type": "object", - "properties": { - "authType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "baseUrlForRequest": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "defaultPort": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "enablePort": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "externalPort": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "externalSSL": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "port": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ssl": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - } - } - } + "timeToPerform": { + "type": "string" }, - "SharedWebServerCors": { - "type": "object", - "properties": { - "origins": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "domain" - ], - "type": "object", - "properties": { - "EnableHTTPRequestHandling": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": false - }, - "EnableHTTPSRequestHandling": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": false - }, - "allowCredentials": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "default": false - }, - "allowMethods": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "header" - } - } - }, - "allowRequestHeaders": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "header" - } - } - }, - "allowResponseHeaders": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "header" - } - } - }, - "cacheTimeout": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "domain": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ports": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "integer", - "format": "int32" - } - } - } - } - } - } + "toGlobalBusinessServiceCode": { + "type": "string" }, - "SharedWebServerGeneral": { - "required": [ - "apiType", - "authentication", - "baseUrl", - "externalHost", - "internalHost", - "listenerPorts", - "protectedHeaders", - "sslCertificate" - ], - "type": "object", - "properties": { - "apiType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "authentication": { - "required": [ - "authType", - "clientCertificateHeaderName", - "loginModuleClassName", - "loginModuleOptions" - ], - "type": "object", - "properties": { - "authType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "cacheAuthenticationTimeout": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "cacheAuthorizationCredentials": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "clientCertificateHeaderName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "loginModuleClassName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "loginModuleOptions": { - "type": "object", - "properties": { - "loginModule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - } - } - }, - "baseUrl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "examineForwardHeaders": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "externalHost": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "internalHost": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "listenerPorts": { - "type": "object", - "properties": { - "port": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "authType", - "baseUrlForRequest" - ], - "type": "object", - "properties": { - "authType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "baseUrlForRequest": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "defaultPort": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "enablePort": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "externalPort": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "externalSSL": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "port": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ssl": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - } - }, - "maxNumberOfThreads": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "overrideUrl": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "protectedHeaders": { - "type": "object", - "properties": { - "header": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "header" - } - } - } - } - }, - "sslCertificate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } + "toGlobalPartnerRoleClassificationCode": { + "type": "string" }, - "SharedWebServerLoginModuleConfiguration": { - "type": "object", - "properties": { - "loginModule": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "name", - "value" - ], - "type": "object", - "properties": { - "encrypt": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "name": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "value": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - } + "transactionInstanceIdentifier": { + "type": "string" + } + } + }, + "RosettaNetConnectorRecordExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/RosettaNetConnectorRecordSimpleExpression" }, - "SharedWebServerLoginModuleOption": { - "required": [ - "name", - "value" - ], - "type": "object", - "properties": { - "encrypt": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "name": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "value": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } + { + "$ref": "#/components/schemas/RosettaNetConnectorRecordGroupingExpression" + } + ] + }, + "RosettaNetConnectorRecordGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RosettaNetConnectorRecordExpression" + } }, - "SharedWebServerPort": { - "required": [ - "authType", - "baseUrlForRequest" - ], - "type": "object", - "properties": { - "authType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "baseUrlForRequest": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "defaultPort": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "enablePort": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "externalPort": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "externalSSL": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "port": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ssl": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "RosettaNetConnectorRecordQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "RosettaNetConnectorRecordQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RosettaNetConnectorRecord" + } + } + } + }, + "RosettaNetConnectorRecordSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "RosettaNetControlInfo": { + "type": "object", + "properties": { + "encryptionPublicCertificate": { + "type": "object" + }, + "globalPartnerClassificationCode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "globalUsageCode": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "Test", + "Production" + ] + }, + "partnerId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "partnerIdType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "DUNS" + ] + }, + "partnerLocation": { + "type": "string", + "xml": { + "attribute": true + } + }, + "signingPublicCertificate": { + "type": "object" + }, + "supplyChainCode": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "RosettaNetMessageOptions": { + "type": "object", + "properties": { + "attachmentCache": { + "type": "string", + "xml": { + "attribute": true + } + }, + "compressed": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "contentTransferEncoding": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "binary", + "base64" + ] + }, + "encryptServiceHeader": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "encrypted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "encryptionAlgorithm": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "na", + "tripledes", + "des", + "rc2-128", + "rc2-64", + "rc2-40", + "aes-128", + "aes-192", + "aes-256" + ] + }, + "signatureDigestAlgorithm": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "SHA1", + "SHA224", + "SHA256", + "SHA384", + "SHA512" + ] + }, + "signed": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "RosettaNetOptions": { + "type": "object", + "properties": { + "filterSignals": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundDocumentValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "rejectDuplicateTransactions": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "version": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "v11", + "v20" + ] + } + } + }, + "RosettaNetPartnerInfo": { + "type": "object", + "properties": { + "RosettaNetControlInfo": { + "type": "object" }, - "SharedWebServerProtectedHeaders": { - "type": "object", - "properties": { - "header": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "header" - } - } - } - } + "RosettaNetMessageOptions": { + "type": "object" }, - "SharedWebServerUser": { - "required": [ - "username" - ], - "type": "object", - "properties": { - "clientCertificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentFilters": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "header" - } - } - }, - "externalUsername": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ipFilters": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "header" - } - } - }, - "roleAssociations": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "header" - } - } - }, - "token": { - "type": "string", - "xml": { - "attribute": true - } - }, - "username": { - "type": "string", - "xml": { - "attribute": true - } - }, - "usingComponentFilters": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "usingIPFilters": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } + "RosettaNetOptions": { + "type": "object" + } + } + }, + "SFTPCommunicationOptions": { + "type": "object", + "properties": { + "CommunicationSetting": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "default", + "custom", + "component" + ] }, - "SharedWebServerUserManagement": { - "type": "object", - "properties": { - "enableAPIMInternalRoles": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "users": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "username" - ], - "type": "object", - "properties": { - "clientCertificate": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentFilters": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "header" - } - } - }, - "externalUsername": { - "type": "string", - "xml": { - "attribute": true - } - }, - "ipFilters": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "header" - } - } - }, - "roleAssociations": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "header" - } - } - }, - "token": { - "type": "string", - "xml": { - "attribute": true - } - }, - "username": { - "type": "string", - "xml": { - "attribute": true - } - }, - "usingComponentFilters": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "usingIPFilters": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - } - } - } + "SFTPGetOptions": { + "type": "object" }, - "SimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "allOf": [ - { - "type": "object" - }, - { - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - } - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - ] + "SFTPSendOptions": { + "type": "object" }, - "SimpleLookupTable": { - "required": [ - "Rows" - ], - "type": "object", - "properties": { - "Rows": { - "type": "object", - "properties": { - "Row": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "ref1", - "ref2" - ], - "type": "object", - "properties": { - "ref1": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ref2": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - } - } - } + "SFTPSettings": { + "type": "object" }, - "SimpleLookupTableRow": { - "required": [ - "ref1", - "ref2" - ], - "type": "object", - "properties": { - "ref1": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ref2": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } + "SharedCommunicationChannel": { + "type": "object" + } + } + }, + "SFTPGetOptions": { + "required": [ + "fileToMove", + "maxFileCount", + "moveToDirectory", + "remoteDirectory" + ], + "type": "object", + "properties": { + "fileToMove": { + "type": "string" + }, + "ftpAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "actionget", + "actiongetdelete", + "actiongetmove" + ] + }, + "maxFileCount": { + "type": "integer" + }, + "moveToDirectory": { + "type": "string" + }, + "moveToForceOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "remoteDirectory": { + "type": "string" + }, + "useDefaultGetOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "SFTPProxySettings": { + "required": [ + "host", + "password", + "port", + "user" + ], + "type": "object", + "properties": { + "host": { + "type": "string" + }, + "password": { + "type": "string" + }, + "port": { + "type": "integer" + }, + "proxyEnabled": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "ATOM", + "HTTP", + "SOCKS4", + "SOCKS5" + ] + }, + "user": { + "type": "string" + } + } + }, + "SFTPSSHOptions": { + "required": [ + "knownHostEntry", + "sshkeypassword", + "sshkeypath" + ], + "type": "object", + "properties": { + "dhKeySizeMax1024": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "knownHostEntry": { + "type": "string" + }, + "sshkeyauth": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sshkeypassword": { + "type": "string" + }, + "sshkeypath": { + "type": "string" + } + } + }, + "SFTPSendOptions": { + "required": [ + "moveToDirectory", + "remoteDirectory" + ], + "type": "object", + "properties": { + "ftpAction": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "actionputrename", + "actionputappend", + "actionputerror", + "actionputoverwrite" + ] + }, + "moveToDirectory": { + "type": "string" + }, + "moveToForceOverride": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "remoteDirectory": { + "type": "string" + }, + "useDefaultSendOptions": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "SFTPSettings": { + "required": [ + "SFTPProxySettings", + "SFTPSSHOptions", + "host", + "password", + "port", + "user" + ], + "type": "object", + "properties": { + "SFTPProxySettings": { + "type": "object" }, - "SimpleLookupTableRows": { - "type": "object", - "properties": { - "Row": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "ref1", - "ref2" - ], - "type": "object", - "properties": { - "ref1": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ref2": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - } + "SFTPSSHOptions": { + "type": "object" + }, + "host": { + "type": "string" + }, + "password": { + "type": "string" + }, + "port": { + "type": "integer" + }, + "useDefaultSettings": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "user": { + "type": "string" + } + } + }, + "STXControlInfo": { + "type": "object", + "properties": { + "interchangeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeIdQualifier": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "Schedule": { + "type": "object", + "properties": { + "daysOfMonth": { + "type": "string", + "xml": { + "attribute": true + } + }, + "daysOfWeek": { + "type": "string", + "xml": { + "attribute": true + } + }, + "hours": { + "type": "string", + "xml": { + "attribute": true + } + }, + "minutes": { + "type": "string", + "xml": { + "attribute": true + } + }, + "months": { + "type": "string", + "xml": { + "attribute": true + } + }, + "years": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "ScheduleRetry": { + "type": "object", + "properties": { + "Schedule": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Schedule" + } + }, + "maxRetry": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + } + } + }, + "ScriptingInputs": { + "type": "object", + "properties": { + "Input": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ScriptingParameter" + } + } + } + }, + "ScriptingOutputs": { + "type": "object", + "properties": { + "Output": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ScriptingParameter" + } + } + } + }, + "ScriptingParameter": { + "type": "object", + "properties": { + "dataType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "CHARACTER", + "DATETIME", + "FLOAT", + "INTEGER" + ] + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "SelectedDocuments": { + "type": "object", + "properties": { + "Document": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Document" + } + } + } + }, + "SharedCommunication": { + "type": "object", + "properties": { + "field": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Field" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "SharedCommunicationChannel": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "SharedCommunications": { + "type": "object", + "properties": { + "sharedCommunication": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SharedCommunication" + } + } + } + }, + "SharedServerInformation": { + "type": "object", + "properties": { + "apiType": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "basic", + "intermediate", + "advanced" + ] + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "auth": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "basic" + ] + }, + "authToken": { + "type": "string", + "xml": { + "attribute": true + } + }, + "checkForwardedHeaders": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "externalHost": { + "type": "string", + "xml": { + "attribute": true + } + }, + "externalHttpPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "externalHttpsPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "httpsPort": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "internalHost": { + "type": "string", + "xml": { + "attribute": true + } + }, + "maxThreads": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "minAuth": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "none", + "basic" + ] + }, + "overrideUrl": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "sslCertificateId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "url": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "SharedServerInformationBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "SharedServerInformationBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/SharedServerInformation" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "SharedWebServer": { + "required": [ + "atomId", + "cloudTennantGeneral", + "corsConfiguration", + "generalSettings", + "userManagement" + ], + "type": "object", + "properties": { + "atomId": { + "type": "string" + }, + "cloudTennantGeneral": { + "type": "object" + }, + "corsConfiguration": { + "type": "object" + }, + "generalSettings": { + "type": "object" + }, + "shouldRestartPlugin": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "userManagement": { + "type": "object" + } + } + }, + "SharedWebServerAuthentication": { + "required": [ + "authType", + "clientCertificateHeaderName", + "loginModuleClassName", + "loginModuleOptions" + ], + "type": "object", + "properties": { + "authType": { + "type": "string" + }, + "cacheAuthenticationTimeout": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "cacheAuthorizationCredentials": { + "type": "boolean" + }, + "clientCertificateHeaderName": { + "type": "string" + }, + "loginModuleClassName": { + "type": "string" + }, + "loginModuleOptions": { + "type": "object" + } + } + }, + "SharedWebServerBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "SharedWebServerBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/SharedWebServer" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "SharedWebServerCORSOrigin": { + "required": [ + "domain" + ], + "type": "object", + "properties": { + "EnableHTTPRequestHandling": { + "type": "boolean", + "default": false + }, + "EnableHTTPSRequestHandling": { + "type": "boolean", + "default": false + }, + "allowCredentials": { + "type": "boolean", + "default": false + }, + "allowMethods": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + }, + "allowRequestHeaders": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + }, + "allowResponseHeaders": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + }, + "cacheTimeout": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "domain": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ports": { + "type": "array", + "items": { + "type": "integer", + "format": "int32" + } + } + } + }, + "SharedWebServerCloudTennantGeneral": { + "required": [ + "apiType", + "authType", + "baseUrl", + "listenerPorts" + ], + "type": "object", + "properties": { + "apiType": { + "type": "string" + }, + "authType": { + "type": "string" + }, + "baseUrl": { + "type": "string" + }, + "listenerPorts": { + "type": "object" + } + } + }, + "SharedWebServerCors": { + "type": "object", + "properties": { + "origins": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SharedWebServerCORSOrigin" + } + } + } + }, + "SharedWebServerGeneral": { + "required": [ + "apiType", + "authentication", + "baseUrl", + "externalHost", + "internalHost", + "listenerPorts", + "protectedHeaders", + "sslCertificate" + ], + "type": "object", + "properties": { + "apiType": { + "type": "string" + }, + "authentication": { + "type": "object" + }, + "baseUrl": { + "type": "string" + }, + "examineForwardHeaders": { + "type": "boolean" + }, + "externalHost": { + "type": "string" + }, + "internalHost": { + "type": "string" + }, + "listenerPorts": { + "type": "object" + }, + "maxNumberOfThreads": { + "type": "integer", + "format": "int32" + }, + "overrideUrl": { + "type": "boolean" + }, + "protectedHeaders": { + "type": "object" + }, + "sslCertificate": { + "type": "string" + } + } + }, + "SharedWebServerLoginModuleConfiguration": { + "type": "object", + "properties": { + "loginModule": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SharedWebServerLoginModuleOption" + } + } + } + }, + "SharedWebServerLoginModuleOption": { + "required": [ + "name", + "value" + ], + "type": "object", + "properties": { + "encrypt": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, + "SharedWebServerPort": { + "required": [ + "authType", + "baseUrlForRequest" + ], + "type": "object", + "properties": { + "authType": { + "type": "string" + }, + "baseUrlForRequest": { + "type": "string" + }, + "defaultPort": { + "type": "boolean" + }, + "enablePort": { + "type": "boolean" + }, + "externalPort": { + "type": "integer", + "format": "int32" + }, + "externalSSL": { + "type": "boolean" + }, + "port": { + "type": "integer", + "format": "int32" + }, + "ssl": { + "type": "boolean" + } + } + }, + "SharedWebServerProtectedHeaders": { + "type": "object", + "properties": { + "header": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + } + } + }, + "SharedWebServerUser": { + "required": [ + "username" + ], + "type": "object", + "properties": { + "clientCertificate": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentFilters": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + }, + "externalUsername": { + "type": "string", + "xml": { + "attribute": true + } + }, + "ipFilters": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + }, + "roleAssociations": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "header" + } + } + }, + "token": { + "type": "string", + "xml": { + "attribute": true + } + }, + "username": { + "type": "string", + "xml": { + "attribute": true + } + }, + "usingComponentFilters": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "usingIPFilters": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "SharedWebServerUserManagement": { + "type": "object", + "properties": { + "enableAPIMInternalRoles": { + "type": "boolean" + }, + "users": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SharedWebServerUser" + } + } + } + }, + "SimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/Expression" + }, + { + "type": "object", + "properties": { + "argument": { + "type": "array", + "xml": { + "namespace": "http://api.platform.boomi.com/" + }, + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + } + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + ] + }, + "SimpleLookupTable": { + "required": [ + "Rows" + ], + "type": "object", + "properties": { + "Rows": { + "type": "object" + } + } + }, + "SimpleLookupTableRow": { + "required": [ + "ref1", + "ref2" + ], + "type": "object", + "properties": { + "ref1": { + "type": "string" + }, + "ref2": { + "type": "string" + } + } + }, + "SimpleLookupTableRows": { + "type": "object", + "properties": { + "Row": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SimpleLookupTableRow" + } + } + } + }, + "ThroughputAccount": { + "type": "object", + "properties": { + "accountId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "atomId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "date": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + }, + "ThroughputAccountExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/ThroughputAccountSimpleExpression" + }, + { + "$ref": "#/components/schemas/ThroughputAccountGroupingExpression" + } + ] + }, + "ThroughputAccountGroup": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/ThroughputAccount" + } + ] + }, + "ThroughputAccountGroupExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/ThroughputAccountGroupSimpleExpression" + }, + { + "$ref": "#/components/schemas/ThroughputAccountGroupGroupingExpression" + } + ] + }, + "ThroughputAccountGroupGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ThroughputAccountGroupExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "ThroughputAccountGroupQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "ThroughputAccountGroupQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ThroughputAccountGroup" + } + } + } + }, + "ThroughputAccountGroupSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "accountGroupId", + "processDate" + ] + } + } + }, + "ThroughputAccountGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ThroughputAccountExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "ThroughputAccountQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "ThroughputAccountQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ThroughputAccount" + } + } + } + }, + "ThroughputAccountSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "environmentId", + "atomId", + "processDate" + ] + } + } + }, + "TopicSubscriber": { + "type": "object", + "properties": { + "SubscriberName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deadLettersCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "messageCount": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + } + } + }, + "TrackedField": { + "type": "object", + "properties": { + "name": { + "type": "string", + "xml": { + "attribute": true + } + }, + "value": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "TrackedFields": { + "type": "object", + "properties": { + "trackedField": { + "type": "array", + "items": { + "$ref": "#/components/schemas/TrackedField" + } + } + } + }, + "TradacomsConnectorRecord": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "actionType": { + "type": "string" + }, + "applicationReference": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "connectorName": { + "type": "string" + }, + "connectorType": { + "type": "string" }, - "ThroughputAccount": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } + "customFields": { + "type": "object" }, - "ThroughputAccountExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "atomId", - "processDate" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "date": { + "type": "string" }, - "ThroughputAccountGroup": { - "type": "object", - "allOf": [ - { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - ] + "dateProcessed": { + "type": "string", + "format": "date-time" }, - "ThroughputAccountGroupExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountGroupId", - "processDate" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "documentIndex": { + "type": "integer", + "format": "int32" }, - "ThroughputAccountGroupGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountGroupId", - "processDate" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "errorMessage": { + "type": "string" }, - "ThroughputAccountGroupQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountGroupId", - "processDate" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } + "executionId": { + "type": "string" }, - "ThroughputAccountGroupQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "allOf": [ - { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - ] - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } + "fileGenerationNumber": { + "type": "string" }, - "ThroughputAccountGroupSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "accountGroupId", - "processDate" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } + "fileVersionNumber": { + "type": "string" }, - "ThroughputAccountGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "atomId", - "processDate" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "id": { + "type": "string" }, - "ThroughputAccountQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "atomId", - "processDate" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } + "messageType": { + "type": "string" }, - "ThroughputAccountQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "accountId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "atomId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "date": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } + "operationName": { + "type": "string" }, - "ThroughputAccountSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "environmentId", - "atomId", - "processDate" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } + "receiverName": { + "type": "string" }, - "TopicSubscriber": { - "type": "object", - "properties": { - "SubscriberName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deadLettersCount": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "messageCount": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - } - } + "receiverTransmissionReference": { + "type": "string" }, - "TrackedField": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "senderName": { + "type": "string" }, - "TrackedFields": { - "type": "object", - "properties": { - "trackedField": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } + "senderTransmissionReference": { + "type": "string" }, - "TradacomsConnectorRecord": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "applicationReference": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object", - "properties": { - "fields": { - "type": "array", - "items": { - "type": "object" - } - } - }, - "xml": { - "name": "customFields", - "namespace": "http://api.platform.boomi.com/" - } - }, - "date": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fileGenerationNumber": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fileVersionNumber": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverTransmissionReference": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderTransmissionReference": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "time": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "transmissionPriorityCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "validationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "validationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } + "size": { + "type": "integer", + "format": "int64" }, - "TradacomsConnectorRecordExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "successful": { + "type": "boolean" }, - "TradacomsConnectorRecordGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "time": { + "type": "string" }, - "TradacomsConnectorRecordQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } + "transmissionPriorityCode": { + "type": "string" }, - "TradacomsConnectorRecordQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "applicationReference": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object", - "properties": { - "fields": { - "type": "array", - "items": { - "type": "object" - } - } - }, - "xml": { - "name": "customFields", - "namespace": "http://api.platform.boomi.com/" - } - }, - "date": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fileGenerationNumber": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fileVersionNumber": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "messageType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverTransmissionReference": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderTransmissionReference": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "time": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "transmissionPriorityCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "validationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "validationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } + "validationReport": { + "type": "string" }, - "TradacomsConnectorRecordSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } + "validationStatus": { + "type": "string" + } + } + }, + "TradacomsConnectorRecordExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/TradacomsConnectorRecordSimpleExpression" + }, + { + "$ref": "#/components/schemas/TradacomsConnectorRecordGroupingExpression" + } + ] + }, + "TradacomsConnectorRecordGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/TradacomsConnectorRecordExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "TradacomsConnectorRecordQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "TradacomsConnectorRecordQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/TradacomsConnectorRecord" + } + } + } + }, + "TradacomsConnectorRecordSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "TradacomsControlInfo": { + "type": "object", + "properties": { + "STXControlInfo": { + "type": "object" + } + } + }, + "TradacomsOptions": { + "type": "object", + "properties": { + "compositeDelimiter": { + "type": "object" + }, + "elementDelimiter": { + "type": "object" }, + "filterAcknowledgements": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "segmentTerminator": { + "type": "object" + }, + "useReconciliationMessage": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "TradacomsPartnerInfo": { + "type": "object", + "properties": { "TradacomsControlInfo": { - "type": "object", - "properties": { - "STXControlInfo": { - "type": "object", - "properties": { - "interchangeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeIdQualifier": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "type": "object" }, "TradacomsOptions": { - "type": "object", - "properties": { - "compositeDelimiter": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } - }, - "elementDelimiter": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } - }, - "filterAcknowledgements": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "segmentTerminator": { - "type": "object", - "properties": { - "segmentTerminatorSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "segmentTerminatorValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "newline", - "singlequote", - "tilde", - "carriagereturn", - "bytecharacter", - "othercharacter" - ] - } - } - }, - "useReconciliationMessage": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } + "type": "object" + } + } + }, + "TradingPartner": { + "type": "object", + "properties": { + "category": { + "type": "array", + "items": { + "$ref": "#/components/schemas/TradingPartnerCategory" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "TradingPartnerCategory": { + "type": "object", + "properties": { + "field": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Field" + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "name": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "TradingPartnerComponent": { + "required": [ + "ContactInfo", + "PartnerCommunication", + "PartnerDocumentTypes", + "PartnerInfo" + ], + "type": "object", + "properties": { + "ContactInfo": { + "type": "object" }, - "TradacomsPartnerInfo": { - "type": "object", - "properties": { - "TradacomsControlInfo": { - "type": "object", - "properties": { - "STXControlInfo": { - "type": "object", - "properties": { - "interchangeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeIdQualifier": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "TradacomsOptions": { - "type": "object", - "properties": { - "compositeDelimiter": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } - }, - "elementDelimiter": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } - }, - "filterAcknowledgements": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "segmentTerminator": { - "type": "object", - "properties": { - "segmentTerminatorSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "segmentTerminatorValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "newline", - "singlequote", - "tilde", - "carriagereturn", - "bytecharacter", - "othercharacter" - ] - } - } - }, - "useReconciliationMessage": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - } - } + "PartnerCommunication": { + "type": "object" }, - "TradingPartner": { - "type": "object", - "properties": { - "category": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "field": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentOverride": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "customProperties": { - "type": "object" - }, - "encryptedValueSet": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useDefault": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "usesEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } + "PartnerCommunicationTypes": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "PartnerCommunicationTypes" } + } }, - "TradingPartnerCategory": { - "type": "object", - "properties": { - "field": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "componentOverride": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "customProperties": { - "type": "object", - "properties": { - "properties": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "encryptedValueSet": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "useDefault": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "usesEncryption": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "value": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "PartnerDocumentTypes": { + "type": "object" }, - "TradingPartnerComponent": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "required": [ - "address1", - "address2", - "city", - "contactName", - "country", - "email", - "fax", - "phone", - "postalcode", - "state" - ], - "type": "object", - "properties": { - "address1": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "address2": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "city": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "contactName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "country": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "email": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fax": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "phone": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "postalcode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "state": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "PartnerCommunication": { - "type": "object", - "properties": { - "AS2CommunicationOptions": { - "type": "object", - "properties": { - "AS2DefaultPartnerSettings": { - "type": "object" - }, - "AS2ReceiveOptions": { - "type": "object" - }, - "AS2SendOptions": { - "type": "object" - }, - "AS2SendSettings": { - "type": "object" - }, - "CommunicationSetting": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "default", - "custom", - "component" - ] - }, - "SharedCommunicationChannel": { - "type": "object" - } - } - }, - "DiskCommunicationOptions": { - "type": "object", - "properties": { - "CommunicationSetting": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "default", - "custom", - "component" - ] - }, - "DiskGetOptions": { - "type": "object" - }, - "DiskSendOptions": { - "type": "object" - }, - "SharedCommunicationChannel": { - "type": "object" - } - } - }, - "FTPCommunicationOptions": { - "type": "object", - "properties": { - "CommunicationSetting": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "default", - "custom", - "component" - ] - }, - "FTPGetOptions": { - "type": "object" - }, - "FTPSendOptions": { - "type": "object" - }, - "FTPSettings": { - "type": "object" - }, - "SharedCommunicationChannel": { - "type": "object" - } - } - }, - "HTTPCommunicationOptions": { - "type": "object", - "properties": { - "CommunicationSetting": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "default", - "custom", - "component" - ] - }, - "HTTPGetOptions": { - "type": "object" - }, - "HTTPListenOptions": { - "type": "object" - }, - "HTTPSendOptions": { - "type": "object" - }, - "HTTPSettings": { - "type": "object" - }, - "SharedCommunicationChannel": { - "type": "object" - } - } - }, - "MLLPCommunicationOptions": { - "type": "object", - "properties": { - "MLLPSendSettings": { - "type": "object" - } - } - }, - "OFTPCommunicationOptions": { - "type": "object", - "properties": { - "CommunicationSetting": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "default", - "custom", - "component" - ] - }, - "OFTPConnectionSettings": { - "type": "object" - }, - "OFTPGetOptions": { - "type": "object" - }, - "OFTPSendOptions": { - "type": "object" - }, - "OFTPServerListenOptions": { - "type": "object" - }, - "SharedCommunicationChannel": { - "type": "object" - } - } - }, - "SFTPCommunicationOptions": { - "type": "object", - "properties": { - "CommunicationSetting": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "default", - "custom", - "component" - ] - }, - "SFTPGetOptions": { - "type": "object" - }, - "SFTPSendOptions": { - "type": "object" - }, - "SFTPSettings": { - "type": "object" - }, - "SharedCommunicationChannel": { - "type": "object" - } - } - } - } - }, - "PartnerCommunicationTypes": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "PartnerCommunicationTypes" - } - } - }, - "PartnerDocumentTypes": { - "type": "object", - "properties": { - "PartnerDocumentType": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "expectAckForOutbound": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "invalidDocumentRouting": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "documentsPath", - "errorsPath" - ] - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - }, - "profileId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "qualifierValidation": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "typeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "use999Ack": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "useTA1Ack": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "validateOutboundTransactionSets": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "PartnerInfo": { - "type": "object", - "properties": { - "CustomPartnerInfo": { - "type": "object" - }, - "EdifactPartnerInfo": { - "required": [ - "EdifactControlInfo", - "EdifactOptions" - ], - "type": "object", - "properties": { - "EdifactControlInfo": { - "type": "object" - }, - "EdifactOptions": { - "type": "object" - } - } - }, - "HL7PartnerInfo": { - "type": "object", - "properties": { - "HL7ControlInfo": { - "type": "object" - }, - "HL7Options": { - "type": "object" - } - } - }, - "OdettePartnerInfo": { - "required": [ - "OdetteControlInfo", - "OdetteOptions" - ], - "type": "object", - "properties": { - "OdetteControlInfo": { - "type": "object" - }, - "OdetteOptions": { - "type": "object" - } - } - }, - "RosettaNetPartnerInfo": { - "type": "object", - "properties": { - "RosettaNetControlInfo": { - "type": "object" - }, - "RosettaNetMessageOptions": { - "type": "object" - }, - "RosettaNetOptions": { - "type": "object" - } - } - }, - "TradacomsPartnerInfo": { - "type": "object", - "properties": { - "TradacomsControlInfo": { - "type": "object" - }, - "TradacomsOptions": { - "type": "object" - } - } - }, - "X12PartnerInfo": { - "type": "object", - "properties": { - "X12ControlInfo": { - "type": "object" - }, - "X12Options": { - "type": "object" - } - } - } - } - }, - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "tradingpartner", - "mycompany" - ] - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "identifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "organizationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "standard": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } + "PartnerInfo": { + "type": "object" + }, + "classification": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "tradingpartner", + "mycompany" + ] + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "identifier": { + "type": "string", + "xml": { + "attribute": true + } + }, + "organizationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "standard": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "x12", + "edifact", + "hl7", + "custom", + "rosettanet", + "tradacoms", + "odette" + ] + } + } + }, + "TradingPartnerComponentBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "TradingPartnerComponentBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/TradingPartnerComponent" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "TradingPartnerComponentExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/TradingPartnerComponentSimpleExpression" + }, + { + "$ref": "#/components/schemas/TradingPartnerComponentGroupingExpression" + } + ] + }, + "TradingPartnerComponentGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/TradingPartnerComponentExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "TradingPartnerComponentQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "TradingPartnerComponentQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/TradingPartnerComponent" + } + } + } + }, + "TradingPartnerComponentSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "name", + "classification", + "standard", + "identifier", + "as2", + "disk", + "ftp", + "mllp", + "sftp", + "http", + "oftp" + ] + } + } + }, + "TradingPartnerProcessingGroup": { + "type": "object", + "properties": { + "DefaultRouting": { + "type": "object" + }, + "DocumentRouting": { + "type": "object" + }, + "PartnerRouting": { + "type": "object" }, - "TradingPartnerComponentBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } + "TradingPartners": { + "type": "object" + }, + "componentId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "componentName": { + "type": "string", + "xml": { + "attribute": true + } + }, + "deleted": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "description": { + "type": "string", + "xml": { + "attribute": true + } + }, + "folderId": { + "type": "integer", + "format": "int64", + "xml": { + "attribute": true + } + }, + "folderName": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "TradingPartnerProcessingGroupBulkRequest": { + "type": "object", + "properties": { + "request": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BulkId" + } + }, + "type": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "GET", + "DELETE", + "UPDATE", + "CREATE" + ] + } + } + }, + "TradingPartnerProcessingGroupBulkResponse": { + "type": "object", + "properties": { + "response": { + "type": "array", + "items": { + "required": [ + "Result" + ], + "type": "object", + "properties": { + "Result": { + "$ref": "#/components/schemas/TradingPartnerProcessingGroup" + }, + "index": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "id": { + "type": "string", + "xml": { + "attribute": true + } + }, + "statusCode": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "errorMessage": { + "type": "string", + "xml": { + "attribute": true + } + } + } + } + } + } + }, + "TradingPartnerProcessingGroupExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/TradingPartnerProcessingGroupSimpleExpression" + }, + { + "$ref": "#/components/schemas/TradingPartnerProcessingGroupGroupingExpression" + } + ] + }, + "TradingPartnerProcessingGroupGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/TradingPartnerProcessingGroupExpression" + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "TradingPartnerProcessingGroupQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "TradingPartnerProcessingGroupQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/TradingPartnerProcessingGroup" + } + } + } + }, + "TradingPartnerProcessingGroupSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "LIKE", + "NOT_EQUALS", + "IS_NULL", + "IS_NOT_NULL", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL", + "CONTAINS", + "NOT_CONTAINS" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "TradingPartners": { + "type": "object", + "properties": { + "tradingPartner": { + "type": "array", + "items": { + "$ref": "#/components/schemas/TradingPartner" + } + } + } + }, + "UNBControlInfo": { + "type": "object", + "properties": { + "ackRequest": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "appReference": { + "type": "string", + "xml": { + "attribute": true + } + }, + "commAgreement": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeAddress": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "interchangeIdQual": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EDIFACTIDQUAL_NA", + "EDIFACTIDQUAL_1", + "EDIFACTIDQUAL_4", + "EDIFACTIDQUAL_5", + "EDIFACTIDQUAL_8", + "EDIFACTIDQUAL_9", + "EDIFACTIDQUAL_12", + "EDIFACTIDQUAL_14", + "EDIFACTIDQUAL_18", + "EDIFACTIDQUAL_22", + "EDIFACTIDQUAL_30", + "EDIFACTIDQUAL_31", + "EDIFACTIDQUAL_33", + "EDIFACTIDQUAL_34", + "EDIFACTIDQUAL_51", + "EDIFACTIDQUAL_52", + "EDIFACTIDQUAL_53", + "EDIFACTIDQUAL_54", + "EDIFACTIDQUAL_55", + "EDIFACTIDQUAL_57", + "EDIFACTIDQUAL_58", + "EDIFACTIDQUAL_59", + "EDIFACTIDQUAL_61", + "EDIFACTIDQUAL_63", + "EDIFACTIDQUAL_65", + "EDIFACTIDQUAL_80", + "EDIFACTIDQUAL_82", + "EDIFACTIDQUAL_84", + "EDIFACTIDQUAL_85", + "EDIFACTIDQUAL_86", + "EDIFACTIDQUAL_87", + "EDIFACTIDQUAL_89", + "EDIFACTIDQUAL_90", + "EDIFACTIDQUAL_91", + "EDIFACTIDQUAL_92", + "EDIFACTIDQUAL_103", + "EDIFACTIDQUAL_128", + "EDIFACTIDQUAL_129", + "EDIFACTIDQUAL_144", + "EDIFACTIDQUAL_145", + "EDIFACTIDQUAL_146", + "EDIFACTIDQUAL_147", + "EDIFACTIDQUAL_148", + "EDIFACTIDQUAL_Z01", + "EDIFACTIDQUAL_ZZZ", + "EDIFACTIDQUAL_ZZ" + ] + }, + "interchangeSubAddress": { + "type": "string", + "xml": { + "attribute": true + } + }, + "priority": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NA", + "A" + ] + }, + "referencePassword": { + "type": "string", + "xml": { + "attribute": true + } + }, + "referencePasswordQualifier": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "NA", + "AA", + "BB" + ] + }, + "syntaxId": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "UNOA", + "UNOB", + "UNOC", + "UNOD", + "UNOE", + "UNOF" + ] + }, + "syntaxVersion": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EDIFACTSYNTAXVERSION_1", + "EDIFACTSYNTAXVERSION_2", + "EDIFACTSYNTAXVERSION_3" + ] + }, + "testIndicator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EDIFACTTEST_NA", + "EDIFACTTEST_1" + ] + } + } + }, + "UNGControlInfo": { + "type": "object", + "properties": { + "applicationId": { + "type": "string", + "xml": { + "attribute": true + } + }, + "applicationIdQual": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EDIFACTIDQUAL_NA", + "EDIFACTIDQUAL_1", + "EDIFACTIDQUAL_4", + "EDIFACTIDQUAL_5", + "EDIFACTIDQUAL_8", + "EDIFACTIDQUAL_9", + "EDIFACTIDQUAL_12", + "EDIFACTIDQUAL_14", + "EDIFACTIDQUAL_18", + "EDIFACTIDQUAL_22", + "EDIFACTIDQUAL_30", + "EDIFACTIDQUAL_31", + "EDIFACTIDQUAL_33", + "EDIFACTIDQUAL_34", + "EDIFACTIDQUAL_51", + "EDIFACTIDQUAL_52", + "EDIFACTIDQUAL_53", + "EDIFACTIDQUAL_54", + "EDIFACTIDQUAL_55", + "EDIFACTIDQUAL_57", + "EDIFACTIDQUAL_58", + "EDIFACTIDQUAL_59", + "EDIFACTIDQUAL_61", + "EDIFACTIDQUAL_63", + "EDIFACTIDQUAL_65", + "EDIFACTIDQUAL_80", + "EDIFACTIDQUAL_82", + "EDIFACTIDQUAL_84", + "EDIFACTIDQUAL_85", + "EDIFACTIDQUAL_86", + "EDIFACTIDQUAL_87", + "EDIFACTIDQUAL_89", + "EDIFACTIDQUAL_90", + "EDIFACTIDQUAL_91", + "EDIFACTIDQUAL_92", + "EDIFACTIDQUAL_103", + "EDIFACTIDQUAL_128", + "EDIFACTIDQUAL_129", + "EDIFACTIDQUAL_144", + "EDIFACTIDQUAL_145", + "EDIFACTIDQUAL_146", + "EDIFACTIDQUAL_147", + "EDIFACTIDQUAL_148", + "EDIFACTIDQUAL_Z01", + "EDIFACTIDQUAL_ZZZ", + "EDIFACTIDQUAL_ZZ" + ] + }, + "useFunctionalGroups": { + "type": "boolean", + "xml": { + "attribute": true + } + } + } + }, + "UNHControlInfo": { + "type": "object", + "properties": { + "assocAssignedCode": { + "type": "string", + "xml": { + "attribute": true + } + }, + "commonAccessRef": { + "type": "string", + "xml": { + "attribute": true + } + }, + "controllingAgency": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "AA", + "AB", + "AC", + "AD", + "AE", + "CC", + "CE", + "EC", + "ED", + "EE", + "EN", + "ER", + "EU", + "EX", + "IA", + "KE", + "LI", + "OD", + "RI", + "RT", + "UN" + ] + }, + "release": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EDIFACTRELEASE_1", + "EDIFACTRELEASE_2", + "EDIFACTRELEASE_902", + "EDIFACTRELEASE_911", + "EDIFACTRELEASE_912", + "EDIFACTRELEASE_921", + "EDIFACTRELEASE_932", + "EDIFACTRELEASE_93A", + "EDIFACTRELEASE_94A", + "EDIFACTRELEASE_94B", + "EDIFACTRELEASE_95A", + "EDIFACTRELEASE_95B", + "EDIFACTRELEASE_96A", + "EDIFACTRELEASE_96B", + "EDIFACTRELEASE_97A", + "EDIFACTRELEASE_97B", + "EDIFACTRELEASE_98A", + "EDIFACTRELEASE_98B", + "EDIFACTRELEASE_99A", + "EDIFACTRELEASE_99B", + "EDIFACTRELEASE_00A", + "EDIFACTRELEASE_00B", + "EDIFACTRELEASE_01A", + "EDIFACTRELEASE_01B", + "EDIFACTRELEASE_02A", + "EDIFACTRELEASE_02B", + "EDIFACTRELEASE_03A", + "EDIFACTRELEASE_03B", + "EDIFACTRELEASE_04A", + "EDIFACTRELEASE_04B", + "EDIFACTRELEASE_05A", + "EDIFACTRELEASE_05B", + "EDIFACTRELEASE_06A", + "EDIFACTRELEASE_06B", + "EDIFACTRELEASE_07A", + "EDIFACTRELEASE_07B", + "EDIFACTRELEASE_08A", + "EDIFACTRELEASE_08B", + "EDIFACTRELEASE_09A", + "EDIFACTRELEASE_09B" + ] + }, + "version": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EDIFACTVERSION_1", + "EDIFACTVERSION_2", + "EDIFACTVERSION_4", + "EDIFACTVERSION_88", + "EDIFACTVERSION_89", + "EDIFACTVERSION_90", + "EDIFACTVERSION_D", + "EDIFACTVERSION_S" + ] + } + } + }, + "X12ConnectorRecord": { + "required": [ + "account", + "actionType", + "atomId", + "connectorName", + "connectorType", + "customFields", + "dateProcessed", + "errorMessage", + "executionId", + "id", + "operationName" + ], + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "ackReport": { + "type": "string" + }, + "ackStatus": { + "type": "string" + }, + "actionType": { + "type": "string" + }, + "agencyCode": { + "type": "string" + }, + "appReceiverID": { + "type": "string" + }, + "appSenderID": { + "type": "string" + }, + "atomId": { + "type": "string" + }, + "connectorName": { + "type": "string" + }, + "connectorType": { + "type": "string" }, - "TradingPartnerComponentBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "required": [ - "address1", - "address2", - "city", - "contactName", - "country", - "email", - "fax", - "phone", - "postalcode", - "state" - ], - "type": "object", - "properties": { - "address1": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "address2": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "city": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "contactName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "country": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "email": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fax": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "phone": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "postalcode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "state": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "PartnerCommunication": { - "type": "object", - "properties": { - "AS2CommunicationOptions": { - "type": "object" - }, - "DiskCommunicationOptions": { - "type": "object" - }, - "FTPCommunicationOptions": { - "type": "object" - }, - "HTTPCommunicationOptions": { - "type": "object" - }, - "MLLPCommunicationOptions": { - "type": "object" - }, - "OFTPCommunicationOptions": { - "type": "object" - }, - "SFTPCommunicationOptions": { - "type": "object" - } - } - }, - "PartnerCommunicationTypes": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "PartnerCommunicationTypes" - } - } - }, - "PartnerDocumentTypes": { - "type": "object", - "properties": { - "PartnerDocumentType": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "PartnerInfo": { - "type": "object", - "properties": { - "CustomPartnerInfo": { - "type": "object" - }, - "EdifactPartnerInfo": { - "type": "object" - }, - "HL7PartnerInfo": { - "type": "object" - }, - "OdettePartnerInfo": { - "type": "object" - }, - "RosettaNetPartnerInfo": { - "type": "object" - }, - "TradacomsPartnerInfo": { - "type": "object" - }, - "X12PartnerInfo": { - "type": "object" - } - } - }, - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "tradingpartner", - "mycompany" - ] - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "identifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "organizationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "standard": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } + "customFields": { + "type": "object" }, - "TradingPartnerComponentExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "classification", - "standard", - "identifier", - "as2", - "disk", - "ftp", - "mllp", - "sftp", - "http", - "oftp" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "dateProcessed": { + "type": "string", + "format": "date-time" }, - "TradingPartnerComponentGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "classification", - "standard", - "identifier", - "as2", - "disk", - "ftp", - "mllp", - "sftp", - "http", - "oftp" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "documentIndex": { + "type": "integer", + "format": "int32" }, - "TradingPartnerComponentQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "classification", - "standard", - "identifier", - "as2", - "disk", - "ftp", - "mllp", - "sftp", - "http", - "oftp" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } + "errorMessage": { + "type": "string" }, - "TradingPartnerComponentQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "ContactInfo", - "PartnerCommunication", - "PartnerDocumentTypes", - "PartnerInfo" - ], - "type": "object", - "properties": { - "ContactInfo": { - "required": [ - "address1", - "address2", - "city", - "contactName", - "country", - "email", - "fax", - "phone", - "postalcode", - "state" - ], - "type": "object", - "properties": { - "address1": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "address2": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "city": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "contactName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "country": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "email": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "fax": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "phone": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "postalcode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "state": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - }, - "PartnerCommunication": { - "type": "object", - "properties": { - "AS2CommunicationOptions": { - "type": "object" - }, - "DiskCommunicationOptions": { - "type": "object" - }, - "FTPCommunicationOptions": { - "type": "object" - }, - "HTTPCommunicationOptions": { - "type": "object" - }, - "MLLPCommunicationOptions": { - "type": "object" - }, - "OFTPCommunicationOptions": { - "type": "object" - }, - "SFTPCommunicationOptions": { - "type": "object" - } - } - }, - "PartnerCommunicationTypes": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "PartnerCommunicationTypes" - } - } - }, - "PartnerDocumentTypes": { - "type": "object", - "properties": { - "PartnerDocumentType": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "PartnerInfo": { - "type": "object", - "properties": { - "CustomPartnerInfo": { - "type": "object" - }, - "EdifactPartnerInfo": { - "type": "object" - }, - "HL7PartnerInfo": { - "type": "object" - }, - "OdettePartnerInfo": { - "type": "object" - }, - "RosettaNetPartnerInfo": { - "type": "object" - }, - "TradacomsPartnerInfo": { - "type": "object" - }, - "X12PartnerInfo": { - "type": "object" - } - } - }, - "classification": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "tradingpartner", - "mycompany" - ] - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "identifier": { - "type": "string", - "xml": { - "attribute": true - } - }, - "organizationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "standard": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } + "executionId": { + "type": "string" }, - "TradingPartnerComponentSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "name", - "classification", - "standard", - "identifier", - "as2", - "disk", - "ftp", - "mllp", - "sftp", - "http", - "oftp" - ] - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } + "functionalID": { + "type": "string" }, - "TradingPartnerProcessingGroup": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object", - "properties": { - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "DocumentRouting": { - "type": "object", - "properties": { - "StandardRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "DocumentTypeRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "standard": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "x12", - "edifact", - "hl7", - "custom", - "rosettanet", - "tradacoms", - "odette" - ] - } - } - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "PartnerRouting": { - "type": "object", - "properties": { - "PartnerRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "StandardRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "tradingPartnerId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "TradingPartners": { - "type": "object", - "properties": { - "TradingPartner": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - } - } + "gsControl": { + "type": "string" }, - "TradingPartnerProcessingGroupBulkRequest": { - "type": "object", - "properties": { - "request": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "type": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "GET", - "DELETE", - "UPDATE", - "CREATE" - ] - } - }, - "xml": { - "name": "BulkRequest", - "namespace": "http://api.platform.boomi.com/" - } + "gsDate": { + "type": "string" }, - "TradingPartnerProcessingGroupBulkResponse": { - "type": "object", - "properties": { - "response": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "Result" - ], - "type": "object", - "properties": { - "Result": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object", - "properties": { - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "DocumentRouting": { - "type": "object", - "properties": { - "StandardRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "PartnerRouting": { - "type": "object", - "properties": { - "PartnerRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "TradingPartners": { - "type": "object", - "properties": { - "TradingPartner": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "index": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "statusCode": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "errorMessage": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "BulkResult", - "namespace": "http://api.platform.boomi.com/" - } + "gsTime": { + "type": "string" }, - "TradingPartnerProcessingGroupExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "gsVersion": { + "type": "string" }, - "TradingPartnerProcessingGroupGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "id": { + "type": "string" }, - "TradingPartnerProcessingGroupQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } + "isaAckReport": { + "type": "string" }, - "TradingPartnerProcessingGroupQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "DefaultRouting": { - "type": "object", - "properties": { - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "DocumentRouting": { - "type": "object", - "properties": { - "StandardRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "PartnerRouting": { - "type": "object", - "properties": { - "PartnerRoute": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "processId": { - "type": "string", - "xml": { - "attribute": true - } - } - } - }, - "TradingPartners": { - "type": "object", - "properties": { - "TradingPartner": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - } - } - }, - "componentId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "componentName": { - "type": "string", - "xml": { - "attribute": true - } - }, - "deleted": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "description": { - "type": "string", - "xml": { - "attribute": true - } - }, - "folderId": { - "type": "integer", - "format": "int64", - "xml": { - "attribute": true - } - }, - "folderName": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } + "isaAckStatus": { + "type": "string" }, - "TradingPartnerProcessingGroupSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "LIKE", - "NOT_EQUALS", - "IS_NULL", - "IS_NOT_NULL", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL", - "CONTAINS", - "NOT_CONTAINS" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } + "isaControl": { + "type": "string" }, - "TradingPartners": { - "type": "object", - "properties": { - "tradingPartner": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "category": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object", - "properties": { - "field": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - }, - "id": { - "type": "string", - "xml": { - "attribute": true - } - }, - "name": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - } + "operationName": { + "type": "string" }, - "UNBControlInfo": { - "type": "object", - "properties": { - "ackRequest": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "appReference": { - "type": "string", - "xml": { - "attribute": true - } - }, - "commAgreement": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeAddress": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeIdQual": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EDIFACTIDQUAL_NA", - "EDIFACTIDQUAL_1", - "EDIFACTIDQUAL_4", - "EDIFACTIDQUAL_5", - "EDIFACTIDQUAL_8", - "EDIFACTIDQUAL_9", - "EDIFACTIDQUAL_12", - "EDIFACTIDQUAL_14", - "EDIFACTIDQUAL_18", - "EDIFACTIDQUAL_22", - "EDIFACTIDQUAL_30", - "EDIFACTIDQUAL_31", - "EDIFACTIDQUAL_33", - "EDIFACTIDQUAL_34", - "EDIFACTIDQUAL_51", - "EDIFACTIDQUAL_52", - "EDIFACTIDQUAL_53", - "EDIFACTIDQUAL_54", - "EDIFACTIDQUAL_55", - "EDIFACTIDQUAL_57", - "EDIFACTIDQUAL_58", - "EDIFACTIDQUAL_59", - "EDIFACTIDQUAL_61", - "EDIFACTIDQUAL_63", - "EDIFACTIDQUAL_65", - "EDIFACTIDQUAL_80", - "EDIFACTIDQUAL_82", - "EDIFACTIDQUAL_84", - "EDIFACTIDQUAL_85", - "EDIFACTIDQUAL_86", - "EDIFACTIDQUAL_87", - "EDIFACTIDQUAL_89", - "EDIFACTIDQUAL_90", - "EDIFACTIDQUAL_91", - "EDIFACTIDQUAL_92", - "EDIFACTIDQUAL_103", - "EDIFACTIDQUAL_128", - "EDIFACTIDQUAL_129", - "EDIFACTIDQUAL_144", - "EDIFACTIDQUAL_145", - "EDIFACTIDQUAL_146", - "EDIFACTIDQUAL_147", - "EDIFACTIDQUAL_148", - "EDIFACTIDQUAL_Z01", - "EDIFACTIDQUAL_ZZZ", - "EDIFACTIDQUAL_ZZ" - ] - }, - "interchangeSubAddress": { - "type": "string", - "xml": { - "attribute": true - } - }, - "priority": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NA", - "A" - ] - }, - "referencePassword": { - "type": "string", - "xml": { - "attribute": true - } - }, - "referencePasswordQualifier": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "NA", - "AA", - "BB" - ] - }, - "syntaxId": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "UNOA", - "UNOB", - "UNOC", - "UNOD", - "UNOE", - "UNOF" - ] - }, - "syntaxVersion": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EDIFACTSYNTAXVERSION_1", - "EDIFACTSYNTAXVERSION_2", - "EDIFACTSYNTAXVERSION_3" - ] - }, - "testIndicator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EDIFACTTEST_NA", - "EDIFACTTEST_1" - ] - } - } + "outboundValidationReport": { + "type": "string" }, - "UNGControlInfo": { - "type": "object", - "properties": { - "applicationId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "applicationIdQual": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EDIFACTIDQUAL_NA", - "EDIFACTIDQUAL_1", - "EDIFACTIDQUAL_4", - "EDIFACTIDQUAL_5", - "EDIFACTIDQUAL_8", - "EDIFACTIDQUAL_9", - "EDIFACTIDQUAL_12", - "EDIFACTIDQUAL_14", - "EDIFACTIDQUAL_18", - "EDIFACTIDQUAL_22", - "EDIFACTIDQUAL_30", - "EDIFACTIDQUAL_31", - "EDIFACTIDQUAL_33", - "EDIFACTIDQUAL_34", - "EDIFACTIDQUAL_51", - "EDIFACTIDQUAL_52", - "EDIFACTIDQUAL_53", - "EDIFACTIDQUAL_54", - "EDIFACTIDQUAL_55", - "EDIFACTIDQUAL_57", - "EDIFACTIDQUAL_58", - "EDIFACTIDQUAL_59", - "EDIFACTIDQUAL_61", - "EDIFACTIDQUAL_63", - "EDIFACTIDQUAL_65", - "EDIFACTIDQUAL_80", - "EDIFACTIDQUAL_82", - "EDIFACTIDQUAL_84", - "EDIFACTIDQUAL_85", - "EDIFACTIDQUAL_86", - "EDIFACTIDQUAL_87", - "EDIFACTIDQUAL_89", - "EDIFACTIDQUAL_90", - "EDIFACTIDQUAL_91", - "EDIFACTIDQUAL_92", - "EDIFACTIDQUAL_103", - "EDIFACTIDQUAL_128", - "EDIFACTIDQUAL_129", - "EDIFACTIDQUAL_144", - "EDIFACTIDQUAL_145", - "EDIFACTIDQUAL_146", - "EDIFACTIDQUAL_147", - "EDIFACTIDQUAL_148", - "EDIFACTIDQUAL_Z01", - "EDIFACTIDQUAL_ZZZ", - "EDIFACTIDQUAL_ZZ" - ] - }, - "useFunctionalGroups": { - "type": "boolean", - "xml": { - "attribute": true - } - } - } + "outboundValidationStatus": { + "type": "string" }, - "UNHControlInfo": { - "type": "object", - "properties": { - "assocAssignedCode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "commonAccessRef": { - "type": "string", - "xml": { - "attribute": true - } - }, - "controllingAgency": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "AA", - "AB", - "AC", - "AD", - "AE", - "CC", - "CE", - "EC", - "ED", - "EE", - "EN", - "ER", - "EU", - "EX", - "IA", - "KE", - "LI", - "OD", - "RI", - "RT", - "UN" - ] - }, - "release": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EDIFACTRELEASE_1", - "EDIFACTRELEASE_2", - "EDIFACTRELEASE_902", - "EDIFACTRELEASE_911", - "EDIFACTRELEASE_912", - "EDIFACTRELEASE_921", - "EDIFACTRELEASE_932", - "EDIFACTRELEASE_93A", - "EDIFACTRELEASE_94A", - "EDIFACTRELEASE_94B", - "EDIFACTRELEASE_95A", - "EDIFACTRELEASE_95B", - "EDIFACTRELEASE_96A", - "EDIFACTRELEASE_96B", - "EDIFACTRELEASE_97A", - "EDIFACTRELEASE_97B", - "EDIFACTRELEASE_98A", - "EDIFACTRELEASE_98B", - "EDIFACTRELEASE_99A", - "EDIFACTRELEASE_99B", - "EDIFACTRELEASE_00A", - "EDIFACTRELEASE_00B", - "EDIFACTRELEASE_01A", - "EDIFACTRELEASE_01B", - "EDIFACTRELEASE_02A", - "EDIFACTRELEASE_02B", - "EDIFACTRELEASE_03A", - "EDIFACTRELEASE_03B", - "EDIFACTRELEASE_04A", - "EDIFACTRELEASE_04B", - "EDIFACTRELEASE_05A", - "EDIFACTRELEASE_05B", - "EDIFACTRELEASE_06A", - "EDIFACTRELEASE_06B", - "EDIFACTRELEASE_07A", - "EDIFACTRELEASE_07B", - "EDIFACTRELEASE_08A", - "EDIFACTRELEASE_08B", - "EDIFACTRELEASE_09A", - "EDIFACTRELEASE_09B" - ] - }, - "version": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EDIFACTVERSION_1", - "EDIFACTVERSION_2", - "EDIFACTVERSION_4", - "EDIFACTVERSION_88", - "EDIFACTVERSION_89", - "EDIFACTVERSION_90", - "EDIFACTVERSION_D", - "EDIFACTVERSION_S" - ] - } - } + "receiverID": { + "type": "string" }, - "X12ConnectorRecord": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "agencyCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "appReceiverID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "appSenderID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object", - "properties": { - "fields": { - "type": "array", - "items": { - "type": "object" - } - } - }, - "xml": { - "name": "customFields", - "namespace": "http://api.platform.boomi.com/" - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "functionalID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "gsControl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "gsDate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "gsTime": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "gsVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isaAckReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isaAckStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isaControl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverIDQualifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderIDQualifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "stControl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "standard": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "standardID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "testIndicator": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "transactionSet": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } + "receiverIDQualifier": { + "type": "string" }, - "X12ConnectorRecordExpression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "type": "object" - }, - { - "type": "object" - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] + "senderID": { + "type": "string" }, - "X12ConnectorRecordGroupingExpression": { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } + "senderIDQualifier": { + "type": "string" }, - "X12ConnectorRecordQueryConfig": { - "required": [ - "QueryFilter" - ], - "type": "object", - "properties": { - "QueryFilter": { - "required": [ - "expression" - ], - "type": "object", - "properties": { - "expression": { - "oneOf": [ - { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } - }, - { - "required": [ - "operator" - ], - "type": "object", - "properties": { - "nestedExpression": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "object" - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "and", - "or" - ] - } - }, - "xml": { - "name": "GroupingExpression", - "namespace": "http://api.platform.boomi.com/" - } - } - ] - } - }, - "xml": { - "name": "QueryFilter", - "namespace": "http://api.platform.boomi.com/" - } - } - }, - "xml": { - "name": "QueryConfig", - "namespace": "http://api.platform.boomi.com/" - } + "size": { + "type": "integer", + "format": "int64" }, - "X12ConnectorRecordQueryResponse": { - "type": "object", - "properties": { - "numberOfResults": { - "type": "integer", - "format": "int32", - "xml": { - "attribute": true - } - }, - "queryToken": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "result": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "required": [ - "account", - "actionType", - "atomId", - "connectorName", - "connectorType", - "customFields", - "dateProcessed", - "errorMessage", - "executionId", - "id", - "operationName" - ], - "type": "object", - "properties": { - "account": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "ackStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "actionType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "agencyCode": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "appReceiverID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "appSenderID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "atomId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "connectorType": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "customFields": { - "type": "object", - "properties": { - "fields": { - "type": "array", - "items": { - "type": "object" - } - } - }, - "xml": { - "name": "customFields", - "namespace": "http://api.platform.boomi.com/" - } - }, - "dateProcessed": { - "type": "string", - "format": "date-time", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "documentIndex": { - "type": "integer", - "format": "int32", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "errorMessage": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "executionId": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "functionalID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "gsControl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "gsDate": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "gsTime": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "gsVersion": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "id": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isaAckReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isaAckStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "isaControl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "operationName": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationReport": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "outboundValidationStatus": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "receiverIDQualifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "senderIDQualifier": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "size": { - "type": "integer", - "format": "int64", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "stControl": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "standard": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "standardID": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "successful": { - "type": "boolean", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "testIndicator": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - }, - "transactionSet": { - "type": "string", - "xml": { - "namespace": "http://api.platform.boomi.com/" - } - } - } - } - } - }, - "xml": { - "name": "QueryResult", - "namespace": "http://api.platform.boomi.com/" - } + "stControl": { + "type": "string" }, - "X12ConnectorRecordSimpleExpression": { - "required": [ - "operator", - "property" - ], - "type": "object", - "properties": { - "argument": { - "type": "array", - "xml": { - "namespace": "http://api.platform.boomi.com/" - }, - "items": { - "type": "string", - "xml": { - "name": "argument" - } - } - }, - "operator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "EQUALS", - "STARTS_WITH", - "BETWEEN", - "GREATER_THAN", - "GREATER_THAN_OR_EQUAL", - "LESS_THAN", - "LESS_THAN_OR_EQUAL" - ] - }, - "property": { - "type": "string", - "xml": { - "attribute": true - } - } - }, - "xml": { - "name": "SimpleExpression", - "namespace": "http://api.platform.boomi.com/" - } + "standard": { + "type": "string" }, - "X12ControlInfo": { - "type": "object", - "properties": { - "GSControlInfo": { - "type": "object", - "properties": { - "applicationcode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "gsVersion": { - "type": "string", - "xml": { - "attribute": true - } - }, - "respagencycode": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "T", - "X" - ] - } - } - }, - "isaControlInfo": { - "type": "object", - "properties": { - "ackrequested": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "authorizationInformation": { - "type": "string", - "xml": { - "attribute": true - } - }, - "authorizationInformationQualifier": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "X12AUTHQUAL_00", - "X12AUTHQUAL_01", - "X12AUTHQUAL_02", - "X12AUTHQUAL_03", - "X12AUTHQUAL_04", - "X12AUTHQUAL_05" - ] - }, - "componentElementSeparator": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeIdQualifier": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "X12IDQUAL_01", - "X12IDQUAL_02", - "X12IDQUAL_03", - "X12IDQUAL_04", - "X12IDQUAL_07", - "X12IDQUAL_08", - "X12IDQUAL_09", - "X12IDQUAL_10", - "X12IDQUAL_11", - "X12IDQUAL_12", - "X12IDQUAL_13", - "X12IDQUAL_14", - "X12IDQUAL_15", - "X12IDQUAL_16", - "X12IDQUAL_17", - "X12IDQUAL_18", - "X12IDQUAL_19", - "X12IDQUAL_20", - "X12IDQUAL_21", - "X12IDQUAL_22", - "X12IDQUAL_23", - "X12IDQUAL_24", - "X12IDQUAL_25", - "X12IDQUAL_26", - "X12IDQUAL_27", - "X12IDQUAL_28", - "X12IDQUAL_29", - "X12IDQUAL_30", - "X12IDQUAL_31", - "X12IDQUAL_32", - "X12IDQUAL_33", - "X12IDQUAL_34", - "X12IDQUAL_NR", - "X12IDQUAL_ZZ" - ] - }, - "securityInformation": { - "type": "string", - "xml": { - "attribute": true - } - }, - "securityInformationQualifier": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "X12SECQUAL_00", - "X12SECQUAL_01" - ] - }, - "standardIdentification": { - "type": "string", - "xml": { - "attribute": true - } - }, - "testindicator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "P", - "T" - ] - }, - "version": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } + "standardID": { + "type": "string" }, - "X12Options": { - "required": [ - "elementDelimiter", - "segmentTerminator" - ], - "type": "object", - "properties": { - "acknowledgementoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "donotackitem", - "ackfuncitem", - "acktranitem" - ] - }, - "elementDelimiter": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } - }, - "envelopeoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "groupall", - "groupfg", - "groupst" - ] - }, - "filteracknowledgements": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundInterchangeValidation": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundValidationOption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "filterError", - "failAll" - ] - }, - "rejectDuplicateInterchange": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "segmentTerminator": { - "type": "object", - "properties": { - "segmentTerminatorSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "segmentTerminatorValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "newline", - "singlequote", - "tilde", - "carriagereturn", - "bytecharacter", - "othercharacter" - ] - } - } - } - } + "successful": { + "type": "boolean" }, - "X12PartnerInfo": { - "type": "object", - "properties": { - "X12ControlInfo": { - "type": "object", - "properties": { - "GSControlInfo": { - "type": "object", - "properties": { - "applicationcode": { - "type": "string", - "xml": { - "attribute": true - } - }, - "gsVersion": { - "type": "string", - "xml": { - "attribute": true - } - }, - "respagencycode": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "T", - "X" - ] - } - } - }, - "isaControlInfo": { - "type": "object", - "properties": { - "ackrequested": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "authorizationInformation": { - "type": "string", - "xml": { - "attribute": true - } - }, - "authorizationInformationQualifier": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "X12AUTHQUAL_00", - "X12AUTHQUAL_01", - "X12AUTHQUAL_02", - "X12AUTHQUAL_03", - "X12AUTHQUAL_04", - "X12AUTHQUAL_05" - ] - }, - "componentElementSeparator": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeId": { - "type": "string", - "xml": { - "attribute": true - } - }, - "interchangeIdQualifier": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "X12IDQUAL_01", - "X12IDQUAL_02", - "X12IDQUAL_03", - "X12IDQUAL_04", - "X12IDQUAL_07", - "X12IDQUAL_08", - "X12IDQUAL_09", - "X12IDQUAL_10", - "X12IDQUAL_11", - "X12IDQUAL_12", - "X12IDQUAL_13", - "X12IDQUAL_14", - "X12IDQUAL_15", - "X12IDQUAL_16", - "X12IDQUAL_17", - "X12IDQUAL_18", - "X12IDQUAL_19", - "X12IDQUAL_20", - "X12IDQUAL_21", - "X12IDQUAL_22", - "X12IDQUAL_23", - "X12IDQUAL_24", - "X12IDQUAL_25", - "X12IDQUAL_26", - "X12IDQUAL_27", - "X12IDQUAL_28", - "X12IDQUAL_29", - "X12IDQUAL_30", - "X12IDQUAL_31", - "X12IDQUAL_32", - "X12IDQUAL_33", - "X12IDQUAL_34", - "X12IDQUAL_NR", - "X12IDQUAL_ZZ" - ] - }, - "securityInformation": { - "type": "string", - "xml": { - "attribute": true - } - }, - "securityInformationQualifier": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "X12SECQUAL_00", - "X12SECQUAL_01" - ] - }, - "standardIdentification": { - "type": "string", - "xml": { - "attribute": true - } - }, - "testindicator": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "P", - "T" - ] - }, - "version": { - "type": "string", - "xml": { - "attribute": true - } - } - } - } - } - }, - "X12Options": { - "required": [ - "elementDelimiter", - "segmentTerminator" - ], - "type": "object", - "properties": { - "acknowledgementoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "donotackitem", - "ackfuncitem", - "acktranitem" - ] - }, - "elementDelimiter": { - "type": "object", - "properties": { - "delimiterSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "delimiterValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "stardelimited", - "commadelimited", - "tabdelimited", - "tickdelimited", - "bardelimited", - "plusdelimited", - "colondelimited", - "caratdelimited", - "ampersanddelimited", - "bytecharacter", - "othercharacter" - ] - } - } - }, - "envelopeoption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "groupall", - "groupfg", - "groupst" - ] - }, - "filteracknowledgements": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundInterchangeValidation": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "outboundValidationOption": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "filterError", - "failAll" - ] - }, - "rejectDuplicateInterchange": { - "type": "boolean", - "xml": { - "attribute": true - } - }, - "segmentTerminator": { - "type": "object", - "properties": { - "segmentTerminatorSpecial": { - "type": "string", - "xml": { - "attribute": true - } - }, - "segmentTerminatorValue": { - "type": "string", - "xml": { - "attribute": true - }, - "enum": [ - "newline", - "singlequote", - "tilde", - "carriagereturn", - "bytecharacter", - "othercharacter" - ] - } - } - } - } - } - } + "testIndicator": { + "type": "string" }, - "customFields": { - "type": "object", - "properties": { - "fields": { - "type": "array", - "items": { - "type": "object" - } - } - }, - "xml": { - "name": "customFields", - "namespace": "http://api.platform.boomi.com/" - } + "transactionSet": { + "type": "string" } + } }, - "responses": { - "403": { - "description": "Missing or incorrect authentication credentials." + "X12ConnectorRecordExpression": { + "oneOf": [ + { + "$ref": "#/components/schemas/X12ConnectorRecordSimpleExpression" }, - "410": { - "description": "Endpoint is invalid or no longer exists." - }, - "503": { - "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + { + "$ref": "#/components/schemas/X12ConnectorRecordGroupingExpression" } + ] }, - "headers": { - "Deprecation": { - "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", - "schema": { - "type": "string" - } - }, - "Link": { - "description": "A hyperlink indicating a site with more information about the deprecation of this object.", - "schema": { - "type": "string" - } + "X12ConnectorRecordGroupingExpression": { + "required": [ + "operator" + ], + "type": "object", + "properties": { + "nestedExpression": { + "type": "array", + "items": { + "$ref": "#/components/schemas/X12ConnectorRecordExpression" + } }, - "Sunset": { - "description": "The approximate date the API Object will be removed.", - "schema": { - "type": "string" - } + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "and", + "or" + ] + } + } + }, + "X12ConnectorRecordQueryConfig": { + "required": [ + "QueryFilter" + ], + "type": "object", + "properties": { + "QueryFilter": { + "required": [ + "expression" + ], + "type": "object", + "properties": { + "expression": { + "type": "object" + } + } + } + } + }, + "X12ConnectorRecordQueryResponse": { + "type": "object", + "properties": { + "numberOfResults": { + "type": "integer", + "format": "int32", + "xml": { + "attribute": true + } + }, + "queryToken": { + "type": "string" + }, + "result": { + "type": "array", + "items": { + "$ref": "#/components/schemas/X12ConnectorRecord" + } + } + } + }, + "X12ConnectorRecordSimpleExpression": { + "required": [ + "operator", + "property" + ], + "type": "object", + "properties": { + "argument": { + "type": "array", + "items": { + "type": "string", + "xml": { + "name": "argument" + } + } + }, + "operator": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "EQUALS", + "STARTS_WITH", + "BETWEEN", + "GREATER_THAN", + "GREATER_THAN_OR_EQUAL", + "LESS_THAN", + "LESS_THAN_OR_EQUAL" + ] + }, + "property": { + "type": "string", + "xml": { + "attribute": true + } + } + } + }, + "X12ControlInfo": { + "type": "object", + "properties": { + "GSControlInfo": { + "type": "object" + }, + "isaControlInfo": { + "type": "object" + } + } + }, + "X12Options": { + "required": [ + "elementDelimiter", + "segmentTerminator" + ], + "type": "object", + "properties": { + "acknowledgementoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "donotackitem", + "ackfuncitem", + "acktranitem" + ] + }, + "elementDelimiter": { + "type": "object" + }, + "envelopeoption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "groupall", + "groupfg", + "groupst" + ] + }, + "filteracknowledgements": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundInterchangeValidation": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "outboundValidationOption": { + "type": "string", + "xml": { + "attribute": true + }, + "enum": [ + "filterError", + "failAll" + ] + }, + "rejectDuplicateInterchange": { + "type": "boolean", + "xml": { + "attribute": true + } + }, + "segmentTerminator": { + "type": "object" + } + } + }, + "X12PartnerInfo": { + "type": "object", + "properties": { + "X12ControlInfo": { + "type": "object" }, - "Warning": { - "description": "Informative header describing a warning that appeared due to your API call", - "schema": { - "type": "string" - } + "X12Options": { + "type": "object" } + } }, - "securitySchemes": { - "basicAuth": { - "type": "http", - "scheme": "basic" + "customFields": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "type": "object" + } } + } + } + }, + "responses": { + "403": { + "description": "Missing or incorrect authentication credentials." + }, + "410": { + "description": "Endpoint is invalid or no longer exists." + }, + "503": { + "description": "The Boomi server is currently unavailable or your account's rate limits have been exceeded. Retry the request at a later time." + } + }, + "headers": { + "Deprecation": { + "description": "Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated.", + "schema": { + "type": "string" + } + }, + "Link": { + "description": "A hyperlink indicating a site with more information about the deprecation of this object.", + "schema": { + "type": "string" + } + }, + "Sunset": { + "description": "The approximate date the API Object will be removed.", + "schema": { + "type": "string" + } + }, + "Warning": { + "description": "Informative header describing a warning that appeared due to your API call", + "schema": { + "type": "string" + } + } + }, + "securitySchemes": { + "basicAuth": { + "type": "http", + "scheme": "basic" } + } } } \ No newline at end of file diff --git a/server/node-service/yarn.lock b/server/node-service/yarn.lock index 23a9d377c..8e22f7461 100644 --- a/server/node-service/yarn.lock +++ b/server/node-service/yarn.lock @@ -1,10961 +1,6616 @@ -# This file is generated by running "yarn install" inside your project. -# Manual changes might be lost - proceed with caution! - -__metadata: - version: 6 - cacheKey: 8 - -"@ampproject/remapping@npm:^2.2.0": - version: 2.3.0 - resolution: "@ampproject/remapping@npm:2.3.0" - dependencies: - "@jridgewell/gen-mapping": ^0.3.5 - "@jridgewell/trace-mapping": ^0.3.24 - checksum: d3ad7b89d973df059c4e8e6d7c972cbeb1bb2f18f002a3bd04ae0707da214cb06cc06929b65aa2313b9347463df2914772298bae8b1d7973f246bb3f2ab3e8f0 - languageName: node - linkType: hard - -"@apidevtools/json-schema-ref-parser@npm:9.0.7": - version: 9.0.7 - resolution: "@apidevtools/json-schema-ref-parser@npm:9.0.7" - dependencies: - "@jsdevtools/ono": ^7.1.3 - call-me-maybe: ^1.0.1 - js-yaml: ^3.13.1 - checksum: 3efc2e6e7fdc8e9054f1e5a2e4f34391740b6cf10a753f0fa0b645252c26e40a276e53b4493c41b95f5e09364fedca7843027110376dce4ab928deaab8d86030 - languageName: node - linkType: hard - -"@apidevtools/openapi-schemas@npm:^2.1.0": - version: 2.1.0 - resolution: "@apidevtools/openapi-schemas@npm:2.1.0" - checksum: 4a8f64935b9049ef21e41fa4b188f39f6bc3f5291cebd451701db1115451ccb246a739e46cc5ce9ecdec781671431db40db7851acdac84a990a45756e0f32de3 - languageName: node - linkType: hard - -"@apidevtools/swagger-methods@npm:^3.0.2": - version: 3.0.2 - resolution: "@apidevtools/swagger-methods@npm:3.0.2" - checksum: d06b1ac5c1956613c4c6be695612ef860cd4e962b93a509ca551735a328a856cae1e33399cac1dcbf8333ba22b231746f3586074769ef0e172cf549ec9e7eaae - languageName: node - linkType: hard - -"@apidevtools/swagger-parser@npm:^10.1.0": - version: 10.1.0 - resolution: "@apidevtools/swagger-parser@npm:10.1.0" - dependencies: - "@apidevtools/json-schema-ref-parser": 9.0.6 - "@apidevtools/openapi-schemas": ^2.1.0 - "@apidevtools/swagger-methods": ^3.0.2 - "@jsdevtools/ono": ^7.1.3 - ajv: ^8.6.3 - ajv-draft-04: ^1.0.0 - call-me-maybe: ^1.0.1 - peerDependencies: - openapi-types: ">=7" - checksum: c7c923755bd025ee2cae97e1cfd525538523ba74c341a0ac814c023ffe5e63fc2d997539a8ccf9a0fcec41a2d6337d40cc5735acb991ddcbb415853a241908d1 - languageName: node - linkType: hard - -"@aws-crypto/crc32@npm:5.2.0": - version: 5.2.0 - resolution: "@aws-crypto/crc32@npm:5.2.0" - dependencies: - "@aws-crypto/util": ^5.2.0 - "@aws-sdk/types": ^3.222.0 - tslib: ^2.6.2 - checksum: 1ddf7ec3fccf106205ff2476d90ae1d6625eabd47752f689c761b71e41fe451962b7a1c9ed25fe54e17dd747a62fbf4de06030fe56fe625f95285f6f70b96c57 - languageName: node - linkType: hard - -"@aws-crypto/crc32c@npm:5.2.0": - version: 5.2.0 - resolution: "@aws-crypto/crc32c@npm:5.2.0" - dependencies: - "@aws-crypto/util": ^5.2.0 - "@aws-sdk/types": ^3.222.0 - tslib: ^2.6.2 - checksum: 0b399de8607c59e1e46c05d2b24a16b56d507944fdac925c611f0ba7302f5555c098139806d7da1ebef1f89bf4e4b5d4dec74d4809ce0f18238b72072065effe - languageName: node - linkType: hard - -"@aws-crypto/sha1-browser@npm:5.2.0": - version: 5.2.0 - resolution: "@aws-crypto/sha1-browser@npm:5.2.0" - dependencies: - "@aws-crypto/supports-web-crypto": ^5.2.0 - "@aws-crypto/util": ^5.2.0 - "@aws-sdk/types": ^3.222.0 - "@aws-sdk/util-locate-window": ^3.0.0 - "@smithy/util-utf8": ^2.0.0 - tslib: ^2.6.2 - checksum: 8b04af601d945c5ef0f5f733b55681edc95b81c02ce5067b57f1eb4ee718e45485cf9aeeb7a84da9131656d09e1c4bc78040ec759f557a46703422d8df098d59 - languageName: node - linkType: hard - -"@aws-crypto/sha256-browser@npm:5.2.0": - version: 5.2.0 - resolution: "@aws-crypto/sha256-browser@npm:5.2.0" - dependencies: - "@aws-crypto/sha256-js": ^5.2.0 - "@aws-crypto/supports-web-crypto": ^5.2.0 - "@aws-crypto/util": ^5.2.0 - "@aws-sdk/types": ^3.222.0 - "@aws-sdk/util-locate-window": ^3.0.0 - "@smithy/util-utf8": ^2.0.0 - tslib: ^2.6.2 - checksum: 773f12f2026d82a6bb4a23a8f491894a6d32525bd9b8bfbc12896526cf11882a7607a671c478c45f9cd7d6ba1caaed48a62b67c6f725244bd83a1275108f46c7 - languageName: node - linkType: hard - -"@aws-crypto/sha256-js@npm:5.2.0, @aws-crypto/sha256-js@npm:^5.2.0": - version: 5.2.0 - resolution: "@aws-crypto/sha256-js@npm:5.2.0" - dependencies: - "@aws-crypto/util": ^5.2.0 - "@aws-sdk/types": ^3.222.0 - tslib: ^2.6.2 - checksum: 007fbe0436d714d0d0d282e2b61c90e45adcb9ad75eac9ac7ba03d32b56624afd09b2a9ceb4d659661cf17c51d74d1900ab6b00eacafc002da1101664955ca53 - languageName: node - linkType: hard - -"@aws-crypto/supports-web-crypto@npm:^5.2.0": - version: 5.2.0 - resolution: "@aws-crypto/supports-web-crypto@npm:5.2.0" - dependencies: - tslib: ^2.6.2 - checksum: 6ffc21de48b2b2c3e918193101d7e8fe949d47b37688892e1c39eaedaa938be80c0f404fe1c874c30cce16781026777a53bf47d5d90143ca91d0feb7c4a6f830 - languageName: node - linkType: hard - -"@aws-crypto/util@npm:^5.2.0": - version: 5.2.0 - resolution: "@aws-crypto/util@npm:5.2.0" - dependencies: - "@aws-sdk/types": ^3.222.0 - "@smithy/util-utf8": ^2.0.0 - tslib: ^2.6.2 - checksum: f0f81d9d2771c59946cfec48b86cb23d39f78a966c4a1f89d4753abdc3cb38de06f907d1e6450059b121d48ac65d612ab88bdb70014553a077fc3dabddfbf8d6 - languageName: node - linkType: hard - -"@aws-sdk/client-appconfig@npm:^3.533.0": - version: 3.667.0 - resolution: "@aws-sdk/client-appconfig@npm:3.667.0" - dependencies: - "@aws-crypto/sha256-browser": 5.2.0 - "@aws-crypto/sha256-js": 5.2.0 - "@aws-sdk/client-sso-oidc": 3.667.0 - "@aws-sdk/client-sts": 3.667.0 - "@aws-sdk/core": 3.667.0 - "@aws-sdk/credential-provider-node": 3.667.0 - "@aws-sdk/middleware-host-header": 3.667.0 - "@aws-sdk/middleware-logger": 3.667.0 - "@aws-sdk/middleware-recursion-detection": 3.667.0 - "@aws-sdk/middleware-user-agent": 3.667.0 - "@aws-sdk/region-config-resolver": 3.667.0 - "@aws-sdk/types": 3.667.0 - "@aws-sdk/util-endpoints": 3.667.0 - "@aws-sdk/util-user-agent-browser": 3.667.0 - "@aws-sdk/util-user-agent-node": 3.667.0 - "@smithy/config-resolver": ^3.0.9 - "@smithy/core": ^2.4.8 - "@smithy/fetch-http-handler": ^3.2.9 - "@smithy/hash-node": ^3.0.7 - "@smithy/invalid-dependency": ^3.0.7 - "@smithy/middleware-content-length": ^3.0.9 - "@smithy/middleware-endpoint": ^3.1.4 - "@smithy/middleware-retry": ^3.0.23 - "@smithy/middleware-serde": ^3.0.7 - "@smithy/middleware-stack": ^3.0.7 - "@smithy/node-config-provider": ^3.1.8 - "@smithy/node-http-handler": ^3.2.4 - "@smithy/protocol-http": ^4.1.4 - "@smithy/smithy-client": ^3.4.0 - "@smithy/types": ^3.5.0 - "@smithy/url-parser": ^3.0.7 - "@smithy/util-base64": ^3.0.0 - "@smithy/util-body-length-browser": ^3.0.0 - "@smithy/util-body-length-node": ^3.0.0 - "@smithy/util-defaults-mode-browser": ^3.0.23 - "@smithy/util-defaults-mode-node": ^3.0.23 - "@smithy/util-endpoints": ^2.1.3 - "@smithy/util-middleware": ^3.0.7 - "@smithy/util-retry": ^3.0.7 - "@smithy/util-stream": ^3.1.9 - "@smithy/util-utf8": ^3.0.0 - tslib: ^2.6.2 - checksum: c302bd8d80719b1cf534e16277dc6b218e88df6a21f74b4861882bef30340c96dd59987e65ca877e9ca9f717d10725502449f08ad88bdebc9055c191c77563cb - languageName: node - linkType: hard - -"@aws-sdk/client-appconfigdata@npm:^3.533.0": - version: 3.667.0 - resolution: "@aws-sdk/client-appconfigdata@npm:3.667.0" - dependencies: - "@aws-crypto/sha256-browser": 5.2.0 - "@aws-crypto/sha256-js": 5.2.0 - "@aws-sdk/client-sso-oidc": 3.667.0 - "@aws-sdk/client-sts": 3.667.0 - "@aws-sdk/core": 3.667.0 - "@aws-sdk/credential-provider-node": 3.667.0 - "@aws-sdk/middleware-host-header": 3.667.0 - "@aws-sdk/middleware-logger": 3.667.0 - "@aws-sdk/middleware-recursion-detection": 3.667.0 - "@aws-sdk/middleware-user-agent": 3.667.0 - "@aws-sdk/region-config-resolver": 3.667.0 - "@aws-sdk/types": 3.667.0 - "@aws-sdk/util-endpoints": 3.667.0 - "@aws-sdk/util-user-agent-browser": 3.667.0 - "@aws-sdk/util-user-agent-node": 3.667.0 - "@smithy/config-resolver": ^3.0.9 - "@smithy/core": ^2.4.8 - "@smithy/fetch-http-handler": ^3.2.9 - "@smithy/hash-node": ^3.0.7 - "@smithy/invalid-dependency": ^3.0.7 - "@smithy/middleware-content-length": ^3.0.9 - "@smithy/middleware-endpoint": ^3.1.4 - "@smithy/middleware-retry": ^3.0.23 - "@smithy/middleware-serde": ^3.0.7 - "@smithy/middleware-stack": ^3.0.7 - "@smithy/node-config-provider": ^3.1.8 - "@smithy/node-http-handler": ^3.2.4 - "@smithy/protocol-http": ^4.1.4 - "@smithy/smithy-client": ^3.4.0 - "@smithy/types": ^3.5.0 - "@smithy/url-parser": ^3.0.7 - "@smithy/util-base64": ^3.0.0 - "@smithy/util-body-length-browser": ^3.0.0 - "@smithy/util-body-length-node": ^3.0.0 - "@smithy/util-defaults-mode-browser": ^3.0.23 - "@smithy/util-defaults-mode-node": ^3.0.23 - "@smithy/util-endpoints": ^2.1.3 - "@smithy/util-middleware": ^3.0.7 - "@smithy/util-retry": ^3.0.7 - "@smithy/util-stream": ^3.1.9 - "@smithy/util-utf8": ^3.0.0 - tslib: ^2.6.2 - checksum: 2ffb25a34e374cc6eb9d1e9209fea01e68b34c0df1ea40394d5e1ead2b5a5b907974eb4795460206a767cb35064a8b508ed6c94690cc3fb4f88a15a2263a65a9 - languageName: node - linkType: hard - -"@aws-sdk/client-athena@npm:^3.333.0": - version: 3.667.0 - resolution: "@aws-sdk/client-athena@npm:3.667.0" - dependencies: - "@aws-crypto/sha256-browser": 5.2.0 - "@aws-crypto/sha256-js": 5.2.0 - "@aws-sdk/client-sso-oidc": 3.667.0 - "@aws-sdk/client-sts": 3.667.0 - "@aws-sdk/core": 3.667.0 - "@aws-sdk/credential-provider-node": 3.667.0 - "@aws-sdk/middleware-host-header": 3.667.0 - "@aws-sdk/middleware-logger": 3.667.0 - "@aws-sdk/middleware-recursion-detection": 3.667.0 - "@aws-sdk/middleware-user-agent": 3.667.0 - "@aws-sdk/region-config-resolver": 3.667.0 - "@aws-sdk/types": 3.667.0 - "@aws-sdk/util-endpoints": 3.667.0 - "@aws-sdk/util-user-agent-browser": 3.667.0 - "@aws-sdk/util-user-agent-node": 3.667.0 - "@smithy/config-resolver": ^3.0.9 - "@smithy/core": ^2.4.8 - "@smithy/fetch-http-handler": ^3.2.9 - "@smithy/hash-node": ^3.0.7 - "@smithy/invalid-dependency": ^3.0.7 - "@smithy/middleware-content-length": ^3.0.9 - "@smithy/middleware-endpoint": ^3.1.4 - "@smithy/middleware-retry": ^3.0.23 - "@smithy/middleware-serde": ^3.0.7 - "@smithy/middleware-stack": ^3.0.7 - "@smithy/node-config-provider": ^3.1.8 - "@smithy/node-http-handler": ^3.2.4 - "@smithy/protocol-http": ^4.1.4 - "@smithy/smithy-client": ^3.4.0 - "@smithy/types": ^3.5.0 - "@smithy/url-parser": ^3.0.7 - "@smithy/util-base64": ^3.0.0 - "@smithy/util-body-length-browser": ^3.0.0 - "@smithy/util-body-length-node": ^3.0.0 - "@smithy/util-defaults-mode-browser": ^3.0.23 - "@smithy/util-defaults-mode-node": ^3.0.23 - "@smithy/util-endpoints": ^2.1.3 - "@smithy/util-middleware": ^3.0.7 - "@smithy/util-retry": ^3.0.7 - "@smithy/util-utf8": ^3.0.0 - tslib: ^2.6.2 - uuid: ^9.0.1 - checksum: 6104c864b7f4c6ada0ff6a026bed9d4646be22f9c41541f984cd35694c26c1266778641dc9b3bb4097d97433b030db2e319c2e5778248d40c4129c6bf70cc27f - languageName: node - linkType: hard - -"@aws-sdk/client-dynamodb@npm:^3.332.0": - version: 3.667.0 - resolution: "@aws-sdk/client-dynamodb@npm:3.667.0" - dependencies: - "@aws-crypto/sha256-browser": 5.2.0 - "@aws-crypto/sha256-js": 5.2.0 - "@aws-sdk/client-sso-oidc": 3.667.0 - "@aws-sdk/client-sts": 3.667.0 - "@aws-sdk/core": 3.667.0 - "@aws-sdk/credential-provider-node": 3.667.0 - "@aws-sdk/middleware-endpoint-discovery": 3.667.0 - "@aws-sdk/middleware-host-header": 3.667.0 - "@aws-sdk/middleware-logger": 3.667.0 - "@aws-sdk/middleware-recursion-detection": 3.667.0 - "@aws-sdk/middleware-user-agent": 3.667.0 - "@aws-sdk/region-config-resolver": 3.667.0 - "@aws-sdk/types": 3.667.0 - "@aws-sdk/util-endpoints": 3.667.0 - "@aws-sdk/util-user-agent-browser": 3.667.0 - "@aws-sdk/util-user-agent-node": 3.667.0 - "@smithy/config-resolver": ^3.0.9 - "@smithy/core": ^2.4.8 - "@smithy/fetch-http-handler": ^3.2.9 - "@smithy/hash-node": ^3.0.7 - "@smithy/invalid-dependency": ^3.0.7 - "@smithy/middleware-content-length": ^3.0.9 - "@smithy/middleware-endpoint": ^3.1.4 - "@smithy/middleware-retry": ^3.0.23 - "@smithy/middleware-serde": ^3.0.7 - "@smithy/middleware-stack": ^3.0.7 - "@smithy/node-config-provider": ^3.1.8 - "@smithy/node-http-handler": ^3.2.4 - "@smithy/protocol-http": ^4.1.4 - "@smithy/smithy-client": ^3.4.0 - "@smithy/types": ^3.5.0 - "@smithy/url-parser": ^3.0.7 - "@smithy/util-base64": ^3.0.0 - "@smithy/util-body-length-browser": ^3.0.0 - "@smithy/util-body-length-node": ^3.0.0 - "@smithy/util-defaults-mode-browser": ^3.0.23 - "@smithy/util-defaults-mode-node": ^3.0.23 - "@smithy/util-endpoints": ^2.1.3 - "@smithy/util-middleware": ^3.0.7 - "@smithy/util-retry": ^3.0.7 - "@smithy/util-utf8": ^3.0.0 - "@smithy/util-waiter": ^3.1.6 - tslib: ^2.6.2 - uuid: ^9.0.1 - checksum: 1f74d75a6abffb1a2e8830e57421ae9e691cb3a174d91bf3d14bfc65f7d802989032b6f89aae20a39aeddabd9e1819089194b78f11189006aced6762734c1d83 - languageName: node - linkType: hard - -"@aws-sdk/client-lambda@npm:^3.332.0": - version: 3.667.0 - resolution: "@aws-sdk/client-lambda@npm:3.667.0" - dependencies: - "@aws-crypto/sha256-browser": 5.2.0 - "@aws-crypto/sha256-js": 5.2.0 - "@aws-sdk/client-sso-oidc": 3.667.0 - "@aws-sdk/client-sts": 3.667.0 - "@aws-sdk/core": 3.667.0 - "@aws-sdk/credential-provider-node": 3.667.0 - "@aws-sdk/middleware-host-header": 3.667.0 - "@aws-sdk/middleware-logger": 3.667.0 - "@aws-sdk/middleware-recursion-detection": 3.667.0 - "@aws-sdk/middleware-user-agent": 3.667.0 - "@aws-sdk/region-config-resolver": 3.667.0 - "@aws-sdk/types": 3.667.0 - "@aws-sdk/util-endpoints": 3.667.0 - "@aws-sdk/util-user-agent-browser": 3.667.0 - "@aws-sdk/util-user-agent-node": 3.667.0 - "@smithy/config-resolver": ^3.0.9 - "@smithy/core": ^2.4.8 - "@smithy/eventstream-serde-browser": ^3.0.10 - "@smithy/eventstream-serde-config-resolver": ^3.0.7 - "@smithy/eventstream-serde-node": ^3.0.9 - "@smithy/fetch-http-handler": ^3.2.9 - "@smithy/hash-node": ^3.0.7 - "@smithy/invalid-dependency": ^3.0.7 - "@smithy/middleware-content-length": ^3.0.9 - "@smithy/middleware-endpoint": ^3.1.4 - "@smithy/middleware-retry": ^3.0.23 - "@smithy/middleware-serde": ^3.0.7 - "@smithy/middleware-stack": ^3.0.7 - "@smithy/node-config-provider": ^3.1.8 - "@smithy/node-http-handler": ^3.2.4 - "@smithy/protocol-http": ^4.1.4 - "@smithy/smithy-client": ^3.4.0 - "@smithy/types": ^3.5.0 - "@smithy/url-parser": ^3.0.7 - "@smithy/util-base64": ^3.0.0 - "@smithy/util-body-length-browser": ^3.0.0 - "@smithy/util-body-length-node": ^3.0.0 - "@smithy/util-defaults-mode-browser": ^3.0.23 - "@smithy/util-defaults-mode-node": ^3.0.23 - "@smithy/util-endpoints": ^2.1.3 - "@smithy/util-middleware": ^3.0.7 - "@smithy/util-retry": ^3.0.7 - "@smithy/util-stream": ^3.1.9 - "@smithy/util-utf8": ^3.0.0 - "@smithy/util-waiter": ^3.1.6 - tslib: ^2.6.2 - checksum: 731224a50f3c139c1fd8febbcbf099c784361fdc96cb712ad6f1f2e6ab828111856ace3a3ba835b172fa4c717c15b155dafb30bc2d4ec4493b056600249fdfd1 - languageName: node - linkType: hard - -"@aws-sdk/client-s3@npm:^3.332.0": - version: 3.667.0 - resolution: "@aws-sdk/client-s3@npm:3.667.0" - dependencies: - "@aws-crypto/sha1-browser": 5.2.0 - "@aws-crypto/sha256-browser": 5.2.0 - "@aws-crypto/sha256-js": 5.2.0 - "@aws-sdk/client-sso-oidc": 3.667.0 - "@aws-sdk/client-sts": 3.667.0 - "@aws-sdk/core": 3.667.0 - "@aws-sdk/credential-provider-node": 3.667.0 - "@aws-sdk/middleware-bucket-endpoint": 3.667.0 - "@aws-sdk/middleware-expect-continue": 3.667.0 - "@aws-sdk/middleware-flexible-checksums": 3.667.0 - "@aws-sdk/middleware-host-header": 3.667.0 - "@aws-sdk/middleware-location-constraint": 3.667.0 - "@aws-sdk/middleware-logger": 3.667.0 - "@aws-sdk/middleware-recursion-detection": 3.667.0 - "@aws-sdk/middleware-sdk-s3": 3.667.0 - "@aws-sdk/middleware-ssec": 3.667.0 - "@aws-sdk/middleware-user-agent": 3.667.0 - "@aws-sdk/region-config-resolver": 3.667.0 - "@aws-sdk/signature-v4-multi-region": 3.667.0 - "@aws-sdk/types": 3.667.0 - "@aws-sdk/util-endpoints": 3.667.0 - "@aws-sdk/util-user-agent-browser": 3.667.0 - "@aws-sdk/util-user-agent-node": 3.667.0 - "@aws-sdk/xml-builder": 3.662.0 - "@smithy/config-resolver": ^3.0.9 - "@smithy/core": ^2.4.8 - "@smithy/eventstream-serde-browser": ^3.0.10 - "@smithy/eventstream-serde-config-resolver": ^3.0.7 - "@smithy/eventstream-serde-node": ^3.0.9 - "@smithy/fetch-http-handler": ^3.2.9 - "@smithy/hash-blob-browser": ^3.1.6 - "@smithy/hash-node": ^3.0.7 - "@smithy/hash-stream-node": ^3.1.6 - "@smithy/invalid-dependency": ^3.0.7 - "@smithy/md5-js": ^3.0.7 - "@smithy/middleware-content-length": ^3.0.9 - "@smithy/middleware-endpoint": ^3.1.4 - "@smithy/middleware-retry": ^3.0.23 - "@smithy/middleware-serde": ^3.0.7 - "@smithy/middleware-stack": ^3.0.7 - "@smithy/node-config-provider": ^3.1.8 - "@smithy/node-http-handler": ^3.2.4 - "@smithy/protocol-http": ^4.1.4 - "@smithy/smithy-client": ^3.4.0 - "@smithy/types": ^3.5.0 - "@smithy/url-parser": ^3.0.7 - "@smithy/util-base64": ^3.0.0 - "@smithy/util-body-length-browser": ^3.0.0 - "@smithy/util-body-length-node": ^3.0.0 - "@smithy/util-defaults-mode-browser": ^3.0.23 - "@smithy/util-defaults-mode-node": ^3.0.23 - "@smithy/util-endpoints": ^2.1.3 - "@smithy/util-middleware": ^3.0.7 - "@smithy/util-retry": ^3.0.7 - "@smithy/util-stream": ^3.1.9 - "@smithy/util-utf8": ^3.0.0 - "@smithy/util-waiter": ^3.1.6 - tslib: ^2.6.2 - checksum: 377545c8e15c960e4d3e3765aea7403ec33b7a9299da67b1945f63d331207a7fa8f604dc91e051361d64df95defa82739af646e725760addf6008fd3400f61e5 - languageName: node - linkType: hard - -"@aws-sdk/client-sso-oidc@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/client-sso-oidc@npm:3.667.0" - dependencies: - "@aws-crypto/sha256-browser": 5.2.0 - "@aws-crypto/sha256-js": 5.2.0 - "@aws-sdk/core": 3.667.0 - "@aws-sdk/credential-provider-node": 3.667.0 - "@aws-sdk/middleware-host-header": 3.667.0 - "@aws-sdk/middleware-logger": 3.667.0 - "@aws-sdk/middleware-recursion-detection": 3.667.0 - "@aws-sdk/middleware-user-agent": 3.667.0 - "@aws-sdk/region-config-resolver": 3.667.0 - "@aws-sdk/types": 3.667.0 - "@aws-sdk/util-endpoints": 3.667.0 - "@aws-sdk/util-user-agent-browser": 3.667.0 - "@aws-sdk/util-user-agent-node": 3.667.0 - "@smithy/config-resolver": ^3.0.9 - "@smithy/core": ^2.4.8 - "@smithy/fetch-http-handler": ^3.2.9 - "@smithy/hash-node": ^3.0.7 - "@smithy/invalid-dependency": ^3.0.7 - "@smithy/middleware-content-length": ^3.0.9 - "@smithy/middleware-endpoint": ^3.1.4 - "@smithy/middleware-retry": ^3.0.23 - "@smithy/middleware-serde": ^3.0.7 - "@smithy/middleware-stack": ^3.0.7 - "@smithy/node-config-provider": ^3.1.8 - "@smithy/node-http-handler": ^3.2.4 - "@smithy/protocol-http": ^4.1.4 - "@smithy/smithy-client": ^3.4.0 - "@smithy/types": ^3.5.0 - "@smithy/url-parser": ^3.0.7 - "@smithy/util-base64": ^3.0.0 - "@smithy/util-body-length-browser": ^3.0.0 - "@smithy/util-body-length-node": ^3.0.0 - "@smithy/util-defaults-mode-browser": ^3.0.23 - "@smithy/util-defaults-mode-node": ^3.0.23 - "@smithy/util-endpoints": ^2.1.3 - "@smithy/util-middleware": ^3.0.7 - "@smithy/util-retry": ^3.0.7 - "@smithy/util-utf8": ^3.0.0 - tslib: ^2.6.2 - peerDependencies: - "@aws-sdk/client-sts": ^3.667.0 - checksum: 45b88618ebf21e6219d32e2ddc4a787ffb4a2f875101ae23a0249708a25abb1da0a828e2e6ee0fe74e3ea279d22a710d8905f21da8fe0f6459b1bdfbaafadb63 - languageName: node - linkType: hard - -"@aws-sdk/client-sso@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/client-sso@npm:3.667.0" - dependencies: - "@aws-crypto/sha256-browser": 5.2.0 - "@aws-crypto/sha256-js": 5.2.0 - "@aws-sdk/core": 3.667.0 - "@aws-sdk/middleware-host-header": 3.667.0 - "@aws-sdk/middleware-logger": 3.667.0 - "@aws-sdk/middleware-recursion-detection": 3.667.0 - "@aws-sdk/middleware-user-agent": 3.667.0 - "@aws-sdk/region-config-resolver": 3.667.0 - "@aws-sdk/types": 3.667.0 - "@aws-sdk/util-endpoints": 3.667.0 - "@aws-sdk/util-user-agent-browser": 3.667.0 - "@aws-sdk/util-user-agent-node": 3.667.0 - "@smithy/config-resolver": ^3.0.9 - "@smithy/core": ^2.4.8 - "@smithy/fetch-http-handler": ^3.2.9 - "@smithy/hash-node": ^3.0.7 - "@smithy/invalid-dependency": ^3.0.7 - "@smithy/middleware-content-length": ^3.0.9 - "@smithy/middleware-endpoint": ^3.1.4 - "@smithy/middleware-retry": ^3.0.23 - "@smithy/middleware-serde": ^3.0.7 - "@smithy/middleware-stack": ^3.0.7 - "@smithy/node-config-provider": ^3.1.8 - "@smithy/node-http-handler": ^3.2.4 - "@smithy/protocol-http": ^4.1.4 - "@smithy/smithy-client": ^3.4.0 - "@smithy/types": ^3.5.0 - "@smithy/url-parser": ^3.0.7 - "@smithy/util-base64": ^3.0.0 - "@smithy/util-body-length-browser": ^3.0.0 - "@smithy/util-body-length-node": ^3.0.0 - "@smithy/util-defaults-mode-browser": ^3.0.23 - "@smithy/util-defaults-mode-node": ^3.0.23 - "@smithy/util-endpoints": ^2.1.3 - "@smithy/util-middleware": ^3.0.7 - "@smithy/util-retry": ^3.0.7 - "@smithy/util-utf8": ^3.0.0 - tslib: ^2.6.2 - checksum: f196824473311e73f980b9d2c0078f337fb25fb674c7dabe8f57228e08e51de92c849b4bfa59245d1070f810e4b68b11ed69fc6d62093b7525324ba702637635 - languageName: node - linkType: hard - -"@aws-sdk/client-sts@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/client-sts@npm:3.667.0" - dependencies: - "@aws-crypto/sha256-browser": 5.2.0 - "@aws-crypto/sha256-js": 5.2.0 - "@aws-sdk/client-sso-oidc": 3.667.0 - "@aws-sdk/core": 3.667.0 - "@aws-sdk/credential-provider-node": 3.667.0 - "@aws-sdk/middleware-host-header": 3.667.0 - "@aws-sdk/middleware-logger": 3.667.0 - "@aws-sdk/middleware-recursion-detection": 3.667.0 - "@aws-sdk/middleware-user-agent": 3.667.0 - "@aws-sdk/region-config-resolver": 3.667.0 - "@aws-sdk/types": 3.667.0 - "@aws-sdk/util-endpoints": 3.667.0 - "@aws-sdk/util-user-agent-browser": 3.667.0 - "@aws-sdk/util-user-agent-node": 3.667.0 - "@smithy/config-resolver": ^3.0.9 - "@smithy/core": ^2.4.8 - "@smithy/fetch-http-handler": ^3.2.9 - "@smithy/hash-node": ^3.0.7 - "@smithy/invalid-dependency": ^3.0.7 - "@smithy/middleware-content-length": ^3.0.9 - "@smithy/middleware-endpoint": ^3.1.4 - "@smithy/middleware-retry": ^3.0.23 - "@smithy/middleware-serde": ^3.0.7 - "@smithy/middleware-stack": ^3.0.7 - "@smithy/node-config-provider": ^3.1.8 - "@smithy/node-http-handler": ^3.2.4 - "@smithy/protocol-http": ^4.1.4 - "@smithy/smithy-client": ^3.4.0 - "@smithy/types": ^3.5.0 - "@smithy/url-parser": ^3.0.7 - "@smithy/util-base64": ^3.0.0 - "@smithy/util-body-length-browser": ^3.0.0 - "@smithy/util-body-length-node": ^3.0.0 - "@smithy/util-defaults-mode-browser": ^3.0.23 - "@smithy/util-defaults-mode-node": ^3.0.23 - "@smithy/util-endpoints": ^2.1.3 - "@smithy/util-middleware": ^3.0.7 - "@smithy/util-retry": ^3.0.7 - "@smithy/util-utf8": ^3.0.0 - tslib: ^2.6.2 - checksum: aaefd5a9caf9571d87ce384af6ceb27838cec6e1292b7353cf33c48398bfb4907a05ef759a8eefe0cf0401cc157ed4e773bd06a832f505622e70a928a59fba43 - languageName: node - linkType: hard - -"@aws-sdk/core@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/core@npm:3.667.0" - dependencies: - "@aws-sdk/types": 3.667.0 - "@smithy/core": ^2.4.8 - "@smithy/node-config-provider": ^3.1.8 - "@smithy/property-provider": ^3.1.7 - "@smithy/protocol-http": ^4.1.4 - "@smithy/signature-v4": ^4.2.0 - "@smithy/smithy-client": ^3.4.0 - "@smithy/types": ^3.5.0 - "@smithy/util-middleware": ^3.0.7 - fast-xml-parser: 4.4.1 - tslib: ^2.6.2 - checksum: da4d0e3971e88d2dc72214ea04f95f35e4e03f6323f3bc438e378cd479816d5ee3aa8fd224778639803d344691edd6fac2096b26bda337afdaba8abcee3bd40c - languageName: node - linkType: hard - -"@aws-sdk/credential-provider-env@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/credential-provider-env@npm:3.667.0" - dependencies: - "@aws-sdk/core": 3.667.0 - "@aws-sdk/types": 3.667.0 - "@smithy/property-provider": ^3.1.7 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: d077c5370ba5a90e11e0722d4a7820c8075a610bd099c519b710a58fc1770ecd2ad3a401b00d4467016c215df293e08a25ff798f42deb7bab8a559eca2fff245 - languageName: node - linkType: hard - -"@aws-sdk/credential-provider-http@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/credential-provider-http@npm:3.667.0" - dependencies: - "@aws-sdk/core": 3.667.0 - "@aws-sdk/types": 3.667.0 - "@smithy/fetch-http-handler": ^3.2.9 - "@smithy/node-http-handler": ^3.2.4 - "@smithy/property-provider": ^3.1.7 - "@smithy/protocol-http": ^4.1.4 - "@smithy/smithy-client": ^3.4.0 - "@smithy/types": ^3.5.0 - "@smithy/util-stream": ^3.1.9 - tslib: ^2.6.2 - checksum: 9f300ca39a607e10c6b79f374de6e306dabe54ceab527b898bcd205b6b7225e01f03dc888c9b4258aadf4b6d786547fc599787a246eb797c3e80044c7ea9cf09 - languageName: node - linkType: hard - -"@aws-sdk/credential-provider-ini@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/credential-provider-ini@npm:3.667.0" - dependencies: - "@aws-sdk/core": 3.667.0 - "@aws-sdk/credential-provider-env": 3.667.0 - "@aws-sdk/credential-provider-http": 3.667.0 - "@aws-sdk/credential-provider-process": 3.667.0 - "@aws-sdk/credential-provider-sso": 3.667.0 - "@aws-sdk/credential-provider-web-identity": 3.667.0 - "@aws-sdk/types": 3.667.0 - "@smithy/credential-provider-imds": ^3.2.4 - "@smithy/property-provider": ^3.1.7 - "@smithy/shared-ini-file-loader": ^3.1.8 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - peerDependencies: - "@aws-sdk/client-sts": ^3.667.0 - checksum: 01fef7fbe4495fccfef3861a9c801712ef8dc30e128efdc78179c078b660cc0cd91fd396542c13a4d4181b7afe8c680bc9ff44ca5c4910c3eeac0c23da2e2a51 - languageName: node - linkType: hard - -"@aws-sdk/credential-provider-node@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/credential-provider-node@npm:3.667.0" - dependencies: - "@aws-sdk/credential-provider-env": 3.667.0 - "@aws-sdk/credential-provider-http": 3.667.0 - "@aws-sdk/credential-provider-ini": 3.667.0 - "@aws-sdk/credential-provider-process": 3.667.0 - "@aws-sdk/credential-provider-sso": 3.667.0 - "@aws-sdk/credential-provider-web-identity": 3.667.0 - "@aws-sdk/types": 3.667.0 - "@smithy/credential-provider-imds": ^3.2.4 - "@smithy/property-provider": ^3.1.7 - "@smithy/shared-ini-file-loader": ^3.1.8 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: 740111513ad47c3140d7317f50180e665a0ebda3c514de3180da3033ffc079d767292f8ece83f6e93fecbf2e72288e52c5cae89b2c473136c588985d2a31bffe - languageName: node - linkType: hard - -"@aws-sdk/credential-provider-process@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/credential-provider-process@npm:3.667.0" - dependencies: - "@aws-sdk/core": 3.667.0 - "@aws-sdk/types": 3.667.0 - "@smithy/property-provider": ^3.1.7 - "@smithy/shared-ini-file-loader": ^3.1.8 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: eab090d81ca09ca690e94f4a37a81c20479b3099c25f410684610de707d17ee8dc20750a3bdd0c7c5eaec1d843313acee3e2a260aed37c1379cf0d36b7044f36 - languageName: node - linkType: hard - -"@aws-sdk/credential-provider-sso@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/credential-provider-sso@npm:3.667.0" - dependencies: - "@aws-sdk/client-sso": 3.667.0 - "@aws-sdk/core": 3.667.0 - "@aws-sdk/token-providers": 3.667.0 - "@aws-sdk/types": 3.667.0 - "@smithy/property-provider": ^3.1.7 - "@smithy/shared-ini-file-loader": ^3.1.8 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: b1c65acf65193f1f3b5697a3ac7325e6bed1b852ab491a4c160f6fb4acba00eddc93f4515238051227068875214581a81637a3d30e4738e50c2c873275393dd2 - languageName: node - linkType: hard - -"@aws-sdk/credential-provider-web-identity@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.667.0" - dependencies: - "@aws-sdk/core": 3.667.0 - "@aws-sdk/types": 3.667.0 - "@smithy/property-provider": ^3.1.7 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - peerDependencies: - "@aws-sdk/client-sts": ^3.667.0 - checksum: 02dff83f72a7d4a2ab4c763ae0c73a8b3d8c4cff89b10d8015d08db2699638babb0458280c60799bef69efce509c3c94ad6e69a041a0df25bc15bd05be1500dc - languageName: node - linkType: hard - -"@aws-sdk/endpoint-cache@npm:3.572.0": - version: 3.572.0 - resolution: "@aws-sdk/endpoint-cache@npm:3.572.0" - dependencies: - mnemonist: 0.38.3 - tslib: ^2.6.2 - checksum: acaa8b0b608a64e4910d3f2c5b2022ef8a032388e9f807a7b71ea53e3fafe6f4d8df937f32f83c9d26d30b29fe23e91e6cafabaa57a64bfe3a10c07daa3c93e1 - languageName: node - linkType: hard - -"@aws-sdk/middleware-bucket-endpoint@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.667.0" - dependencies: - "@aws-sdk/types": 3.667.0 - "@aws-sdk/util-arn-parser": 3.568.0 - "@smithy/node-config-provider": ^3.1.8 - "@smithy/protocol-http": ^4.1.4 - "@smithy/types": ^3.5.0 - "@smithy/util-config-provider": ^3.0.0 - tslib: ^2.6.2 - checksum: b67c9438fc574848691072e8f22003d600818489dd066183f5d39243eeae6863170b7c2cfbed0fba16864e2fc6a3198cd23a916faa00086014600c5832b9c954 - languageName: node - linkType: hard - -"@aws-sdk/middleware-endpoint-discovery@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/middleware-endpoint-discovery@npm:3.667.0" - dependencies: - "@aws-sdk/endpoint-cache": 3.572.0 - "@aws-sdk/types": 3.667.0 - "@smithy/node-config-provider": ^3.1.8 - "@smithy/protocol-http": ^4.1.4 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: 92ab41cabdb5af1baa94c6b7edc3ef48fea7412e4ebdde746694f2836ee6ebc8143529ec608d993200fde65fd46dff6d11a76ba28add171ce8916909b0cb73c4 - languageName: node - linkType: hard - -"@aws-sdk/middleware-expect-continue@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/middleware-expect-continue@npm:3.667.0" - dependencies: - "@aws-sdk/types": 3.667.0 - "@smithy/protocol-http": ^4.1.4 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: c5da94a95ba837bfa3bddd17c9cf0be9e63b0f02fcbfd3394ecdc918f6949715847be8568e710aa5631a628b6b6f27d0ecaad23ff8917207f3ef6a948e62e68f - languageName: node - linkType: hard - -"@aws-sdk/middleware-flexible-checksums@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.667.0" - dependencies: - "@aws-crypto/crc32": 5.2.0 - "@aws-crypto/crc32c": 5.2.0 - "@aws-sdk/core": 3.667.0 - "@aws-sdk/types": 3.667.0 - "@smithy/is-array-buffer": ^3.0.0 - "@smithy/node-config-provider": ^3.1.8 - "@smithy/protocol-http": ^4.1.4 - "@smithy/types": ^3.5.0 - "@smithy/util-middleware": ^3.0.7 - "@smithy/util-utf8": ^3.0.0 - tslib: ^2.6.2 - checksum: 9a78dae8daf15795e868584df362429a10bd29ad99b01d03a4256c6edfd10e1e2fbf6e236b53d1e9c7fd506774c8bd12dd5caf8b6cf8e5fe482321ca1e28d56e - languageName: node - linkType: hard - -"@aws-sdk/middleware-host-header@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/middleware-host-header@npm:3.667.0" - dependencies: - "@aws-sdk/types": 3.667.0 - "@smithy/protocol-http": ^4.1.4 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: e545c3f2182dc6bf812ef19219850e3b86dfc72e7a596b70c6444ccccf79d6939cc1ad00c0261aaacf4cdaf7e5e1f0a17b11a5d197da467a518444172876e671 - languageName: node - linkType: hard - -"@aws-sdk/middleware-location-constraint@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/middleware-location-constraint@npm:3.667.0" - dependencies: - "@aws-sdk/types": 3.667.0 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: bd92e6cb7a6bf823d7ff8703b668498820634f47f503d6d854b3fc809bf7fca65cc6673b5c057c88ae45c64a2926cbe291f46ee9d8fcc6be96bbfe41409242bf - languageName: node - linkType: hard - -"@aws-sdk/middleware-logger@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/middleware-logger@npm:3.667.0" - dependencies: - "@aws-sdk/types": 3.667.0 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: 47d7c9fa8f6d5cceeafe91fc35b63c9a18b57bdf289a2d44983409af61c3c52330ff6400c5d1208a250f98bda62d4c1eddb91f3f6c4f83846b10c3c35e317748 - languageName: node - linkType: hard - -"@aws-sdk/middleware-recursion-detection@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/middleware-recursion-detection@npm:3.667.0" - dependencies: - "@aws-sdk/types": 3.667.0 - "@smithy/protocol-http": ^4.1.4 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: 80b4f28b76e2bba9058ebdf5d19d889f0b5b005ebae0ae7998097620b53502b7f5f8fdd5d17ae4a44a2357f83977e55e840f93255cfcb41a013de0c830553022 - languageName: node - linkType: hard - -"@aws-sdk/middleware-sdk-s3@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.667.0" - dependencies: - "@aws-sdk/core": 3.667.0 - "@aws-sdk/types": 3.667.0 - "@aws-sdk/util-arn-parser": 3.568.0 - "@smithy/core": ^2.4.8 - "@smithy/node-config-provider": ^3.1.8 - "@smithy/protocol-http": ^4.1.4 - "@smithy/signature-v4": ^4.2.0 - "@smithy/smithy-client": ^3.4.0 - "@smithy/types": ^3.5.0 - "@smithy/util-config-provider": ^3.0.0 - "@smithy/util-middleware": ^3.0.7 - "@smithy/util-stream": ^3.1.9 - "@smithy/util-utf8": ^3.0.0 - tslib: ^2.6.2 - checksum: 80407de1e6a356425ced1fceeb8235107464e45add95615d9049590d413e5b483d4a3a37e6cd9e75524b952dd825a2c43daf3bb06c06b5eb989868c9707a11df - languageName: node - linkType: hard - -"@aws-sdk/middleware-ssec@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/middleware-ssec@npm:3.667.0" - dependencies: - "@aws-sdk/types": 3.667.0 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: 16210a33fb0fc718b46196f3d8cd4931e04b2e09660d4c41ff95a04dbbd09f267115d7e30d29efd1e87102e515e659260714df43b89c409cd53b624767750641 - languageName: node - linkType: hard - -"@aws-sdk/middleware-user-agent@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.667.0" - dependencies: - "@aws-sdk/core": 3.667.0 - "@aws-sdk/types": 3.667.0 - "@aws-sdk/util-endpoints": 3.667.0 - "@smithy/core": ^2.4.8 - "@smithy/protocol-http": ^4.1.4 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: c154272ce3abfdef8661a2607c7cbb360ba8fc950be7758962c0f247da9144ec683331023f501b9c3364885d23c90f77c0346e2d58496aba326cf0c0fceb05c3 - languageName: node - linkType: hard - -"@aws-sdk/region-config-resolver@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/region-config-resolver@npm:3.667.0" - dependencies: - "@aws-sdk/types": 3.667.0 - "@smithy/node-config-provider": ^3.1.8 - "@smithy/types": ^3.5.0 - "@smithy/util-config-provider": ^3.0.0 - "@smithy/util-middleware": ^3.0.7 - tslib: ^2.6.2 - checksum: be102ae253d5c6ec934151a427e24187620a180ad7fadf17af14244e3e3dc7dd7a6c7c9c3597adc2994aa2fb4f39146749a4070b6cf96ac182f177161a0f48dc - languageName: node - linkType: hard - -"@aws-sdk/s3-request-presigner@npm:^3.332.0": - version: 3.667.0 - resolution: "@aws-sdk/s3-request-presigner@npm:3.667.0" - dependencies: - "@aws-sdk/signature-v4-multi-region": 3.667.0 - "@aws-sdk/types": 3.667.0 - "@aws-sdk/util-format-url": 3.667.0 - "@smithy/middleware-endpoint": ^3.1.4 - "@smithy/protocol-http": ^4.1.4 - "@smithy/smithy-client": ^3.4.0 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: 9b3815c8a4cf331f074f724671996a788111f7364d3de45503632ae1f9e481509f1813d380c5179127a0e3a032ca8aec59ed2ea72f850c5b160bf77fe8880409 - languageName: node - linkType: hard - -"@aws-sdk/signature-v4-multi-region@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.667.0" - dependencies: - "@aws-sdk/middleware-sdk-s3": 3.667.0 - "@aws-sdk/types": 3.667.0 - "@smithy/protocol-http": ^4.1.4 - "@smithy/signature-v4": ^4.2.0 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: b9eb0041f1d3535170eeb140ebfae21e8bfbc2fa0be0b273eea454c60dfff2f325f38c556054c0ca039c601c3a4765470a29ba4969955d0c5dce5ea838118a12 - languageName: node - linkType: hard - -"@aws-sdk/token-providers@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/token-providers@npm:3.667.0" - dependencies: - "@aws-sdk/types": 3.667.0 - "@smithy/property-provider": ^3.1.7 - "@smithy/shared-ini-file-loader": ^3.1.8 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - peerDependencies: - "@aws-sdk/client-sso-oidc": ^3.667.0 - checksum: cd783b95f3bbe6b33eb75abbad2ea36cec91fc2788376711a2a866e3d1f17b21313004f3e75dadd270ca41ee59f3cc57198dbf51bf222d472ccda249c47ece3b - languageName: node - linkType: hard - -"@aws-sdk/types@npm:3.667.0, @aws-sdk/types@npm:^3.222.0": - version: 3.667.0 - resolution: "@aws-sdk/types@npm:3.667.0" - dependencies: - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: 54471245c8e5ba7542e2e19044b350cde965aa7ef71fcbc931e4ae2436ff620b07234d777035db6b34e5deac74ac41efaa41b6b378044d4597e7463ecff22925 - languageName: node - linkType: hard - -"@aws-sdk/util-arn-parser@npm:3.568.0": - version: 3.568.0 - resolution: "@aws-sdk/util-arn-parser@npm:3.568.0" - dependencies: - tslib: ^2.6.2 - checksum: e3c45e5d524a772954d0a33614d397414185b9eb635423d01253cad1c1b9add625798ed9cf23343d156fae89c701f484bc062ab673f67e2e2edfe362fde6d170 - languageName: node - linkType: hard - -"@aws-sdk/util-endpoints@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/util-endpoints@npm:3.667.0" - dependencies: - "@aws-sdk/types": 3.667.0 - "@smithy/types": ^3.5.0 - "@smithy/util-endpoints": ^2.1.3 - tslib: ^2.6.2 - checksum: c9e2baccba71c43f52570ff0c2e522126657fadd4dba184cd9edd3d4f17bfa527728e5c4f841cedaa527cab6ad4ecc4dcc87714748785fbdeb98b29b9f4cbc24 - languageName: node - linkType: hard - -"@aws-sdk/util-format-url@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/util-format-url@npm:3.667.0" - dependencies: - "@aws-sdk/types": 3.667.0 - "@smithy/querystring-builder": ^3.0.7 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: 4f687d34784f5f0d049ac6579bb760963f0ad525600eedd0ac9dfa3025cb3218d6516274905ad48d4c45685264129c39fc878739ec19f39db171a6b553894a58 - languageName: node - linkType: hard - -"@aws-sdk/util-locate-window@npm:^3.0.0": - version: 3.568.0 - resolution: "@aws-sdk/util-locate-window@npm:3.568.0" - dependencies: - tslib: ^2.6.2 - checksum: 354db5187beee4203c7ec6583556ab14ecde9644c06aaa51fa2528131836d3fc73035a3b080c904e108c49defce20d5562893113b93d819b70497f47989bb578 - languageName: node - linkType: hard - -"@aws-sdk/util-user-agent-browser@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/util-user-agent-browser@npm:3.667.0" - dependencies: - "@aws-sdk/types": 3.667.0 - "@smithy/types": ^3.5.0 - bowser: ^2.11.0 - tslib: ^2.6.2 - checksum: 304094b309461b7e63f143c29e40a7da04f1f49d1ee1fba21fbea801657e5058b4ec2c756ade45dc2e55a373408b079a4426a7c42d605ac77561ca3c22f36bb5 - languageName: node - linkType: hard - -"@aws-sdk/util-user-agent-node@npm:3.667.0": - version: 3.667.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.667.0" - dependencies: - "@aws-sdk/middleware-user-agent": 3.667.0 - "@aws-sdk/types": 3.667.0 - "@smithy/node-config-provider": ^3.1.8 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - peerDependencies: - aws-crt: ">=1.0.0" - peerDependenciesMeta: - aws-crt: - optional: true - checksum: d648e90a3099f48595654a31c38819e0ec43240ec5fcc3935cef9004d2013dc25a299ad1afa721c589e8cb303e317bc222e587964991000fe1d569ea5f1da632 - languageName: node - linkType: hard - -"@aws-sdk/xml-builder@npm:3.662.0": - version: 3.662.0 - resolution: "@aws-sdk/xml-builder@npm:3.662.0" - dependencies: - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: 4571dfe225133ccad480b20cf3f0887386e90579608b524e4e84447c1e995aea1df8d6ec0ce82e7d121ad3f0d9d94c6a85a2ce9db22440da46f3bcb3fb7351d7 - languageName: node - linkType: hard - -"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/code-frame@npm:7.25.7" - dependencies: - "@babel/highlight": ^7.25.7 - picocolors: ^1.0.0 - checksum: f235cdf9c5d6f172898a27949bd63731c5f201671f77bcf4c2ad97229bc462d89746c1a7f5671a132aecff5baf43f3d878b93a7ecc6aa71f9612d2b51270c53e - languageName: node - linkType: hard - -"@babel/compat-data@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/compat-data@npm:7.25.7" - checksum: d1188aed1fda07b6463384f289409deb8e951a5f7cf31ef4757f359a633078edc8b2938056084cc823bca5b6166ba29ba8d4d649a18694e370789b6600d09339 - languageName: node - linkType: hard - -"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.23.9": - version: 7.25.7 - resolution: "@babel/core@npm:7.25.7" - dependencies: - "@ampproject/remapping": ^2.2.0 - "@babel/code-frame": ^7.25.7 - "@babel/generator": ^7.25.7 - "@babel/helper-compilation-targets": ^7.25.7 - "@babel/helper-module-transforms": ^7.25.7 - "@babel/helpers": ^7.25.7 - "@babel/parser": ^7.25.7 - "@babel/template": ^7.25.7 - "@babel/traverse": ^7.25.7 - "@babel/types": ^7.25.7 - convert-source-map: ^2.0.0 - debug: ^4.1.0 - gensync: ^1.0.0-beta.2 - json5: ^2.2.3 - semver: ^6.3.1 - checksum: 80560a962ee3de022f665fc8cbd7fe479a1e3a07f0390afc9da7e4dff65bb073d8f6122688c3efc77f37aff7aeea8fd3c5df6abdbc259283ed7bc74c775c0fea - languageName: node - linkType: hard - -"@babel/generator@npm:^7.25.7, @babel/generator@npm:^7.7.2": - version: 7.25.7 - resolution: "@babel/generator@npm:7.25.7" - dependencies: - "@babel/types": ^7.25.7 - "@jridgewell/gen-mapping": ^0.3.5 - "@jridgewell/trace-mapping": ^0.3.25 - jsesc: ^3.0.2 - checksum: f81cf9dc0191ae4411d82978114382ad6e047bfb678f9a95942bac5034a41719d88f047679f5e2f51ba7728b54ebd1cc32a10df7b556215d8a6ab9bdd4f11831 - languageName: node - linkType: hard - -"@babel/helper-compilation-targets@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/helper-compilation-targets@npm:7.25.7" - dependencies: - "@babel/compat-data": ^7.25.7 - "@babel/helper-validator-option": ^7.25.7 - browserslist: ^4.24.0 - lru-cache: ^5.1.1 - semver: ^6.3.1 - checksum: 5b57e7d4b9302c07510ad3318763c053c3d46f2d40a45c2ea0c59160ccf9061a34975ae62f36a32f15d8d03497ecd5ca43a96417c1fd83eb8c035e77a69840ef - languageName: node - linkType: hard - -"@babel/helper-module-imports@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/helper-module-imports@npm:7.25.7" - dependencies: - "@babel/traverse": ^7.25.7 - "@babel/types": ^7.25.7 - checksum: a7255755e9799978de4bf72563b94b53cf955e5fc3d2acc67c783d3b84d5d34dd41691e473ecc124a94654483fff573deacd87eccd8bd16b47ac4455b5941b30 - languageName: node - linkType: hard - -"@babel/helper-module-transforms@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/helper-module-transforms@npm:7.25.7" - dependencies: - "@babel/helper-module-imports": ^7.25.7 - "@babel/helper-simple-access": ^7.25.7 - "@babel/helper-validator-identifier": ^7.25.7 - "@babel/traverse": ^7.25.7 - peerDependencies: - "@babel/core": ^7.0.0 - checksum: b1daeded78243da969d90b105a564ed918dcded66fba5cd24fe09cb13f7ee9e84d9b9dee789d60237b9a674582d9831a35dbaf6f0a92a3af5f035234a5422814 - languageName: node - linkType: hard - -"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.25.7, @babel/helper-plugin-utils@npm:^7.8.0": - version: 7.25.7 - resolution: "@babel/helper-plugin-utils@npm:7.25.7" - checksum: eef4450361e597f11247d252e69207324dfe0431df9b8bcecc8bef1204358e93fa7776a659c3c4f439e9ee71cd967aeca6c4d6034ebc17a7ae48143bbb580f2f - languageName: node - linkType: hard - -"@babel/helper-simple-access@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/helper-simple-access@npm:7.25.7" - dependencies: - "@babel/traverse": ^7.25.7 - "@babel/types": ^7.25.7 - checksum: 684d0b0330c42d62834355f127df3ed78f16e6f1f66213c72adb7b3b0bcd6283ea8792f5b172868b3ca6518c479b54e18adac564219519072dda9053cca210bd - languageName: node - linkType: hard - -"@babel/helper-string-parser@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/helper-string-parser@npm:7.25.7" - checksum: 0835fda5efe02cdcb5144a939b639acc017ba4aa1cc80524b44032ddb714080d3e40e8f0d3240832b7bd86f5513f0b63d4fe77d8fc52d8c8720ae674182c0753 - languageName: node - linkType: hard - -"@babel/helper-validator-identifier@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/helper-validator-identifier@npm:7.25.7" - checksum: 062f55208deead4876eb474dc6fd55155c9eada8d0a505434de3b9aa06c34195562e0f3142b22a08793a38d740238efa2fe00ff42956cdcb8ac03f0b6c542247 - languageName: node - linkType: hard - -"@babel/helper-validator-option@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/helper-validator-option@npm:7.25.7" - checksum: 87b801fe7d8337699f2fba5323243dd974ea214d27cf51faf2f0063da6dc5bb67c9bb7867fd337573870f9ab498d2788a75bcf9685442bd9430611c62b0195d1 - languageName: node - linkType: hard - -"@babel/helpers@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/helpers@npm:7.25.7" - dependencies: - "@babel/template": ^7.25.7 - "@babel/types": ^7.25.7 - checksum: a73242850915ef2956097431fbab3a840b7d6298555ad4c6f596db7d1b43cf769181716e7b65f8f7015fe48748b9c454d3b9c6cf4506cb840b967654463b0819 - languageName: node - linkType: hard - -"@babel/highlight@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/highlight@npm:7.25.7" - dependencies: - "@babel/helper-validator-identifier": ^7.25.7 - chalk: ^2.4.2 - js-tokens: ^4.0.0 - picocolors: ^1.0.0 - checksum: b6aa45c5bf7ecc16b8204bbed90335706131ac6cacb0f1bfb1b862ada3741539c913b56c9d26beb56cece0c231ffab36f66aa36aac6b04b32669c314705203f2 - languageName: node - linkType: hard - -"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/parser@npm:7.25.7" - dependencies: - "@babel/types": ^7.25.7 - bin: - parser: ./bin/babel-parser.js - checksum: 7c40c2881e92415f5f2a88ac1078a8fea7f2b10097e76116ce40bfe01443d3a842c704bdb64d7b54c9e9dbbf49a60a0e1cf79ff35bcd02c52ff424179acd4259 - languageName: node - linkType: hard - -"@babel/plugin-syntax-async-generators@npm:^7.8.4": - version: 7.8.4 - resolution: "@babel/plugin-syntax-async-generators@npm:7.8.4" - dependencies: - "@babel/helper-plugin-utils": ^7.8.0 - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 7ed1c1d9b9e5b64ef028ea5e755c0be2d4e5e4e3d6cf7df757b9a8c4cfa4193d268176d0f1f7fbecdda6fe722885c7fda681f480f3741d8a2d26854736f05367 - languageName: node - linkType: hard - -"@babel/plugin-syntax-bigint@npm:^7.8.3": - version: 7.8.3 - resolution: "@babel/plugin-syntax-bigint@npm:7.8.3" - dependencies: - "@babel/helper-plugin-utils": ^7.8.0 - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 3a10849d83e47aec50f367a9e56a6b22d662ddce643334b087f9828f4c3dd73bdc5909aaeabe123fed78515767f9ca43498a0e621c438d1cd2802d7fae3c9648 - languageName: node - linkType: hard - -"@babel/plugin-syntax-class-properties@npm:^7.12.13": - version: 7.12.13 - resolution: "@babel/plugin-syntax-class-properties@npm:7.12.13" - dependencies: - "@babel/helper-plugin-utils": ^7.12.13 - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 24f34b196d6342f28d4bad303612d7ff566ab0a013ce89e775d98d6f832969462e7235f3e7eaf17678a533d4be0ba45d3ae34ab4e5a9dcbda5d98d49e5efa2fc - languageName: node - linkType: hard - -"@babel/plugin-syntax-class-static-block@npm:^7.14.5": - version: 7.14.5 - resolution: "@babel/plugin-syntax-class-static-block@npm:7.14.5" - dependencies: - "@babel/helper-plugin-utils": ^7.14.5 - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 3e80814b5b6d4fe17826093918680a351c2d34398a914ce6e55d8083d72a9bdde4fbaf6a2dcea0e23a03de26dc2917ae3efd603d27099e2b98380345703bf948 - languageName: node - linkType: hard - -"@babel/plugin-syntax-import-attributes@npm:^7.24.7": - version: 7.25.7 - resolution: "@babel/plugin-syntax-import-attributes@npm:7.25.7" - dependencies: - "@babel/helper-plugin-utils": ^7.25.7 - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: fbef3dc25cc262eec8547a0ae751fb962f81c07cd6260a5ce7b52a4af1a157882648f9b6dd481ea16bf4a24166695dc1a6e5b53d42234bfccc0322dce2a86ca8 - languageName: node - linkType: hard - -"@babel/plugin-syntax-import-meta@npm:^7.10.4": - version: 7.10.4 - resolution: "@babel/plugin-syntax-import-meta@npm:7.10.4" - dependencies: - "@babel/helper-plugin-utils": ^7.10.4 - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 166ac1125d10b9c0c430e4156249a13858c0366d38844883d75d27389621ebe651115cb2ceb6dc011534d5055719fa1727b59f39e1ab3ca97820eef3dcab5b9b - languageName: node - linkType: hard - -"@babel/plugin-syntax-json-strings@npm:^7.8.3": - version: 7.8.3 - resolution: "@babel/plugin-syntax-json-strings@npm:7.8.3" - dependencies: - "@babel/helper-plugin-utils": ^7.8.0 - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: bf5aea1f3188c9a507e16efe030efb996853ca3cadd6512c51db7233cc58f3ac89ff8c6bdfb01d30843b161cfe7d321e1bf28da82f7ab8d7e6bc5464666f354a - languageName: node - linkType: hard - -"@babel/plugin-syntax-jsx@npm:^7.7.2": - version: 7.25.7 - resolution: "@babel/plugin-syntax-jsx@npm:7.25.7" - dependencies: - "@babel/helper-plugin-utils": ^7.25.7 - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 3584566707a1c92e48b3ad2423af73bc4497093fb17fb786977fc5aef6130ae7a2f7856a7848431bed1ac21b4a8d86d2ff4505325b700f76f9bd57b4e95a2297 - languageName: node - linkType: hard - -"@babel/plugin-syntax-logical-assignment-operators@npm:^7.10.4": - version: 7.10.4 - resolution: "@babel/plugin-syntax-logical-assignment-operators@npm:7.10.4" - dependencies: - "@babel/helper-plugin-utils": ^7.10.4 - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: aff33577037e34e515911255cdbb1fd39efee33658aa00b8a5fd3a4b903585112d037cce1cc9e4632f0487dc554486106b79ccd5ea63a2e00df4363f6d4ff886 - languageName: node - linkType: hard - -"@babel/plugin-syntax-nullish-coalescing-operator@npm:^7.8.3": - version: 7.8.3 - resolution: "@babel/plugin-syntax-nullish-coalescing-operator@npm:7.8.3" - dependencies: - "@babel/helper-plugin-utils": ^7.8.0 - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 87aca4918916020d1fedba54c0e232de408df2644a425d153be368313fdde40d96088feed6c4e5ab72aac89be5d07fef2ddf329a15109c5eb65df006bf2580d1 - languageName: node - linkType: hard - -"@babel/plugin-syntax-numeric-separator@npm:^7.10.4": - version: 7.10.4 - resolution: "@babel/plugin-syntax-numeric-separator@npm:7.10.4" - dependencies: - "@babel/helper-plugin-utils": ^7.10.4 - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 01ec5547bd0497f76cc903ff4d6b02abc8c05f301c88d2622b6d834e33a5651aa7c7a3d80d8d57656a4588f7276eba357f6b7e006482f5b564b7a6488de493a1 - languageName: node - linkType: hard - -"@babel/plugin-syntax-object-rest-spread@npm:^7.8.3": - version: 7.8.3 - resolution: "@babel/plugin-syntax-object-rest-spread@npm:7.8.3" - dependencies: - "@babel/helper-plugin-utils": ^7.8.0 - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: fddcf581a57f77e80eb6b981b10658421bc321ba5f0a5b754118c6a92a5448f12a0c336f77b8abf734841e102e5126d69110a306eadb03ca3e1547cab31f5cbf - languageName: node - linkType: hard - -"@babel/plugin-syntax-optional-catch-binding@npm:^7.8.3": - version: 7.8.3 - resolution: "@babel/plugin-syntax-optional-catch-binding@npm:7.8.3" - dependencies: - "@babel/helper-plugin-utils": ^7.8.0 - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 910d90e72bc90ea1ce698e89c1027fed8845212d5ab588e35ef91f13b93143845f94e2539d831dc8d8ededc14ec02f04f7bd6a8179edd43a326c784e7ed7f0b9 - languageName: node - linkType: hard - -"@babel/plugin-syntax-optional-chaining@npm:^7.8.3": - version: 7.8.3 - resolution: "@babel/plugin-syntax-optional-chaining@npm:7.8.3" - dependencies: - "@babel/helper-plugin-utils": ^7.8.0 - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: eef94d53a1453361553c1f98b68d17782861a04a392840341bc91780838dd4e695209c783631cf0de14c635758beafb6a3a65399846ffa4386bff90639347f30 - languageName: node - linkType: hard - -"@babel/plugin-syntax-private-property-in-object@npm:^7.14.5": - version: 7.14.5 - resolution: "@babel/plugin-syntax-private-property-in-object@npm:7.14.5" - dependencies: - "@babel/helper-plugin-utils": ^7.14.5 - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: b317174783e6e96029b743ccff2a67d63d38756876e7e5d0ba53a322e38d9ca452c13354a57de1ad476b4c066dbae699e0ca157441da611117a47af88985ecda - languageName: node - linkType: hard - -"@babel/plugin-syntax-top-level-await@npm:^7.14.5": - version: 7.14.5 - resolution: "@babel/plugin-syntax-top-level-await@npm:7.14.5" - dependencies: - "@babel/helper-plugin-utils": ^7.14.5 - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: bbd1a56b095be7820029b209677b194db9b1d26691fe999856462e66b25b281f031f3dfd91b1619e9dcf95bebe336211833b854d0fb8780d618e35667c2d0d7e - languageName: node - linkType: hard - -"@babel/plugin-syntax-typescript@npm:^7.7.2": - version: 7.25.7 - resolution: "@babel/plugin-syntax-typescript@npm:7.25.7" - dependencies: - "@babel/helper-plugin-utils": ^7.25.7 - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: b347da4c681d41c1780417939e9a0388c23cbe46ac9d2d6e5ef2119914bce11ea607963252a87e2c9f8e09eb5e0dac6b9741d79a7c7214c49b314d325d79ba8b - languageName: node - linkType: hard - -"@babel/runtime-corejs3@npm:^7.20.7, @babel/runtime-corejs3@npm:^7.22.15": - version: 7.25.7 - resolution: "@babel/runtime-corejs3@npm:7.25.7" - dependencies: - core-js-pure: ^3.30.2 - regenerator-runtime: ^0.14.0 - checksum: a725f3e0b0f69f19b4773211c776ed01394e0924c29de005056bbfc8171a9f74c405ade874fef55aad93396462772ffa6cb6e697e44890d70620515b2c5d9eb1 - languageName: node - linkType: hard - -"@babel/template@npm:^7.25.7, @babel/template@npm:^7.3.3": - version: 7.25.7 - resolution: "@babel/template@npm:7.25.7" - dependencies: - "@babel/code-frame": ^7.25.7 - "@babel/parser": ^7.25.7 - "@babel/types": ^7.25.7 - checksum: 83f025a4a777103965ee41b7c0fa2bb1c847ea7ed2b9f2cb258998ea96dfc580206176b532edf6d723d85237bc06fca26be5c8772e2af7d9e4fe6927e3bed8a3 - languageName: node - linkType: hard - -"@babel/traverse@npm:^7.25.7": - version: 7.25.7 - resolution: "@babel/traverse@npm:7.25.7" - dependencies: - "@babel/code-frame": ^7.25.7 - "@babel/generator": ^7.25.7 - "@babel/parser": ^7.25.7 - "@babel/template": ^7.25.7 - "@babel/types": ^7.25.7 - debug: ^4.3.1 - globals: ^11.1.0 - checksum: 4d329b6e7a409a63f4815bbc0a08d0b0cb566c5a2fecd1767661fe1821ced213c554d7d74e6aca048672fed2c8f76071cb0d94f4bd5f120fba8d55a38af63094 - languageName: node - linkType: hard - -"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.25.7, @babel/types@npm:^7.3.3": - version: 7.25.7 - resolution: "@babel/types@npm:7.25.7" - dependencies: - "@babel/helper-string-parser": ^7.25.7 - "@babel/helper-validator-identifier": ^7.25.7 - to-fast-properties: ^2.0.0 - checksum: a63a3ecdac5eb2fa10a75d50ec23d1560beed6c4037ccf478a430cc221ba9b8b3a55cfbaaefb6e997051728f3c02b44dcddb06de9a0132f164a0a597dd825731 - languageName: node - linkType: hard - -"@bcoe/v8-coverage@npm:^0.2.3": - version: 0.2.3 - resolution: "@bcoe/v8-coverage@npm:0.2.3" - checksum: 850f9305536d0f2bd13e9e0881cb5f02e4f93fad1189f7b2d4bebf694e3206924eadee1068130d43c11b750efcc9405f88a8e42ef098b6d75239c0f047de1a27 - languageName: node - linkType: hard - -"@cspotcode/source-map-support@npm:^0.8.0": - version: 0.8.1 - resolution: "@cspotcode/source-map-support@npm:0.8.1" - dependencies: - "@jridgewell/trace-mapping": 0.3.9 - checksum: 5718f267085ed8edb3e7ef210137241775e607ee18b77d95aa5bd7514f47f5019aa2d82d96b3bf342ef7aa890a346fa1044532ff7cc3009e7d24fce3ce6200fa - languageName: node - linkType: hard - -"@fastify/busboy@npm:^3.0.0": - version: 3.0.0 - resolution: "@fastify/busboy@npm:3.0.0" - checksum: b44e844f30c6d41214925b03f06550a726264785ecba0e70849d7878b1453c9da2ca2be60fb0a8b0bc8c932ff16eaac78d74d2c429cb3ab72d94db3a08f2cf26 - languageName: node - linkType: hard - -"@firebase/app-check-interop-types@npm:0.3.2": - version: 0.3.2 - resolution: "@firebase/app-check-interop-types@npm:0.3.2" - checksum: 7dd452c21cb8b3682082a6f4023de208b4a4808d97ede7d72a54f2e0a51963adf1c1bcc8a8c8338bee1ba0b66516cc101a1fb51a26a80c9322c3a080aee6ec26 - languageName: node - linkType: hard - -"@firebase/app-types@npm:0.9.2": - version: 0.9.2 - resolution: "@firebase/app-types@npm:0.9.2" - checksum: c709592d84e262b980cbeff4fd5f5d5c522a9de7fe33bcdede8e6390fc05a283c11a2bf0b012fef1329251d4599f12f4b4f0dd2228a8ec42da017ae968e740a4 - languageName: node - linkType: hard - -"@firebase/auth-interop-types@npm:0.2.3": - version: 0.2.3 - resolution: "@firebase/auth-interop-types@npm:0.2.3" - checksum: fdadd64a067fdc1f32464890c861cdcc984a4aae307e7d46f182ba508082e55921c6f70042d1f893dfd18434484783f866adefcdc01dba8818cd7f0b0c89acf2 - languageName: node - linkType: hard - -"@firebase/component@npm:0.6.9": - version: 0.6.9 - resolution: "@firebase/component@npm:0.6.9" - dependencies: - "@firebase/util": 1.10.0 - tslib: ^2.1.0 - checksum: f047109220b08eb1ff3509563c597c62bfef98c0190c4201a1c98de755931a7d3783c1de083888f600336a92865fc3f75d211467963191eaa86453d13b9ac704 - languageName: node - linkType: hard - -"@firebase/database-compat@npm:^1.0.2": - version: 1.0.8 - resolution: "@firebase/database-compat@npm:1.0.8" - dependencies: - "@firebase/component": 0.6.9 - "@firebase/database": 1.0.8 - "@firebase/database-types": 1.0.5 - "@firebase/logger": 0.4.2 - "@firebase/util": 1.10.0 - tslib: ^2.1.0 - checksum: 68ea4e07a9aba636173b838fa0126310c1d4d7cee3bb64bccca5681d28515f9eb78d34ed1d8aef82de0891717b8e5e29c794d4deeed7bd7fd479eab16f00194a - languageName: node - linkType: hard - -"@firebase/database-types@npm:1.0.5, @firebase/database-types@npm:^1.0.0": - version: 1.0.5 - resolution: "@firebase/database-types@npm:1.0.5" - dependencies: - "@firebase/app-types": 0.9.2 - "@firebase/util": 1.10.0 - checksum: 8c8c45162b6f138378f8aa16590cfad52233e0e93c35b5e6dc526ef06ee2b424e80023ab9defea4fef8f6886c9aeced8386bcf532c59008a1d2b620df90c5779 - languageName: node - linkType: hard - -"@firebase/database@npm:1.0.8": - version: 1.0.8 - resolution: "@firebase/database@npm:1.0.8" - dependencies: - "@firebase/app-check-interop-types": 0.3.2 - "@firebase/auth-interop-types": 0.2.3 - "@firebase/component": 0.6.9 - "@firebase/logger": 0.4.2 - "@firebase/util": 1.10.0 - faye-websocket: 0.11.4 - tslib: ^2.1.0 - checksum: a12d7985ceabfe71fe4fb657c2b87904082f54cce5ce9b3c1399c1fdf0ee7ab89091a328448f99e628e636ee4f8ed30378bce864a32a8881203992a8ba023c8d - languageName: node - linkType: hard - -"@firebase/logger@npm:0.4.2": - version: 0.4.2 - resolution: "@firebase/logger@npm:0.4.2" - dependencies: - tslib: ^2.1.0 - checksum: a0d288debe32108095af691fa8797c5ee2023b0f4e0f5024992f7e49b5353d1fb0280ea950d8bfd5d93af514cf839f663fd3559303d0591fcb8b0efe3d879f0e - languageName: node - linkType: hard - -"@firebase/util@npm:1.10.0": - version: 1.10.0 - resolution: "@firebase/util@npm:1.10.0" - dependencies: - tslib: ^2.1.0 - checksum: 3fb8f0e58145f10bf2de0497c89293cf76bcb79d440b818466f8e1e272e4051e04926443c611f930f862af00e174bd49dc9f0b2513ba1719263a5297d4837709 - languageName: node - linkType: hard - -"@formatjs/ecma402-abstract@npm:2.1.0": - version: 2.1.0 - resolution: "@formatjs/ecma402-abstract@npm:2.1.0" - dependencies: - "@formatjs/fast-memoize": 2.2.0 - "@formatjs/intl-localematcher": 0.5.4 - tslib: ^2.4.0 - checksum: 39bad1a40fdb8f4b5af5eed868548c17a7120730fa8593e7a2a40ec80f02e19dfdd2fa82083156aad18e73a4e610fe55292283e06a9dc586a0a43b1b18066ed4 - languageName: node - linkType: hard - -"@formatjs/fast-memoize@npm:2.2.0": - version: 2.2.0 - resolution: "@formatjs/fast-memoize@npm:2.2.0" - dependencies: - tslib: ^2.4.0 - checksum: 8697fe72a7ece252d600a7d08105f2a2f758e2dd96f54ac0a4c508b1205a559fc08835635e1f8e5ca9dcc3ee61ce1fca4a0e7047b402f29fc96051e293a280ff - languageName: node - linkType: hard - -"@formatjs/icu-messageformat-parser@npm:2.7.9": - version: 2.7.9 - resolution: "@formatjs/icu-messageformat-parser@npm:2.7.9" - dependencies: - "@formatjs/ecma402-abstract": 2.1.0 - "@formatjs/icu-skeleton-parser": 1.8.3 - tslib: ^2.4.0 - checksum: 22e42886128e35a2eb3a6b12d97af4a51758b8c2361920ef6c29b3e8ba0dedee58687ede23f79dd5924220a33f23ba24edf9fda668ab2029ef05b0327cee1036 - languageName: node - linkType: hard - -"@formatjs/icu-skeleton-parser@npm:1.8.3": - version: 1.8.3 - resolution: "@formatjs/icu-skeleton-parser@npm:1.8.3" - dependencies: - "@formatjs/ecma402-abstract": 2.1.0 - tslib: ^2.4.0 - checksum: 236e29a12298fa888a1cf04090b9a88289291347a29fb0b185db77fbf51b2f24058433a01c19315ed0e3a868d5a4d2f0dfa5e0f3ca5fb13077f1f50eb024234d - languageName: node - linkType: hard - -"@formatjs/intl-localematcher@npm:0.5.4": - version: 0.5.4 - resolution: "@formatjs/intl-localematcher@npm:0.5.4" - dependencies: - tslib: ^2.4.0 - checksum: a0af57874fcd163add5f7a0cb1c008e9b09feb1d24cbce1263379ae0393cddd6681197a7f2f512f351a97666fc8675ed52cc17d1834266ee8fc65e9edf3435f6 - languageName: node - linkType: hard - -"@gar/promisify@npm:^1.1.3": - version: 1.1.3 - resolution: "@gar/promisify@npm:1.1.3" - checksum: 4059f790e2d07bf3c3ff3e0fec0daa8144fe35c1f6e0111c9921bd32106adaa97a4ab096ad7dab1e28ee6a9060083c4d1a4ada42a7f5f3f7a96b8812e2b757c1 - languageName: node - linkType: hard - -"@google-cloud/bigquery@npm:^6.1.0": - version: 6.2.1 - resolution: "@google-cloud/bigquery@npm:6.2.1" - dependencies: - "@google-cloud/common": ^4.0.0 - "@google-cloud/paginator": ^4.0.0 - "@google-cloud/precise-date": ^3.0.1 - "@google-cloud/promisify": ^3.0.0 - arrify: ^2.0.1 - big.js: ^6.0.0 - duplexify: ^4.0.0 - extend: ^3.0.2 - is: ^3.3.0 - stream-events: ^1.0.5 - uuid: ^9.0.0 - checksum: aa78b866597444d04c9cfce4b1d248ea2dbc24114154b5672cb8c0f0ca1f96363e0d8bb39158352c34ff57bcf1ff4f88bcc1f3da63bd9f6889232c1d10c174bf - languageName: node - linkType: hard - -"@google-cloud/common@npm:^4.0.0": - version: 4.0.3 - resolution: "@google-cloud/common@npm:4.0.3" - dependencies: - "@google-cloud/projectify": ^3.0.0 - "@google-cloud/promisify": ^3.0.0 - arrify: ^2.0.1 - duplexify: ^4.1.1 - ent: ^2.2.0 - extend: ^3.0.2 - google-auth-library: ^8.0.2 - retry-request: ^5.0.0 - teeny-request: ^8.0.0 - checksum: 2660da8da2295f2792a7eaa08579d3c76274b58c5d5cd652f7e242f8e593948f753925790340029db383144780b35e7ae09c3088ddbffe3dcfab950e5850de89 - languageName: node - linkType: hard - -"@google-cloud/firestore@npm:^7.7.0": - version: 7.10.0 - resolution: "@google-cloud/firestore@npm:7.10.0" - dependencies: - "@opentelemetry/api": ^1.3.0 - fast-deep-equal: ^3.1.1 - functional-red-black-tree: ^1.0.1 - google-gax: ^4.3.3 - protobufjs: ^7.2.6 - checksum: c534e49c6b52b7b46366eba009e3f56e8ee10ca0501896a7794470cab32513c6a314f364ff5a3fe5a44b832ba39d1afc86d38b42be3826a615c0a59108185c7d - languageName: node - linkType: hard - -"@google-cloud/paginator@npm:^3.0.7": - version: 3.0.7 - resolution: "@google-cloud/paginator@npm:3.0.7" - dependencies: - arrify: ^2.0.0 - extend: ^3.0.2 - checksum: bdecce8a894a0c7f47f13d0e42b2fa142098e1dd34ce571b7216ad624057214baf9066ecf091501b3770da9d7be20b983eda30185c8c6596192cb748f8a0090c - languageName: node - linkType: hard - -"@google-cloud/paginator@npm:^4.0.0": - version: 4.0.1 - resolution: "@google-cloud/paginator@npm:4.0.1" - dependencies: - arrify: ^2.0.0 - extend: ^3.0.2 - checksum: 40ecfb59512ddbb76ca377cb96b61673d8d210397723dcaac41d8a553264bf0c09d3754db25dd3c476f8d85941b5017cc158b4e81c8c6a054aea020c32a1e4ba - languageName: node - linkType: hard - -"@google-cloud/paginator@npm:^5.0.0": - version: 5.0.2 - resolution: "@google-cloud/paginator@npm:5.0.2" - dependencies: - arrify: ^2.0.0 - extend: ^3.0.2 - checksum: eeb4a387807270ba9f69f22d7439d60c5bd6663573c2da9ea7d998c373d77671d77450b87f0f229c28418df654af4064e70554fa4dcde7edb3c0f5c05f208246 - languageName: node - linkType: hard - -"@google-cloud/precise-date@npm:^3.0.1": - version: 3.0.1 - resolution: "@google-cloud/precise-date@npm:3.0.1" - checksum: 5f99a8a67909b4b2b66b580821a96f780f55660e096b3eebeae067b6391f8c904866220aa1c2426b67be5e5567818fc565dd44f60173b4f58a713e8fb0d90705 - languageName: node - linkType: hard - -"@google-cloud/projectify@npm:^3.0.0": - version: 3.0.0 - resolution: "@google-cloud/projectify@npm:3.0.0" - checksum: 4fa7ad689422b0b9c152fb00260e54e39d81678f9c51518bdb34bc57ee00604524fcdd5837fa97eb2f8ff4811afee3f345b1b0993bc4a2fa1b803bdd6554839a - languageName: node - linkType: hard - -"@google-cloud/projectify@npm:^4.0.0": - version: 4.0.0 - resolution: "@google-cloud/projectify@npm:4.0.0" - checksum: 973d28414ae200433333a3c315aebb881ced42ea4afe6f3f8520d2fecded75e76c913f5189fea8fb29ce6ca36117c4f44001b3c503eecdd3ac7f02597a98354a - languageName: node - linkType: hard - -"@google-cloud/promisify@npm:^3.0.0": - version: 3.0.1 - resolution: "@google-cloud/promisify@npm:3.0.1" - checksum: 44b4de760425d6ea328f6208c46219cfcc44383b4015c67a6b18b55b8fee5b754a11f80ed481a7d779bc471950b2b856dce51e36e8004b0d2f73a93e50d756ce - languageName: node - linkType: hard - -"@google-cloud/promisify@npm:^4.0.0": - version: 4.0.0 - resolution: "@google-cloud/promisify@npm:4.0.0" - checksum: edd189398c5ed5b7b64a373177d77c87d076a248c31b8ae878bb91e2411d89860108bcb948c349f32628973a823bd131beb53ec008fd613a8cb466ef1d89de49 - languageName: node - linkType: hard - -"@google-cloud/storage@npm:^6.10.1": - version: 6.12.0 - resolution: "@google-cloud/storage@npm:6.12.0" - dependencies: - "@google-cloud/paginator": ^3.0.7 - "@google-cloud/projectify": ^3.0.0 - "@google-cloud/promisify": ^3.0.0 - abort-controller: ^3.0.0 - async-retry: ^1.3.3 - compressible: ^2.0.12 - duplexify: ^4.0.0 - ent: ^2.2.0 - extend: ^3.0.2 - fast-xml-parser: ^4.2.2 - gaxios: ^5.0.0 - google-auth-library: ^8.0.1 - mime: ^3.0.0 - mime-types: ^2.0.8 - p-limit: ^3.0.1 - retry-request: ^5.0.0 - teeny-request: ^8.0.0 - uuid: ^8.0.0 - checksum: cfe44e3f4d1bacd8eeefa7885d261f421c4ff84e82abe50200b5b77e28322baf9cb67497872b9868b25b43b14197b1a155d5eb7b70afb39d3476fa4bdead3338 - languageName: node - linkType: hard - -"@google-cloud/storage@npm:^7.7.0": - version: 7.13.0 - resolution: "@google-cloud/storage@npm:7.13.0" - dependencies: - "@google-cloud/paginator": ^5.0.0 - "@google-cloud/projectify": ^4.0.0 - "@google-cloud/promisify": ^4.0.0 - abort-controller: ^3.0.0 - async-retry: ^1.3.3 - duplexify: ^4.1.3 - fast-xml-parser: ^4.4.1 - gaxios: ^6.0.2 - google-auth-library: ^9.6.3 - html-entities: ^2.5.2 - mime: ^3.0.0 - p-limit: ^3.0.1 - retry-request: ^7.0.0 - teeny-request: ^9.0.0 - uuid: ^8.0.0 - checksum: b5e61b3123f2924aae17f3b1e9aa97092e999f2097c00d90d85329212219cd6b6a63a65fd84d228791b534e4747e96d430007c4a507b37f3e1d6e42a98d4e7e2 - languageName: node - linkType: hard - -"@graphql-typed-document-node/core@npm:^3.2.0": - version: 3.2.0 - resolution: "@graphql-typed-document-node/core@npm:3.2.0" - peerDependencies: - graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - checksum: fa44443accd28c8cf4cb96aaaf39d144a22e8b091b13366843f4e97d19c7bfeaf609ce3c7603a4aeffe385081eaf8ea245d078633a7324c11c5ec4b2011bb76d - languageName: node - linkType: hard - -"@grpc/grpc-js@npm:^1.10.9": - version: 1.11.3 - resolution: "@grpc/grpc-js@npm:1.11.3" - dependencies: - "@grpc/proto-loader": ^0.7.13 - "@js-sdsl/ordered-map": ^4.4.2 - checksum: 148844383c1f5cebd406fab4b76dc41d2c328c97d74c77a496f55af10ad8a84b822521044ed74770ece06b10db194122314e920b1f3d8ab2c30f27be94284d13 - languageName: node - linkType: hard - -"@grpc/proto-loader@npm:^0.7.13": - version: 0.7.13 - resolution: "@grpc/proto-loader@npm:0.7.13" - dependencies: - lodash.camelcase: ^4.3.0 - long: ^5.0.0 - protobufjs: ^7.2.5 - yargs: ^17.7.2 - bin: - proto-loader-gen-types: build/bin/proto-loader-gen-types.js - checksum: 399c1b8a4627f93dc31660d9636ea6bf58be5675cc7581e3df56a249369e5be02c6cd0d642c5332b0d5673bc8621619bc06fb045aa3e8f57383737b5d35930dc - languageName: node - linkType: hard - -"@isaacs/cliui@npm:^8.0.2": - version: 8.0.2 - resolution: "@isaacs/cliui@npm:8.0.2" - dependencies: - string-width: ^5.1.2 - string-width-cjs: "npm:string-width@^4.2.0" - strip-ansi: ^7.0.1 - strip-ansi-cjs: "npm:strip-ansi@^6.0.1" - wrap-ansi: ^8.1.0 - wrap-ansi-cjs: "npm:wrap-ansi@^7.0.0" - checksum: 4a473b9b32a7d4d3cfb7a614226e555091ff0c5a29a1734c28c72a182c2f6699b26fc6b5c2131dfd841e86b185aea714c72201d7c98c2fba5f17709333a67aeb - languageName: node - linkType: hard - -"@istanbuljs/load-nyc-config@npm:^1.0.0": - version: 1.1.0 - resolution: "@istanbuljs/load-nyc-config@npm:1.1.0" - dependencies: - camelcase: ^5.3.1 - find-up: ^4.1.0 - get-package-type: ^0.1.0 - js-yaml: ^3.13.1 - resolve-from: ^5.0.0 - checksum: d578da5e2e804d5c93228450a1380e1a3c691de4953acc162f387b717258512a3e07b83510a936d9fab03eac90817473917e24f5d16297af3867f59328d58568 - languageName: node - linkType: hard - -"@istanbuljs/schema@npm:^0.1.2, @istanbuljs/schema@npm:^0.1.3": - version: 0.1.3 - resolution: "@istanbuljs/schema@npm:0.1.3" - checksum: 5282759d961d61350f33d9118d16bcaed914ebf8061a52f4fa474b2cb08720c9c81d165e13b82f2e5a8a212cc5af482f0c6fc1ac27b9e067e5394c9a6ed186c9 - languageName: node - linkType: hard - -"@jest/console@npm:^29.7.0": - version: 29.7.0 - resolution: "@jest/console@npm:29.7.0" - dependencies: - "@jest/types": ^29.6.3 - "@types/node": "*" - chalk: ^4.0.0 - jest-message-util: ^29.7.0 - jest-util: ^29.7.0 - slash: ^3.0.0 - checksum: 0e3624e32c5a8e7361e889db70b170876401b7d70f509a2538c31d5cd50deb0c1ae4b92dc63fe18a0902e0a48c590c21d53787a0df41a52b34fa7cab96c384d6 - languageName: node - linkType: hard - -"@jest/core@npm:^29.7.0": - version: 29.7.0 - resolution: "@jest/core@npm:29.7.0" - dependencies: - "@jest/console": ^29.7.0 - "@jest/reporters": ^29.7.0 - "@jest/test-result": ^29.7.0 - "@jest/transform": ^29.7.0 - "@jest/types": ^29.6.3 - "@types/node": "*" - ansi-escapes: ^4.2.1 - chalk: ^4.0.0 - ci-info: ^3.2.0 - exit: ^0.1.2 - graceful-fs: ^4.2.9 - jest-changed-files: ^29.7.0 - jest-config: ^29.7.0 - jest-haste-map: ^29.7.0 - jest-message-util: ^29.7.0 - jest-regex-util: ^29.6.3 - jest-resolve: ^29.7.0 - jest-resolve-dependencies: ^29.7.0 - jest-runner: ^29.7.0 - jest-runtime: ^29.7.0 - jest-snapshot: ^29.7.0 - jest-util: ^29.7.0 - jest-validate: ^29.7.0 - jest-watcher: ^29.7.0 - micromatch: ^4.0.4 - pretty-format: ^29.7.0 - slash: ^3.0.0 - strip-ansi: ^6.0.0 - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true - checksum: af759c9781cfc914553320446ce4e47775ae42779e73621c438feb1e4231a5d4862f84b1d8565926f2d1aab29b3ec3dcfdc84db28608bdf5f29867124ebcfc0d - languageName: node - linkType: hard - -"@jest/environment@npm:^29.7.0": - version: 29.7.0 - resolution: "@jest/environment@npm:29.7.0" - dependencies: - "@jest/fake-timers": ^29.7.0 - "@jest/types": ^29.6.3 - "@types/node": "*" - jest-mock: ^29.7.0 - checksum: 6fb398143b2543d4b9b8d1c6dbce83fa5247f84f550330604be744e24c2bd2178bb893657d62d1b97cf2f24baf85c450223f8237cccb71192c36a38ea2272934 - languageName: node - linkType: hard - -"@jest/expect-utils@npm:^29.7.0": - version: 29.7.0 - resolution: "@jest/expect-utils@npm:29.7.0" - dependencies: - jest-get-type: ^29.6.3 - checksum: 75eb177f3d00b6331bcaa057e07c0ccb0733a1d0a1943e1d8db346779039cb7f103789f16e502f888a3096fb58c2300c38d1f3748b36a7fa762eb6f6d1b160ed - languageName: node - linkType: hard - -"@jest/expect@npm:^29.7.0": - version: 29.7.0 - resolution: "@jest/expect@npm:29.7.0" - dependencies: - expect: ^29.7.0 - jest-snapshot: ^29.7.0 - checksum: a01cb85fd9401bab3370618f4b9013b90c93536562222d920e702a0b575d239d74cecfe98010aaec7ad464f67cf534a353d92d181646a4b792acaa7e912ae55e - languageName: node - linkType: hard - -"@jest/fake-timers@npm:^29.7.0": - version: 29.7.0 - resolution: "@jest/fake-timers@npm:29.7.0" - dependencies: - "@jest/types": ^29.6.3 - "@sinonjs/fake-timers": ^10.0.2 - "@types/node": "*" - jest-message-util: ^29.7.0 - jest-mock: ^29.7.0 - jest-util: ^29.7.0 - checksum: caf2bbd11f71c9241b458d1b5a66cbe95debc5a15d96442444b5d5c7ba774f523c76627c6931cca5e10e76f0d08761f6f1f01a608898f4751a0eee54fc3d8d00 - languageName: node - linkType: hard - -"@jest/globals@npm:^29.7.0": - version: 29.7.0 - resolution: "@jest/globals@npm:29.7.0" - dependencies: - "@jest/environment": ^29.7.0 - "@jest/expect": ^29.7.0 - "@jest/types": ^29.6.3 - jest-mock: ^29.7.0 - checksum: 97dbb9459135693ad3a422e65ca1c250f03d82b2a77f6207e7fa0edd2c9d2015fbe4346f3dc9ebff1678b9d8da74754d4d440b7837497f8927059c0642a22123 - languageName: node - linkType: hard - -"@jest/reporters@npm:^29.7.0": - version: 29.7.0 - resolution: "@jest/reporters@npm:29.7.0" - dependencies: - "@bcoe/v8-coverage": ^0.2.3 - "@jest/console": ^29.7.0 - "@jest/test-result": ^29.7.0 - "@jest/transform": ^29.7.0 - "@jest/types": ^29.6.3 - "@jridgewell/trace-mapping": ^0.3.18 - "@types/node": "*" - chalk: ^4.0.0 - collect-v8-coverage: ^1.0.0 - exit: ^0.1.2 - glob: ^7.1.3 - graceful-fs: ^4.2.9 - istanbul-lib-coverage: ^3.0.0 - istanbul-lib-instrument: ^6.0.0 - istanbul-lib-report: ^3.0.0 - istanbul-lib-source-maps: ^4.0.0 - istanbul-reports: ^3.1.3 - jest-message-util: ^29.7.0 - jest-util: ^29.7.0 - jest-worker: ^29.7.0 - slash: ^3.0.0 - string-length: ^4.0.1 - strip-ansi: ^6.0.0 - v8-to-istanbul: ^9.0.1 - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true - checksum: 7eadabd62cc344f629024b8a268ecc8367dba756152b761bdcb7b7e570a3864fc51b2a9810cd310d85e0a0173ef002ba4528d5ea0329fbf66ee2a3ada9c40455 - languageName: node - linkType: hard - -"@jest/schemas@npm:^29.6.3": - version: 29.6.3 - resolution: "@jest/schemas@npm:29.6.3" - dependencies: - "@sinclair/typebox": ^0.27.8 - checksum: 910040425f0fc93cd13e68c750b7885590b8839066dfa0cd78e7def07bbb708ad869381f725945d66f2284de5663bbecf63e8fdd856e2ae6e261ba30b1687e93 - languageName: node - linkType: hard - -"@jest/source-map@npm:^29.6.3": - version: 29.6.3 - resolution: "@jest/source-map@npm:29.6.3" - dependencies: - "@jridgewell/trace-mapping": ^0.3.18 - callsites: ^3.0.0 - graceful-fs: ^4.2.9 - checksum: bcc5a8697d471396c0003b0bfa09722c3cd879ad697eb9c431e6164e2ea7008238a01a07193dfe3cbb48b1d258eb7251f6efcea36f64e1ebc464ea3c03ae2deb - languageName: node - linkType: hard - -"@jest/test-result@npm:^29.7.0": - version: 29.7.0 - resolution: "@jest/test-result@npm:29.7.0" - dependencies: - "@jest/console": ^29.7.0 - "@jest/types": ^29.6.3 - "@types/istanbul-lib-coverage": ^2.0.0 - collect-v8-coverage: ^1.0.0 - checksum: 67b6317d526e335212e5da0e768e3b8ab8a53df110361b80761353ad23b6aea4432b7c5665bdeb87658ea373b90fb1afe02ed3611ef6c858c7fba377505057fa - languageName: node - linkType: hard - -"@jest/test-sequencer@npm:^29.7.0": - version: 29.7.0 - resolution: "@jest/test-sequencer@npm:29.7.0" - dependencies: - "@jest/test-result": ^29.7.0 - graceful-fs: ^4.2.9 - jest-haste-map: ^29.7.0 - slash: ^3.0.0 - checksum: 73f43599017946be85c0b6357993b038f875b796e2f0950487a82f4ebcb115fa12131932dd9904026b4ad8be131fe6e28bd8d0aa93b1563705185f9804bff8bd - languageName: node - linkType: hard - -"@jest/transform@npm:^29.7.0": - version: 29.7.0 - resolution: "@jest/transform@npm:29.7.0" - dependencies: - "@babel/core": ^7.11.6 - "@jest/types": ^29.6.3 - "@jridgewell/trace-mapping": ^0.3.18 - babel-plugin-istanbul: ^6.1.1 - chalk: ^4.0.0 - convert-source-map: ^2.0.0 - fast-json-stable-stringify: ^2.1.0 - graceful-fs: ^4.2.9 - jest-haste-map: ^29.7.0 - jest-regex-util: ^29.6.3 - jest-util: ^29.7.0 - micromatch: ^4.0.4 - pirates: ^4.0.4 - slash: ^3.0.0 - write-file-atomic: ^4.0.2 - checksum: 0f8ac9f413903b3cb6d240102db848f2a354f63971ab885833799a9964999dd51c388162106a807f810071f864302cdd8e3f0c241c29ce02d85a36f18f3f40ab - languageName: node - linkType: hard - -"@jest/types@npm:^29.6.3": - version: 29.6.3 - resolution: "@jest/types@npm:29.6.3" - dependencies: - "@jest/schemas": ^29.6.3 - "@types/istanbul-lib-coverage": ^2.0.0 - "@types/istanbul-reports": ^3.0.0 - "@types/node": "*" - "@types/yargs": ^17.0.8 - chalk: ^4.0.0 - checksum: a0bcf15dbb0eca6bdd8ce61a3fb055349d40268622a7670a3b2eb3c3dbafe9eb26af59938366d520b86907b9505b0f9b29b85cec11579a9e580694b87cd90fcc - languageName: node - linkType: hard - -"@jridgewell/gen-mapping@npm:^0.3.5": - version: 0.3.5 - resolution: "@jridgewell/gen-mapping@npm:0.3.5" - dependencies: - "@jridgewell/set-array": ^1.2.1 - "@jridgewell/sourcemap-codec": ^1.4.10 - "@jridgewell/trace-mapping": ^0.3.24 - checksum: ff7a1764ebd76a5e129c8890aa3e2f46045109dabde62b0b6c6a250152227647178ff2069ea234753a690d8f3c4ac8b5e7b267bbee272bffb7f3b0a370ab6e52 - languageName: node - linkType: hard - -"@jridgewell/resolve-uri@npm:^3.0.3, @jridgewell/resolve-uri@npm:^3.1.0": - version: 3.1.2 - resolution: "@jridgewell/resolve-uri@npm:3.1.2" - checksum: 83b85f72c59d1c080b4cbec0fef84528963a1b5db34e4370fa4bd1e3ff64a0d80e0cee7369d11d73c704e0286fb2865b530acac7a871088fbe92b5edf1000870 - languageName: node - linkType: hard - -"@jridgewell/set-array@npm:^1.2.1": - version: 1.2.1 - resolution: "@jridgewell/set-array@npm:1.2.1" - checksum: 832e513a85a588f8ed4f27d1279420d8547743cc37fcad5a5a76fc74bb895b013dfe614d0eed9cb860048e6546b798f8f2652020b4b2ba0561b05caa8c654b10 - languageName: node - linkType: hard - -"@jridgewell/sourcemap-codec@npm:^1.4.10, @jridgewell/sourcemap-codec@npm:^1.4.13, @jridgewell/sourcemap-codec@npm:^1.4.14": - version: 1.5.0 - resolution: "@jridgewell/sourcemap-codec@npm:1.5.0" - checksum: 05df4f2538b3b0f998ea4c1cd34574d0feba216fa5d4ccaef0187d12abf82eafe6021cec8b49f9bb4d90f2ba4582ccc581e72986a5fcf4176ae0cfeb04cf52ec - languageName: node - linkType: hard - -"@jridgewell/trace-mapping@npm:0.3.9": - version: 0.3.9 - resolution: "@jridgewell/trace-mapping@npm:0.3.9" - dependencies: - "@jridgewell/resolve-uri": ^3.0.3 - "@jridgewell/sourcemap-codec": ^1.4.10 - checksum: d89597752fd88d3f3480845691a05a44bd21faac18e2185b6f436c3b0fd0c5a859fbbd9aaa92050c4052caf325ad3e10e2e1d1b64327517471b7d51babc0ddef - languageName: node - linkType: hard - -"@jridgewell/trace-mapping@npm:^0.3.12, @jridgewell/trace-mapping@npm:^0.3.18, @jridgewell/trace-mapping@npm:^0.3.24, @jridgewell/trace-mapping@npm:^0.3.25": - version: 0.3.25 - resolution: "@jridgewell/trace-mapping@npm:0.3.25" - dependencies: - "@jridgewell/resolve-uri": ^3.1.0 - "@jridgewell/sourcemap-codec": ^1.4.14 - checksum: 9d3c40d225e139987b50c48988f8717a54a8c994d8a948ee42e1412e08988761d0754d7d10b803061cc3aebf35f92a5dbbab493bd0e1a9ef9e89a2130e83ba34 - languageName: node - linkType: hard - -"@js-sdsl/ordered-map@npm:^4.4.2": - version: 4.4.2 - resolution: "@js-sdsl/ordered-map@npm:4.4.2" - checksum: a927ae4ff8565ecb75355cc6886a4f8fadbf2af1268143c96c0cce3ba01261d241c3f4ba77f21f3f017a00f91dfe9e0673e95f830255945c80a0e96c6d30508a - languageName: node - linkType: hard - -"@jsdevtools/ono@npm:^7.1.3": - version: 7.1.3 - resolution: "@jsdevtools/ono@npm:7.1.3" - checksum: 2297fcd472ba810bffe8519d2249171132844c7174f3a16634f9260761c8c78bc0428a4190b5b6d72d45673c13918ab9844d706c3ed4ef8f62ab11a2627a08ad - languageName: node - linkType: hard - -"@mapbox/node-pre-gyp@npm:^1.0.0": - version: 1.0.11 - resolution: "@mapbox/node-pre-gyp@npm:1.0.11" - dependencies: - detect-libc: ^2.0.0 - https-proxy-agent: ^5.0.0 - make-dir: ^3.1.0 - node-fetch: ^2.6.7 - nopt: ^5.0.0 - npmlog: ^5.0.1 - rimraf: ^3.0.2 - semver: ^7.3.5 - tar: ^6.1.11 - bin: - node-pre-gyp: bin/node-pre-gyp - checksum: b848f6abc531a11961d780db813cc510ca5a5b6bf3184d72134089c6875a91c44d571ba6c1879470020803f7803609e7b2e6e429651c026fe202facd11d444b8 - languageName: node - linkType: hard - -"@npmcli/agent@npm:^2.0.0": - version: 2.2.2 - resolution: "@npmcli/agent@npm:2.2.2" - dependencies: - agent-base: ^7.1.0 - http-proxy-agent: ^7.0.0 - https-proxy-agent: ^7.0.1 - lru-cache: ^10.0.1 - socks-proxy-agent: ^8.0.3 - checksum: 67de7b88cc627a79743c88bab35e023e23daf13831a8aa4e15f998b92f5507b644d8ffc3788afc8e64423c612e0785a6a92b74782ce368f49a6746084b50d874 - languageName: node - linkType: hard - -"@npmcli/fs@npm:^2.1.0": - version: 2.1.2 - resolution: "@npmcli/fs@npm:2.1.2" - dependencies: - "@gar/promisify": ^1.1.3 - semver: ^7.3.5 - checksum: 405074965e72d4c9d728931b64d2d38e6ea12066d4fad651ac253d175e413c06fe4350970c783db0d749181da8fe49c42d3880bd1cbc12cd68e3a7964d820225 - languageName: node - linkType: hard - -"@npmcli/fs@npm:^3.1.0": - version: 3.1.1 - resolution: "@npmcli/fs@npm:3.1.1" - dependencies: - semver: ^7.3.5 - checksum: d960cab4b93adcb31ce223bfb75c5714edbd55747342efb67dcc2f25e023d930a7af6ece3e75f2f459b6f38fc14d031c766f116cd124fdc937fd33112579e820 - languageName: node - linkType: hard - -"@npmcli/move-file@npm:^2.0.0": - version: 2.0.1 - resolution: "@npmcli/move-file@npm:2.0.1" - dependencies: - mkdirp: ^1.0.4 - rimraf: ^3.0.2 - checksum: 52dc02259d98da517fae4cb3a0a3850227bdae4939dda1980b788a7670636ca2b4a01b58df03dd5f65c1e3cb70c50fa8ce5762b582b3f499ec30ee5ce1fd9380 - languageName: node - linkType: hard - -"@opentelemetry/api@npm:^1.3.0": - version: 1.9.0 - resolution: "@opentelemetry/api@npm:1.9.0" - checksum: 9e88e59d53ced668f3daaecfd721071c5b85a67dd386f1c6f051d1be54375d850016c881f656ffbe9a03bedae85f7e89c2f2b635313f9c9b195ad033cdc31020 - languageName: node - linkType: hard - -"@pkgjs/parseargs@npm:^0.11.0": - version: 0.11.0 - resolution: "@pkgjs/parseargs@npm:0.11.0" - checksum: 6ad6a00fc4f2f2cfc6bff76fb1d88b8ee20bc0601e18ebb01b6d4be583733a860239a521a7fbca73b612e66705078809483549d2b18f370eb346c5155c8e4a0f - languageName: node - linkType: hard - -"@protobufjs/aspromise@npm:^1.1.1, @protobufjs/aspromise@npm:^1.1.2": - version: 1.1.2 - resolution: "@protobufjs/aspromise@npm:1.1.2" - checksum: 011fe7ef0826b0fd1a95935a033a3c0fd08483903e1aa8f8b4e0704e3233406abb9ee25350ec0c20bbecb2aad8da0dcea58b392bbd77d6690736f02c143865d2 - languageName: node - linkType: hard - -"@protobufjs/base64@npm:^1.1.2": - version: 1.1.2 - resolution: "@protobufjs/base64@npm:1.1.2" - checksum: 67173ac34de1e242c55da52c2f5bdc65505d82453893f9b51dc74af9fe4c065cf4a657a4538e91b0d4a1a1e0a0642215e31894c31650ff6e3831471061e1ee9e - languageName: node - linkType: hard - -"@protobufjs/codegen@npm:^2.0.4": - version: 2.0.4 - resolution: "@protobufjs/codegen@npm:2.0.4" - checksum: 59240c850b1d3d0b56d8f8098dd04787dcaec5c5bd8de186fa548de86b86076e1c50e80144b90335e705a044edf5bc8b0998548474c2a10a98c7e004a1547e4b - languageName: node - linkType: hard - -"@protobufjs/eventemitter@npm:^1.1.0": - version: 1.1.0 - resolution: "@protobufjs/eventemitter@npm:1.1.0" - checksum: 0369163a3d226851682f855f81413cbf166cd98f131edb94a0f67f79e75342d86e89df9d7a1df08ac28be2bc77e0a7f0200526bb6c2a407abbfee1f0262d5fd7 - languageName: node - linkType: hard - -"@protobufjs/fetch@npm:^1.1.0": - version: 1.1.0 - resolution: "@protobufjs/fetch@npm:1.1.0" - dependencies: - "@protobufjs/aspromise": ^1.1.1 - "@protobufjs/inquire": ^1.1.0 - checksum: 3fce7e09eb3f1171dd55a192066450f65324fd5f7cc01a431df01bb00d0a895e6bfb5b0c5561ce157ee1d886349c90703d10a4e11a1a256418ff591b969b3477 - languageName: node - linkType: hard - -"@protobufjs/float@npm:^1.0.2": - version: 1.0.2 - resolution: "@protobufjs/float@npm:1.0.2" - checksum: 5781e1241270b8bd1591d324ca9e3a3128d2f768077a446187a049e36505e91bc4156ed5ac3159c3ce3d2ba3743dbc757b051b2d723eea9cd367bfd54ab29b2f - languageName: node - linkType: hard - -"@protobufjs/inquire@npm:^1.1.0": - version: 1.1.0 - resolution: "@protobufjs/inquire@npm:1.1.0" - checksum: ca06f02eaf65ca36fb7498fc3492b7fc087bfcc85c702bac5b86fad34b692bdce4990e0ef444c1e2aea8c034227bd1f0484be02810d5d7e931c55445555646f4 - languageName: node - linkType: hard - -"@protobufjs/path@npm:^1.1.2": - version: 1.1.2 - resolution: "@protobufjs/path@npm:1.1.2" - checksum: 856eeb532b16a7aac071cacde5c5620df800db4c80cee6dbc56380524736205aae21e5ae47739114bf669ab5e8ba0e767a282ad894f3b5e124197cb9224445ee - languageName: node - linkType: hard - -"@protobufjs/pool@npm:^1.1.0": - version: 1.1.0 - resolution: "@protobufjs/pool@npm:1.1.0" - checksum: d6a34fbbd24f729e2a10ee915b74e1d77d52214de626b921b2d77288bd8f2386808da2315080f2905761527cceffe7ec34c7647bd21a5ae41a25e8212ff79451 - languageName: node - linkType: hard - -"@protobufjs/utf8@npm:^1.1.0": - version: 1.1.0 - resolution: "@protobufjs/utf8@npm:1.1.0" - checksum: f9bf3163d13aaa3b6f5e6fbf37a116e094ea021c0e1f2a7ccd0e12a29e2ce08dafba4e8b36e13f8ed7397e1591610ce880ed1289af4d66cf4ace8a36a9557278 - languageName: node - linkType: hard - -"@rollup/plugin-commonjs@npm:^23.0.0": - version: 23.0.7 - resolution: "@rollup/plugin-commonjs@npm:23.0.7" - dependencies: - "@rollup/pluginutils": ^5.0.1 - commondir: ^1.0.1 - estree-walker: ^2.0.2 - glob: ^8.0.3 - is-reference: 1.2.1 - magic-string: ^0.27.0 - peerDependencies: - rollup: ^2.68.0||^3.0.0 - peerDependenciesMeta: - rollup: - optional: true - checksum: 01d90947bd4aa664c568cec172399825921f29afc035a6d8aec153868ab151ce7901ad56a101c76655e31b21567ddc70313c4bca476685b872218f041757a8c9 - languageName: node - linkType: hard - -"@rollup/plugin-node-resolve@npm:^15.0.0": - version: 15.3.0 - resolution: "@rollup/plugin-node-resolve@npm:15.3.0" - dependencies: - "@rollup/pluginutils": ^5.0.1 - "@types/resolve": 1.20.2 - deepmerge: ^4.2.2 - is-module: ^1.0.0 - resolve: ^1.22.1 - peerDependencies: - rollup: ^2.78.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true - checksum: 90e4e94b173e7edd57e374ac0cc0a69cc6f1b4507e83731132ac6fa1747d96a5648a48441e4452728429b6db5e67561439b7b2f4d2c6a941a33d38be56d871b4 - languageName: node - linkType: hard - -"@rollup/pluginutils@npm:^5.0.1": - version: 5.1.2 - resolution: "@rollup/pluginutils@npm:5.1.2" - dependencies: - "@types/estree": ^1.0.0 - estree-walker: ^2.0.2 - picomatch: ^2.3.1 - peerDependencies: - rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true - checksum: 16c8c154fef9a32c513b52bd79c92ac427edccd05a8dc3994f10c296063940c57bf809d05903b473d9d408aa5977d75b98c701f481dd1856d5ffc37187ac0060 - languageName: node - linkType: hard - -"@sinclair/typebox@npm:^0.27.8": - version: 0.27.8 - resolution: "@sinclair/typebox@npm:0.27.8" - checksum: 00bd7362a3439021aa1ea51b0e0d0a0e8ca1351a3d54c606b115fdcc49b51b16db6e5f43b4fe7a28c38688523e22a94d49dd31168868b655f0d4d50f032d07a1 - languageName: node - linkType: hard - -"@sinonjs/commons@npm:^3.0.0": - version: 3.0.1 - resolution: "@sinonjs/commons@npm:3.0.1" - dependencies: - type-detect: 4.0.8 - checksum: a7c3e7cc612352f4004873747d9d8b2d4d90b13a6d483f685598c945a70e734e255f1ca5dc49702515533c403b32725defff148177453b3f3915bcb60e9d4601 - languageName: node - linkType: hard - -"@sinonjs/fake-timers@npm:^10.0.2": - version: 10.3.0 - resolution: "@sinonjs/fake-timers@npm:10.3.0" - dependencies: - "@sinonjs/commons": ^3.0.0 - checksum: 614d30cb4d5201550c940945d44c9e0b6d64a888ff2cd5b357f95ad6721070d6b8839cd10e15b76bf5e14af0bcc1d8f9ec00d49a46318f1f669a4bec1d7f3148 - languageName: node - linkType: hard - -"@smithy/abort-controller@npm:^3.1.5": - version: 3.1.5 - resolution: "@smithy/abort-controller@npm:3.1.5" - dependencies: - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: 538c88d6dfe84d92a7dead4eb149d48bc59857df8235057727c0481e851b0ceea6aabfd5cc059c9e37e66fbadead461c85d6a7c8436e2db6681f06333e814281 - languageName: node - linkType: hard - -"@smithy/chunked-blob-reader-native@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/chunked-blob-reader-native@npm:3.0.0" - dependencies: - "@smithy/util-base64": ^3.0.0 - tslib: ^2.6.2 - checksum: f97c0c0ce5e9bd2350883df3c232311aa82eb87eb387125f685900326f86fc3aca208e9004291f742f6978abf91a0c1112cc9a803cd0caf0dffbcfa9b6d0239e - languageName: node - linkType: hard - -"@smithy/chunked-blob-reader@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/chunked-blob-reader@npm:3.0.0" - dependencies: - tslib: ^2.6.2 - checksum: 6f520884ade14f1073adb640db2f03eb22a9920f342f37958df3e98327890b741cd909b16cbbc6f70c6c8dd250d6b3a8d76841b685d4871b0403f309267def4f - languageName: node - linkType: hard - -"@smithy/config-resolver@npm:^3.0.9": - version: 3.0.9 - resolution: "@smithy/config-resolver@npm:3.0.9" - dependencies: - "@smithy/node-config-provider": ^3.1.8 - "@smithy/types": ^3.5.0 - "@smithy/util-config-provider": ^3.0.0 - "@smithy/util-middleware": ^3.0.7 - tslib: ^2.6.2 - checksum: 87e61be2ae1690a69974c0860d455a87c696c2da163384d22b582ee0fbee322b73f5d69dea754a2d8681d1b70fd4b0ca8d993ecb13eecf54f28ba3ffabfa0c40 - languageName: node - linkType: hard - -"@smithy/core@npm:^2.4.8": - version: 2.4.8 - resolution: "@smithy/core@npm:2.4.8" - dependencies: - "@smithy/middleware-endpoint": ^3.1.4 - "@smithy/middleware-retry": ^3.0.23 - "@smithy/middleware-serde": ^3.0.7 - "@smithy/protocol-http": ^4.1.4 - "@smithy/smithy-client": ^3.4.0 - "@smithy/types": ^3.5.0 - "@smithy/util-body-length-browser": ^3.0.0 - "@smithy/util-middleware": ^3.0.7 - "@smithy/util-utf8": ^3.0.0 - tslib: ^2.6.2 - checksum: ab9e635f1622e870272f2950bb8f810ec942246b529aa94bc455265d6ba03deb82a0779b74fd3d666f1857fab228061642f90f2f60b73b8f09f52c39b11dc0f2 - languageName: node - linkType: hard - -"@smithy/credential-provider-imds@npm:^3.2.4": - version: 3.2.4 - resolution: "@smithy/credential-provider-imds@npm:3.2.4" - dependencies: - "@smithy/node-config-provider": ^3.1.8 - "@smithy/property-provider": ^3.1.7 - "@smithy/types": ^3.5.0 - "@smithy/url-parser": ^3.0.7 - tslib: ^2.6.2 - checksum: d416f85450aa2402f37ea26a1052e596f92a8a1f9164524313b43ba1ceb9abd3b986c817dbcd6f4fc984054b246ec739efa786ad66ff5604777648a34fc58d54 - languageName: node - linkType: hard - -"@smithy/eventstream-codec@npm:^3.1.6": - version: 3.1.6 - resolution: "@smithy/eventstream-codec@npm:3.1.6" - dependencies: - "@aws-crypto/crc32": 5.2.0 - "@smithy/types": ^3.5.0 - "@smithy/util-hex-encoding": ^3.0.0 - tslib: ^2.6.2 - checksum: 9b7ec78dd0b15c2950d5f89c1240adda5240cab252ecd0e68ed55ac4da5fca4802b237341d42e8fc638c4db93f31459c40c7eb79d8dfc0446e2a925c3fdc1ba2 - languageName: node - linkType: hard - -"@smithy/eventstream-serde-browser@npm:^3.0.10": - version: 3.0.10 - resolution: "@smithy/eventstream-serde-browser@npm:3.0.10" - dependencies: - "@smithy/eventstream-serde-universal": ^3.0.9 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: 292382ae41f5ca0d9d6b1791de2d7d91f93c6957c08ac7179b91d05afa1f116c754b260def0ead1d23ea8fd0f4359969db024470b74be976edadc69c931cb254 - languageName: node - linkType: hard - -"@smithy/eventstream-serde-config-resolver@npm:^3.0.7": - version: 3.0.7 - resolution: "@smithy/eventstream-serde-config-resolver@npm:3.0.7" - dependencies: - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: c1762b21c665a580bb3c89e8811e9b0a22122ebd8633db2a78693f40910b5788c3e5603c905773bec6a1a72bf0e9785a4c011fded658f6f6f2ba616fc4ac5dd6 - languageName: node - linkType: hard - -"@smithy/eventstream-serde-node@npm:^3.0.9": - version: 3.0.9 - resolution: "@smithy/eventstream-serde-node@npm:3.0.9" - dependencies: - "@smithy/eventstream-serde-universal": ^3.0.9 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: 3f5dd216366f461d99c9100215d7e122fccf32ae78ffb6a5164277363ed1510c087bfcb3a31731f48368c179f57ea9b46ae2a19bbe3562da07cd6ada06a47e9c - languageName: node - linkType: hard - -"@smithy/eventstream-serde-universal@npm:^3.0.9": - version: 3.0.9 - resolution: "@smithy/eventstream-serde-universal@npm:3.0.9" - dependencies: - "@smithy/eventstream-codec": ^3.1.6 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: d247fdb9155063af562123dd1970f8d17a1871c3793355fc86c875bf3088aca44e6f3b17a704f4d9331a84ac9811b4592e3ecab54a90e600d6e717fc9f6781c6 - languageName: node - linkType: hard - -"@smithy/fetch-http-handler@npm:^3.2.9": - version: 3.2.9 - resolution: "@smithy/fetch-http-handler@npm:3.2.9" - dependencies: - "@smithy/protocol-http": ^4.1.4 - "@smithy/querystring-builder": ^3.0.7 - "@smithy/types": ^3.5.0 - "@smithy/util-base64": ^3.0.0 - tslib: ^2.6.2 - checksum: 3b8eed12bff9d39e23989ea424e112530e01c81f983f15a3bfc4265baa06feb230267d095588705c5a8002cc4a2bfcd834b0341bff60a6236dcc24599ecf8327 - languageName: node - linkType: hard - -"@smithy/hash-blob-browser@npm:^3.1.6": - version: 3.1.6 - resolution: "@smithy/hash-blob-browser@npm:3.1.6" - dependencies: - "@smithy/chunked-blob-reader": ^3.0.0 - "@smithy/chunked-blob-reader-native": ^3.0.0 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: 4807ad388f552a5f27f168c4efa9cd88c14a2dc75a047137ccab88ef2dfb70729ef7800ca2ae12f2a41adb3149c5d4605eac81ef64880912766d6b59d258ad81 - languageName: node - linkType: hard - -"@smithy/hash-node@npm:^3.0.7": - version: 3.0.7 - resolution: "@smithy/hash-node@npm:3.0.7" - dependencies: - "@smithy/types": ^3.5.0 - "@smithy/util-buffer-from": ^3.0.0 - "@smithy/util-utf8": ^3.0.0 - tslib: ^2.6.2 - checksum: 7a3b432e498efc1d8f229d58a760fae92f1d8a434eb9865b2b4dccea521bd318a97a366e0fdd2e41e2eb02ee6c78c9d3a076a993d5c970e33b0051b4d209128b - languageName: node - linkType: hard - -"@smithy/hash-stream-node@npm:^3.1.6": - version: 3.1.6 - resolution: "@smithy/hash-stream-node@npm:3.1.6" - dependencies: - "@smithy/types": ^3.5.0 - "@smithy/util-utf8": ^3.0.0 - tslib: ^2.6.2 - checksum: e6427f7865667ad3a72eb9aace0d19718100fd4b14fb9f1e85c09b68b0b7ed608e26d1c2b9c6829be2f89aaa3fa3c122b1a5d5beea43c1026a43f70e748d8483 - languageName: node - linkType: hard - -"@smithy/invalid-dependency@npm:^3.0.7": - version: 3.0.7 - resolution: "@smithy/invalid-dependency@npm:3.0.7" - dependencies: - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: 6ccfd995686c12cceedf4408021d30e83b88785d77f5ab2e0ee2fab034828a782464f47828acf76d282d37daf20ffff9f27bdd1ce0499926299e560143b28cad - languageName: node - linkType: hard - -"@smithy/is-array-buffer@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/is-array-buffer@npm:2.2.0" - dependencies: - tslib: ^2.6.2 - checksum: cd12c2e27884fec89ca8966d33c9dc34d3234efe89b33a9b309c61ebcde463e6f15f6a02d31d4fddbfd6e5904743524ca5b95021b517b98fe10957c2da0cd5fc - languageName: node - linkType: hard - -"@smithy/is-array-buffer@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/is-array-buffer@npm:3.0.0" - dependencies: - tslib: ^2.6.2 - checksum: ce7440fcb1ce3c46722cff11c33e2f62a9df86d74fa2054a8e6b540302a91211cf6e4e3b1b7aac7030c6c8909158c1b6867c394201fa8afc6b631979956610e5 - languageName: node - linkType: hard - -"@smithy/md5-js@npm:^3.0.7": - version: 3.0.7 - resolution: "@smithy/md5-js@npm:3.0.7" - dependencies: - "@smithy/types": ^3.5.0 - "@smithy/util-utf8": ^3.0.0 - tslib: ^2.6.2 - checksum: d9badbd5361babc30103ef9e9a6c3b24b49d058de1ccd6765fbe1867753f9c8a97100e1ce88509fa50e1aec3135603b466c2ef21af5acba281f745a6eea0f034 - languageName: node - linkType: hard - -"@smithy/middleware-content-length@npm:^3.0.9": - version: 3.0.9 - resolution: "@smithy/middleware-content-length@npm:3.0.9" - dependencies: - "@smithy/protocol-http": ^4.1.4 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: 0299e2573942b5f073d5dadf45778b61db530f79356e08594eb947060c603202282f45e6fd8c8f5e64f6184ca6b987cd3e8f55dfc8d189809af3d7b47230a2d7 - languageName: node - linkType: hard - -"@smithy/middleware-endpoint@npm:^3.1.4": - version: 3.1.4 - resolution: "@smithy/middleware-endpoint@npm:3.1.4" - dependencies: - "@smithy/middleware-serde": ^3.0.7 - "@smithy/node-config-provider": ^3.1.8 - "@smithy/shared-ini-file-loader": ^3.1.8 - "@smithy/types": ^3.5.0 - "@smithy/url-parser": ^3.0.7 - "@smithy/util-middleware": ^3.0.7 - tslib: ^2.6.2 - checksum: 34cc4115fc57c9db90e6b74f4039e35e9e3cec94411173a3c0c14bacf99d86712ee51423b98b4d62695a5425a53d108fc0a2e11510df4b17a36f0496af03ddc1 - languageName: node - linkType: hard - -"@smithy/middleware-retry@npm:^3.0.23": - version: 3.0.23 - resolution: "@smithy/middleware-retry@npm:3.0.23" - dependencies: - "@smithy/node-config-provider": ^3.1.8 - "@smithy/protocol-http": ^4.1.4 - "@smithy/service-error-classification": ^3.0.7 - "@smithy/smithy-client": ^3.4.0 - "@smithy/types": ^3.5.0 - "@smithy/util-middleware": ^3.0.7 - "@smithy/util-retry": ^3.0.7 - tslib: ^2.6.2 - uuid: ^9.0.1 - checksum: 8d991ce755f644d2e8934eeaef7af9a358dcabd452ed21533fa298a119919d1298f9211f23a9d291970a3ec7dd4c7479d0bdfbaef4ff4633d5375bdc289ff761 - languageName: node - linkType: hard - -"@smithy/middleware-serde@npm:^3.0.7": - version: 3.0.7 - resolution: "@smithy/middleware-serde@npm:3.0.7" - dependencies: - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: 6ec3a000049a5e3212c5814b5500b562669a75ef42f4efecf13f0726614982488b89bb3d55fd163eb655a1e58bf490e387f8f5d5bfb4fc51bb63dffd550e15e6 - languageName: node - linkType: hard - -"@smithy/middleware-stack@npm:^3.0.7": - version: 3.0.7 - resolution: "@smithy/middleware-stack@npm:3.0.7" - dependencies: - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: f29af8abb52e58b9cbb59c5187e0758279dd7d50c350ae2ad3cf123277fb652976c72be44d0be459e6db42294a0dca24eaf0fa6aead33a9e4b7109437102246f - languageName: node - linkType: hard - -"@smithy/node-config-provider@npm:^3.1.8": - version: 3.1.8 - resolution: "@smithy/node-config-provider@npm:3.1.8" - dependencies: - "@smithy/property-provider": ^3.1.7 - "@smithy/shared-ini-file-loader": ^3.1.8 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: 20b6d0e5e2487954a1a7235ca4bd4efa81e90f5cbd25b361e70e5d173807b346646109c62ace7c32d999938cb0825fa9aea54b597e487b18879dc433676d4e0c - languageName: node - linkType: hard - -"@smithy/node-http-handler@npm:^3.2.4": - version: 3.2.4 - resolution: "@smithy/node-http-handler@npm:3.2.4" - dependencies: - "@smithy/abort-controller": ^3.1.5 - "@smithy/protocol-http": ^4.1.4 - "@smithy/querystring-builder": ^3.0.7 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: 658934366953828af04e5f8d0229f24e8ff783c1bd34b179203099321e4b41b19dfd921c3ef431d8067fc2d49a0c806d0c758fff6ea10606e092480dcf6b0f26 - languageName: node - linkType: hard - -"@smithy/property-provider@npm:^3.1.7": - version: 3.1.7 - resolution: "@smithy/property-provider@npm:3.1.7" - dependencies: - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: c0b9fdbfeb4100ddc27811f32af75d3b02496b2323b215f30a13f4de6f4d821597731b02123061cea23b6bb81fba91bc24ecc3cf0e8e035a8a100559b7d43e27 - languageName: node - linkType: hard - -"@smithy/protocol-http@npm:^4.1.4": - version: 4.1.4 - resolution: "@smithy/protocol-http@npm:4.1.4" - dependencies: - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: c0655e2031ec6ae96d63a125b76ca9bb46b3e4b8f4436ef0ea9bcf08303c1b6cdd4f0d17a1cd87cfdbe60bde34e5001d65f91d4e3eaa24cf560ed718967686de - languageName: node - linkType: hard - -"@smithy/querystring-builder@npm:^3.0.7": - version: 3.0.7 - resolution: "@smithy/querystring-builder@npm:3.0.7" - dependencies: - "@smithy/types": ^3.5.0 - "@smithy/util-uri-escape": ^3.0.0 - tslib: ^2.6.2 - checksum: 0c41ce1993ce4b7dc509bc1fa50c42000a1cb5801601fc28d9113494349c337e88f77bff998f0debf0be0eba41d67d653a6648eea0f5b3b1e0f8a3cd57229631 - languageName: node - linkType: hard - -"@smithy/querystring-parser@npm:^3.0.7": - version: 3.0.7 - resolution: "@smithy/querystring-parser@npm:3.0.7" - dependencies: - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: 5ef80af89f1c1aed44ce263d91da5ba48f0858136d1f1b041524e6cbcc7d5c5345642ff6ef876fe1469107a3cd9815fc084057be2601bcafa6ff383c21dff5d0 - languageName: node - linkType: hard - -"@smithy/service-error-classification@npm:^3.0.7": - version: 3.0.7 - resolution: "@smithy/service-error-classification@npm:3.0.7" - dependencies: - "@smithy/types": ^3.5.0 - checksum: a6370ee348f4b66698a193a680ab5c81e0ed4d5fac8204cbbd9967c869feceb0b6d129f8d0e4823538ab699d7f3ab3ff8151e791221ee5f97742423b0e76b321 - languageName: node - linkType: hard - -"@smithy/shared-ini-file-loader@npm:^3.1.8": - version: 3.1.8 - resolution: "@smithy/shared-ini-file-loader@npm:3.1.8" - dependencies: - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: 0ad620cb4a641786f205e6f01ac00433afee6dbe5d14180458841cab3b9322b580caf18c9f9cf24d71d063bdf3b5716b159045e386f10f1c87847fff85272b70 - languageName: node - linkType: hard - -"@smithy/signature-v4@npm:^4.2.0": - version: 4.2.0 - resolution: "@smithy/signature-v4@npm:4.2.0" - dependencies: - "@smithy/is-array-buffer": ^3.0.0 - "@smithy/protocol-http": ^4.1.4 - "@smithy/types": ^3.5.0 - "@smithy/util-hex-encoding": ^3.0.0 - "@smithy/util-middleware": ^3.0.7 - "@smithy/util-uri-escape": ^3.0.0 - "@smithy/util-utf8": ^3.0.0 - tslib: ^2.6.2 - checksum: edf0fa3ee5a65dbc132dd3a9f9ca6dcbeefa33b96e701dd7de4cb965ca3000ad706bf7ec87c50a9f71a86a6610fac5315ab96d5247e6b550b75548a3d9ecb667 - languageName: node - linkType: hard - -"@smithy/smithy-client@npm:^3.4.0": - version: 3.4.0 - resolution: "@smithy/smithy-client@npm:3.4.0" - dependencies: - "@smithy/middleware-endpoint": ^3.1.4 - "@smithy/middleware-stack": ^3.0.7 - "@smithy/protocol-http": ^4.1.4 - "@smithy/types": ^3.5.0 - "@smithy/util-stream": ^3.1.9 - tslib: ^2.6.2 - checksum: 4eb8387ca16064fc1c0c59d502f5d611fb3ee9c06e0ebd3c1a540bb8f1e709e0073bcc9aa9c3c337db1e3d4a799a376d2f29d3f90b008a431a6216805a217e6e - languageName: node - linkType: hard - -"@smithy/types@npm:^3.5.0": - version: 3.5.0 - resolution: "@smithy/types@npm:3.5.0" - dependencies: - tslib: ^2.6.2 - checksum: 5d297005549991f6928daf038e0610c959423add6e435af970b8c8dcac988bf62b0cdbf4dd5df43197d9bc7af5c290792f17af6e2f5051be2ffa40dd98ab4659 - languageName: node - linkType: hard - -"@smithy/url-parser@npm:^3.0.7": - version: 3.0.7 - resolution: "@smithy/url-parser@npm:3.0.7" - dependencies: - "@smithy/querystring-parser": ^3.0.7 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: b0e4939c95de0183d90335a173d642602267070748fb95030d0949f5d113b0048c397e949b0861ed352d9c9a45221348f18a0a636d3219262da56e139232b004 - languageName: node - linkType: hard - -"@smithy/util-base64@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-base64@npm:3.0.0" - dependencies: - "@smithy/util-buffer-from": ^3.0.0 - "@smithy/util-utf8": ^3.0.0 - tslib: ^2.6.2 - checksum: 413f26046a7e98b2661a078f218a8d040c820fc5a02f5e364aff58c3957e28fde1ac4048c2ebbad5d87b9da4b9aa98a8d4a7fb0d2ce97def33738bd7d8d79aa0 - languageName: node - linkType: hard - -"@smithy/util-body-length-browser@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-body-length-browser@npm:3.0.0" - dependencies: - tslib: ^2.6.2 - checksum: b01d8258b9a25b262734fc49cefefe48583ba193c3eefd49a6f7fd5922c3015d23dda88b52f3dd9a16827cad16b5b9425eef01e91bd0c71bb5abc469d2952c07 - languageName: node - linkType: hard - -"@smithy/util-body-length-node@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-body-length-node@npm:3.0.0" - dependencies: - tslib: ^2.6.2 - checksum: da1baf4790609d3dc28c88385c7274fdf9b91a641fe3c5af22b78e18156df17bd470181348f43b2c739680936b1dafb1526158dfd817c3d9ecb71e653b4cbe3f - languageName: node - linkType: hard - -"@smithy/util-buffer-from@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/util-buffer-from@npm:2.2.0" - dependencies: - "@smithy/is-array-buffer": ^2.2.0 - tslib: ^2.6.2 - checksum: 424c5b7368ae5880a8f2732e298d17879a19ca925f24ca45e1c6c005f717bb15b76eb28174d308d81631ad457ea0088aab0fd3255dd42f45a535c81944ad64d3 - languageName: node - linkType: hard - -"@smithy/util-buffer-from@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-buffer-from@npm:3.0.0" - dependencies: - "@smithy/is-array-buffer": ^3.0.0 - tslib: ^2.6.2 - checksum: 1bfc4ab093fe98132bbc1ccd36a0b9ad75a31ed26bac4b7e9350205513a2481eb190ae44679ab4fecc5e10d367b5e6592bbfbf792671579d17d17bd7f7f233f5 - languageName: node - linkType: hard - -"@smithy/util-config-provider@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-config-provider@npm:3.0.0" - dependencies: - tslib: ^2.6.2 - checksum: fc0f5f57d30261cf3a6693d8e338b9d269332c478ee18d905309a769844188190caf0564855d7e84f6c61e56aa556195dda89f65e8c30791951cf4999e4a70e7 - languageName: node - linkType: hard - -"@smithy/util-defaults-mode-browser@npm:^3.0.23": - version: 3.0.23 - resolution: "@smithy/util-defaults-mode-browser@npm:3.0.23" - dependencies: - "@smithy/property-provider": ^3.1.7 - "@smithy/smithy-client": ^3.4.0 - "@smithy/types": ^3.5.0 - bowser: ^2.11.0 - tslib: ^2.6.2 - checksum: 8b95eddff68fa1372ef4c2b076a928bee925ca04fcfc86de3a14956f297a69cd880b51176d5b008c093244c0776b6cd8d7bd355d6cfb609d99330f3996daea31 - languageName: node - linkType: hard - -"@smithy/util-defaults-mode-node@npm:^3.0.23": - version: 3.0.23 - resolution: "@smithy/util-defaults-mode-node@npm:3.0.23" - dependencies: - "@smithy/config-resolver": ^3.0.9 - "@smithy/credential-provider-imds": ^3.2.4 - "@smithy/node-config-provider": ^3.1.8 - "@smithy/property-provider": ^3.1.7 - "@smithy/smithy-client": ^3.4.0 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: 6e961b50a1c1141d301b1fc4bd006ae9430567737a382ffd8a20db01bc8ef42fa6d38539fe7b99c2504d2b69165987d1b8cdeefd263157292608ef2ebdfb86fa - languageName: node - linkType: hard - -"@smithy/util-endpoints@npm:^2.1.3": - version: 2.1.3 - resolution: "@smithy/util-endpoints@npm:2.1.3" - dependencies: - "@smithy/node-config-provider": ^3.1.8 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: 63a362e1b521a63d9f535f4cfd4e4168e08be51f4e44a406adf840427b96f7295eee9343648a51c472a8fefa603b0f3644f876bc241b0a487d05343819f7aacf - languageName: node - linkType: hard - -"@smithy/util-hex-encoding@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-hex-encoding@npm:3.0.0" - dependencies: - tslib: ^2.6.2 - checksum: dd32fd71e915825987a18bf7c0f8f0c4956d0b17a0ee71592b5563bb20e04f24dbf81d36161aac07caab3bb5e535cc609fce20aa4a38f66b457c4c6f5c7748d9 - languageName: node - linkType: hard - -"@smithy/util-middleware@npm:^3.0.7": - version: 3.0.7 - resolution: "@smithy/util-middleware@npm:3.0.7" - dependencies: - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: ed1f9751d650ba5d980a39e140f50780b655b8842b3a0f9de13aa38d87e327eabc2dda1a0b8f35fa633f46cadb223669837137ab2aa01b600753a0ddca7bcbfb - languageName: node - linkType: hard - -"@smithy/util-retry@npm:^3.0.7": - version: 3.0.7 - resolution: "@smithy/util-retry@npm:3.0.7" - dependencies: - "@smithy/service-error-classification": ^3.0.7 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: 8af7ed849a7db65e9229a885490cd843c3f9b35248c661d6197a31d7cc0aa33c1790734b716e80e19b569d8149b1f6d8a3dfab4d887a155e64a3ea03bd7d504d - languageName: node - linkType: hard - -"@smithy/util-stream@npm:^3.1.9": - version: 3.1.9 - resolution: "@smithy/util-stream@npm:3.1.9" - dependencies: - "@smithy/fetch-http-handler": ^3.2.9 - "@smithy/node-http-handler": ^3.2.4 - "@smithy/types": ^3.5.0 - "@smithy/util-base64": ^3.0.0 - "@smithy/util-buffer-from": ^3.0.0 - "@smithy/util-hex-encoding": ^3.0.0 - "@smithy/util-utf8": ^3.0.0 - tslib: ^2.6.2 - checksum: 4a9777742034ce0f5a3403bbe99c54c84cb26aa55ad5255346a006a574e658ae36b9d001666e931ef485614d288c76e33e35c8966b0af52e3fa6a7ac9772de8b - languageName: node - linkType: hard - -"@smithy/util-uri-escape@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-uri-escape@npm:3.0.0" - dependencies: - tslib: ^2.6.2 - checksum: d7ee01c978e2b08d0a89a3b678f5d5e5d5bb4ab4ab85567a238b1a6195dff1bdaf9ae62497e7f32ff5121b3dc007c370bcb6e8ef79b01fe5acdec5bbce8c7ce4 - languageName: node - linkType: hard - -"@smithy/util-utf8@npm:^2.0.0": - version: 2.3.0 - resolution: "@smithy/util-utf8@npm:2.3.0" - dependencies: - "@smithy/util-buffer-from": ^2.2.0 - tslib: ^2.6.2 - checksum: 00e55d4b4e37d48be0eef3599082402b933c52a1407fed7e8e8ad76d94d81a0b30b8bfaf2047c59d9c3af31e5f20e7a8c959cb7ae270f894255e05a2229964f0 - languageName: node - linkType: hard - -"@smithy/util-utf8@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-utf8@npm:3.0.0" - dependencies: - "@smithy/util-buffer-from": ^3.0.0 - tslib: ^2.6.2 - checksum: d97be1748963263a1161ba80417d82318b977b38542f3fdf0379b0162461188be680e5bfb66a89d65652f0fad6ecf2ab23a43205979216e50602488f73434da3 - languageName: node - linkType: hard - -"@smithy/util-waiter@npm:^3.1.6": - version: 3.1.6 - resolution: "@smithy/util-waiter@npm:3.1.6" - dependencies: - "@smithy/abort-controller": ^3.1.5 - "@smithy/types": ^3.5.0 - tslib: ^2.6.2 - checksum: 8375e3530c19565f98e3a6ccbf2a332939f3d01817f0d100d8fcf6033eac2233df9debef181572dce2589e76aae140a3cc713d8715d4b29f73a294a48f857575 - languageName: node - linkType: hard - -"@supabase/auth-js@npm:2.65.0": - version: 2.65.0 - resolution: "@supabase/auth-js@npm:2.65.0" - dependencies: - "@supabase/node-fetch": ^2.6.14 - checksum: c6396f6c384f4787352a09e40c192cbf990dd566773b6e55eb7921726052144bfe592e2550bd1bd743545af3a03b2602ef41a9e69f9f966f84923049d0128404 - languageName: node - linkType: hard - -"@supabase/functions-js@npm:2.4.1": - version: 2.4.1 - resolution: "@supabase/functions-js@npm:2.4.1" - dependencies: - "@supabase/node-fetch": ^2.6.14 - checksum: 786a1499b26b928f39b9af68b44bfc0a016c525d85c6b8bd2f6cd712e53db3ab5099ed4e7b1038ae8527dcee16a3aa8f80618a7227d322052810d378746d7154 - languageName: node - linkType: hard - -"@supabase/node-fetch@npm:2.6.15, @supabase/node-fetch@npm:^2.6.14": - version: 2.6.15 - resolution: "@supabase/node-fetch@npm:2.6.15" - dependencies: - whatwg-url: ^5.0.0 - checksum: 9673b49236a56df49eb7ea5cb789cf4e8b1393069b84b4964ac052995e318a34872f428726d128f232139e17c3375a531e45e99edd3e96a25cce60d914b53879 - languageName: node - linkType: hard - -"@supabase/postgrest-js@npm:1.16.1": - version: 1.16.1 - resolution: "@supabase/postgrest-js@npm:1.16.1" - dependencies: - "@supabase/node-fetch": ^2.6.14 - checksum: 695d41c935c8745a16ee3b597fe2d1b94ba69715f3b15da8f1e332ef4a556e41ba0591889fa37cadb53900e2c58f4298ece4dd13e35f6b25fbeb54c3e0aabc90 - languageName: node - linkType: hard - -"@supabase/realtime-js@npm:2.10.2": - version: 2.10.2 - resolution: "@supabase/realtime-js@npm:2.10.2" - dependencies: - "@supabase/node-fetch": ^2.6.14 - "@types/phoenix": ^1.5.4 - "@types/ws": ^8.5.10 - ws: ^8.14.2 - checksum: a98342e6a8437c2c14a86728abd12f21d853f167fb22ede46ef680cc0ef990bf7c8a8403c448ab335d884cfe8c3b2f6c4e3363dcb777511ee3abb6270d65a954 - languageName: node - linkType: hard - -"@supabase/storage-js@npm:2.7.0": - version: 2.7.0 - resolution: "@supabase/storage-js@npm:2.7.0" - dependencies: - "@supabase/node-fetch": ^2.6.14 - checksum: 1796214103d0afae0d9e960bd22cbd621f746a845c56e409a5a7fa88cbdfcec6a53ac0ffb6b5197ec88540c8c17a5cc888ec3edf5928b48b83bb7f315a17465c - languageName: node - linkType: hard - -"@supabase/supabase-js@npm:^2.26.0": - version: 2.45.4 - resolution: "@supabase/supabase-js@npm:2.45.4" - dependencies: - "@supabase/auth-js": 2.65.0 - "@supabase/functions-js": 2.4.1 - "@supabase/node-fetch": 2.6.15 - "@supabase/postgrest-js": 1.16.1 - "@supabase/realtime-js": 2.10.2 - "@supabase/storage-js": 2.7.0 - checksum: 5611e13a1ffd0e0773148eccdadcf746240b4d47dfe771220793c3f6ec2d8eedef638d27aa23a2b020bce3fb68efda511d4e9746792e7524349f7e17bd53eb99 - languageName: node - linkType: hard - -"@swagger-api/apidom-ast@npm:^1.0.0-alpha.9": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-ast@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-error": ^1.0.0-alpha.9 - "@types/ramda": ~0.30.0 - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - unraw: ^3.0.0 - checksum: c3a6efab1419ea3130074c4d4b57e12806158856b988e6aeef7916d25d3e005f0e1cfb6e0e87c621d84ad2fc4cdbb39dbc55efd0cde602198e41eca4a0e67abe - languageName: node - linkType: hard - -"@swagger-api/apidom-core@npm:>=1.0.0-alpha.9 <1.0.0-beta.0, @swagger-api/apidom-core@npm:^1.0.0-alpha.9": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-core@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-ast": ^1.0.0-alpha.9 - "@swagger-api/apidom-error": ^1.0.0-alpha.9 - "@types/ramda": ~0.30.0 - minim: ~0.23.8 - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - short-unique-id: ^5.0.2 - ts-mixer: ^6.0.3 - checksum: 20b159c5f8a9d8b6d22415d96d6cc0590f8afcecfcd683b6edd7448426af9f98225411e8e586b4e1d1f76226bd2ab6bc8aca98ee04b39ca47051854a9909f969 - languageName: node - linkType: hard - -"@swagger-api/apidom-error@npm:>=1.0.0-alpha.9 <1.0.0-beta.0, @swagger-api/apidom-error@npm:^1.0.0-alpha.1, @swagger-api/apidom-error@npm:^1.0.0-alpha.9": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-error@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - checksum: 8bec3120c5b52e7ba11128f3ebd999037105dc0849e5784fe0363260c98c52719d26ad3b69b8de9848bdd3e3abae2452270764d8aef30e890e4870dcccdeea9a - languageName: node - linkType: hard - -"@swagger-api/apidom-json-pointer@npm:>=1.0.0-alpha.9 <1.0.0-beta.0, @swagger-api/apidom-json-pointer@npm:^1.0.0-alpha.1, @swagger-api/apidom-json-pointer@npm:^1.0.0-alpha.9": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-json-pointer@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-core": ^1.0.0-alpha.9 - "@swagger-api/apidom-error": ^1.0.0-alpha.9 - "@types/ramda": ~0.30.0 - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - checksum: 053f9b4fb64728e8eea0200771e9809875a3480cdd82cf5b7bcb0de3cf674d3e4d1ec1e609dc5adffc232e0db6fb142e7189f47d5c3013a594afa8bacc475c5c - languageName: node - linkType: hard - -"@swagger-api/apidom-ns-api-design-systems@npm:^1.0.0-alpha.9": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-ns-api-design-systems@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-core": ^1.0.0-alpha.9 - "@swagger-api/apidom-error": ^1.0.0-alpha.9 - "@swagger-api/apidom-ns-openapi-3-1": ^1.0.0-alpha.9 - "@types/ramda": ~0.30.0 - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - ts-mixer: ^6.0.3 - checksum: f8be1d0a21b0da66bd89def6fc8e7b7c2403913ac2514a4dd73ce287eccf6b93a6f6eaf4b114fa648ef682ab9eeddb394ef37e994cf921f21bfaac1503f5bddb - languageName: node - linkType: hard - -"@swagger-api/apidom-ns-asyncapi-2@npm:^1.0.0-alpha.1, @swagger-api/apidom-ns-asyncapi-2@npm:^1.0.0-alpha.9": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-ns-asyncapi-2@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-core": ^1.0.0-alpha.9 - "@swagger-api/apidom-ns-json-schema-draft-7": ^1.0.0-alpha.9 - "@types/ramda": ~0.30.0 - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - ts-mixer: ^6.0.3 - checksum: c313c353ef0df6908c257b7df441242d25bd95bf6d89a331163f0a0de257f7173c44d78260d8969c6e29debf98008e000e4c75f01d8dd933583dc8116cc841a8 - languageName: node - linkType: hard - -"@swagger-api/apidom-ns-json-schema-draft-4@npm:^1.0.0-alpha.9": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-ns-json-schema-draft-4@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-ast": ^1.0.0-alpha.9 - "@swagger-api/apidom-core": ^1.0.0-alpha.9 - "@types/ramda": ~0.30.0 - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - ts-mixer: ^6.0.4 - checksum: 502b2f7fde36d628d21cb0303bba3e08f620bf3cfbbed74ed89e869928a50bb730d48c5edcb1797149be5c35428af3edb6fffbd0150a307bfe7cb393ea7c1a83 - languageName: node - linkType: hard - -"@swagger-api/apidom-ns-json-schema-draft-6@npm:^1.0.0-alpha.9": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-ns-json-schema-draft-6@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-core": ^1.0.0-alpha.9 - "@swagger-api/apidom-error": ^1.0.0-alpha.9 - "@swagger-api/apidom-ns-json-schema-draft-4": ^1.0.0-alpha.9 - "@types/ramda": ~0.30.0 - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - ts-mixer: ^6.0.4 - checksum: 8a9b1f265d5ebd95866e15f7bd516f9f214d2a75c57f34c36eb4442cd5b8ddb747e6d6c3d14c77915f5408baec9d58352cd0276e20cea3b8857d627916a0906f - languageName: node - linkType: hard - -"@swagger-api/apidom-ns-json-schema-draft-7@npm:^1.0.0-alpha.9": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-ns-json-schema-draft-7@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-core": ^1.0.0-alpha.9 - "@swagger-api/apidom-error": ^1.0.0-alpha.9 - "@swagger-api/apidom-ns-json-schema-draft-6": ^1.0.0-alpha.9 - "@types/ramda": ~0.30.0 - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - ts-mixer: ^6.0.4 - checksum: 03b281bd2d8376cc76e59ad960cfcf114a83699761f0f024da0759dbf88d920e52180fd07f1fef4ed122472408ee7b64888b4ef8cd09b3e051db400596906fc9 - languageName: node - linkType: hard - -"@swagger-api/apidom-ns-openapi-2@npm:^1.0.0-alpha.1, @swagger-api/apidom-ns-openapi-2@npm:^1.0.0-alpha.9": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-ns-openapi-2@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-core": ^1.0.0-alpha.9 - "@swagger-api/apidom-error": ^1.0.0-alpha.9 - "@swagger-api/apidom-ns-json-schema-draft-4": ^1.0.0-alpha.9 - "@types/ramda": ~0.30.0 - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - ts-mixer: ^6.0.3 - checksum: 5b71a8cc3c60807e020d7795b66c6d309e8548e1d16bbf2d860cce6877ab79fd35efb4750bb1f92c89d8d25391a4b22c6c2bd2fdf2d97e6befd3bfaf536be9da - languageName: node - linkType: hard - -"@swagger-api/apidom-ns-openapi-3-0@npm:^1.0.0-alpha.1, @swagger-api/apidom-ns-openapi-3-0@npm:^1.0.0-alpha.9": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-ns-openapi-3-0@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-core": ^1.0.0-alpha.9 - "@swagger-api/apidom-error": ^1.0.0-alpha.9 - "@swagger-api/apidom-ns-json-schema-draft-4": ^1.0.0-alpha.9 - "@types/ramda": ~0.30.0 - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - ts-mixer: ^6.0.3 - checksum: c5ff6891df51e16ac4e5bd354607c5c4824b12f28cb7e7d48385cc96e9e9431646ed0c18fc856282e4805dec1f123ea2be6b3b4f1025692f47e0d8b55b36baa5 - languageName: node - linkType: hard - -"@swagger-api/apidom-ns-openapi-3-1@npm:>=1.0.0-alpha.9 <1.0.0-beta.0, @swagger-api/apidom-ns-openapi-3-1@npm:^1.0.0-alpha.1, @swagger-api/apidom-ns-openapi-3-1@npm:^1.0.0-alpha.9": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-ns-openapi-3-1@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-ast": ^1.0.0-alpha.9 - "@swagger-api/apidom-core": ^1.0.0-alpha.9 - "@swagger-api/apidom-json-pointer": ^1.0.0-alpha.9 - "@swagger-api/apidom-ns-openapi-3-0": ^1.0.0-alpha.9 - "@types/ramda": ~0.30.0 - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - ts-mixer: ^6.0.3 - checksum: d92819332525beead1ce85e83976dd3b2a5375005893b92251b2fa288f3b410ceb6dd6ace99d3eefd134e4c26a5cd7e3d8faec9f684e5c366ccb3283f4aa05b3 - languageName: node - linkType: hard - -"@swagger-api/apidom-ns-workflows-1@npm:^1.0.0-alpha.1, @swagger-api/apidom-ns-workflows-1@npm:^1.0.0-alpha.9": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-ns-workflows-1@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-core": ^1.0.0-alpha.9 - "@swagger-api/apidom-ns-openapi-3-1": ^1.0.0-alpha.9 - "@types/ramda": ~0.30.0 - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - ts-mixer: ^6.0.3 - checksum: e0573385e383270ef770c1a166d9041284841944674f33896293cb5e903a05064a46c27970e1adf59129f7a849d9b23471417d71a3f4df00a934da26fec46361 - languageName: node - linkType: hard - -"@swagger-api/apidom-parser-adapter-api-design-systems-json@npm:^1.0.0-alpha.1": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-parser-adapter-api-design-systems-json@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-core": ^1.0.0-alpha.9 - "@swagger-api/apidom-ns-api-design-systems": ^1.0.0-alpha.9 - "@swagger-api/apidom-parser-adapter-json": ^1.0.0-alpha.9 - "@types/ramda": ~0.30.0 - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - checksum: c17d417c3a39635dfc5c3e2e7cb6d42c304e0b2c7666f303ca8ac53b7d3b5590e59d96d05c4c85637d81828763587b5398c1ba0779f860860111275ab4e34e96 - languageName: node - linkType: hard - -"@swagger-api/apidom-parser-adapter-api-design-systems-yaml@npm:^1.0.0-alpha.1": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-parser-adapter-api-design-systems-yaml@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-core": ^1.0.0-alpha.9 - "@swagger-api/apidom-ns-api-design-systems": ^1.0.0-alpha.9 - "@swagger-api/apidom-parser-adapter-yaml-1-2": ^1.0.0-alpha.9 - "@types/ramda": ~0.30.0 - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - checksum: 3fb5f66282fcb561cc727c209be05c3b086f5413dcca41357f09bc979dd5fdadb442d0cc0974cfdc95df991f6af083504dbecfa869755eec867a769c7d5652bc - languageName: node - linkType: hard - -"@swagger-api/apidom-parser-adapter-asyncapi-json-2@npm:^1.0.0-alpha.1": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-parser-adapter-asyncapi-json-2@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-core": ^1.0.0-alpha.9 - "@swagger-api/apidom-ns-asyncapi-2": ^1.0.0-alpha.9 - "@swagger-api/apidom-parser-adapter-json": ^1.0.0-alpha.9 - "@types/ramda": ~0.30.0 - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - checksum: bac3b6bf79fbd7f95a0a35935ff4b7a7f305e03257f32ac57ad00c9e942d5141946af943b74878ff5de64b12fca2824abcf3575507bad8379482b15dc812befb - languageName: node - linkType: hard - -"@swagger-api/apidom-parser-adapter-asyncapi-yaml-2@npm:^1.0.0-alpha.1": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-parser-adapter-asyncapi-yaml-2@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-core": ^1.0.0-alpha.9 - "@swagger-api/apidom-ns-asyncapi-2": ^1.0.0-alpha.9 - "@swagger-api/apidom-parser-adapter-yaml-1-2": ^1.0.0-alpha.9 - "@types/ramda": ~0.30.0 - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - checksum: a17d4fac6818bcae8af5834494c3664ba294f127496583809034fe0ae129a7fed7bc0bd6416d90daa69677677abf6f363fc82a774851c809d0b989c03ca68eaf - languageName: node - linkType: hard - -"@swagger-api/apidom-parser-adapter-json@npm:^1.0.0-alpha.1, @swagger-api/apidom-parser-adapter-json@npm:^1.0.0-alpha.9": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-parser-adapter-json@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-ast": ^1.0.0-alpha.9 - "@swagger-api/apidom-core": ^1.0.0-alpha.9 - "@swagger-api/apidom-error": ^1.0.0-alpha.9 - "@types/ramda": ~0.30.0 - node-gyp: latest - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - tree-sitter: =0.20.4 - tree-sitter-json: =0.20.2 - web-tree-sitter: =0.20.3 - checksum: 77c1a7c7dcf12ad4b05aea200a0864c5545235e4aadc5936b51bf8062749f5bdc02479e7ee175b476960e9303556960798e95a566c0e4e3b2fa2d59ac5327173 - languageName: node - linkType: hard - -"@swagger-api/apidom-parser-adapter-openapi-json-2@npm:^1.0.0-alpha.1": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-parser-adapter-openapi-json-2@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-core": ^1.0.0-alpha.9 - "@swagger-api/apidom-ns-openapi-2": ^1.0.0-alpha.9 - "@swagger-api/apidom-parser-adapter-json": ^1.0.0-alpha.9 - "@types/ramda": ~0.30.0 - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - checksum: 38a3c06508dd646921c3b5fa642990ec1b19778f32f949bad2dca0a1d6297b66ab34691a32abf42c7f04d383dd4f09cde17ecff250c2c14d33d3aae66914ce8f - languageName: node - linkType: hard - -"@swagger-api/apidom-parser-adapter-openapi-json-3-0@npm:^1.0.0-alpha.1": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-parser-adapter-openapi-json-3-0@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-core": ^1.0.0-alpha.9 - "@swagger-api/apidom-ns-openapi-3-0": ^1.0.0-alpha.9 - "@swagger-api/apidom-parser-adapter-json": ^1.0.0-alpha.9 - "@types/ramda": ~0.30.0 - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - checksum: ae4874da48842e1804310d23a3b90fd11696f97e363e3b489c14458bcdc8dbaec6429e4beff31ff02562e198722844d9499e6aea111899043f8e01ebac5fff02 - languageName: node - linkType: hard - -"@swagger-api/apidom-parser-adapter-openapi-json-3-1@npm:^1.0.0-alpha.1": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-parser-adapter-openapi-json-3-1@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-core": ^1.0.0-alpha.9 - "@swagger-api/apidom-ns-openapi-3-1": ^1.0.0-alpha.9 - "@swagger-api/apidom-parser-adapter-json": ^1.0.0-alpha.9 - "@types/ramda": ~0.30.0 - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - checksum: f3dba0060420ce97a297522c702567fbc822ededd7579ee91290bf7d8792bb145ea38c5f04970f88f71001b9fdc7dcbc83d063098bc0346ce6a65bcfc726bde4 - languageName: node - linkType: hard - -"@swagger-api/apidom-parser-adapter-openapi-yaml-2@npm:^1.0.0-alpha.1": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-parser-adapter-openapi-yaml-2@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-core": ^1.0.0-alpha.9 - "@swagger-api/apidom-ns-openapi-2": ^1.0.0-alpha.9 - "@swagger-api/apidom-parser-adapter-yaml-1-2": ^1.0.0-alpha.9 - "@types/ramda": ~0.30.0 - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - checksum: e302b93d5ac5508bf34983ee57f4f4f85ae47068920067711e607e1225726f58f5afa58708109f641dcb26b6e8182bd7cb7c189d158aec243b78be8b0b781edb - languageName: node - linkType: hard - -"@swagger-api/apidom-parser-adapter-openapi-yaml-3-0@npm:^1.0.0-alpha.1": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-parser-adapter-openapi-yaml-3-0@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-core": ^1.0.0-alpha.9 - "@swagger-api/apidom-ns-openapi-3-0": ^1.0.0-alpha.9 - "@swagger-api/apidom-parser-adapter-yaml-1-2": ^1.0.0-alpha.9 - "@types/ramda": ~0.30.0 - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - checksum: aaeb57369370e426c9f5dc26c0ad95e493e2cfca1e552cfb3d6239868e50f5ab9d7d6607f5b34cd4a4ed6c22e8cc0b2b10bf26b98f497fa521170979153ac0cb - languageName: node - linkType: hard - -"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1@npm:^1.0.0-alpha.1": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-parser-adapter-openapi-yaml-3-1@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-core": ^1.0.0-alpha.9 - "@swagger-api/apidom-ns-openapi-3-1": ^1.0.0-alpha.9 - "@swagger-api/apidom-parser-adapter-yaml-1-2": ^1.0.0-alpha.9 - "@types/ramda": ~0.30.0 - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - checksum: e25d4d40fa3db206dceba4a1fb4d29c9ced90ec87d5df35c9ec6806ff72a514cea4e0ac2e5c7198f6048b9160e009475b87a465758bc233cd40f88c84dfde39c - languageName: node - linkType: hard - -"@swagger-api/apidom-parser-adapter-workflows-json-1@npm:^1.0.0-alpha.1": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-parser-adapter-workflows-json-1@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-core": ^1.0.0-alpha.9 - "@swagger-api/apidom-ns-workflows-1": ^1.0.0-alpha.9 - "@swagger-api/apidom-parser-adapter-json": ^1.0.0-alpha.9 - "@types/ramda": ~0.30.0 - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - checksum: b16d831652946fd4a53cb2d0c549d6e2d9c7227ce617bd4f28f50d072e370369e6067d1e534ff8e88508d20ed61d9e8466e49fcc853e250bc75d1833b2da7efd - languageName: node - linkType: hard - -"@swagger-api/apidom-parser-adapter-workflows-yaml-1@npm:^1.0.0-alpha.1": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-parser-adapter-workflows-yaml-1@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-core": ^1.0.0-alpha.9 - "@swagger-api/apidom-ns-workflows-1": ^1.0.0-alpha.9 - "@swagger-api/apidom-parser-adapter-yaml-1-2": ^1.0.0-alpha.9 - "@types/ramda": ~0.30.0 - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - checksum: f7d88d3932b7058f7124cb0c465214ea6154a64729d3af200f825922f5ffd99287f5ee5a5173eaa6d4b14b10c820c3e59d715f3883944308b6d5e024112596e6 - languageName: node - linkType: hard - -"@swagger-api/apidom-parser-adapter-yaml-1-2@npm:^1.0.0-alpha.1, @swagger-api/apidom-parser-adapter-yaml-1-2@npm:^1.0.0-alpha.9": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-parser-adapter-yaml-1-2@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-ast": ^1.0.0-alpha.9 - "@swagger-api/apidom-core": ^1.0.0-alpha.9 - "@swagger-api/apidom-error": ^1.0.0-alpha.9 - "@types/ramda": ~0.30.0 - node-gyp: latest - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - tree-sitter: =0.20.4 - tree-sitter-yaml: =0.5.0 - web-tree-sitter: =0.20.3 - checksum: 1485597a7ab952f434fe1056ffdc3ce6ed861f0c087fb342c3fec094fe4bf63ea65cb13d9545d630cd4964ffdbdb914f6c415d7b6a0e577d410d53f96c7c3690 - languageName: node - linkType: hard - -"@swagger-api/apidom-reference@npm:>=1.0.0-alpha.9 <1.0.0-beta.0": - version: 1.0.0-alpha.9 - resolution: "@swagger-api/apidom-reference@npm:1.0.0-alpha.9" - dependencies: - "@babel/runtime-corejs3": ^7.20.7 - "@swagger-api/apidom-core": ^1.0.0-alpha.9 - "@swagger-api/apidom-error": ^1.0.0-alpha.1 - "@swagger-api/apidom-json-pointer": ^1.0.0-alpha.1 - "@swagger-api/apidom-ns-asyncapi-2": ^1.0.0-alpha.1 - "@swagger-api/apidom-ns-openapi-2": ^1.0.0-alpha.1 - "@swagger-api/apidom-ns-openapi-3-0": ^1.0.0-alpha.1 - "@swagger-api/apidom-ns-openapi-3-1": ^1.0.0-alpha.1 - "@swagger-api/apidom-ns-workflows-1": ^1.0.0-alpha.1 - "@swagger-api/apidom-parser-adapter-api-design-systems-json": ^1.0.0-alpha.1 - "@swagger-api/apidom-parser-adapter-api-design-systems-yaml": ^1.0.0-alpha.1 - "@swagger-api/apidom-parser-adapter-asyncapi-json-2": ^1.0.0-alpha.1 - "@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": ^1.0.0-alpha.1 - "@swagger-api/apidom-parser-adapter-json": ^1.0.0-alpha.1 - "@swagger-api/apidom-parser-adapter-openapi-json-2": ^1.0.0-alpha.1 - "@swagger-api/apidom-parser-adapter-openapi-json-3-0": ^1.0.0-alpha.1 - "@swagger-api/apidom-parser-adapter-openapi-json-3-1": ^1.0.0-alpha.1 - "@swagger-api/apidom-parser-adapter-openapi-yaml-2": ^1.0.0-alpha.1 - "@swagger-api/apidom-parser-adapter-openapi-yaml-3-0": ^1.0.0-alpha.1 - "@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": ^1.0.0-alpha.1 - "@swagger-api/apidom-parser-adapter-workflows-json-1": ^1.0.0-alpha.1 - "@swagger-api/apidom-parser-adapter-workflows-yaml-1": ^1.0.0-alpha.1 - "@swagger-api/apidom-parser-adapter-yaml-1-2": ^1.0.0-alpha.1 - "@types/ramda": ~0.30.0 - axios: ^1.4.0 - minimatch: ^7.4.3 - process: ^0.11.10 - ramda: ~0.30.0 - ramda-adjunct: ^5.0.0 - dependenciesMeta: - "@swagger-api/apidom-error": - optional: true - "@swagger-api/apidom-json-pointer": - optional: true - "@swagger-api/apidom-ns-asyncapi-2": - optional: true - "@swagger-api/apidom-ns-openapi-2": - optional: true - "@swagger-api/apidom-ns-openapi-3-0": - optional: true - "@swagger-api/apidom-ns-openapi-3-1": - optional: true - "@swagger-api/apidom-ns-workflows-1": - optional: true - "@swagger-api/apidom-parser-adapter-api-design-systems-json": - optional: true - "@swagger-api/apidom-parser-adapter-api-design-systems-yaml": - optional: true - "@swagger-api/apidom-parser-adapter-asyncapi-json-2": - optional: true - "@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": - optional: true - "@swagger-api/apidom-parser-adapter-json": - optional: true - "@swagger-api/apidom-parser-adapter-openapi-json-2": - optional: true - "@swagger-api/apidom-parser-adapter-openapi-json-3-0": - optional: true - "@swagger-api/apidom-parser-adapter-openapi-json-3-1": - optional: true - "@swagger-api/apidom-parser-adapter-openapi-yaml-2": - optional: true - "@swagger-api/apidom-parser-adapter-openapi-yaml-3-0": - optional: true - "@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": - optional: true - "@swagger-api/apidom-parser-adapter-workflows-json-1": - optional: true - "@swagger-api/apidom-parser-adapter-workflows-yaml-1": - optional: true - "@swagger-api/apidom-parser-adapter-yaml-1-2": - optional: true - checksum: 28c329359a92b34471a3f796b89a88405c8e998622e786193402668a5f4cdb3da5273b86ef9e209f3d0ab750d221fd9046d481751dff3bbcc2e32e0b748ec34c - languageName: node - linkType: hard - -"@tootallnate/once@npm:1": - version: 1.1.2 - resolution: "@tootallnate/once@npm:1.1.2" - checksum: e1fb1bbbc12089a0cb9433dc290f97bddd062deadb6178ce9bcb93bb7c1aecde5e60184bc7065aec42fe1663622a213493c48bbd4972d931aae48315f18e1be9 - languageName: node - linkType: hard - -"@tootallnate/once@npm:2": - version: 2.0.0 - resolution: "@tootallnate/once@npm:2.0.0" - checksum: ad87447820dd3f24825d2d947ebc03072b20a42bfc96cbafec16bff8bbda6c1a81fcb0be56d5b21968560c5359a0af4038a68ba150c3e1694fe4c109a063bed8 - languageName: node - linkType: hard - -"@trysound/sax@npm:0.2.0": - version: 0.2.0 - resolution: "@trysound/sax@npm:0.2.0" - checksum: 11226c39b52b391719a2a92e10183e4260d9651f86edced166da1d95f39a0a1eaa470e44d14ac685ccd6d3df7e2002433782872c0feeb260d61e80f21250e65c - languageName: node - linkType: hard - -"@tsconfig/node10@npm:^1.0.7": - version: 1.0.11 - resolution: "@tsconfig/node10@npm:1.0.11" - checksum: 51fe47d55fe1b80ec35e6e5ed30a13665fd3a531945350aa74a14a1e82875fb60b350c2f2a5e72a64831b1b6bc02acb6760c30b3738b54954ec2dea82db7a267 - languageName: node - linkType: hard - -"@tsconfig/node12@npm:^1.0.7": - version: 1.0.11 - resolution: "@tsconfig/node12@npm:1.0.11" - checksum: 5ce29a41b13e7897a58b8e2df11269c5395999e588b9a467386f99d1d26f6c77d1af2719e407621412520ea30517d718d5192a32403b8dfcc163bf33e40a338a - languageName: node - linkType: hard - -"@tsconfig/node14@npm:^1.0.0": - version: 1.0.3 - resolution: "@tsconfig/node14@npm:1.0.3" - checksum: 19275fe80c4c8d0ad0abed6a96dbf00642e88b220b090418609c4376e1cef81bf16237bf170ad1b341452feddb8115d8dd2e5acdfdea1b27422071163dc9ba9d - languageName: node - linkType: hard - -"@tsconfig/node16@npm:^1.0.2": - version: 1.0.4 - resolution: "@tsconfig/node16@npm:1.0.4" - checksum: 202319785901f942a6e1e476b872d421baec20cf09f4b266a1854060efbf78cde16a4d256e8bc949d31e6cd9a90f1e8ef8fb06af96a65e98338a2b6b0de0a0ff - languageName: node - linkType: hard - -"@types/ali-oss@npm:^6.16.11": - version: 6.16.11 - resolution: "@types/ali-oss@npm:6.16.11" - checksum: 1932d908edf7d71aef24de60792c4d4cbe3a31a692a785e6a85c13d866ddb3c397eff7875bc169177eef347a194492dc2cab5a127097248aac0f1367d52064da - languageName: node - linkType: hard - -"@types/axios@npm:^0.14.0": - version: 0.14.0 - resolution: "@types/axios@npm:0.14.0" - dependencies: - axios: "*" - checksum: 12a230b9404055d81804cb57fe4739b2317111b28a39e2477b2513250e8b85725e6f6ce509fc2a9494a6da60facb8d80df875fcd747f62f6c3abebc7db60ae66 - languageName: node - linkType: hard - -"@types/babel__core@npm:^7.1.14": - version: 7.20.5 - resolution: "@types/babel__core@npm:7.20.5" - dependencies: - "@babel/parser": ^7.20.7 - "@babel/types": ^7.20.7 - "@types/babel__generator": "*" - "@types/babel__template": "*" - "@types/babel__traverse": "*" - checksum: a3226f7930b635ee7a5e72c8d51a357e799d19cbf9d445710fa39ab13804f79ab1a54b72ea7d8e504659c7dfc50675db974b526142c754398d7413aa4bc30845 - languageName: node - linkType: hard - -"@types/babel__generator@npm:*": - version: 7.6.8 - resolution: "@types/babel__generator@npm:7.6.8" - dependencies: - "@babel/types": ^7.0.0 - checksum: 5b332ea336a2efffbdeedb92b6781949b73498606ddd4205462f7d96dafd45ff3618770b41de04c4881e333dd84388bfb8afbdf6f2764cbd98be550d85c6bb48 - languageName: node - linkType: hard - -"@types/babel__template@npm:*": - version: 7.4.4 - resolution: "@types/babel__template@npm:7.4.4" - dependencies: - "@babel/parser": ^7.1.0 - "@babel/types": ^7.0.0 - checksum: d7a02d2a9b67e822694d8e6a7ddb8f2b71a1d6962dfd266554d2513eefbb205b33ca71a0d163b1caea3981ccf849211f9964d8bd0727124d18ace45aa6c9ae29 - languageName: node - linkType: hard - -"@types/babel__traverse@npm:*, @types/babel__traverse@npm:^7.0.6": - version: 7.20.6 - resolution: "@types/babel__traverse@npm:7.20.6" - dependencies: - "@babel/types": ^7.20.7 - checksum: 2bdc65eb62232c2d5c1086adeb0c31e7980e6fd7e50a3483b4a724a1a1029c84d9cb59749cf8de612f9afa2bc14c85b8f50e64e21f8a4398fa77eb9059a4283c - languageName: node - linkType: hard - -"@types/body-parser@npm:*": - version: 1.19.5 - resolution: "@types/body-parser@npm:1.19.5" - dependencies: - "@types/connect": "*" - "@types/node": "*" - checksum: 1e251118c4b2f61029cc43b0dc028495f2d1957fe8ee49a707fb940f86a9bd2f9754230805598278fe99958b49e9b7e66eec8ef6a50ab5c1f6b93e1ba2aaba82 - languageName: node - linkType: hard - -"@types/caseless@npm:*": - version: 0.12.5 - resolution: "@types/caseless@npm:0.12.5" - checksum: f6a3628add76d27005495914c9c3873a93536957edaa5b69c63b46fe10b4649a6fecf16b676c1695f46aab851da47ec6047dcf3570fa8d9b6883492ff6d074e0 - languageName: node - linkType: hard - -"@types/connect@npm:*": - version: 3.4.38 - resolution: "@types/connect@npm:3.4.38" - dependencies: - "@types/node": "*" - checksum: 7eb1bc5342a9604facd57598a6c62621e244822442976c443efb84ff745246b10d06e8b309b6e80130026a396f19bf6793b7cecd7380169f369dac3bfc46fb99 - languageName: node - linkType: hard - -"@types/estree@npm:*, @types/estree@npm:^1.0.0": - version: 1.0.6 - resolution: "@types/estree@npm:1.0.6" - checksum: 8825d6e729e16445d9a1dd2fb1db2edc5ed400799064cd4d028150701031af012ba30d6d03fe9df40f4d7a437d0de6d2b256020152b7b09bde9f2e420afdffd9 - languageName: node - linkType: hard - -"@types/express-serve-static-core@npm:^4.17.33": - version: 4.19.6 - resolution: "@types/express-serve-static-core@npm:4.19.6" - dependencies: - "@types/node": "*" - "@types/qs": "*" - "@types/range-parser": "*" - "@types/send": "*" - checksum: b0576eddc2d25ccdf10e68ba09598b87a4d7b2ad04a81dc847cb39fe56beb0b6a5cc017b1e00aa0060cb3b38e700384ce96d291a116a0f1e54895564a104aae9 - languageName: node - linkType: hard - -"@types/express@npm:^4.17.14, @types/express@npm:^4.17.17": - version: 4.17.21 - resolution: "@types/express@npm:4.17.21" - dependencies: - "@types/body-parser": "*" - "@types/express-serve-static-core": ^4.17.33 - "@types/qs": "*" - "@types/serve-static": "*" - checksum: fb238298630370a7392c7abdc80f495ae6c716723e114705d7e3fb67e3850b3859bbfd29391463a3fb8c0b32051847935933d99e719c0478710f8098ee7091c5 - languageName: node - linkType: hard - -"@types/graceful-fs@npm:^4.1.3": - version: 4.1.9 - resolution: "@types/graceful-fs@npm:4.1.9" - dependencies: - "@types/node": "*" - checksum: 79d746a8f053954bba36bd3d94a90c78de995d126289d656fb3271dd9f1229d33f678da04d10bce6be440494a5a73438e2e363e92802d16b8315b051036c5256 - languageName: node - linkType: hard - -"@types/http-errors@npm:*": - version: 2.0.4 - resolution: "@types/http-errors@npm:2.0.4" - checksum: 1f3d7c3b32c7524811a45690881736b3ef741bf9849ae03d32ad1ab7062608454b150a4e7f1351f83d26a418b2d65af9bdc06198f1c079d75578282884c4e8e3 - languageName: node - linkType: hard - -"@types/istanbul-lib-coverage@npm:*, @types/istanbul-lib-coverage@npm:^2.0.0, @types/istanbul-lib-coverage@npm:^2.0.1": - version: 2.0.6 - resolution: "@types/istanbul-lib-coverage@npm:2.0.6" - checksum: 3feac423fd3e5449485afac999dcfcb3d44a37c830af898b689fadc65d26526460bedb889db278e0d4d815a670331796494d073a10ee6e3a6526301fe7415778 - languageName: node - linkType: hard - -"@types/istanbul-lib-report@npm:*": - version: 3.0.3 - resolution: "@types/istanbul-lib-report@npm:3.0.3" - dependencies: - "@types/istanbul-lib-coverage": "*" - checksum: b91e9b60f865ff08cb35667a427b70f6c2c63e88105eadd29a112582942af47ed99c60610180aa8dcc22382fa405033f141c119c69b95db78c4c709fbadfeeb4 - languageName: node - linkType: hard - -"@types/istanbul-reports@npm:^3.0.0": - version: 3.0.4 - resolution: "@types/istanbul-reports@npm:3.0.4" - dependencies: - "@types/istanbul-lib-report": "*" - checksum: 93eb18835770b3431f68ae9ac1ca91741ab85f7606f310a34b3586b5a34450ec038c3eed7ab19266635499594de52ff73723a54a72a75b9f7d6a956f01edee95 - languageName: node - linkType: hard - -"@types/jest@npm:^29.2.4": - version: 29.5.13 - resolution: "@types/jest@npm:29.5.13" - dependencies: - expect: ^29.0.0 - pretty-format: ^29.0.0 - checksum: 875ac23c2398cdcf22aa56c6ba24560f11d2afda226d4fa23936322dde6202f9fdbd2b91602af51c27ecba223d9fc3c1e33c9df7e47b3bf0e2aefc6baf13ce53 - languageName: node - linkType: hard - -"@types/jsonpath@npm:^0.2.0": - version: 0.2.4 - resolution: "@types/jsonpath@npm:0.2.4" - checksum: 401c59dd26eb47e59af10a558788e6d69600adfafec134bf0691a48a80f1ee4f61afaa235663d043c20d7de6f036037731f8289e9662a031bf460a22f156638b - languageName: node - linkType: hard - -"@types/jsonwebtoken@npm:^9.0.2": - version: 9.0.7 - resolution: "@types/jsonwebtoken@npm:9.0.7" - dependencies: - "@types/node": "*" - checksum: 872b62e2a50ec399d695402ccddfeb5cd66a6c3d28511f27453b932b6b67eb82c2d0ecaa864939848b88b3a8276c2492647bf5707bc82a6ac7e420d3412b9047 - languageName: node - linkType: hard - -"@types/lodash@npm:^4.14.190": - version: 4.17.10 - resolution: "@types/lodash@npm:4.17.10" - checksum: 4600f2f25270c8fee6953e363d318149a5f0f1b1bb820aa2f42d7ada6e4f7de31848bb5ffc2c687b40bd73aa982167bdd6e6d8d456e72abe0c660ec77d1fa7e9 - languageName: node - linkType: hard - -"@types/long@npm:^4.0.0": - version: 4.0.2 - resolution: "@types/long@npm:4.0.2" - checksum: d16cde7240d834cf44ba1eaec49e78ae3180e724cd667052b194a372f350d024cba8dd3f37b0864931683dab09ca935d52f0c4c1687178af5ada9fc85b0635f4 - languageName: node - linkType: hard - -"@types/mime@npm:^1": - version: 1.3.5 - resolution: "@types/mime@npm:1.3.5" - checksum: e29a5f9c4776f5229d84e525b7cd7dd960b51c30a0fb9a028c0821790b82fca9f672dab56561e2acd9e8eed51d431bde52eafdfef30f643586c4162f1aecfc78 - languageName: node - linkType: hard - -"@types/morgan@npm:^1.9.3": - version: 1.9.9 - resolution: "@types/morgan@npm:1.9.9" - dependencies: - "@types/node": "*" - checksum: 54bcb432f6ddb82b94bc1970204bedb3465a9afdcced6c2c6b481cf5f276266663ba3edc2b728b0118aa9720bfe5d8561c0259daaad6b027017e35936b107db0 - languageName: node - linkType: hard - -"@types/node-fetch@npm:^2.6.2": - version: 2.6.11 - resolution: "@types/node-fetch@npm:2.6.11" - dependencies: - "@types/node": "*" - form-data: ^4.0.0 - checksum: 180e4d44c432839bdf8a25251ef8c47d51e37355ddd78c64695225de8bc5dc2b50b7bb855956d471c026bb84bd7295688a0960085e7158cbbba803053492568b - languageName: node - linkType: hard - -"@types/node@npm:*, @types/node@npm:>=13.7.0, @types/node@npm:^22.0.1": - version: 22.7.5 - resolution: "@types/node@npm:22.7.5" - dependencies: - undici-types: ~6.19.2 - checksum: 1a8bbb504efaffcef7b8491074a428e5c0b5425b0c0ffb13e7262cb8462c275e8cc5eaf90a38d8fbf52a1eeda7c01ab3b940673c43fc2414140779c973e40ec6 - languageName: node - linkType: hard - -"@types/node@npm:^20.1.1": - version: 20.16.11 - resolution: "@types/node@npm:20.16.11" - dependencies: - undici-types: ~6.19.2 - checksum: 68a239e4cff66972c990a89faa052da27d17d9f8d3ee324e9e5899323feaf229b475c1969ae9e189d0c499736fc04e9f20f480613d16b93ce249518dc32707a0 - languageName: node - linkType: hard - -"@types/phoenix@npm:^1.5.4": - version: 1.6.5 - resolution: "@types/phoenix@npm:1.6.5" - checksum: b87416393159f0ba2812875fc2721914a3284cde8b1f263dfcd46f4149dae7f4efc2bfa062d558c8bbfb7ae2a9d802487b0dd4744ff08799386cbc49c19368f0 - languageName: node - linkType: hard - -"@types/qs@npm:*": - version: 6.9.16 - resolution: "@types/qs@npm:6.9.16" - checksum: 2e8918150c12735630f7ee16b770c72949274938c30306025f68aaf977227f41fe0c698ed93db1099e04916d582ac5a1faf7e3c7061c8d885d9169f59a184b6c - languageName: node - linkType: hard - -"@types/ramda@npm:~0.30.0": - version: 0.30.2 - resolution: "@types/ramda@npm:0.30.2" - dependencies: - types-ramda: ^0.30.1 - checksum: 528e62da967adb38b7b6be3314ee11009f4e7312e4fbb9670f4556bb2f640754f08ae68ede87822ae255aba747e67296f40b37d53bfb427c58ab82f5b7a4989e - languageName: node - linkType: hard - -"@types/range-parser@npm:*": - version: 1.2.7 - resolution: "@types/range-parser@npm:1.2.7" - checksum: 95640233b689dfbd85b8c6ee268812a732cf36d5affead89e806fe30da9a430767af8ef2cd661024fd97e19d61f3dec75af2df5e80ec3bea000019ab7028629a - languageName: node - linkType: hard - -"@types/request@npm:^2.48.8": - version: 2.48.12 - resolution: "@types/request@npm:2.48.12" - dependencies: - "@types/caseless": "*" - "@types/node": "*" - "@types/tough-cookie": "*" - form-data: ^2.5.0 - checksum: 20dfad0a46b4249bf42f09c51fbd4d02ec6738c5152194b5c7c69bab80b00eae9cc71df4489ffa929d0968d453ef7d0823d1f98871efed563a4fdb57bf0a4c58 - languageName: node - linkType: hard - -"@types/resolve@npm:1.20.2": - version: 1.20.2 - resolution: "@types/resolve@npm:1.20.2" - checksum: 61c2cad2499ffc8eab36e3b773945d337d848d3ac6b7b0a87c805ba814bc838ef2f262fc0f109bfd8d2e0898ff8bd80ad1025f9ff64f1f71d3d4294c9f14e5f6 - languageName: node - linkType: hard - -"@types/send@npm:*": - version: 0.17.4 - resolution: "@types/send@npm:0.17.4" - dependencies: - "@types/mime": ^1 - "@types/node": "*" - checksum: cf4db48251bbb03cd6452b4de6e8e09e2d75390a92fd798eca4a803df06444adc94ed050246c94c7ed46fb97be1f63607f0e1f13c3ce83d71788b3e08640e5e0 - languageName: node - linkType: hard - -"@types/serve-static@npm:*": - version: 1.15.7 - resolution: "@types/serve-static@npm:1.15.7" - dependencies: - "@types/http-errors": "*" - "@types/node": "*" - "@types/send": "*" - checksum: bbbf00dbd84719da2250a462270dc68964006e8d62f41fe3741abd94504ba3688f420a49afb2b7478921a1544d3793183ffa097c5724167da777f4e0c7f1a7d6 - languageName: node - linkType: hard - -"@types/stack-utils@npm:^2.0.0": - version: 2.0.3 - resolution: "@types/stack-utils@npm:2.0.3" - checksum: 72576cc1522090fe497337c2b99d9838e320659ac57fa5560fcbdcbafcf5d0216c6b3a0a8a4ee4fdb3b1f5e3420aa4f6223ab57b82fef3578bec3206425c6cf5 - languageName: node - linkType: hard - -"@types/tough-cookie@npm:*": - version: 4.0.5 - resolution: "@types/tough-cookie@npm:4.0.5" - checksum: f19409d0190b179331586365912920d192733112a195e870c7f18d20ac8adb7ad0b0ff69dad430dba8bc2be09593453a719cfea92dc3bda19748fd158fe1498d - languageName: node - linkType: hard - -"@types/ws@npm:^8.5.10": - version: 8.5.12 - resolution: "@types/ws@npm:8.5.12" - dependencies: - "@types/node": "*" - checksum: ddefb6ad1671f70ce73b38a5f47f471d4d493864fca7c51f002a86e5993d031294201c5dced6d5018fb8905ad46888d65c7f20dd54fc165910b69f42fba9a6d0 - languageName: node - linkType: hard - -"@types/yargs-parser@npm:*": - version: 21.0.3 - resolution: "@types/yargs-parser@npm:21.0.3" - checksum: ef236c27f9432983e91432d974243e6c4cdae227cb673740320eff32d04d853eed59c92ca6f1142a335cfdc0e17cccafa62e95886a8154ca8891cc2dec4ee6fc - languageName: node - linkType: hard - -"@types/yargs@npm:^17.0.8": - version: 17.0.33 - resolution: "@types/yargs@npm:17.0.33" - dependencies: - "@types/yargs-parser": "*" - checksum: ee013f257472ab643cb0584cf3e1ff9b0c44bca1c9ba662395300a7f1a6c55fa9d41bd40ddff42d99f5d95febb3907c9ff600fbcb92dadbec22c6a76de7e1236 - languageName: node - linkType: hard - -"abbrev@npm:1, abbrev@npm:^1.0.0": - version: 1.1.1 - resolution: "abbrev@npm:1.1.1" - checksum: a4a97ec07d7ea112c517036882b2ac22f3109b7b19077dc656316d07d308438aac28e4d9746dc4d84bf6b1e75b4a7b0a5f3cb30592419f128ca9a8cee3bcfa17 - languageName: node - linkType: hard - -"abbrev@npm:^2.0.0": - version: 2.0.0 - resolution: "abbrev@npm:2.0.0" - checksum: 0e994ad2aa6575f94670d8a2149afe94465de9cedaaaac364e7fb43a40c3691c980ff74899f682f4ca58fa96b4cbd7421a015d3a6defe43a442117d7821a2f36 - languageName: node - linkType: hard - -"abort-controller@npm:^3.0.0": - version: 3.0.0 - resolution: "abort-controller@npm:3.0.0" - dependencies: - event-target-shim: ^5.0.0 - checksum: 170bdba9b47b7e65906a28c8ce4f38a7a369d78e2271706f020849c1bfe0ee2067d4261df8bbb66eb84f79208fd5b710df759d64191db58cfba7ce8ef9c54b75 - languageName: node - linkType: hard - -"accepts@npm:~1.3.8": - version: 1.3.8 - resolution: "accepts@npm:1.3.8" - dependencies: - mime-types: ~2.1.34 - negotiator: 0.6.3 - checksum: 50c43d32e7b50285ebe84b613ee4a3aa426715a7d131b65b786e2ead0fd76b6b60091b9916d3478a75f11f162628a2139991b6c03ab3f1d9ab7c86075dc8eab4 - languageName: node - linkType: hard - -"acorn-walk@npm:^8.1.1, acorn-walk@npm:^8.2.0": - version: 8.3.4 - resolution: "acorn-walk@npm:8.3.4" - dependencies: - acorn: ^8.11.0 - checksum: 4ff03f42323e7cf90f1683e08606b0f460e1e6ac263d2730e3df91c7665b6f64e696db6ea27ee4bed18c2599569be61f28a8399fa170c611161a348c402ca19c - languageName: node - linkType: hard - -"acorn@npm:^8.11.0, acorn@npm:^8.4.1, acorn@npm:^8.7.0": - version: 8.12.1 - resolution: "acorn@npm:8.12.1" - bin: - acorn: bin/acorn - checksum: 677880034aee5bdf7434cc2d25b641d7bedb0b5ef47868a78dadabedccf58e1c5457526d9d8249cd253f2df087e081c3fe7d903b448d8e19e5131a3065b83c07 - languageName: node - linkType: hard - -"address@npm:^1.2.2": - version: 1.2.2 - resolution: "address@npm:1.2.2" - checksum: ace439960c1e3564d8f523aff23a841904bf33a2a7c2e064f7f60a064194075758b9690e65bd9785692a4ef698a998c57eb74d145881a1cecab8ba658ddb1607 - languageName: node - linkType: hard - -"agent-base@npm:6, agent-base@npm:^6.0.0, agent-base@npm:^6.0.2": - version: 6.0.2 - resolution: "agent-base@npm:6.0.2" - dependencies: - debug: 4 - checksum: f52b6872cc96fd5f622071b71ef200e01c7c4c454ee68bc9accca90c98cfb39f2810e3e9aa330435835eedc8c23f4f8a15267f67c6e245d2b33757575bdac49d - languageName: node - linkType: hard - -"agent-base@npm:^7.0.2, agent-base@npm:^7.1.0, agent-base@npm:^7.1.1": - version: 7.1.1 - resolution: "agent-base@npm:7.1.1" - dependencies: - debug: ^4.3.4 - checksum: 51c158769c5c051482f9ca2e6e1ec085ac72b5a418a9b31b4e82fe6c0a6699adb94c1c42d246699a587b3335215037091c79e0de512c516f73b6ea844202f037 - languageName: node - linkType: hard - -"agentkeepalive@npm:^3.4.1": - version: 3.5.3 - resolution: "agentkeepalive@npm:3.5.3" - dependencies: - humanize-ms: ^1.2.1 - checksum: c56879ca38fcf600ba1cd15ddf3fabd6de6e937a4762bfe6d8b75ac590eb3532ae00b1b986617afd37360e36e4e11d0be8d6612669312fff92a51cf4c3cfca7a - languageName: node - linkType: hard - -"agentkeepalive@npm:^4.2.1": - version: 4.5.0 - resolution: "agentkeepalive@npm:4.5.0" - dependencies: - humanize-ms: ^1.2.1 - checksum: 13278cd5b125e51eddd5079f04d6fe0914ac1b8b91c1f3db2c1822f99ac1a7457869068997784342fe455d59daaff22e14fb7b8c3da4e741896e7e31faf92481 - languageName: node - linkType: hard - -"aggregate-error@npm:^3.0.0": - version: 3.1.0 - resolution: "aggregate-error@npm:3.1.0" - dependencies: - clean-stack: ^2.0.0 - indent-string: ^4.0.0 - checksum: 1101a33f21baa27a2fa8e04b698271e64616b886795fd43c31068c07533c7b3facfcaf4e9e0cab3624bd88f729a592f1c901a1a229c9e490eafce411a8644b79 - languageName: node - linkType: hard - -"ajv-draft-04@npm:^1.0.0": - version: 1.0.0 - resolution: "ajv-draft-04@npm:1.0.0" - peerDependencies: - ajv: ^8.5.0 - peerDependenciesMeta: - ajv: - optional: true - checksum: 3f11fa0e7f7359bef6608657f02ab78e9cc62b1fb7bdd860db0d00351b3863a1189c1a23b72466d2d82726cab4eb20725c76f5e7c134a89865e2bfd0e6828137 - languageName: node - linkType: hard - -"ajv@npm:^8.6.3": - version: 8.17.1 - resolution: "ajv@npm:8.17.1" - dependencies: - fast-deep-equal: ^3.1.3 - fast-uri: ^3.0.1 - json-schema-traverse: ^1.0.0 - require-from-string: ^2.0.2 - checksum: 1797bf242cfffbaf3b870d13565bd1716b73f214bb7ada9a497063aada210200da36e3ed40237285f3255acc4feeae91b1fb183625331bad27da95973f7253d9 - languageName: node - linkType: hard - -"ali-oss@npm:^6.20.0": - version: 6.21.0 - resolution: "ali-oss@npm:6.21.0" - dependencies: - address: ^1.2.2 - agentkeepalive: ^3.4.1 - bowser: ^1.6.0 - copy-to: ^2.0.1 - dateformat: ^2.0.0 - debug: ^4.3.4 - destroy: ^1.0.4 - end-or-error: ^1.0.1 - get-ready: ^1.0.0 - humanize-ms: ^1.2.0 - is-type-of: ^1.4.0 - js-base64: ^2.5.2 - jstoxml: ^2.0.0 - lodash: ^4.17.21 - merge-descriptors: ^1.0.1 - mime: ^2.4.5 - platform: ^1.3.1 - pump: ^3.0.0 - qs: ^6.4.0 - sdk-base: ^2.0.1 - stream-http: 2.8.2 - stream-wormhole: ^1.0.4 - urllib: ^2.44.0 - utility: ^1.18.0 - xml2js: ^0.6.2 - checksum: 26424e96c4a927e08d6aa9480a0f9db6da00b0188a7a45672f3244344f5cf6ff81aee72a8e46dcd240c98f168d09e2853ac84ae9e5764bc673b4d959a11a5e51 - languageName: node - linkType: hard - -"ansi-escapes@npm:^4.2.1": - version: 4.3.2 - resolution: "ansi-escapes@npm:4.3.2" - dependencies: - type-fest: ^0.21.3 - checksum: 93111c42189c0a6bed9cdb4d7f2829548e943827ee8479c74d6e0b22ee127b2a21d3f8b5ca57723b8ef78ce011fbfc2784350eb2bde3ccfccf2f575fa8489815 - languageName: node - linkType: hard - -"ansi-regex@npm:^5.0.1": - version: 5.0.1 - resolution: "ansi-regex@npm:5.0.1" - checksum: 2aa4bb54caf2d622f1afdad09441695af2a83aa3fe8b8afa581d205e57ed4261c183c4d3877cee25794443fde5876417d859c108078ab788d6af7e4fe52eb66b - languageName: node - linkType: hard - -"ansi-regex@npm:^6.0.1": - version: 6.1.0 - resolution: "ansi-regex@npm:6.1.0" - checksum: 495834a53b0856c02acd40446f7130cb0f8284f4a39afdab20d5dc42b2e198b1196119fe887beed8f9055c4ff2055e3b2f6d4641d0be018cdfb64fedf6fc1aac - languageName: node - linkType: hard - -"ansi-styles@npm:^3.2.1": - version: 3.2.1 - resolution: "ansi-styles@npm:3.2.1" - dependencies: - color-convert: ^1.9.0 - checksum: d85ade01c10e5dd77b6c89f34ed7531da5830d2cb5882c645f330079975b716438cd7ebb81d0d6e6b4f9c577f19ae41ab55f07f19786b02f9dfd9e0377395665 - languageName: node - linkType: hard - -"ansi-styles@npm:^4.0.0, ansi-styles@npm:^4.1.0": - version: 4.3.0 - resolution: "ansi-styles@npm:4.3.0" - dependencies: - color-convert: ^2.0.1 - checksum: 513b44c3b2105dd14cc42a19271e80f386466c4be574bccf60b627432f9198571ebf4ab1e4c3ba17347658f4ee1711c163d574248c0c1cdc2d5917a0ad582ec4 - languageName: node - linkType: hard - -"ansi-styles@npm:^5.0.0": - version: 5.2.0 - resolution: "ansi-styles@npm:5.2.0" - checksum: d7f4e97ce0623aea6bc0d90dcd28881ee04cba06c570b97fd3391bd7a268eedfd9d5e2dd4fdcbdd82b8105df5faf6f24aaedc08eaf3da898e702db5948f63469 - languageName: node - linkType: hard - -"ansi-styles@npm:^6.1.0": - version: 6.2.1 - resolution: "ansi-styles@npm:6.2.1" - checksum: ef940f2f0ced1a6347398da88a91da7930c33ecac3c77b72c5905f8b8fe402c52e6fde304ff5347f616e27a742da3f1dc76de98f6866c69251ad0b07a66776d9 - languageName: node - linkType: hard - -"any-promise@npm:^1.0.0, any-promise@npm:^1.3.0": - version: 1.3.0 - resolution: "any-promise@npm:1.3.0" - checksum: 0ee8a9bdbe882c90464d75d1f55cf027f5458650c4bd1f0467e65aec38ccccda07ca5844969ee77ed46d04e7dded3eaceb027e8d32f385688523fe305fa7e1de - languageName: node - linkType: hard - -"anymatch@npm:^3.0.3, anymatch@npm:~3.1.2": - version: 3.1.3 - resolution: "anymatch@npm:3.1.3" - dependencies: - normalize-path: ^3.0.0 - picomatch: ^2.0.4 - checksum: 3e044fd6d1d26545f235a9fe4d7a534e2029d8e59fa7fd9f2a6eb21230f6b5380ea1eaf55136e60cbf8e613544b3b766e7a6fa2102e2a3a117505466e3025dc2 - languageName: node - linkType: hard - -"apg-lite@npm:^1.0.3": - version: 1.0.4 - resolution: "apg-lite@npm:1.0.4" - checksum: 30a27eecb71350a6dd47f8944520e56c08063115197e8de15699b792e32101b452ff339cf9d5469db7a992b0f2f8659c16f72f24ab7465683fb7e6cf0dc4afcd - languageName: node - linkType: hard - -"aproba@npm:^1.0.3 || ^2.0.0": - version: 2.0.0 - resolution: "aproba@npm:2.0.0" - checksum: 5615cadcfb45289eea63f8afd064ab656006361020e1735112e346593856f87435e02d8dcc7ff0d11928bc7d425f27bc7c2a84f6c0b35ab0ff659c814c138a24 - languageName: node - linkType: hard - -"are-we-there-yet@npm:^2.0.0": - version: 2.0.0 - resolution: "are-we-there-yet@npm:2.0.0" - dependencies: - delegates: ^1.0.0 - readable-stream: ^3.6.0 - checksum: 6c80b4fd04ecee6ba6e737e0b72a4b41bdc64b7d279edfc998678567ff583c8df27e27523bc789f2c99be603ffa9eaa612803da1d886962d2086e7ff6fa90c7c - languageName: node - linkType: hard - -"are-we-there-yet@npm:^3.0.0": - version: 3.0.1 - resolution: "are-we-there-yet@npm:3.0.1" - dependencies: - delegates: ^1.0.0 - readable-stream: ^3.6.0 - checksum: 52590c24860fa7173bedeb69a4c05fb573473e860197f618b9a28432ee4379049336727ae3a1f9c4cb083114601c1140cee578376164d0e651217a9843f9fe83 - languageName: node - linkType: hard - -"arg@npm:^4.1.0": - version: 4.1.3 - resolution: "arg@npm:4.1.3" - checksum: 544af8dd3f60546d3e4aff084d451b96961d2267d668670199692f8d054f0415d86fc5497d0e641e91546f0aa920e7c29e5250e99fc89f5552a34b5d93b77f43 - languageName: node - linkType: hard - -"argparse@npm:^1.0.7": - version: 1.0.10 - resolution: "argparse@npm:1.0.10" - dependencies: - sprintf-js: ~1.0.2 - checksum: 7ca6e45583a28de7258e39e13d81e925cfa25d7d4aacbf806a382d3c02fcb13403a07fb8aeef949f10a7cfe4a62da0e2e807b348a5980554cc28ee573ef95945 - languageName: node - linkType: hard - -"argparse@npm:^2.0.1": - version: 2.0.1 - resolution: "argparse@npm:2.0.1" - checksum: 83644b56493e89a254bae05702abf3a1101b4fa4d0ca31df1c9985275a5a5bd47b3c27b7fa0b71098d41114d8ca000e6ed90cad764b306f8a503665e4d517ced - languageName: node - linkType: hard - -"array-flatten@npm:1.1.1": - version: 1.1.1 - resolution: "array-flatten@npm:1.1.1" - checksum: a9925bf3512d9dce202112965de90c222cd59a4fbfce68a0951d25d965cf44642931f40aac72309c41f12df19afa010ecadceb07cfff9ccc1621e99d89ab5f3b - languageName: node - linkType: hard - -"arrify@npm:^2.0.0, arrify@npm:^2.0.1": - version: 2.0.1 - resolution: "arrify@npm:2.0.1" - checksum: 067c4c1afd182806a82e4c1cb8acee16ab8b5284fbca1ce29408e6e91281c36bb5b612f6ddfbd40a0f7a7e0c75bf2696eb94c027f6e328d6e9c52465c98e4209 - languageName: node - linkType: hard - -"ast-types@npm:^0.13.2": - version: 0.13.4 - resolution: "ast-types@npm:0.13.4" - dependencies: - tslib: ^2.0.1 - checksum: 5a51f7b70588ecced3601845a0e203279ca2f5fdc184416a0a1640c93ec0a267241d6090a328e78eebb8de81f8754754e0a4f1558ba2a3d638f8ccbd0b1f0eff - languageName: node - linkType: hard - -"async-retry@npm:^1.3.3": - version: 1.3.3 - resolution: "async-retry@npm:1.3.3" - dependencies: - retry: 0.13.1 - checksum: 38a7152ff7265a9321ea214b9c69e8224ab1febbdec98efbbde6e562f17ff68405569b796b1c5271f354aef8783665d29953f051f68c1fc45306e61aec82fdc4 - languageName: node - linkType: hard - -"async@npm:^3.2.3": - version: 3.2.6 - resolution: "async@npm:3.2.6" - checksum: ee6eb8cd8a0ab1b58bd2a3ed6c415e93e773573a91d31df9d5ef559baafa9dab37d3b096fa7993e84585cac3697b2af6ddb9086f45d3ac8cae821bb2aab65682 - languageName: node - linkType: hard - -"asynckit@npm:^0.4.0": - version: 0.4.0 - resolution: "asynckit@npm:0.4.0" - checksum: 7b78c451df768adba04e2d02e63e2d0bf3b07adcd6e42b4cf665cb7ce899bedd344c69a1dcbce355b5f972d597b25aaa1c1742b52cffd9caccb22f348114f6be - languageName: node - linkType: hard - -"atomic-sleep@npm:^1.0.0": - version: 1.0.0 - resolution: "atomic-sleep@npm:1.0.0" - checksum: b95275afb2f80732f22f43a60178430c468906a415a7ff18bcd0feeebc8eec3930b51250aeda91a476062a90e07132b43a1794e8d8ffcf9b650e8139be75fa36 - languageName: node - linkType: hard - -"axios@npm:*, axios@npm:^1.4.0, axios@npm:^1.7.7": - version: 1.7.7 - resolution: "axios@npm:1.7.7" - dependencies: - follow-redirects: ^1.15.6 - form-data: ^4.0.0 - proxy-from-env: ^1.1.0 - checksum: 882d4fe0ec694a07c7f5c1f68205eb6dc5a62aecdb632cc7a4a3d0985188ce3030e0b277e1a8260ac3f194d314ae342117660a151fabffdc5081ca0b5a8b47fe - languageName: node - linkType: hard - -"babel-jest@npm:^29.7.0": - version: 29.7.0 - resolution: "babel-jest@npm:29.7.0" - dependencies: - "@jest/transform": ^29.7.0 - "@types/babel__core": ^7.1.14 - babel-plugin-istanbul: ^6.1.1 - babel-preset-jest: ^29.6.3 - chalk: ^4.0.0 - graceful-fs: ^4.2.9 - slash: ^3.0.0 - peerDependencies: - "@babel/core": ^7.8.0 - checksum: ee6f8e0495afee07cac5e4ee167be705c711a8cc8a737e05a587a131fdae2b3c8f9aa55dfd4d9c03009ac2d27f2de63d8ba96d3e8460da4d00e8af19ef9a83f7 - languageName: node - linkType: hard - -"babel-plugin-istanbul@npm:^6.1.1": - version: 6.1.1 - resolution: "babel-plugin-istanbul@npm:6.1.1" - dependencies: - "@babel/helper-plugin-utils": ^7.0.0 - "@istanbuljs/load-nyc-config": ^1.0.0 - "@istanbuljs/schema": ^0.1.2 - istanbul-lib-instrument: ^5.0.4 - test-exclude: ^6.0.0 - checksum: cb4fd95738219f232f0aece1116628cccff16db891713c4ccb501cddbbf9272951a5df81f2f2658dfdf4b3e7b236a9d5cbcf04d5d8c07dd5077297339598061a - languageName: node - linkType: hard - -"babel-plugin-jest-hoist@npm:^29.6.3": - version: 29.6.3 - resolution: "babel-plugin-jest-hoist@npm:29.6.3" - dependencies: - "@babel/template": ^7.3.3 - "@babel/types": ^7.3.3 - "@types/babel__core": ^7.1.14 - "@types/babel__traverse": ^7.0.6 - checksum: 51250f22815a7318f17214a9d44650ba89551e6d4f47a2dc259128428324b52f5a73979d010cefd921fd5a720d8c1d55ad74ff601cd94c7bd44d5f6292fde2d1 - languageName: node - linkType: hard - -"babel-preset-current-node-syntax@npm:^1.0.0": - version: 1.1.0 - resolution: "babel-preset-current-node-syntax@npm:1.1.0" - dependencies: - "@babel/plugin-syntax-async-generators": ^7.8.4 - "@babel/plugin-syntax-bigint": ^7.8.3 - "@babel/plugin-syntax-class-properties": ^7.12.13 - "@babel/plugin-syntax-class-static-block": ^7.14.5 - "@babel/plugin-syntax-import-attributes": ^7.24.7 - "@babel/plugin-syntax-import-meta": ^7.10.4 - "@babel/plugin-syntax-json-strings": ^7.8.3 - "@babel/plugin-syntax-logical-assignment-operators": ^7.10.4 - "@babel/plugin-syntax-nullish-coalescing-operator": ^7.8.3 - "@babel/plugin-syntax-numeric-separator": ^7.10.4 - "@babel/plugin-syntax-object-rest-spread": ^7.8.3 - "@babel/plugin-syntax-optional-catch-binding": ^7.8.3 - "@babel/plugin-syntax-optional-chaining": ^7.8.3 - "@babel/plugin-syntax-private-property-in-object": ^7.14.5 - "@babel/plugin-syntax-top-level-await": ^7.14.5 - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 9f93fac975eaba296c436feeca1031ca0539143c4066eaf5d1ba23525a31850f03b651a1049caea7287df837a409588c8252c15627ad3903f17864c8e25ed64b - languageName: node - linkType: hard - -"babel-preset-jest@npm:^29.6.3": - version: 29.6.3 - resolution: "babel-preset-jest@npm:29.6.3" - dependencies: - babel-plugin-jest-hoist: ^29.6.3 - babel-preset-current-node-syntax: ^1.0.0 - peerDependencies: - "@babel/core": ^7.0.0 - checksum: aa4ff2a8a728d9d698ed521e3461a109a1e66202b13d3494e41eea30729a5e7cc03b3a2d56c594423a135429c37bf63a9fa8b0b9ce275298be3095a88c69f6fb - languageName: node - linkType: hard - -"balanced-match@npm:^1.0.0": - version: 1.0.2 - resolution: "balanced-match@npm:1.0.2" - checksum: 9706c088a283058a8a99e0bf91b0a2f75497f185980d9ffa8b304de1d9e58ebda7c72c07ebf01dadedaac5b2907b2c6f566f660d62bd336c3468e960403b9d65 - languageName: node - linkType: hard - -"base64-arraybuffer@npm:^1.0.2": - version: 1.0.2 - resolution: "base64-arraybuffer@npm:1.0.2" - checksum: 15e6400d2d028bf18be4ed97702b11418f8f8779fb8c743251c863b726638d52f69571d4cc1843224da7838abef0949c670bde46936663c45ad078e89fee5c62 - languageName: node - linkType: hard - -"base64-js@npm:^1.3.0, base64-js@npm:^1.3.1": - version: 1.5.1 - resolution: "base64-js@npm:1.5.1" - checksum: 669632eb3745404c2f822a18fc3a0122d2f9a7a13f7fb8b5823ee19d1d2ff9ee5b52c53367176ea4ad093c332fd5ab4bd0ebae5a8e27917a4105a4cfc86b1005 - languageName: node - linkType: hard - -"basic-auth@npm:~2.0.1": - version: 2.0.1 - resolution: "basic-auth@npm:2.0.1" - dependencies: - safe-buffer: 5.1.2 - checksum: 3419b805d5dfc518f3a05dcf42aa53aa9ce820e50b6df5097f9e186322e1bc733c36722b624802cd37e791035aa73b828ed814d8362333d42d7f5cd04d7a5e48 - languageName: node - linkType: hard - -"big-integer@npm:^1.6.51": - version: 1.6.52 - resolution: "big-integer@npm:1.6.52" - checksum: 6e86885787a20fed96521958ae9086960e4e4b5e74d04f3ef7513d4d0ad631a9f3bde2730fc8aaa4b00419fc865f6ec573e5320234531ef37505da7da192c40b - languageName: node - linkType: hard - -"big.js@npm:^6.0.0": - version: 6.2.2 - resolution: "big.js@npm:6.2.2" - checksum: 3659092d155d01338f21a01a46a93aa343d25e83bce55700005a46eec27d90fe56abd3b3edde742f16fbc5fee31b4c572b6821a595c1c180392b60b469fcda54 - languageName: node - linkType: hard - -"bignumber.js@npm:^9.0.0": - version: 9.1.2 - resolution: "bignumber.js@npm:9.1.2" - checksum: 582c03af77ec9cb0ebd682a373ee6c66475db94a4325f92299621d544aa4bd45cb45fd60001610e94aef8ae98a0905fa538241d9638d4422d57abbeeac6fadaf - languageName: node - linkType: hard - -"binary-extensions@npm:^2.0.0": - version: 2.3.0 - resolution: "binary-extensions@npm:2.3.0" - checksum: bcad01494e8a9283abf18c1b967af65ee79b0c6a9e6fcfafebfe91dbe6e0fc7272bafb73389e198b310516ae04f7ad17d79aacf6cb4c0d5d5202a7e2e52c7d98 - languageName: node - linkType: hard - -"bintrees@npm:1.0.2": - version: 1.0.2 - resolution: "bintrees@npm:1.0.2" - checksum: 56a52b7d3634e30002b1eda740d2517a22fa8e9e2eb088e919f37c030a0ed86e364ab59e472fc770fc8751308054bb1c892979d150e11d9e11ac33bcc1b5d16e - languageName: node - linkType: hard - -"bl@npm:^4.0.3": - version: 4.1.0 - resolution: "bl@npm:4.1.0" - dependencies: - buffer: ^5.5.0 - inherits: ^2.0.4 - readable-stream: ^3.4.0 - checksum: 9e8521fa7e83aa9427c6f8ccdcba6e8167ef30cc9a22df26effcc5ab682ef91d2cbc23a239f945d099289e4bbcfae7a192e9c28c84c6202e710a0dfec3722662 - languageName: node - linkType: hard - -"bluebird@npm:^3.7.2": - version: 3.7.2 - resolution: "bluebird@npm:3.7.2" - checksum: 869417503c722e7dc54ca46715f70e15f4d9c602a423a02c825570862d12935be59ed9c7ba34a9b31f186c017c23cac6b54e35446f8353059c101da73eac22ef - languageName: node - linkType: hard - -"body-parser@npm:1.20.3": - version: 1.20.3 - resolution: "body-parser@npm:1.20.3" - dependencies: - bytes: 3.1.2 - content-type: ~1.0.5 - debug: 2.6.9 - depd: 2.0.0 - destroy: 1.2.0 - http-errors: 2.0.0 - iconv-lite: 0.4.24 - on-finished: 2.4.1 - qs: 6.13.0 - raw-body: 2.5.2 - type-is: ~1.6.18 - unpipe: 1.0.0 - checksum: 1a35c59a6be8d852b00946330141c4f142c6af0f970faa87f10ad74f1ee7118078056706a05ae3093c54dabca9cd3770fa62a170a85801da1a4324f04381167d - languageName: node - linkType: hard - -"boolbase@npm:^1.0.0": - version: 1.0.0 - resolution: "boolbase@npm:1.0.0" - checksum: 3e25c80ef626c3a3487c73dbfc70ac322ec830666c9ad915d11b701142fab25ec1e63eff2c450c74347acfd2de854ccde865cd79ef4db1683f7c7b046ea43bb0 - languageName: node - linkType: hard - -"bowser@npm:^1.6.0": - version: 1.9.4 - resolution: "bowser@npm:1.9.4" - checksum: 127584ee1b8f0c27f410f652d409ea8bcb23d185a4269bcbe0229069720be9d83dc80a939e0fa33d8a9055141a0cf2fee5a02b2b5515c38841ddc899d67dec8d - languageName: node - linkType: hard - -"bowser@npm:^2.11.0": - version: 2.11.0 - resolution: "bowser@npm:2.11.0" - checksum: 29c3f01f22e703fa6644fc3b684307442df4240b6e10f6cfe1b61c6ca5721073189ca97cdeedb376081148c8518e33b1d818a57f781d70b0b70e1f31fb48814f - languageName: node - linkType: hard - -"brace-expansion@npm:^1.1.7": - version: 1.1.11 - resolution: "brace-expansion@npm:1.1.11" - dependencies: - balanced-match: ^1.0.0 - concat-map: 0.0.1 - checksum: faf34a7bb0c3fcf4b59c7808bc5d2a96a40988addf2e7e09dfbb67a2251800e0d14cd2bfc1aa79174f2f5095c54ff27f46fb1289fe2d77dac755b5eb3434cc07 - languageName: node - linkType: hard - -"brace-expansion@npm:^2.0.1": - version: 2.0.1 - resolution: "brace-expansion@npm:2.0.1" - dependencies: - balanced-match: ^1.0.0 - checksum: a61e7cd2e8a8505e9f0036b3b6108ba5e926b4b55089eeb5550cd04a471fe216c96d4fe7e4c7f995c728c554ae20ddfc4244cad10aef255e72b62930afd233d1 - languageName: node - linkType: hard - -"braces@npm:^3.0.3, braces@npm:~3.0.2": - version: 3.0.3 - resolution: "braces@npm:3.0.3" - dependencies: - fill-range: ^7.1.1 - checksum: b95aa0b3bd909f6cd1720ffcf031aeaf46154dd88b4da01f9a1d3f7ea866a79eba76a6d01cbc3c422b2ee5cdc39a4f02491058d5df0d7bf6e6a162a832df1f69 - languageName: node - linkType: hard - -"browserslist@npm:^4.24.0": - version: 4.24.0 - resolution: "browserslist@npm:4.24.0" - dependencies: - caniuse-lite: ^1.0.30001663 - electron-to-chromium: ^1.5.28 - node-releases: ^2.0.18 - update-browserslist-db: ^1.1.0 - bin: - browserslist: cli.js - checksum: de200d3eb8d6ed819dad99719099a28fb6ebeb88016a5ac42fbdc11607e910c236a84ca1b0bbf232477d4b88ab64e8ab6aa67557cdd40a73ca9c2834f92ccce0 - languageName: node - linkType: hard - -"bs-logger@npm:^0.2.6": - version: 0.2.6 - resolution: "bs-logger@npm:0.2.6" - dependencies: - fast-json-stable-stringify: 2.x - checksum: d34bdaf68c64bd099ab97c3ea608c9ae7d3f5faa1178b3f3f345acd94e852e608b2d4f9103fb2e503f5e69780e98293df41691b84be909b41cf5045374d54606 - languageName: node - linkType: hard - -"bser@npm:2.1.1": - version: 2.1.1 - resolution: "bser@npm:2.1.1" - dependencies: - node-int64: ^0.4.0 - checksum: 9ba4dc58ce86300c862bffc3ae91f00b2a03b01ee07f3564beeeaf82aa243b8b03ba53f123b0b842c190d4399b94697970c8e7cf7b1ea44b61aa28c3526a4449 - languageName: node - linkType: hard - -"buffer-equal-constant-time@npm:1.0.1": - version: 1.0.1 - resolution: "buffer-equal-constant-time@npm:1.0.1" - checksum: 80bb945f5d782a56f374b292770901065bad21420e34936ecbe949e57724b4a13874f735850dd1cc61f078773c4fb5493a41391e7bda40d1fa388d6bd80daaab - languageName: node - linkType: hard - -"buffer-from@npm:^1.0.0": - version: 1.1.2 - resolution: "buffer-from@npm:1.1.2" - checksum: 0448524a562b37d4d7ed9efd91685a5b77a50672c556ea254ac9a6d30e3403a517d8981f10e565db24e8339413b43c97ca2951f10e399c6125a0d8911f5679bb - languageName: node - linkType: hard - -"buffer@npm:^5.5.0": - version: 5.7.1 - resolution: "buffer@npm:5.7.1" - dependencies: - base64-js: ^1.3.1 - ieee754: ^1.1.13 - checksum: e2cf8429e1c4c7b8cbd30834ac09bd61da46ce35f5c22a78e6c2f04497d6d25541b16881e30a019c6fd3154150650ccee27a308eff3e26229d788bbdeb08ab84 - languageName: node - linkType: hard - -"buffer@npm:^6.0.3": - version: 6.0.3 - resolution: "buffer@npm:6.0.3" - dependencies: - base64-js: ^1.3.1 - ieee754: ^1.2.1 - checksum: 5ad23293d9a731e4318e420025800b42bf0d264004c0286c8cc010af7a270c7a0f6522e84f54b9ad65cbd6db20b8badbfd8d2ebf4f80fa03dab093b89e68c3f9 - languageName: node - linkType: hard - -"builtin-status-codes@npm:^3.0.0": - version: 3.0.0 - resolution: "builtin-status-codes@npm:3.0.0" - checksum: 1119429cf4b0d57bf76b248ad6f529167d343156ebbcc4d4e4ad600484f6bc63002595cbb61b67ad03ce55cd1d3c4711c03bbf198bf24653b8392420482f3773 - languageName: node - linkType: hard - -"bytes@npm:3.1.2": - version: 3.1.2 - resolution: "bytes@npm:3.1.2" - checksum: e4bcd3948d289c5127591fbedf10c0b639ccbf00243504e4e127374a15c3bc8eed0d28d4aaab08ff6f1cf2abc0cce6ba3085ed32f4f90e82a5683ce0014e1b6e - languageName: node - linkType: hard - -"cacache@npm:^16.1.0": - version: 16.1.3 - resolution: "cacache@npm:16.1.3" - dependencies: - "@npmcli/fs": ^2.1.0 - "@npmcli/move-file": ^2.0.0 - chownr: ^2.0.0 - fs-minipass: ^2.1.0 - glob: ^8.0.1 - infer-owner: ^1.0.4 - lru-cache: ^7.7.1 - minipass: ^3.1.6 - minipass-collect: ^1.0.2 - minipass-flush: ^1.0.5 - minipass-pipeline: ^1.2.4 - mkdirp: ^1.0.4 - p-map: ^4.0.0 - promise-inflight: ^1.0.1 - rimraf: ^3.0.2 - ssri: ^9.0.0 - tar: ^6.1.11 - unique-filename: ^2.0.0 - checksum: d91409e6e57d7d9a3a25e5dcc589c84e75b178ae8ea7de05cbf6b783f77a5fae938f6e8fda6f5257ed70000be27a681e1e44829251bfffe4c10216002f8f14e6 - languageName: node - linkType: hard - -"cacache@npm:^18.0.0": - version: 18.0.4 - resolution: "cacache@npm:18.0.4" - dependencies: - "@npmcli/fs": ^3.1.0 - fs-minipass: ^3.0.0 - glob: ^10.2.2 - lru-cache: ^10.0.1 - minipass: ^7.0.3 - minipass-collect: ^2.0.1 - minipass-flush: ^1.0.5 - minipass-pipeline: ^1.2.4 - p-map: ^4.0.0 - ssri: ^10.0.0 - tar: ^6.1.11 - unique-filename: ^3.0.0 - checksum: b7422c113b4ec750f33beeca0f426a0024c28e3172f332218f48f963e5b970647fa1ac05679fe5bb448832c51efea9fda4456b9a95c3a1af1105fe6c1833cde2 - languageName: node - linkType: hard - -"call-bind@npm:^1.0.7": - version: 1.0.7 - resolution: "call-bind@npm:1.0.7" - dependencies: - es-define-property: ^1.0.0 - es-errors: ^1.3.0 - function-bind: ^1.1.2 - get-intrinsic: ^1.2.4 - set-function-length: ^1.2.1 - checksum: 295c0c62b90dd6522e6db3b0ab1ce26bdf9e7404215bda13cfee25b626b5ff1a7761324d58d38b1ef1607fc65aca2d06e44d2e18d0dfc6c14b465b00d8660029 - languageName: node - linkType: hard - -"call-me-maybe@npm:^1.0.1": - version: 1.0.2 - resolution: "call-me-maybe@npm:1.0.2" - checksum: 42ff2d0bed5b207e3f0122589162eaaa47ba618f79ad2382fe0ba14d9e49fbf901099a6227440acc5946f86a4953e8aa2d242b330b0a5de4d090bb18f8935cae - languageName: node - linkType: hard - -"callsites@npm:^3.0.0": - version: 3.1.0 - resolution: "callsites@npm:3.1.0" - checksum: 072d17b6abb459c2ba96598918b55868af677154bec7e73d222ef95a8fdb9bbf7dae96a8421085cdad8cd190d86653b5b6dc55a4484f2e5b2e27d5e0c3fc15b3 - languageName: node - linkType: hard - -"camelcase@npm:^5.3.1": - version: 5.3.1 - resolution: "camelcase@npm:5.3.1" - checksum: e6effce26b9404e3c0f301498184f243811c30dfe6d0b9051863bd8e4034d09c8c2923794f280d6827e5aa055f6c434115ff97864a16a963366fb35fd673024b - languageName: node - linkType: hard - -"camelcase@npm:^6.2.0": - version: 6.3.0 - resolution: "camelcase@npm:6.3.0" - checksum: 8c96818a9076434998511251dcb2761a94817ea17dbdc37f47ac080bd088fc62c7369429a19e2178b993497132c8cbcf5cc1f44ba963e76782ba469c0474938d - languageName: node - linkType: hard - -"caniuse-lite@npm:^1.0.30001663": - version: 1.0.30001667 - resolution: "caniuse-lite@npm:1.0.30001667" - checksum: f3c6a40c3e4115c6e5fb46c47884d903191285d29ec8a8b092546efbc9cdedcbd7183cce72dd3cab7dfc16c4d5b2745892876b3d6dda75d4cba49f9389239aa9 - languageName: node - linkType: hard - -"chalk@npm:^2.4.2": - version: 2.4.2 - resolution: "chalk@npm:2.4.2" - dependencies: - ansi-styles: ^3.2.1 - escape-string-regexp: ^1.0.5 - supports-color: ^5.3.0 - checksum: ec3661d38fe77f681200f878edbd9448821924e0f93a9cefc0e26a33b145f1027a2084bf19967160d11e1f03bfe4eaffcabf5493b89098b2782c3fe0b03d80c2 - languageName: node - linkType: hard - -"chalk@npm:^4.0.0, chalk@npm:^4.0.2": - version: 4.1.2 - resolution: "chalk@npm:4.1.2" - dependencies: - ansi-styles: ^4.1.0 - supports-color: ^7.1.0 - checksum: fe75c9d5c76a7a98d45495b91b2172fa3b7a09e0cc9370e5c8feb1c567b85c4288e2b3fded7cfdd7359ac28d6b3844feb8b82b8686842e93d23c827c417e83fc - languageName: node - linkType: hard - -"char-regex@npm:^1.0.2": - version: 1.0.2 - resolution: "char-regex@npm:1.0.2" - checksum: b563e4b6039b15213114626621e7a3d12f31008bdce20f9c741d69987f62aeaace7ec30f6018890ad77b2e9b4d95324c9f5acfca58a9441e3b1dcdd1e2525d17 - languageName: node - linkType: hard - -"chokidar@npm:^3.5.2": - version: 3.6.0 - resolution: "chokidar@npm:3.6.0" - dependencies: - anymatch: ~3.1.2 - braces: ~3.0.2 - fsevents: ~2.3.2 - glob-parent: ~5.1.2 - is-binary-path: ~2.1.0 - is-glob: ~4.0.1 - normalize-path: ~3.0.0 - readdirp: ~3.6.0 - dependenciesMeta: - fsevents: - optional: true - checksum: d2f29f499705dcd4f6f3bbed79a9ce2388cf530460122eed3b9c48efeab7a4e28739c6551fd15bec9245c6b9eeca7a32baa64694d64d9b6faeb74ddb8c4a413d - languageName: node - linkType: hard - -"chownr@npm:^1.1.1": - version: 1.1.4 - resolution: "chownr@npm:1.1.4" - checksum: 115648f8eb38bac5e41c3857f3e663f9c39ed6480d1349977c4d96c95a47266fcacc5a5aabf3cb6c481e22d72f41992827db47301851766c4fd77ac21a4f081d - languageName: node - linkType: hard - -"chownr@npm:^2.0.0": - version: 2.0.0 - resolution: "chownr@npm:2.0.0" - checksum: c57cf9dd0791e2f18a5ee9c1a299ae6e801ff58fee96dc8bfd0dcb4738a6ce58dd252a3605b1c93c6418fe4f9d5093b28ffbf4d66648cb2a9c67eaef9679be2f - languageName: node - linkType: hard - -"ci-info@npm:^3.2.0": - version: 3.9.0 - resolution: "ci-info@npm:3.9.0" - checksum: 6b19dc9b2966d1f8c2041a838217299718f15d6c4b63ae36e4674edd2bee48f780e94761286a56aa59eb305a85fbea4ddffb7630ec063e7ec7e7e5ad42549a87 - languageName: node - linkType: hard - -"cjs-module-lexer@npm:^1.0.0": - version: 1.4.1 - resolution: "cjs-module-lexer@npm:1.4.1" - checksum: 2556807a99aec1f9daac60741af96cd613a707f343174ae7967da46402c91dced411bf830d209f2e93be4cecea46fc75cecf1f17c799d7d8a9e1dd6204bfcd22 - languageName: node - linkType: hard - -"clean-stack@npm:^2.0.0": - version: 2.2.0 - resolution: "clean-stack@npm:2.2.0" - checksum: 2ac8cd2b2f5ec986a3c743935ec85b07bc174d5421a5efc8017e1f146a1cf5f781ae962618f416352103b32c9cd7e203276e8c28241bbe946160cab16149fb68 - languageName: node - linkType: hard - -"cliui@npm:^7.0.2": - version: 7.0.4 - resolution: "cliui@npm:7.0.4" - dependencies: - string-width: ^4.2.0 - strip-ansi: ^6.0.0 - wrap-ansi: ^7.0.0 - checksum: ce2e8f578a4813806788ac399b9e866297740eecd4ad1823c27fd344d78b22c5f8597d548adbcc46f0573e43e21e751f39446c5a5e804a12aace402b7a315d7f - languageName: node - linkType: hard - -"cliui@npm:^8.0.1": - version: 8.0.1 - resolution: "cliui@npm:8.0.1" - dependencies: - string-width: ^4.2.0 - strip-ansi: ^6.0.1 - wrap-ansi: ^7.0.0 - checksum: 79648b3b0045f2e285b76fb2e24e207c6db44323581e421c3acbd0e86454cba1b37aea976ab50195a49e7384b871e6dfb2247ad7dec53c02454ac6497394cb56 - languageName: node - linkType: hard - -"co@npm:^4.6.0": - version: 4.6.0 - resolution: "co@npm:4.6.0" - checksum: 5210d9223010eb95b29df06a91116f2cf7c8e0748a9013ed853b53f362ea0e822f1e5bb054fb3cefc645239a4cf966af1f6133a3b43f40d591f3b68ed6cf0510 - languageName: node - linkType: hard - -"collect-v8-coverage@npm:^1.0.0": - version: 1.0.2 - resolution: "collect-v8-coverage@npm:1.0.2" - checksum: c10f41c39ab84629d16f9f6137bc8a63d332244383fc368caf2d2052b5e04c20cd1fd70f66fcf4e2422b84c8226598b776d39d5f2d2a51867cc1ed5d1982b4da - languageName: node - linkType: hard - -"color-convert@npm:^1.9.0": - version: 1.9.3 - resolution: "color-convert@npm:1.9.3" - dependencies: - color-name: 1.1.3 - checksum: fd7a64a17cde98fb923b1dd05c5f2e6f7aefda1b60d67e8d449f9328b4e53b228a428fd38bfeaeb2db2ff6b6503a776a996150b80cdf224062af08a5c8a3a203 - languageName: node - linkType: hard - -"color-convert@npm:^2.0.1": - version: 2.0.1 - resolution: "color-convert@npm:2.0.1" - dependencies: - color-name: ~1.1.4 - checksum: 79e6bdb9fd479a205c71d89574fccfb22bd9053bd98c6c4d870d65c132e5e904e6034978e55b43d69fcaa7433af2016ee203ce76eeba9cfa554b373e7f7db336 - languageName: node - linkType: hard - -"color-name@npm:1.1.3": - version: 1.1.3 - resolution: "color-name@npm:1.1.3" - checksum: 09c5d3e33d2105850153b14466501f2bfb30324a2f76568a408763a3b7433b0e50e5b4ab1947868e65cb101bb7cb75029553f2c333b6d4b8138a73fcc133d69d - languageName: node - linkType: hard - -"color-name@npm:~1.1.4": - version: 1.1.4 - resolution: "color-name@npm:1.1.4" - checksum: b0445859521eb4021cd0fb0cc1a75cecf67fceecae89b63f62b201cca8d345baf8b952c966862a9d9a2632987d4f6581f0ec8d957dfacece86f0a7919316f610 - languageName: node - linkType: hard - -"color-support@npm:^1.1.2, color-support@npm:^1.1.3": - version: 1.1.3 - resolution: "color-support@npm:1.1.3" - bin: - color-support: bin.js - checksum: 9b7356817670b9a13a26ca5af1c21615463b500783b739b7634a0c2047c16cef4b2865d7576875c31c3cddf9dd621fa19285e628f20198b233a5cfdda6d0793b - languageName: node - linkType: hard - -"combined-stream@npm:^1.0.6, combined-stream@npm:^1.0.8": - version: 1.0.8 - resolution: "combined-stream@npm:1.0.8" - dependencies: - delayed-stream: ~1.0.0 - checksum: 49fa4aeb4916567e33ea81d088f6584749fc90c7abec76fd516bf1c5aa5c79f3584b5ba3de6b86d26ddd64bae5329c4c7479343250cfe71c75bb366eae53bb7c - languageName: node - linkType: hard - -"commander@npm:^10.0.0": - version: 10.0.1 - resolution: "commander@npm:10.0.1" - checksum: 436901d64a818295803c1996cd856621a74f30b9f9e28a588e726b2b1670665bccd7c1a77007ebf328729f0139838a88a19265858a0fa7a8728c4656796db948 - languageName: node - linkType: hard - -"commander@npm:^7.2.0": - version: 7.2.0 - resolution: "commander@npm:7.2.0" - checksum: 53501cbeee61d5157546c0bef0fedb6cdfc763a882136284bed9a07225f09a14b82d2a84e7637edfd1a679fb35ed9502fd58ef1d091e6287f60d790147f68ddc - languageName: node - linkType: hard - -"commander@npm:^8.3.0": - version: 8.3.0 - resolution: "commander@npm:8.3.0" - checksum: 0f82321821fc27b83bd409510bb9deeebcfa799ff0bf5d102128b500b7af22872c0c92cb6a0ebc5a4cf19c6b550fba9cedfa7329d18c6442a625f851377bacf0 - languageName: node - linkType: hard - -"commondir@npm:^1.0.1": - version: 1.0.1 - resolution: "commondir@npm:1.0.1" - checksum: 59715f2fc456a73f68826285718503340b9f0dd89bfffc42749906c5cf3d4277ef11ef1cca0350d0e79204f00f1f6d83851ececc9095dc88512a697ac0b9bdcb - languageName: node - linkType: hard - -"compressible@npm:^2.0.12": - version: 2.0.18 - resolution: "compressible@npm:2.0.18" - dependencies: - mime-db: ">= 1.43.0 < 2" - checksum: 58321a85b375d39230405654721353f709d0c1442129e9a17081771b816302a012471a9b8f4864c7dbe02eef7f2aaac3c614795197092262e94b409c9be108f0 - languageName: node - linkType: hard - -"concat-map@npm:0.0.1": - version: 0.0.1 - resolution: "concat-map@npm:0.0.1" - checksum: 902a9f5d8967a3e2faf138d5cb784b9979bad2e6db5357c5b21c568df4ebe62bcb15108af1b2253744844eb964fc023fbd9afbbbb6ddd0bcc204c6fb5b7bf3af - languageName: node - linkType: hard - -"console-control-strings@npm:^1.0.0, console-control-strings@npm:^1.1.0": - version: 1.1.0 - resolution: "console-control-strings@npm:1.1.0" - checksum: 8755d76787f94e6cf79ce4666f0c5519906d7f5b02d4b884cf41e11dcd759ed69c57da0670afd9236d229a46e0f9cf519db0cd829c6dca820bb5a5c3def584ed - languageName: node - linkType: hard - -"content-disposition@npm:0.5.4": - version: 0.5.4 - resolution: "content-disposition@npm:0.5.4" - dependencies: - safe-buffer: 5.2.1 - checksum: afb9d545e296a5171d7574fcad634b2fdf698875f4006a9dd04a3e1333880c5c0c98d47b560d01216fb6505a54a2ba6a843ee3a02ec86d7e911e8315255f56c3 - languageName: node - linkType: hard - -"content-type@npm:^1.0.2, content-type@npm:~1.0.4, content-type@npm:~1.0.5": - version: 1.0.5 - resolution: "content-type@npm:1.0.5" - checksum: 566271e0a251642254cde0f845f9dd4f9856e52d988f4eb0d0dcffbb7a1f8ec98de7a5215fc628f3bce30fe2fb6fd2bc064b562d721658c59b544e2d34ea2766 - languageName: node - linkType: hard - -"convert-source-map@npm:^2.0.0": - version: 2.0.0 - resolution: "convert-source-map@npm:2.0.0" - checksum: 63ae9933be5a2b8d4509daca5124e20c14d023c820258e484e32dc324d34c2754e71297c94a05784064ad27615037ef677e3f0c00469fb55f409d2bb21261035 - languageName: node - linkType: hard - -"cookie-signature@npm:1.0.6": - version: 1.0.6 - resolution: "cookie-signature@npm:1.0.6" - checksum: f4e1b0a98a27a0e6e66fd7ea4e4e9d8e038f624058371bf4499cfcd8f3980be9a121486995202ba3fca74fbed93a407d6d54d43a43f96fd28d0bd7a06761591a - languageName: node - linkType: hard - -"cookie@npm:0.6.0, cookie@npm:~0.6.0": - version: 0.6.0 - resolution: "cookie@npm:0.6.0" - checksum: f56a7d32a07db5458e79c726b77e3c2eff655c36792f2b6c58d351fb5f61531e5b1ab7f46987150136e366c65213cbe31729e02a3eaed630c3bf7334635fb410 - languageName: node - linkType: hard - -"copy-to@npm:^2.0.1": - version: 2.0.1 - resolution: "copy-to@npm:2.0.1" - checksum: 05ea12875bdc96ae053a3b30148e9d992026035ff2bfcc0b615e8d49d1cf8fc3d1f40843f9a4b7b1b6d9118eeebcba31e621076d7de525828aa9c07d22a81dab - languageName: node - linkType: hard - -"copyfiles@npm:^2.4.1": - version: 2.4.1 - resolution: "copyfiles@npm:2.4.1" - dependencies: - glob: ^7.0.5 - minimatch: ^3.0.3 - mkdirp: ^1.0.4 - noms: 0.0.0 - through2: ^2.0.1 - untildify: ^4.0.0 - yargs: ^16.1.0 - bin: - copyfiles: copyfiles - copyup: copyfiles - checksum: aea69873bb99cc5f553967660cbfb70e4eeda198f572a36fb0f748b36877ff2c90fd906c58b1d540adbad8afa8ee82820172f1c18e69736f7ab52792c12745a7 - languageName: node - linkType: hard - -"core-js-pure@npm:^3.30.2": - version: 3.38.1 - resolution: "core-js-pure@npm:3.38.1" - checksum: 95ca2e75df371571b0d41cba81e1f6335a2ba1f080e80f8edfa124ad3041880fe72e10f2144527a700a3d993dbf9f7cada3e04a927a66604bc49d0c4951567fb - languageName: node - linkType: hard - -"core-util-is@npm:^1.0.2, core-util-is@npm:~1.0.0": - version: 1.0.3 - resolution: "core-util-is@npm:1.0.3" - checksum: 9de8597363a8e9b9952491ebe18167e3b36e7707569eed0ebf14f8bba773611376466ae34575bca8cfe3c767890c859c74056084738f09d4e4a6f902b2ad7d99 - languageName: node - linkType: hard - -"create-jest@npm:^29.7.0": - version: 29.7.0 - resolution: "create-jest@npm:29.7.0" - dependencies: - "@jest/types": ^29.6.3 - chalk: ^4.0.0 - exit: ^0.1.2 - graceful-fs: ^4.2.9 - jest-config: ^29.7.0 - jest-util: ^29.7.0 - prompts: ^2.0.1 - bin: - create-jest: bin/create-jest.js - checksum: 1427d49458adcd88547ef6fa39041e1fe9033a661293aa8d2c3aa1b4967cb5bf4f0c00436c7a61816558f28ba2ba81a94d5c962e8022ea9a883978fc8e1f2945 - languageName: node - linkType: hard - -"create-require@npm:^1.1.0": - version: 1.1.1 - resolution: "create-require@npm:1.1.1" - checksum: a9a1503d4390d8b59ad86f4607de7870b39cad43d929813599a23714831e81c520bddf61bcdd1f8e30f05fd3a2b71ae8538e946eb2786dc65c2bbc520f692eff - languageName: node - linkType: hard - -"cross-fetch@npm:^3.1.5": - version: 3.1.8 - resolution: "cross-fetch@npm:3.1.8" - dependencies: - node-fetch: ^2.6.12 - checksum: 78f993fa099eaaa041122ab037fe9503ecbbcb9daef234d1d2e0b9230a983f64d645d088c464e21a247b825a08dc444a6e7064adfa93536d3a9454b4745b3632 - languageName: node - linkType: hard - -"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.3": - version: 7.0.3 - resolution: "cross-spawn@npm:7.0.3" - dependencies: - path-key: ^3.1.0 - shebang-command: ^2.0.0 - which: ^2.0.1 - checksum: 671cc7c7288c3a8406f3c69a3ae2fc85555c04169e9d611def9a675635472614f1c0ed0ef80955d5b6d4e724f6ced67f0ad1bb006c2ea643488fcfef994d7f52 - languageName: node - linkType: hard - -"css-select@npm:^5.1.0": - version: 5.1.0 - resolution: "css-select@npm:5.1.0" - dependencies: - boolbase: ^1.0.0 - css-what: ^6.1.0 - domhandler: ^5.0.2 - domutils: ^3.0.1 - nth-check: ^2.0.1 - checksum: 2772c049b188d3b8a8159907192e926e11824aea525b8282981f72ba3f349cf9ecd523fdf7734875ee2cb772246c22117fc062da105b6d59afe8dcd5c99c9bda - languageName: node - linkType: hard - -"css-tree@npm:^2.3.1": - version: 2.3.1 - resolution: "css-tree@npm:2.3.1" - dependencies: - mdn-data: 2.0.30 - source-map-js: ^1.0.1 - checksum: 493cc24b5c22b05ee5314b8a0d72d8a5869491c1458017ae5ed75aeb6c3596637dbe1b11dac2548974624adec9f7a1f3a6cf40593dc1f9185eb0e8279543fbc0 - languageName: node - linkType: hard - -"css-tree@npm:~2.2.0": - version: 2.2.1 - resolution: "css-tree@npm:2.2.1" - dependencies: - mdn-data: 2.0.28 - source-map-js: ^1.0.1 - checksum: b94aa8cc2f09e6f66c91548411fcf74badcbad3e150345074715012d16333ce573596ff5dfca03c2a87edf1924716db765120f94247e919d72753628ba3aba27 - languageName: node - linkType: hard - -"css-what@npm:^6.1.0": - version: 6.1.0 - resolution: "css-what@npm:6.1.0" - checksum: b975e547e1e90b79625918f84e67db5d33d896e6de846c9b584094e529f0c63e2ab85ee33b9daffd05bff3a146a1916bec664e18bb76dd5f66cbff9fc13b2bbe - languageName: node - linkType: hard - -"csso@npm:^5.0.5": - version: 5.0.5 - resolution: "csso@npm:5.0.5" - dependencies: - css-tree: ~2.2.0 - checksum: 0ad858d36bf5012ed243e9ec69962a867509061986d2ee07cc040a4b26e4d062c00d4c07e5ba8d430706ceb02dd87edd30a52b5937fd45b1b6f2119c4993d59a - languageName: node - linkType: hard - -"data-uri-to-buffer@npm:3": - version: 3.0.1 - resolution: "data-uri-to-buffer@npm:3.0.1" - checksum: c59c3009686a78c071806b72f4810856ec28222f0f4e252aa495ec027ed9732298ceea99c50328cf59b151dd34cbc3ad6150bbb43e41fc56fa19f48c99e9fc30 - languageName: node - linkType: hard - -"dateformat@npm:^2.0.0": - version: 2.2.0 - resolution: "dateformat@npm:2.2.0" - checksum: 1a276434222757b99ce8ed352188db90ce6667389f32e7ff9565d8715531ff2213454b55fbe06d8fd97fb6f2be095656a95195c9cda9c0738d9aab92a9d59688 - languageName: node - linkType: hard - -"debug@npm:2.6.9": - version: 2.6.9 - resolution: "debug@npm:2.6.9" - dependencies: - ms: 2.0.0 - checksum: d2f51589ca66df60bf36e1fa6e4386b318c3f1e06772280eea5b1ae9fd3d05e9c2b7fd8a7d862457d00853c75b00451aa2d7459b924629ee385287a650f58fe6 - languageName: node - linkType: hard - -"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.3, debug@npm:^4.3.4": - version: 4.3.7 - resolution: "debug@npm:4.3.7" - dependencies: - ms: ^2.1.3 - peerDependenciesMeta: - supports-color: - optional: true - checksum: 822d74e209cd910ef0802d261b150314bbcf36c582ccdbb3e70f0894823c17e49a50d3e66d96b633524263975ca16b6a833f3e3b7e030c157169a5fabac63160 - languageName: node - linkType: hard - -"debug@npm:^3.2.7": - version: 3.2.7 - resolution: "debug@npm:3.2.7" - dependencies: - ms: ^2.1.1 - checksum: b3d8c5940799914d30314b7c3304a43305fd0715581a919dacb8b3176d024a782062368405b47491516d2091d6462d4d11f2f4974a405048094f8bfebfa3071c - languageName: node - linkType: hard - -"decompress-response@npm:^6.0.0": - version: 6.0.0 - resolution: "decompress-response@npm:6.0.0" - dependencies: - mimic-response: ^3.1.0 - checksum: d377cf47e02d805e283866c3f50d3d21578b779731e8c5072d6ce8c13cc31493db1c2f6784da9d1d5250822120cefa44f1deab112d5981015f2e17444b763812 - languageName: node - linkType: hard - -"dedent@npm:^1.0.0": - version: 1.5.3 - resolution: "dedent@npm:1.5.3" - peerDependencies: - babel-plugin-macros: ^3.1.0 - peerDependenciesMeta: - babel-plugin-macros: - optional: true - checksum: 045b595557b2a8ea2eb9b0b4623d764e9a87326486fe2b61191b4342ed93dc01245644d8a09f3108a50c0ee7965f1eedd92e4a3a503ed89ea8e810566ea27f9a - languageName: node - linkType: hard - -"deep-extend@npm:^0.6.0": - version: 0.6.0 - resolution: "deep-extend@npm:0.6.0" - checksum: 7be7e5a8d468d6b10e6a67c3de828f55001b6eb515d014f7aeb9066ce36bd5717161eb47d6a0f7bed8a9083935b465bc163ee2581c8b128d29bf61092fdf57a7 - languageName: node - linkType: hard - -"deep-is@npm:~0.1.3": - version: 0.1.4 - resolution: "deep-is@npm:0.1.4" - checksum: edb65dd0d7d1b9c40b2f50219aef30e116cedd6fc79290e740972c132c09106d2e80aa0bc8826673dd5a00222d4179c84b36a790eef63a4c4bca75a37ef90804 - languageName: node - linkType: hard - -"deepmerge@npm:^4.2.2, deepmerge@npm:~4.3.0": - version: 4.3.1 - resolution: "deepmerge@npm:4.3.1" - checksum: 2024c6a980a1b7128084170c4cf56b0fd58a63f2da1660dcfe977415f27b17dbe5888668b59d0b063753f3220719d5e400b7f113609489c90160bb9a5518d052 - languageName: node - linkType: hard - -"default-user-agent@npm:^1.0.0": - version: 1.0.0 - resolution: "default-user-agent@npm:1.0.0" - dependencies: - os-name: ~1.0.3 - checksum: b1ef07c8e7de846a66e1e120d7ba11969faa36c8db4af2317f9b64d30e7507d129e3f721c7cc3f531a1719c1ab463d830bf426fbcda87b11defe23689f4d2b60 - languageName: node - linkType: hard - -"define-data-property@npm:^1.1.4": - version: 1.1.4 - resolution: "define-data-property@npm:1.1.4" - dependencies: - es-define-property: ^1.0.0 - es-errors: ^1.3.0 - gopd: ^1.0.1 - checksum: 8068ee6cab694d409ac25936eb861eea704b7763f7f342adbdfe337fc27c78d7ae0eff2364b2917b58c508d723c7a074326d068eef2e45c4edcd85cf94d0313b - languageName: node - linkType: hard - -"degenerator@npm:^3.0.2": - version: 3.0.4 - resolution: "degenerator@npm:3.0.4" - dependencies: - ast-types: ^0.13.2 - escodegen: ^1.8.1 - esprima: ^4.0.0 - vm2: ^3.9.17 - checksum: 99c27c9456095e32c4f6e01091d2b5c249f246b574487c52bca571e1e586b02d4b74a0ea7f22f30cc953c914383d02e2038d7d476a22f2704a8c1e88b671007d - languageName: node - linkType: hard - -"delayed-stream@npm:~1.0.0": - version: 1.0.0 - resolution: "delayed-stream@npm:1.0.0" - checksum: 46fe6e83e2cb1d85ba50bd52803c68be9bd953282fa7096f51fc29edd5d67ff84ff753c51966061e5ba7cb5e47ef6d36a91924eddb7f3f3483b1c560f77a0020 - languageName: node - linkType: hard - -"delegates@npm:^1.0.0": - version: 1.0.0 - resolution: "delegates@npm:1.0.0" - checksum: a51744d9b53c164ba9c0492471a1a2ffa0b6727451bdc89e31627fdf4adda9d51277cfcbfb20f0a6f08ccb3c436f341df3e92631a3440226d93a8971724771fd - languageName: node - linkType: hard - -"depd@npm:2.0.0, depd@npm:~2.0.0": - version: 2.0.0 - resolution: "depd@npm:2.0.0" - checksum: abbe19c768c97ee2eed6282d8ce3031126662252c58d711f646921c9623f9052e3e1906443066beec1095832f534e57c523b7333f8e7e0d93051ab6baef5ab3a - languageName: node - linkType: hard - -"destroy@npm:1.2.0, destroy@npm:^1.0.4": - version: 1.2.0 - resolution: "destroy@npm:1.2.0" - checksum: 0acb300b7478a08b92d810ab229d5afe0d2f4399272045ab22affa0d99dbaf12637659411530a6fcd597a9bdac718fc94373a61a95b4651bbc7b83684a565e38 - languageName: node - linkType: hard - -"detect-libc@npm:^2.0.0": - version: 2.0.3 - resolution: "detect-libc@npm:2.0.3" - checksum: 2ba6a939ae55f189aea996ac67afceb650413c7a34726ee92c40fb0deb2400d57ef94631a8a3f052055eea7efb0f99a9b5e6ce923415daa3e68221f963cfc27d - languageName: node - linkType: hard - -"detect-newline@npm:^3.0.0": - version: 3.1.0 - resolution: "detect-newline@npm:3.1.0" - checksum: ae6cd429c41ad01b164c59ea36f264a2c479598e61cba7c99da24175a7ab80ddf066420f2bec9a1c57a6bead411b4655ff15ad7d281c000a89791f48cbe939e7 - languageName: node - linkType: hard - -"diff-sequences@npm:^29.6.3": - version: 29.6.3 - resolution: "diff-sequences@npm:29.6.3" - checksum: f4914158e1f2276343d98ff5b31fc004e7304f5470bf0f1adb2ac6955d85a531a6458d33e87667f98f6ae52ebd3891bb47d420bb48a5bd8b7a27ee25b20e33aa - languageName: node - linkType: hard - -"diff@npm:^4.0.1": - version: 4.0.2 - resolution: "diff@npm:4.0.2" - checksum: f2c09b0ce4e6b301c221addd83bf3f454c0bc00caa3dd837cf6c127d6edf7223aa2bbe3b688feea110b7f262adbfc845b757c44c8a9f8c0c5b15d8fa9ce9d20d - languageName: node - linkType: hard - -"digest-header@npm:^1.0.0": - version: 1.1.0 - resolution: "digest-header@npm:1.1.0" - checksum: fadbdda75e1cc650e460c8fe2064f74c43cc005d0eab66cc390dd1ae2678cfb41f69f151323fbd3e059e28c941f1b9adc6ea4dbd9c918cb246f34a5eb8e103f0 - languageName: node - linkType: hard - -"dom-serializer@npm:^2.0.0": - version: 2.0.0 - resolution: "dom-serializer@npm:2.0.0" - dependencies: - domelementtype: ^2.3.0 - domhandler: ^5.0.2 - entities: ^4.2.0 - checksum: cd1810544fd8cdfbd51fa2c0c1128ec3a13ba92f14e61b7650b5de421b88205fd2e3f0cc6ace82f13334114addb90ed1c2f23074a51770a8e9c1273acbc7f3e6 - languageName: node - linkType: hard - -"domelementtype@npm:^2.3.0": - version: 2.3.0 - resolution: "domelementtype@npm:2.3.0" - checksum: ee837a318ff702622f383409d1f5b25dd1024b692ef64d3096ff702e26339f8e345820f29a68bcdcea8cfee3531776b3382651232fbeae95612d6f0a75efb4f6 - languageName: node - linkType: hard - -"domhandler@npm:^5.0.2, domhandler@npm:^5.0.3": - version: 5.0.3 - resolution: "domhandler@npm:5.0.3" - dependencies: - domelementtype: ^2.3.0 - checksum: 0f58f4a6af63e6f3a4320aa446d28b5790a009018707bce2859dcb1d21144c7876482b5188395a188dfa974238c019e0a1e610d2fc269a12b2c192ea2b0b131c - languageName: node - linkType: hard - -"domutils@npm:^3.0.1": - version: 3.1.0 - resolution: "domutils@npm:3.1.0" - dependencies: - dom-serializer: ^2.0.0 - domelementtype: ^2.3.0 - domhandler: ^5.0.3 - checksum: e5757456ddd173caa411cfc02c2bb64133c65546d2c4081381a3bafc8a57411a41eed70494551aa58030be9e58574fcc489828bebd673863d39924fb4878f416 - languageName: node - linkType: hard - -"duckdb-async@npm:^0.10.0": - version: 0.10.2 - resolution: "duckdb-async@npm:0.10.2" - dependencies: - duckdb: 0.10.2 - checksum: 965fdba9b92a9fcb1fdea263b846c11145a515af4afe806afd8f3908113467f756624b59fa3351ed6d4893dc1c81410b763abb44d08619d4ace5e6407e4136be - languageName: node - linkType: hard - -"duckdb@npm:0.10.2": - version: 0.10.2 - resolution: "duckdb@npm:0.10.2" - dependencies: - "@mapbox/node-pre-gyp": ^1.0.0 - node-addon-api: ^7.0.0 - node-gyp: ^9.3.0 - checksum: 5d55c4a2e79fec84de8d590c275daac69f7d3e556802c13ad2909bb05cc91cf2603cf84c9ad8d7fe102a8f094a37808a9c9d2bbcef15404e2c5f906134bda797 - languageName: node - linkType: hard - -"duplexify@npm:^4.0.0, duplexify@npm:^4.1.1, duplexify@npm:^4.1.3": - version: 4.1.3 - resolution: "duplexify@npm:4.1.3" - dependencies: - end-of-stream: ^1.4.1 - inherits: ^2.0.3 - readable-stream: ^3.1.1 - stream-shift: ^1.0.2 - checksum: 9636a027345de3dd3c801594d01a7c73d9ce260019538beb1ee650bba7544e72f40a4d4902b52e1ab283dc32a06f210d42748773af02ff15e3064a9659deab7f - languageName: node - linkType: hard - -"dynamodb-data-types@npm:^4.0.1": - version: 4.0.1 - resolution: "dynamodb-data-types@npm:4.0.1" - dependencies: - unique-sequence: 1.0.2 - bin: - dynamo-dt-attr-unwrap: bin/unwrap.js - dynamo-dt-attr-wrap: bin/wrap.js - checksum: 9c66ac2df3f6de03a9156c555b1534dfcfe870ee4bab1d6457aeb51cccda61327ba472d73dc137b87dae0151cc9210d3b382d3af7eda364c2647531932d1536d - languageName: node - linkType: hard - -"eastasianwidth@npm:^0.2.0": - version: 0.2.0 - resolution: "eastasianwidth@npm:0.2.0" - checksum: 7d00d7cd8e49b9afa762a813faac332dee781932d6f2c848dc348939c4253f1d4564341b7af1d041853bc3f32c2ef141b58e0a4d9862c17a7f08f68df1e0f1ed - languageName: node - linkType: hard - -"ecdsa-sig-formatter@npm:1.0.11, ecdsa-sig-formatter@npm:^1.0.11": - version: 1.0.11 - resolution: "ecdsa-sig-formatter@npm:1.0.11" - dependencies: - safe-buffer: ^5.0.1 - checksum: 207f9ab1c2669b8e65540bce29506134613dd5f122cccf1e6a560f4d63f2732d427d938f8481df175505aad94583bcb32c688737bb39a6df0625f903d6d93c03 - languageName: node - linkType: hard - -"ee-first@npm:1.1.1, ee-first@npm:~1.1.1": - version: 1.1.1 - resolution: "ee-first@npm:1.1.1" - checksum: 1b4cac778d64ce3b582a7e26b218afe07e207a0f9bfe13cc7395a6d307849cfe361e65033c3251e00c27dd060cab43014c2d6b2647676135e18b77d2d05b3f4f - languageName: node - linkType: hard - -"ejs@npm:^3.1.10": - version: 3.1.10 - resolution: "ejs@npm:3.1.10" - dependencies: - jake: ^10.8.5 - bin: - ejs: bin/cli.js - checksum: ce90637e9c7538663ae023b8a7a380b2ef7cc4096de70be85abf5a3b9641912dde65353211d05e24d56b1f242d71185c6d00e02cb8860701d571786d92c71f05 - languageName: node - linkType: hard - -"electron-to-chromium@npm:^1.5.28": - version: 1.5.34 - resolution: "electron-to-chromium@npm:1.5.34" - checksum: d9fa460affd5322cb0aad5388e65c3ea73e463ecaeae4e6fde53add55eb7cfa3a29e2f2a16fd75fcb314e3ca9dbd44a0f040e72a8f1c2a77a05cfcc7e349c26d - languageName: node - linkType: hard - -"emittery@npm:^0.13.1": - version: 0.13.1 - resolution: "emittery@npm:0.13.1" - checksum: 2b089ab6306f38feaabf4f6f02792f9ec85fc054fda79f44f6790e61bbf6bc4e1616afb9b232e0c5ec5289a8a452f79bfa6d905a6fd64e94b49981f0934001c6 - languageName: node - linkType: hard - -"emoji-regex@npm:^8.0.0": - version: 8.0.0 - resolution: "emoji-regex@npm:8.0.0" - checksum: d4c5c39d5a9868b5fa152f00cada8a936868fd3367f33f71be515ecee4c803132d11b31a6222b2571b1e5f7e13890156a94880345594d0ce7e3c9895f560f192 - languageName: node - linkType: hard - -"emoji-regex@npm:^9.2.2": - version: 9.2.2 - resolution: "emoji-regex@npm:9.2.2" - checksum: 8487182da74aabd810ac6d6f1994111dfc0e331b01271ae01ec1eb0ad7b5ecc2bbbbd2f053c05cb55a1ac30449527d819bbfbf0e3de1023db308cbcb47f86601 - languageName: node - linkType: hard - -"encodeurl@npm:~1.0.2": - version: 1.0.2 - resolution: "encodeurl@npm:1.0.2" - checksum: e50e3d508cdd9c4565ba72d2012e65038e5d71bdc9198cb125beb6237b5b1ade6c0d343998da9e170fb2eae52c1bed37d4d6d98a46ea423a0cddbed5ac3f780c - languageName: node - linkType: hard - -"encodeurl@npm:~2.0.0": - version: 2.0.0 - resolution: "encodeurl@npm:2.0.0" - checksum: abf5cd51b78082cf8af7be6785813c33b6df2068ce5191a40ca8b1afe6a86f9230af9a9ce694a5ce4665955e5c1120871826df9c128a642e09c58d592e2807fe - languageName: node - linkType: hard - -"encoding@npm:^0.1.13": - version: 0.1.13 - resolution: "encoding@npm:0.1.13" - dependencies: - iconv-lite: ^0.6.2 - checksum: bb98632f8ffa823996e508ce6a58ffcf5856330fde839ae42c9e1f436cc3b5cc651d4aeae72222916545428e54fd0f6aa8862fd8d25bdbcc4589f1e3f3715e7f - languageName: node - linkType: hard - -"end-of-stream@npm:^1.1.0, end-of-stream@npm:^1.4.1": - version: 1.4.4 - resolution: "end-of-stream@npm:1.4.4" - dependencies: - once: ^1.4.0 - checksum: 530a5a5a1e517e962854a31693dbb5c0b2fc40b46dad2a56a2deec656ca040631124f4795823acc68238147805f8b021abbe221f4afed5ef3c8e8efc2024908b - languageName: node - linkType: hard - -"end-or-error@npm:^1.0.1": - version: 1.0.1 - resolution: "end-or-error@npm:1.0.1" - checksum: 12d5aaa572e83fd567f999f133f02626f28481f6fc83fb5a9b6610a2cd48cdbbe36491483291bd366ae4073af3a9d6495ffde39ae417cb74b7bbf8d8bd76d7a6 - languageName: node - linkType: hard - -"ent@npm:^2.2.0": - version: 2.2.1 - resolution: "ent@npm:2.2.1" - dependencies: - punycode: ^1.4.1 - checksum: 1db6470dd21d2659b6b6edec3c857843722579bbe25ea7f6a802ec9730b8673f2d8d6dc14af2a0c580eec83309a9cf9ee0442ba2c6b7738c7d69a1d64723451f - languageName: node - linkType: hard - -"entities@npm:^4.2.0": - version: 4.5.0 - resolution: "entities@npm:4.5.0" - checksum: 853f8ebd5b425d350bffa97dd6958143179a5938352ccae092c62d1267c4e392a039be1bae7d51b6e4ffad25f51f9617531fedf5237f15df302ccfb452cbf2d7 - languageName: node - linkType: hard - -"env-paths@npm:^2.2.0": - version: 2.2.1 - resolution: "env-paths@npm:2.2.1" - checksum: 65b5df55a8bab92229ab2b40dad3b387fad24613263d103a97f91c9fe43ceb21965cd3392b1ccb5d77088021e525c4e0481adb309625d0cb94ade1d1fb8dc17e - languageName: node - linkType: hard - -"err-code@npm:^2.0.2": - version: 2.0.3 - resolution: "err-code@npm:2.0.3" - checksum: 8b7b1be20d2de12d2255c0bc2ca638b7af5171142693299416e6a9339bd7d88fc8d7707d913d78e0993176005405a236b066b45666b27b797252c771156ace54 - languageName: node - linkType: hard - -"error-ex@npm:^1.3.1": - version: 1.3.2 - resolution: "error-ex@npm:1.3.2" - dependencies: - is-arrayish: ^0.2.1 - checksum: c1c2b8b65f9c91b0f9d75f0debaa7ec5b35c266c2cac5de412c1a6de86d4cbae04ae44e510378cb14d032d0645a36925d0186f8bb7367bcc629db256b743a001 - languageName: node - linkType: hard - -"es-define-property@npm:^1.0.0": - version: 1.0.0 - resolution: "es-define-property@npm:1.0.0" - dependencies: - get-intrinsic: ^1.2.4 - checksum: f66ece0a887b6dca71848fa71f70461357c0e4e7249696f81bad0a1f347eed7b31262af4a29f5d726dc026426f085483b6b90301855e647aa8e21936f07293c6 - languageName: node - linkType: hard - -"es-errors@npm:^1.3.0": - version: 1.3.0 - resolution: "es-errors@npm:1.3.0" - checksum: ec1414527a0ccacd7f15f4a3bc66e215f04f595ba23ca75cdae0927af099b5ec865f9f4d33e9d7e86f512f252876ac77d4281a7871531a50678132429b1271b5 - languageName: node - linkType: hard - -"escalade@npm:^3.1.1, escalade@npm:^3.2.0": - version: 3.2.0 - resolution: "escalade@npm:3.2.0" - checksum: 47b029c83de01b0d17ad99ed766347b974b0d628e848de404018f3abee728e987da0d2d370ad4574aa3d5b5bfc368754fd085d69a30f8e75903486ec4b5b709e - languageName: node - linkType: hard - -"escape-html@npm:^1.0.3, escape-html@npm:~1.0.3": - version: 1.0.3 - resolution: "escape-html@npm:1.0.3" - checksum: 6213ca9ae00d0ab8bccb6d8d4e0a98e76237b2410302cf7df70aaa6591d509a2a37ce8998008cbecae8fc8ffaadf3fb0229535e6a145f3ce0b211d060decbb24 - languageName: node - linkType: hard - -"escape-string-regexp@npm:^1.0.5": - version: 1.0.5 - resolution: "escape-string-regexp@npm:1.0.5" - checksum: 6092fda75c63b110c706b6a9bfde8a612ad595b628f0bd2147eea1d3406723020810e591effc7db1da91d80a71a737a313567c5abb3813e8d9c71f4aa595b410 - languageName: node - linkType: hard - -"escape-string-regexp@npm:^2.0.0": - version: 2.0.0 - resolution: "escape-string-regexp@npm:2.0.0" - checksum: 9f8a2d5743677c16e85c810e3024d54f0c8dea6424fad3c79ef6666e81dd0846f7437f5e729dfcdac8981bc9e5294c39b4580814d114076b8d36318f46ae4395 - languageName: node - linkType: hard - -"escodegen@npm:^1.8.1": - version: 1.14.3 - resolution: "escodegen@npm:1.14.3" - dependencies: - esprima: ^4.0.1 - estraverse: ^4.2.0 - esutils: ^2.0.2 - optionator: ^0.8.1 - source-map: ~0.6.1 - dependenciesMeta: - source-map: - optional: true - bin: - escodegen: bin/escodegen.js - esgenerate: bin/esgenerate.js - checksum: 381cdc4767ecdb221206bbbab021b467bbc2a6f5c9a99c9e6353040080bdd3dfe73d7604ad89a47aca6ea7d58bc635f6bd3fbc8da9a1998e9ddfa8372362ccd0 - languageName: node - linkType: hard - -"esprima@npm:1.2.2": - version: 1.2.2 - resolution: "esprima@npm:1.2.2" - bin: - esparse: ./bin/esparse.js - esvalidate: ./bin/esvalidate.js - checksum: 4f10006f0e315f2f7d8cf6630e465f183512f1ab2e862b11785a133ce37ed1696573deefb5256e510eaa4368342b13b393334477f6ccdcdb8f10e782b0f5e6dc - languageName: node - linkType: hard - -"esprima@npm:^4.0.0, esprima@npm:^4.0.1": - version: 4.0.1 - resolution: "esprima@npm:4.0.1" - bin: - esparse: ./bin/esparse.js - esvalidate: ./bin/esvalidate.js - checksum: b45bc805a613dbea2835278c306b91aff6173c8d034223fa81498c77dcbce3b2931bf6006db816f62eacd9fd4ea975dfd85a5b7f3c6402cfd050d4ca3c13a628 - languageName: node - linkType: hard - -"estraverse@npm:^4.2.0": - version: 4.3.0 - resolution: "estraverse@npm:4.3.0" - checksum: a6299491f9940bb246124a8d44b7b7a413a8336f5436f9837aaa9330209bd9ee8af7e91a654a3545aee9c54b3308e78ee360cef1d777d37cfef77d2fa33b5827 - languageName: node - linkType: hard - -"estree-walker@npm:^2.0.2": - version: 2.0.2 - resolution: "estree-walker@npm:2.0.2" - checksum: 6151e6f9828abe2259e57f5fd3761335bb0d2ebd76dc1a01048ccee22fabcfef3c0859300f6d83ff0d1927849368775ec5a6d265dde2f6de5a1be1721cd94efc - languageName: node - linkType: hard - -"esutils@npm:^2.0.2": - version: 2.0.3 - resolution: "esutils@npm:2.0.3" - checksum: 22b5b08f74737379a840b8ed2036a5fb35826c709ab000683b092d9054e5c2a82c27818f12604bfc2a9a76b90b6834ef081edbc1c7ae30d1627012e067c6ec87 - languageName: node - linkType: hard - -"etag@npm:~1.8.1": - version: 1.8.1 - resolution: "etag@npm:1.8.1" - checksum: 571aeb3dbe0f2bbd4e4fadbdb44f325fc75335cd5f6f6b6a091e6a06a9f25ed5392f0863c5442acb0646787446e816f13cbfc6edce5b07658541dff573cab1ff - languageName: node - linkType: hard - -"event-target-shim@npm:^5.0.0": - version: 5.0.1 - resolution: "event-target-shim@npm:5.0.1" - checksum: 1ffe3bb22a6d51bdeb6bf6f7cf97d2ff4a74b017ad12284cc9e6a279e727dc30a5de6bb613e5596ff4dc3e517841339ad09a7eec44266eccb1aa201a30448166 - languageName: node - linkType: hard - -"events@npm:^3.3.0": - version: 3.3.0 - resolution: "events@npm:3.3.0" - checksum: f6f487ad2198aa41d878fa31452f1a3c00958f46e9019286ff4787c84aac329332ab45c9cdc8c445928fc6d7ded294b9e005a7fce9426488518017831b272780 - languageName: node - linkType: hard - -"execa@npm:^5.0.0": - version: 5.1.1 - resolution: "execa@npm:5.1.1" - dependencies: - cross-spawn: ^7.0.3 - get-stream: ^6.0.0 - human-signals: ^2.1.0 - is-stream: ^2.0.0 - merge-stream: ^2.0.0 - npm-run-path: ^4.0.1 - onetime: ^5.1.2 - signal-exit: ^3.0.3 - strip-final-newline: ^2.0.0 - checksum: fba9022c8c8c15ed862847e94c252b3d946036d7547af310e344a527e59021fd8b6bb0723883ea87044dc4f0201f949046993124a42ccb0855cae5bf8c786343 - languageName: node - linkType: hard - -"exit@npm:^0.1.2": - version: 0.1.2 - resolution: "exit@npm:0.1.2" - checksum: abc407f07a875c3961e4781dfcb743b58d6c93de9ab263f4f8c9d23bb6da5f9b7764fc773f86b43dd88030444d5ab8abcb611cb680fba8ca075362b77114bba3 - languageName: node - linkType: hard - -"expand-template@npm:^2.0.3": - version: 2.0.3 - resolution: "expand-template@npm:2.0.3" - checksum: 588c19847216421ed92befb521767b7018dc88f88b0576df98cb242f20961425e96a92cbece525ef28cc5becceae5d544ae0f5b9b5e2aa05acb13716ca5b3099 - languageName: node - linkType: hard - -"expect@npm:^29.0.0, expect@npm:^29.7.0": - version: 29.7.0 - resolution: "expect@npm:29.7.0" - dependencies: - "@jest/expect-utils": ^29.7.0 - jest-get-type: ^29.6.3 - jest-matcher-utils: ^29.7.0 - jest-message-util: ^29.7.0 - jest-util: ^29.7.0 - checksum: 9257f10288e149b81254a0fda8ffe8d54a7061cd61d7515779998b012579d2b8c22354b0eb901daf0145f347403da582f75f359f4810c007182ad3fb318b5c0c - languageName: node - linkType: hard - -"exponential-backoff@npm:^3.1.1": - version: 3.1.1 - resolution: "exponential-backoff@npm:3.1.1" - checksum: 3d21519a4f8207c99f7457287291316306255a328770d320b401114ec8481986e4e467e854cb9914dd965e0a1ca810a23ccb559c642c88f4c7f55c55778a9b48 - languageName: node - linkType: hard - -"express-async-errors@npm:^3.1.1": - version: 3.1.1 - resolution: "express-async-errors@npm:3.1.1" - peerDependencies: - express: ^4.16.2 - checksum: 3a2a6df8ea957185df401a239189d617715c38fba13fac8ced7750b25fa95b0ae656e5d1385d12d0e4dcd7997e90d070b218e86abcf8e68bb6048830b53ba668 - languageName: node - linkType: hard - -"express@npm:^4.21.0": - version: 4.21.0 - resolution: "express@npm:4.21.0" - dependencies: - accepts: ~1.3.8 - array-flatten: 1.1.1 - body-parser: 1.20.3 - content-disposition: 0.5.4 - content-type: ~1.0.4 - cookie: 0.6.0 - cookie-signature: 1.0.6 - debug: 2.6.9 - depd: 2.0.0 - encodeurl: ~2.0.0 - escape-html: ~1.0.3 - etag: ~1.8.1 - finalhandler: 1.3.1 - fresh: 0.5.2 - http-errors: 2.0.0 - merge-descriptors: 1.0.3 - methods: ~1.1.2 - on-finished: 2.4.1 - parseurl: ~1.3.3 - path-to-regexp: 0.1.10 - proxy-addr: ~2.0.7 - qs: 6.13.0 - range-parser: ~1.2.1 - safe-buffer: 5.2.1 - send: 0.19.0 - serve-static: 1.16.2 - setprototypeof: 1.2.0 - statuses: 2.0.1 - type-is: ~1.6.18 - utils-merge: 1.0.1 - vary: ~1.1.2 - checksum: 1c5212993f665809c249bf00ab550b989d1365a5b9171cdfaa26d93ee2ef10cd8add520861ec8d5da74b3194d8374e1d9d53e85ef69b89fd9c4196b87045a5d4 - languageName: node - linkType: hard - -"extend-shallow@npm:^2.0.1": - version: 2.0.1 - resolution: "extend-shallow@npm:2.0.1" - dependencies: - is-extendable: ^0.1.0 - checksum: 8fb58d9d7a511f4baf78d383e637bd7d2e80843bd9cd0853649108ea835208fb614da502a553acc30208e1325240bb7cc4a68473021612496bb89725483656d8 - languageName: node - linkType: hard - -"extend@npm:^3.0.2": - version: 3.0.2 - resolution: "extend@npm:3.0.2" - checksum: a50a8309ca65ea5d426382ff09f33586527882cf532931cb08ca786ea3146c0553310bda688710ff61d7668eba9f96b923fe1420cdf56a2c3eaf30fcab87b515 - languageName: node - linkType: hard - -"farmhash-modern@npm:^1.1.0": - version: 1.1.0 - resolution: "farmhash-modern@npm:1.1.0" - checksum: 6f5378ebb0995b99a978a7184d098407a4c5de9a926e70010ee9555827a77b359568f01724a143192e43b06c78802f82687005b60b114ad9dcb9e4218c46fb62 - languageName: node - linkType: hard - -"fast-deep-equal@npm:^3.1.1, fast-deep-equal@npm:^3.1.3": - version: 3.1.3 - resolution: "fast-deep-equal@npm:3.1.3" - checksum: e21a9d8d84f53493b6aa15efc9cfd53dd5b714a1f23f67fb5dc8f574af80df889b3bce25dc081887c6d25457cce704e636395333abad896ccdec03abaf1f3f9d - languageName: node - linkType: hard - -"fast-json-patch@npm:^3.0.0-1": - version: 3.1.1 - resolution: "fast-json-patch@npm:3.1.1" - checksum: c4525b61b2471df60d4b025b4118b036d99778a93431aa44d1084218182841d82ce93056f0f3bbd731a24e6a8e69820128adf1873eb2199a26c62ef58d137833 - languageName: node - linkType: hard - -"fast-json-stable-stringify@npm:2.x, fast-json-stable-stringify@npm:^2.1.0": - version: 2.1.0 - resolution: "fast-json-stable-stringify@npm:2.1.0" - checksum: b191531e36c607977e5b1c47811158733c34ccb3bfde92c44798929e9b4154884378536d26ad90dfecd32e1ffc09c545d23535ad91b3161a27ddbb8ebe0cbecb - languageName: node - linkType: hard - -"fast-levenshtein@npm:~2.0.6": - version: 2.0.6 - resolution: "fast-levenshtein@npm:2.0.6" - checksum: 92cfec0a8dfafd9c7a15fba8f2cc29cd0b62b85f056d99ce448bbcd9f708e18ab2764bda4dd5158364f4145a7c72788538994f0d1787b956ef0d1062b0f7c24c - languageName: node - linkType: hard - -"fast-redact@npm:^3.1.1": - version: 3.5.0 - resolution: "fast-redact@npm:3.5.0" - checksum: ef03f0d1849da074a520a531ad299bf346417b790a643931ab4e01cb72275c8d55b60dc8512fb1f1818647b696790edefaa96704228db9f012da935faa1940af - languageName: node - linkType: hard - -"fast-text-encoding@npm:^1.0.0": - version: 1.0.6 - resolution: "fast-text-encoding@npm:1.0.6" - checksum: 9d58f694314b3283e785bf61954902536da228607ad246905e30256f9ab8331f780ac987e7222c9f5eafd04168d07e12b8054c85cedb76a2c05af0e82387a903 - languageName: node - linkType: hard - -"fast-uri@npm:^3.0.1": - version: 3.0.2 - resolution: "fast-uri@npm:3.0.2" - checksum: ca00aadc84e0ab93a8a1700c386bc7cbeb49f47d9801083c258444eed31221fdf864d68fb48ea8acd7c512bf046b53c09e3aafd6d4bdb9449ed21be29d8d6f75 - languageName: node - linkType: hard - -"fast-xml-parser@npm:4.4.1": - version: 4.4.1 - resolution: "fast-xml-parser@npm:4.4.1" - dependencies: - strnum: ^1.0.5 - bin: - fxparser: src/cli/cli.js - checksum: f440c01cd141b98789ae777503bcb6727393296094cc82924ae9f88a5b971baa4eec7e65306c7e07746534caa661fc83694ff437d9012dc84dee39dfbfaab947 - languageName: node - linkType: hard - -"fast-xml-parser@npm:^4.2.2, fast-xml-parser@npm:^4.4.1": - version: 4.5.0 - resolution: "fast-xml-parser@npm:4.5.0" - dependencies: - strnum: ^1.0.5 - bin: - fxparser: src/cli/cli.js - checksum: 696dc98da46f0f48eb26dfe1640a53043ea64f2420056374e62abbb5e620f092f8df3c3ff3195505a2eefab2057db3bf0ebaac63557f277934f6cce4e7da027c - languageName: node - linkType: hard - -"faye-websocket@npm:0.11.4": - version: 0.11.4 - resolution: "faye-websocket@npm:0.11.4" - dependencies: - websocket-driver: ">=0.5.1" - checksum: d49a62caf027f871149fc2b3f3c7104dc6d62744277eb6f9f36e2d5714e847d846b9f7f0d0b7169b25a012e24a594cde11a93034b30732e4c683f20b8a5019fa - languageName: node - linkType: hard - -"fb-watchman@npm:^2.0.0": - version: 2.0.2 - resolution: "fb-watchman@npm:2.0.2" - dependencies: - bser: 2.1.1 - checksum: b15a124cef28916fe07b400eb87cbc73ca082c142abf7ca8e8de6af43eca79ca7bd13eb4d4d48240b3bd3136eaac40d16e42d6edf87a8e5d1dd8070626860c78 - languageName: node - linkType: hard - -"file-uri-to-path@npm:2": - version: 2.0.0 - resolution: "file-uri-to-path@npm:2.0.0" - checksum: 4a71a99ddaa6ae7ae7bffe2948c34da59982ed465d930a0af9cb59fcc10fcd93366cc356ec3337c18373fde5df7ac52afda4558f155febd1799d135552207edb - languageName: node - linkType: hard - -"filelist@npm:^1.0.4": - version: 1.0.4 - resolution: "filelist@npm:1.0.4" - dependencies: - minimatch: ^5.0.1 - checksum: a303573b0821e17f2d5e9783688ab6fbfce5d52aaac842790ae85e704a6f5e4e3538660a63183d6453834dedf1e0f19a9dadcebfa3e926c72397694ea11f5160 - languageName: node - linkType: hard - -"fill-range@npm:^7.1.1": - version: 7.1.1 - resolution: "fill-range@npm:7.1.1" - dependencies: - to-regex-range: ^5.0.1 - checksum: b4abfbca3839a3d55e4ae5ec62e131e2e356bf4859ce8480c64c4876100f4df292a63e5bb1618e1d7460282ca2b305653064f01654474aa35c68000980f17798 - languageName: node - linkType: hard - -"finalhandler@npm:1.3.1": - version: 1.3.1 - resolution: "finalhandler@npm:1.3.1" - dependencies: - debug: 2.6.9 - encodeurl: ~2.0.0 - escape-html: ~1.0.3 - on-finished: 2.4.1 - parseurl: ~1.3.3 - statuses: 2.0.1 - unpipe: ~1.0.0 - checksum: a8c58cd97c9cd47679a870f6833a7b417043f5a288cd6af6d0f49b476c874a506100303a128b6d3b654c3d74fa4ff2ffed68a48a27e8630cda5c918f2977dcf4 - languageName: node - linkType: hard - -"find-up@npm:^4.0.0, find-up@npm:^4.1.0": - version: 4.1.0 - resolution: "find-up@npm:4.1.0" - dependencies: - locate-path: ^5.0.0 - path-exists: ^4.0.0 - checksum: 4c172680e8f8c1f78839486e14a43ef82e9decd0e74145f40707cc42e7420506d5ec92d9a11c22bd2c48fb0c384ea05dd30e10dd152fefeec6f2f75282a8b844 - languageName: node - linkType: hard - -"firebase-admin@npm:^12.6.0": - version: 12.6.0 - resolution: "firebase-admin@npm:12.6.0" - dependencies: - "@fastify/busboy": ^3.0.0 - "@firebase/database-compat": ^1.0.2 - "@firebase/database-types": ^1.0.0 - "@google-cloud/firestore": ^7.7.0 - "@google-cloud/storage": ^7.7.0 - "@types/node": ^22.0.1 - farmhash-modern: ^1.1.0 - jsonwebtoken: ^9.0.0 - jwks-rsa: ^3.1.0 - node-forge: ^1.3.1 - uuid: ^10.0.0 - dependenciesMeta: - "@google-cloud/firestore": - optional: true - "@google-cloud/storage": - optional: true - checksum: 3b0684c102ce6f706bd4ed89b2d787075eeab35c13cba8d9fa76e00e786e3c52dabf45b059385908a46a583e3c2ac1bbbf333e4b0db291a3a1fb8d6d8d7f2c3d - languageName: node - linkType: hard - -"follow-redirects@npm:^1.15.6": - version: 1.15.9 - resolution: "follow-redirects@npm:1.15.9" - peerDependenciesMeta: - debug: - optional: true - checksum: 859e2bacc7a54506f2bf9aacb10d165df78c8c1b0ceb8023f966621b233717dab56e8d08baadc3ad3b9db58af290413d585c999694b7c146aaf2616340c3d2a6 - languageName: node - linkType: hard - -"foreground-child@npm:^3.1.0": - version: 3.3.0 - resolution: "foreground-child@npm:3.3.0" - dependencies: - cross-spawn: ^7.0.0 - signal-exit: ^4.0.1 - checksum: 1989698488f725b05b26bc9afc8a08f08ec41807cd7b92ad85d96004ddf8243fd3e79486b8348c64a3011ae5cc2c9f0936af989e1f28339805d8bc178a75b451 - languageName: node - linkType: hard - -"form-data@npm:^2.5.0": - version: 2.5.1 - resolution: "form-data@npm:2.5.1" - dependencies: - asynckit: ^0.4.0 - combined-stream: ^1.0.6 - mime-types: ^2.1.12 - checksum: 5134ada56cc246b293a1ac7678dba6830000603a3979cf83ff7b2f21f2e3725202237cfb89e32bcb38a1d35727efbd3c3a22e65b42321e8ade8eec01ce755d08 - languageName: node - linkType: hard - -"form-data@npm:^4.0.0": - version: 4.0.0 - resolution: "form-data@npm:4.0.0" - dependencies: - asynckit: ^0.4.0 - combined-stream: ^1.0.8 - mime-types: ^2.1.12 - checksum: 01135bf8675f9d5c61ff18e2e2932f719ca4de964e3be90ef4c36aacfc7b9cb2fceb5eca0b7e0190e3383fe51c5b37f4cb80b62ca06a99aaabfcfd6ac7c9328c - languageName: node - linkType: hard - -"formdata-node@npm:4": - version: 4.4.1 - resolution: "formdata-node@npm:4.4.1" - dependencies: - node-domexception: 1.0.0 - web-streams-polyfill: 4.0.0-beta.3 - checksum: d91d4f667cfed74827fc281594102c0dabddd03c9f8b426fc97123eedbf73f5060ee43205d89284d6854e2fc5827e030cd352ef68b93beda8decc2d72128c576 - languageName: node - linkType: hard - -"formstream@npm:^1.1.0": - version: 1.5.1 - resolution: "formstream@npm:1.5.1" - dependencies: - destroy: ^1.0.4 - mime: ^2.5.2 - node-hex: ^1.0.1 - pause-stream: ~0.0.11 - checksum: d09e1377e63f7823fa4612f0510a8a0bf84ed6e070dcbf8d5362a9228962f927e950434e5f36590f7aa52087049959e378e9cfb128e65f01655be95adee412bd - languageName: node - linkType: hard - -"forwarded@npm:0.2.0": - version: 0.2.0 - resolution: "forwarded@npm:0.2.0" - checksum: fd27e2394d8887ebd16a66ffc889dc983fbbd797d5d3f01087c020283c0f019a7d05ee85669383d8e0d216b116d720fc0cef2f6e9b7eb9f4c90c6e0bc7fd28e6 - languageName: node - linkType: hard - -"fresh@npm:0.5.2": - version: 0.5.2 - resolution: "fresh@npm:0.5.2" - checksum: 13ea8b08f91e669a64e3ba3a20eb79d7ca5379a81f1ff7f4310d54e2320645503cc0c78daedc93dfb6191287295f6479544a649c64d8e41a1c0fb0c221552346 - languageName: node - linkType: hard - -"fs-constants@npm:^1.0.0": - version: 1.0.0 - resolution: "fs-constants@npm:1.0.0" - checksum: 18f5b718371816155849475ac36c7d0b24d39a11d91348cfcb308b4494824413e03572c403c86d3a260e049465518c4f0d5bd00f0371cdfcad6d4f30a85b350d - languageName: node - linkType: hard - -"fs-extra@npm:^8.1.0": - version: 8.1.0 - resolution: "fs-extra@npm:8.1.0" - dependencies: - graceful-fs: ^4.2.0 - jsonfile: ^4.0.0 - universalify: ^0.1.0 - checksum: bf44f0e6cea59d5ce071bba4c43ca76d216f89e402dc6285c128abc0902e9b8525135aa808adad72c9d5d218e9f4bcc63962815529ff2f684ad532172a284880 - languageName: node - linkType: hard - -"fs-minipass@npm:^2.0.0, fs-minipass@npm:^2.1.0": - version: 2.1.0 - resolution: "fs-minipass@npm:2.1.0" - dependencies: - minipass: ^3.0.0 - checksum: 1b8d128dae2ac6cc94230cc5ead341ba3e0efaef82dab46a33d171c044caaa6ca001364178d42069b2809c35a1c3c35079a32107c770e9ffab3901b59af8c8b1 - languageName: node - linkType: hard - -"fs-minipass@npm:^3.0.0": - version: 3.0.3 - resolution: "fs-minipass@npm:3.0.3" - dependencies: - minipass: ^7.0.3 - checksum: 8722a41109130851d979222d3ec88aabaceeaaf8f57b2a8f744ef8bd2d1ce95453b04a61daa0078822bc5cd21e008814f06fe6586f56fef511e71b8d2394d802 - languageName: node - linkType: hard - -"fs.realpath@npm:^1.0.0": - version: 1.0.0 - resolution: "fs.realpath@npm:1.0.0" - checksum: 99ddea01a7e75aa276c250a04eedeffe5662bce66c65c07164ad6264f9de18fb21be9433ead460e54cff20e31721c811f4fb5d70591799df5f85dce6d6746fd0 - languageName: node - linkType: hard - -"fsevents@npm:^2.3.2, fsevents@npm:~2.3.2": - version: 2.3.3 - resolution: "fsevents@npm:2.3.3" - dependencies: - node-gyp: latest - checksum: 11e6ea6fea15e42461fc55b4b0e4a0a3c654faa567f1877dbd353f39156f69def97a69936d1746619d656c4b93de2238bf731f6085a03a50cabf287c9d024317 - conditions: os=darwin - languageName: node - linkType: hard - -"fsevents@patch:fsevents@^2.3.2#~builtin, fsevents@patch:fsevents@~2.3.2#~builtin": - version: 2.3.3 - resolution: "fsevents@patch:fsevents@npm%3A2.3.3#~builtin::version=2.3.3&hash=df0bf1" - dependencies: - node-gyp: latest - conditions: os=darwin - languageName: node - linkType: hard - -"ftp@npm:^0.3.10": - version: 0.3.10 - resolution: "ftp@npm:0.3.10" - dependencies: - readable-stream: 1.1.x - xregexp: 2.0.0 - checksum: ddd313c1d44eb7429f3a7d77a0155dc8fe86a4c64dca58f395632333ce4b4e74c61413c6e0ef66ea3f3d32d905952fbb6d028c7117d522f793eb1fa282e17357 - languageName: node - linkType: hard - -"function-bind@npm:^1.1.2": - version: 1.1.2 - resolution: "function-bind@npm:1.1.2" - checksum: 2b0ff4ce708d99715ad14a6d1f894e2a83242e4a52ccfcefaee5e40050562e5f6dafc1adbb4ce2d4ab47279a45dc736ab91ea5042d843c3c092820dfe032efb1 - languageName: node - linkType: hard - -"functional-red-black-tree@npm:^1.0.1": - version: 1.0.1 - resolution: "functional-red-black-tree@npm:1.0.1" - checksum: ca6c170f37640e2d94297da8bb4bf27a1d12bea3e00e6a3e007fd7aa32e37e000f5772acf941b4e4f3cf1c95c3752033d0c509af157ad8f526e7f00723b9eb9f - languageName: node - linkType: hard - -"gauge@npm:^3.0.0": - version: 3.0.2 - resolution: "gauge@npm:3.0.2" - dependencies: - aproba: ^1.0.3 || ^2.0.0 - color-support: ^1.1.2 - console-control-strings: ^1.0.0 - has-unicode: ^2.0.1 - object-assign: ^4.1.1 - signal-exit: ^3.0.0 - string-width: ^4.2.3 - strip-ansi: ^6.0.1 - wide-align: ^1.1.2 - checksum: 81296c00c7410cdd48f997800155fbead4f32e4f82109be0719c63edc8560e6579946cc8abd04205297640691ec26d21b578837fd13a4e96288ab4b40b1dc3e9 - languageName: node - linkType: hard - -"gauge@npm:^4.0.3": - version: 4.0.4 - resolution: "gauge@npm:4.0.4" - dependencies: - aproba: ^1.0.3 || ^2.0.0 - color-support: ^1.1.3 - console-control-strings: ^1.1.0 - has-unicode: ^2.0.1 - signal-exit: ^3.0.7 - string-width: ^4.2.3 - strip-ansi: ^6.0.1 - wide-align: ^1.1.5 - checksum: 788b6bfe52f1dd8e263cda800c26ac0ca2ff6de0b6eee2fe0d9e3abf15e149b651bd27bf5226be10e6e3edb5c4e5d5985a5a1a98137e7a892f75eff76467ad2d - languageName: node - linkType: hard - -"gaxios@npm:^5.0.0, gaxios@npm:^5.0.1": - version: 5.1.3 - resolution: "gaxios@npm:5.1.3" - dependencies: - extend: ^3.0.2 - https-proxy-agent: ^5.0.0 - is-stream: ^2.0.0 - node-fetch: ^2.6.9 - checksum: 1cf72697715c64f6db1d6fa6e9243bb57ee14b0c758338a33790ecac2675d819a1fc0c51b2fab312d9bfe8201cc981c171b70ff60adcaaec881c5bc5610c42f1 - languageName: node - linkType: hard - -"gaxios@npm:^6.0.0, gaxios@npm:^6.0.2, gaxios@npm:^6.1.1": - version: 6.7.1 - resolution: "gaxios@npm:6.7.1" - dependencies: - extend: ^3.0.2 - https-proxy-agent: ^7.0.1 - is-stream: ^2.0.0 - node-fetch: ^2.6.9 - uuid: ^9.0.1 - checksum: ed5952655339918e0868c6f4e079d6e9e55b20a242ddb1be25076cdfb0dd1ca5a2cb233da7352baa972c19f898a78fa6ba67e7d848717c9ca9877c269b5b02f7 - languageName: node - linkType: hard - -"gcp-metadata@npm:^5.3.0": - version: 5.3.0 - resolution: "gcp-metadata@npm:5.3.0" - dependencies: - gaxios: ^5.0.0 - json-bigint: ^1.0.0 - checksum: 891ea0b902a17f33d7bae753830d23962b63af94ed071092c30496e7d26f8128ba9af43c3d38474bea29cb32a884b4bcb5720ce8b9de4a7e1108475d3d7ae219 - languageName: node - linkType: hard - -"gcp-metadata@npm:^6.1.0": - version: 6.1.0 - resolution: "gcp-metadata@npm:6.1.0" - dependencies: - gaxios: ^6.0.0 - json-bigint: ^1.0.0 - checksum: 55de8ae4a6b7664379a093abf7e758ae06e82f244d41bd58d881a470bf34db94c4067ce9e1b425d9455b7705636d5f8baad844e49bb73879c338753ba7785b2b - languageName: node - linkType: hard - -"gensync@npm:^1.0.0-beta.2": - version: 1.0.0-beta.2 - resolution: "gensync@npm:1.0.0-beta.2" - checksum: a7437e58c6be12aa6c90f7730eac7fa9833dc78872b4ad2963d2031b00a3367a93f98aec75f9aaac7220848e4026d67a8655e870b24f20a543d103c0d65952ec - languageName: node - linkType: hard - -"get-caller-file@npm:^2.0.5": - version: 2.0.5 - resolution: "get-caller-file@npm:2.0.5" - checksum: b9769a836d2a98c3ee734a88ba712e62703f1df31b94b784762c433c27a386dd6029ff55c2a920c392e33657d80191edbf18c61487e198844844516f843496b9 - languageName: node - linkType: hard - -"get-intrinsic@npm:^1.1.3, get-intrinsic@npm:^1.2.4": - version: 1.2.4 - resolution: "get-intrinsic@npm:1.2.4" - dependencies: - es-errors: ^1.3.0 - function-bind: ^1.1.2 - has-proto: ^1.0.1 - has-symbols: ^1.0.3 - hasown: ^2.0.0 - checksum: 414e3cdf2c203d1b9d7d33111df746a4512a1aa622770b361dadddf8ed0b5aeb26c560f49ca077e24bfafb0acb55ca908d1f709216ccba33ffc548ec8a79a951 - languageName: node - linkType: hard - -"get-package-type@npm:^0.1.0": - version: 0.1.0 - resolution: "get-package-type@npm:0.1.0" - checksum: bba0811116d11e56d702682ddef7c73ba3481f114590e705fc549f4d868972263896af313c57a25c076e3c0d567e11d919a64ba1b30c879be985fc9d44f96148 - languageName: node - linkType: hard - -"get-ready@npm:^1.0.0, get-ready@npm:~1.0.0": - version: 1.0.0 - resolution: "get-ready@npm:1.0.0" - checksum: a4f3a2d7af3721d03f0f20206d1e6783671c276518ff6837b5f8b5c8fe77c6dad331353fe002c19163e1607fd47d377e5d4e8abbd28616a00ad4072d48840994 - languageName: node - linkType: hard - -"get-stream@npm:^6.0.0": - version: 6.0.1 - resolution: "get-stream@npm:6.0.1" - checksum: e04ecece32c92eebf5b8c940f51468cd53554dcbb0ea725b2748be583c9523d00128137966afce410b9b051eb2ef16d657cd2b120ca8edafcf5a65e81af63cad - languageName: node - linkType: hard - -"get-uri@npm:3": - version: 3.0.2 - resolution: "get-uri@npm:3.0.2" - dependencies: - "@tootallnate/once": 1 - data-uri-to-buffer: 3 - debug: 4 - file-uri-to-path: 2 - fs-extra: ^8.1.0 - ftp: ^0.3.10 - checksum: 5325b2906b08ca37529ca421cf52bc50376e75c6a945e0a8064e3f76b4bb67b8ab1e316a2fc7a307c8c606ab36d030720f39a57c97b027ff1134335e12102946 - languageName: node - linkType: hard - -"github-from-package@npm:0.0.0": - version: 0.0.0 - resolution: "github-from-package@npm:0.0.0" - checksum: 14e448192a35c1e42efee94c9d01a10f42fe790375891a24b25261246ce9336ab9df5d274585aedd4568f7922246c2a78b8a8cd2571bfe99c693a9718e7dd0e3 - languageName: node - linkType: hard - -"glob-parent@npm:~5.1.2": - version: 5.1.2 - resolution: "glob-parent@npm:5.1.2" - dependencies: - is-glob: ^4.0.1 - checksum: f4f2bfe2425296e8a47e36864e4f42be38a996db40420fe434565e4480e3322f18eb37589617a98640c5dc8fdec1a387007ee18dbb1f3f5553409c34d17f425e - languageName: node - linkType: hard - -"glob@npm:^10.2.2, glob@npm:^10.3.10": - version: 10.4.5 - resolution: "glob@npm:10.4.5" - dependencies: - foreground-child: ^3.1.0 - jackspeak: ^3.1.2 - minimatch: ^9.0.4 - minipass: ^7.1.2 - package-json-from-dist: ^1.0.0 - path-scurry: ^1.11.1 - bin: - glob: dist/esm/bin.mjs - checksum: 0bc725de5e4862f9f387fd0f2b274baf16850dcd2714502ccf471ee401803997983e2c05590cb65f9675a3c6f2a58e7a53f9e365704108c6ad3cbf1d60934c4a - languageName: node - linkType: hard - -"glob@npm:^7.0.5, glob@npm:^7.1.3, glob@npm:^7.1.4": - version: 7.2.3 - resolution: "glob@npm:7.2.3" - dependencies: - fs.realpath: ^1.0.0 - inflight: ^1.0.4 - inherits: 2 - minimatch: ^3.1.1 - once: ^1.3.0 - path-is-absolute: ^1.0.0 - checksum: 29452e97b38fa704dabb1d1045350fb2467cf0277e155aa9ff7077e90ad81d1ea9d53d3ee63bd37c05b09a065e90f16aec4a65f5b8de401d1dac40bc5605d133 - languageName: node - linkType: hard - -"glob@npm:^8.0.1, glob@npm:^8.0.3": - version: 8.1.0 - resolution: "glob@npm:8.1.0" - dependencies: - fs.realpath: ^1.0.0 - inflight: ^1.0.4 - inherits: 2 - minimatch: ^5.0.1 - once: ^1.3.0 - checksum: 92fbea3221a7d12075f26f0227abac435de868dd0736a17170663783296d0dd8d3d532a5672b4488a439bf5d7fb85cdd07c11185d6cd39184f0385cbdfb86a47 - languageName: node - linkType: hard - -"globals@npm:^11.1.0": - version: 11.12.0 - resolution: "globals@npm:11.12.0" - checksum: 67051a45eca3db904aee189dfc7cd53c20c7d881679c93f6146ddd4c9f4ab2268e68a919df740d39c71f4445d2b38ee360fc234428baea1dbdfe68bbcb46979e - languageName: node - linkType: hard - -"google-auth-library@npm:^8.0.1, google-auth-library@npm:^8.0.2": - version: 8.9.0 - resolution: "google-auth-library@npm:8.9.0" - dependencies: - arrify: ^2.0.0 - base64-js: ^1.3.0 - ecdsa-sig-formatter: ^1.0.11 - fast-text-encoding: ^1.0.0 - gaxios: ^5.0.0 - gcp-metadata: ^5.3.0 - gtoken: ^6.1.0 - jws: ^4.0.0 - lru-cache: ^6.0.0 - checksum: 8e0bc5f1e91804523786413bf4358e4c5ad94b1e873c725ddd03d0f1c242e2b38e26352c0f375334fbc1d94110f761b304aa0429de49b4a27ebc3875a5b56644 - languageName: node - linkType: hard - -"google-auth-library@npm:^9.3.0, google-auth-library@npm:^9.6.3": - version: 9.14.1 - resolution: "google-auth-library@npm:9.14.1" - dependencies: - base64-js: ^1.3.0 - ecdsa-sig-formatter: ^1.0.11 - gaxios: ^6.1.1 - gcp-metadata: ^6.1.0 - gtoken: ^7.0.0 - jws: ^4.0.0 - checksum: 98c7ffb6ef8d811a54d728a94c31aa60c777f035306f0ded70654ce0aa1f4dcf393bb505b262aa48438f5ead8941248f3759f24f0e22b4465b8537b1d90415ac - languageName: node - linkType: hard - -"google-gax@npm:^4.3.3": - version: 4.4.1 - resolution: "google-gax@npm:4.4.1" - dependencies: - "@grpc/grpc-js": ^1.10.9 - "@grpc/proto-loader": ^0.7.13 - "@types/long": ^4.0.0 - abort-controller: ^3.0.0 - duplexify: ^4.0.0 - google-auth-library: ^9.3.0 - node-fetch: ^2.7.0 - object-hash: ^3.0.0 - proto3-json-serializer: ^2.0.2 - protobufjs: ^7.3.2 - retry-request: ^7.0.0 - uuid: ^9.0.1 - checksum: 945dc57fa80a9e95621460585f99319ef123c3eb904f0c5f4d10197bfa7981294d7f600c77e481a0cb071f8c08d692d394d81cd06f7f3dd3c34c581c65100f6a - languageName: node - linkType: hard - -"google-p12-pem@npm:^4.0.0": - version: 4.0.1 - resolution: "google-p12-pem@npm:4.0.1" - dependencies: - node-forge: ^1.3.1 - bin: - gp12-pem: build/src/bin/gp12-pem.js - checksum: 59a5026331ea67455672e83770da29f09d979f02e06cb2227ea5916f8cca437887c2d3869f2602a686dc84437886ae9d2ac010780803cbe8e5f161c2d02d8efd - languageName: node - linkType: hard - -"gopd@npm:^1.0.1": - version: 1.0.1 - resolution: "gopd@npm:1.0.1" - dependencies: - get-intrinsic: ^1.1.3 - checksum: a5ccfb8806e0917a94e0b3de2af2ea4979c1da920bc381667c260e00e7cafdbe844e2cb9c5bcfef4e5412e8bf73bab837285bc35c7ba73aaaf0134d4583393a6 - languageName: node - linkType: hard - -"graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.6, graceful-fs@npm:^4.2.9": - version: 4.2.11 - resolution: "graceful-fs@npm:4.2.11" - checksum: ac85f94da92d8eb6b7f5a8b20ce65e43d66761c55ce85ac96df6865308390da45a8d3f0296dd3a663de65d30ba497bd46c696cc1e248c72b13d6d567138a4fc7 - languageName: node - linkType: hard - -"graphql-request@npm:^6.1.0": - version: 6.1.0 - resolution: "graphql-request@npm:6.1.0" - dependencies: - "@graphql-typed-document-node/core": ^3.2.0 - cross-fetch: ^3.1.5 - peerDependencies: - graphql: 14 - 16 - checksum: 6d62630a0169574442320651c1f7626c0c602025c3c46b19e09417c9579bb209306ee63de9793a03be2e1701bb7f13971f8545d99bc6573e340f823af0ad35b2 - languageName: node - linkType: hard - -"graphql@npm:^16.9.0": - version: 16.9.0 - resolution: "graphql@npm:16.9.0" - checksum: 8cb3d54100e9227310383ce7f791ca48d12f15ed9f2021f23f8735f1121aafe4e5e611a853081dd935ce221724ea1ae4638faef5d2921fb1ad7c26b5f46611e9 - languageName: node - linkType: hard - -"gtoken@npm:^6.1.0": - version: 6.1.2 - resolution: "gtoken@npm:6.1.2" - dependencies: - gaxios: ^5.0.1 - google-p12-pem: ^4.0.0 - jws: ^4.0.0 - checksum: cf3210afe2ccee8feaa06f0c7eb942e217244a8563a1d0a71aa3095eea545015896741c1d48654d8de35b7b07579f93e25e5dfe817f06b7e753646b67f7a4ecf - languageName: node - linkType: hard - -"gtoken@npm:^7.0.0": - version: 7.1.0 - resolution: "gtoken@npm:7.1.0" - dependencies: - gaxios: ^6.0.0 - jws: ^4.0.0 - checksum: 1f338dced78f9d895ea03cd507454eb5a7b77e841ecd1d45e44483b08c1e64d16a9b0342358d37586d87462ffc2d5f5bff5dfe77ed8d4f0aafc3b5b0347d5d16 - languageName: node - linkType: hard - -"has-flag@npm:^3.0.0": - version: 3.0.0 - resolution: "has-flag@npm:3.0.0" - checksum: 4a15638b454bf086c8148979aae044dd6e39d63904cd452d970374fa6a87623423da485dfb814e7be882e05c096a7ccf1ebd48e7e7501d0208d8384ff4dea73b - languageName: node - linkType: hard - -"has-flag@npm:^4.0.0": - version: 4.0.0 - resolution: "has-flag@npm:4.0.0" - checksum: 261a1357037ead75e338156b1f9452c016a37dcd3283a972a30d9e4a87441ba372c8b81f818cd0fbcd9c0354b4ae7e18b9e1afa1971164aef6d18c2b6095a8ad - languageName: node - linkType: hard - -"has-property-descriptors@npm:^1.0.2": - version: 1.0.2 - resolution: "has-property-descriptors@npm:1.0.2" - dependencies: - es-define-property: ^1.0.0 - checksum: fcbb246ea2838058be39887935231c6d5788babed499d0e9d0cc5737494c48aba4fe17ba1449e0d0fbbb1e36175442faa37f9c427ae357d6ccb1d895fbcd3de3 - languageName: node - linkType: hard - -"has-proto@npm:^1.0.1": - version: 1.0.3 - resolution: "has-proto@npm:1.0.3" - checksum: fe7c3d50b33f50f3933a04413ed1f69441d21d2d2944f81036276d30635cad9279f6b43bc8f32036c31ebdfcf6e731150f46c1907ad90c669ffe9b066c3ba5c4 - languageName: node - linkType: hard - -"has-symbols@npm:^1.0.3": - version: 1.0.3 - resolution: "has-symbols@npm:1.0.3" - checksum: a054c40c631c0d5741a8285010a0777ea0c068f99ed43e5d6eb12972da223f8af553a455132fdb0801bdcfa0e0f443c0c03a68d8555aa529b3144b446c3f2410 - languageName: node - linkType: hard - -"has-unicode@npm:^2.0.1": - version: 2.0.1 - resolution: "has-unicode@npm:2.0.1" - checksum: 1eab07a7436512db0be40a710b29b5dc21fa04880b7f63c9980b706683127e3c1b57cb80ea96d47991bdae2dfe479604f6a1ba410106ee1046a41d1bd0814400 - languageName: node - linkType: hard - -"hasown@npm:^2.0.0, hasown@npm:^2.0.2": - version: 2.0.2 - resolution: "hasown@npm:2.0.2" - dependencies: - function-bind: ^1.1.2 - checksum: e8516f776a15149ca6c6ed2ae3110c417a00b62260e222590e54aa367cbcd6ed99122020b37b7fbdf05748df57b265e70095d7bf35a47660587619b15ffb93db - languageName: node - linkType: hard - -"html-entities@npm:^2.5.2": - version: 2.5.2 - resolution: "html-entities@npm:2.5.2" - checksum: b23f4a07d33d49ade1994069af4e13d31650e3fb62621e92ae10ecdf01d1a98065c78fd20fdc92b4c7881612210b37c275f2c9fba9777650ab0d6f2ceb3b99b6 - languageName: node - linkType: hard - -"html-escaper@npm:^2.0.0": - version: 2.0.2 - resolution: "html-escaper@npm:2.0.2" - checksum: d2df2da3ad40ca9ee3a39c5cc6475ef67c8f83c234475f24d8e9ce0dc80a2c82df8e1d6fa78ddd1e9022a586ea1bd247a615e80a5cd9273d90111ddda7d9e974 - languageName: node - linkType: hard - -"http-cache-semantics@npm:^4.1.0, http-cache-semantics@npm:^4.1.1": - version: 4.1.1 - resolution: "http-cache-semantics@npm:4.1.1" - checksum: 83ac0bc60b17a3a36f9953e7be55e5c8f41acc61b22583060e8dedc9dd5e3607c823a88d0926f9150e571f90946835c7fe150732801010845c72cd8bbff1a236 - languageName: node - linkType: hard - -"http-errors@npm:2.0.0": - version: 2.0.0 - resolution: "http-errors@npm:2.0.0" - dependencies: - depd: 2.0.0 - inherits: 2.0.4 - setprototypeof: 1.2.0 - statuses: 2.0.1 - toidentifier: 1.0.1 - checksum: 9b0a3782665c52ce9dc658a0d1560bcb0214ba5699e4ea15aefb2a496e2ca83db03ebc42e1cce4ac1f413e4e0d2d736a3fd755772c556a9a06853ba2a0b7d920 - languageName: node - linkType: hard - -"http-parser-js@npm:>=0.5.1": - version: 0.5.8 - resolution: "http-parser-js@npm:0.5.8" - checksum: 6bbdf2429858e8cf13c62375b0bfb6dc3955ca0f32e58237488bc86cd2378f31d31785fd3ac4ce93f1c74e0189cf8823c91f5cb061696214fd368d2452dc871d - languageName: node - linkType: hard - -"http-proxy-agent@npm:^4.0.0, http-proxy-agent@npm:^4.0.1": - version: 4.0.1 - resolution: "http-proxy-agent@npm:4.0.1" - dependencies: - "@tootallnate/once": 1 - agent-base: 6 - debug: 4 - checksum: c6a5da5a1929416b6bbdf77b1aca13888013fe7eb9d59fc292e25d18e041bb154a8dfada58e223fc7b76b9b2d155a87e92e608235201f77d34aa258707963a82 - languageName: node - linkType: hard - -"http-proxy-agent@npm:^5.0.0": - version: 5.0.0 - resolution: "http-proxy-agent@npm:5.0.0" - dependencies: - "@tootallnate/once": 2 - agent-base: 6 - debug: 4 - checksum: e2ee1ff1656a131953839b2a19cd1f3a52d97c25ba87bd2559af6ae87114abf60971e498021f9b73f9fd78aea8876d1fb0d4656aac8a03c6caa9fc175f22b786 - languageName: node - linkType: hard - -"http-proxy-agent@npm:^7.0.0": - version: 7.0.2 - resolution: "http-proxy-agent@npm:7.0.2" - dependencies: - agent-base: ^7.1.0 - debug: ^4.3.4 - checksum: 670858c8f8f3146db5889e1fa117630910101db601fff7d5a8aa637da0abedf68c899f03d3451cac2f83bcc4c3d2dabf339b3aa00ff8080571cceb02c3ce02f3 - languageName: node - linkType: hard - -"https-proxy-agent@npm:5, https-proxy-agent@npm:^5.0.0": - version: 5.0.1 - resolution: "https-proxy-agent@npm:5.0.1" - dependencies: - agent-base: 6 - debug: 4 - checksum: 571fccdf38184f05943e12d37d6ce38197becdd69e58d03f43637f7fa1269cf303a7d228aa27e5b27bbd3af8f09fd938e1c91dcfefff2df7ba77c20ed8dfc765 - languageName: node - linkType: hard - -"https-proxy-agent@npm:^7.0.1": - version: 7.0.5 - resolution: "https-proxy-agent@npm:7.0.5" - dependencies: - agent-base: ^7.0.2 - debug: 4 - checksum: 2e1a28960f13b041a50702ee74f240add8e75146a5c37fc98f1960f0496710f6918b3a9fe1e5aba41e50f58e6df48d107edd9c405c5f0d73ac260dabf2210857 - languageName: node - linkType: hard - -"human-signals@npm:^2.1.0": - version: 2.1.0 - resolution: "human-signals@npm:2.1.0" - checksum: b87fd89fce72391625271454e70f67fe405277415b48bcc0117ca73d31fa23a4241787afdc8d67f5a116cf37258c052f59ea82daffa72364d61351423848e3b8 - languageName: node - linkType: hard - -"humanize-ms@npm:^1.2.0, humanize-ms@npm:^1.2.1": - version: 1.2.1 - resolution: "humanize-ms@npm:1.2.1" - dependencies: - ms: ^2.0.0 - checksum: 9c7a74a2827f9294c009266c82031030eae811ca87b0da3dceb8d6071b9bde22c9f3daef0469c3c533cc67a97d8a167cd9fc0389350e5f415f61a79b171ded16 - languageName: node - linkType: hard - -"iconv-lite@npm:0.4.24": - version: 0.4.24 - resolution: "iconv-lite@npm:0.4.24" - dependencies: - safer-buffer: ">= 2.1.2 < 3" - checksum: bd9f120f5a5b306f0bc0b9ae1edeb1577161503f5f8252a20f1a9e56ef8775c9959fd01c55f2d3a39d9a8abaf3e30c1abeb1895f367dcbbe0a8fd1c9ca01c4f6 - languageName: node - linkType: hard - -"iconv-lite@npm:^0.6.2, iconv-lite@npm:^0.6.3": - version: 0.6.3 - resolution: "iconv-lite@npm:0.6.3" - dependencies: - safer-buffer: ">= 2.1.2 < 3.0.0" - checksum: 3f60d47a5c8fc3313317edfd29a00a692cc87a19cac0159e2ce711d0ebc9019064108323b5e493625e25594f11c6236647d8e256fbe7a58f4a3b33b89e6d30bf - languageName: node - linkType: hard - -"ieee754@npm:^1.1.13, ieee754@npm:^1.2.1": - version: 1.2.1 - resolution: "ieee754@npm:1.2.1" - checksum: 5144c0c9815e54ada181d80a0b810221a253562422e7c6c3a60b1901154184f49326ec239d618c416c1c5945a2e197107aee8d986a3dd836b53dffefd99b5e7e - languageName: node - linkType: hard - -"ignore-by-default@npm:^1.0.1": - version: 1.0.1 - resolution: "ignore-by-default@npm:1.0.1" - checksum: 441509147b3615e0365e407a3c18e189f78c07af08564176c680be1fabc94b6c789cad1342ad887175d4ecd5225de86f73d376cec8e06b42fd9b429505ffcf8a - languageName: node - linkType: hard - -"import-local@npm:^3.0.2": - version: 3.2.0 - resolution: "import-local@npm:3.2.0" - dependencies: - pkg-dir: ^4.2.0 - resolve-cwd: ^3.0.0 - bin: - import-local-fixture: fixtures/cli.js - checksum: 0b0b0b412b2521739fbb85eeed834a3c34de9bc67e670b3d0b86248fc460d990a7b116ad056c084b87a693ef73d1f17268d6a5be626bb43c998a8b1c8a230004 - languageName: node - linkType: hard - -"imurmurhash@npm:^0.1.4": - version: 0.1.4 - resolution: "imurmurhash@npm:0.1.4" - checksum: 7cae75c8cd9a50f57dadd77482359f659eaebac0319dd9368bcd1714f55e65badd6929ca58569da2b6494ef13fdd5598cd700b1eba23f8b79c5f19d195a3ecf7 - languageName: node - linkType: hard - -"indent-string@npm:^4.0.0": - version: 4.0.0 - resolution: "indent-string@npm:4.0.0" - checksum: 824cfb9929d031dabf059bebfe08cf3137365e112019086ed3dcff6a0a7b698cb80cf67ccccde0e25b9e2d7527aa6cc1fed1ac490c752162496caba3e6699612 - languageName: node - linkType: hard - -"infer-owner@npm:^1.0.4": - version: 1.0.4 - resolution: "infer-owner@npm:1.0.4" - checksum: 181e732764e4a0611576466b4b87dac338972b839920b2a8cde43642e4ed6bd54dc1fb0b40874728f2a2df9a1b097b8ff83b56d5f8f8e3927f837fdcb47d8a89 - languageName: node - linkType: hard - -"inflight@npm:^1.0.4": - version: 1.0.6 - resolution: "inflight@npm:1.0.6" - dependencies: - once: ^1.3.0 - wrappy: 1 - checksum: f4f76aa072ce19fae87ce1ef7d221e709afb59d445e05d47fba710e85470923a75de35bfae47da6de1b18afc3ce83d70facf44cfb0aff89f0a3f45c0a0244dfd - languageName: node - linkType: hard - -"inherits@npm:2, inherits@npm:2.0.4, inherits@npm:^2.0.1, inherits@npm:^2.0.3, inherits@npm:^2.0.4, inherits@npm:~2.0.1, inherits@npm:~2.0.3": - version: 2.0.4 - resolution: "inherits@npm:2.0.4" - checksum: 4a48a733847879d6cf6691860a6b1e3f0f4754176e4d71494c41f3475553768b10f84b5ce1d40fbd0e34e6bfbb864ee35858ad4dd2cf31e02fc4a154b724d7f1 - languageName: node - linkType: hard - -"ini@npm:~1.3.0": - version: 1.3.8 - resolution: "ini@npm:1.3.8" - checksum: dfd98b0ca3a4fc1e323e38a6c8eb8936e31a97a918d3b377649ea15bdb15d481207a0dda1021efbd86b464cae29a0d33c1d7dcaf6c5672bee17fa849bc50a1b3 - languageName: node - linkType: hard - -"intl-messageformat@npm:^10.2.1": - version: 10.6.0 - resolution: "intl-messageformat@npm:10.6.0" - dependencies: - "@formatjs/ecma402-abstract": 2.1.0 - "@formatjs/fast-memoize": 2.2.0 - "@formatjs/icu-messageformat-parser": 2.7.9 - tslib: ^2.4.0 - checksum: 32e367958e92ff941d41280a478ddd4d4876ce8f44f71fa5d0e27e3461d08f89af0576f0d73cb83a4934ec734a730865f5cca3671a861d54be363831d7f37781 - languageName: node - linkType: hard - -"ip-address@npm:^9.0.5": - version: 9.0.5 - resolution: "ip-address@npm:9.0.5" - dependencies: - jsbn: 1.1.0 - sprintf-js: ^1.1.3 - checksum: aa15f12cfd0ef5e38349744e3654bae649a34c3b10c77a674a167e99925d1549486c5b14730eebce9fea26f6db9d5e42097b00aa4f9f612e68c79121c71652dc - languageName: node - linkType: hard - -"ip@npm:^1.1.5": - version: 1.1.9 - resolution: "ip@npm:1.1.9" - checksum: b6d91fd45a856e3bd6d4f601ea0619d90f3517638f6918ebd079f959a8a6308568d8db5ef4fdf037e0d9cfdcf264f46833dfeea81ca31309cf0a7eb4b1307b84 - languageName: node - linkType: hard - -"ipaddr.js@npm:1.9.1": - version: 1.9.1 - resolution: "ipaddr.js@npm:1.9.1" - checksum: f88d3825981486f5a1942414c8d77dd6674dd71c065adcfa46f578d677edcb99fda25af42675cb59db492fdf427b34a5abfcde3982da11a8fd83a500b41cfe77 - languageName: node - linkType: hard - -"is-arrayish@npm:^0.2.1": - version: 0.2.1 - resolution: "is-arrayish@npm:0.2.1" - checksum: eef4417e3c10e60e2c810b6084942b3ead455af16c4509959a27e490e7aee87cfb3f38e01bbde92220b528a0ee1a18d52b787e1458ee86174d8c7f0e58cd488f - languageName: node - linkType: hard - -"is-binary-path@npm:~2.1.0": - version: 2.1.0 - resolution: "is-binary-path@npm:2.1.0" - dependencies: - binary-extensions: ^2.0.0 - checksum: 84192eb88cff70d320426f35ecd63c3d6d495da9d805b19bc65b518984b7c0760280e57dbf119b7e9be6b161784a5a673ab2c6abe83abb5198a432232ad5b35c - languageName: node - linkType: hard - -"is-class-hotfix@npm:~0.0.6": - version: 0.0.6 - resolution: "is-class-hotfix@npm:0.0.6" - checksum: 7a0d5f14ef6db81c38f78f53fb08e440068e1ff62d5717fe4af1ca419fa0b68e6559a166c7d9953700e83efc290ef8fa24cf3363382014f9d6a74623d037ad7f - languageName: node - linkType: hard - -"is-core-module@npm:^2.13.0": - version: 2.15.1 - resolution: "is-core-module@npm:2.15.1" - dependencies: - hasown: ^2.0.2 - checksum: df134c168115690724b62018c37b2f5bba0d5745fa16960b329c5a00883a8bea6a5632fdb1e3efcce237c201826ba09f93197b7cd95577ea56b0df335be23633 - languageName: node - linkType: hard - -"is-extendable@npm:^0.1.0": - version: 0.1.1 - resolution: "is-extendable@npm:0.1.1" - checksum: 3875571d20a7563772ecc7a5f36cb03167e9be31ad259041b4a8f73f33f885441f778cee1f1fe0085eb4bc71679b9d8c923690003a36a6a5fdf8023e6e3f0672 - languageName: node - linkType: hard - -"is-extglob@npm:^2.1.1": - version: 2.1.1 - resolution: "is-extglob@npm:2.1.1" - checksum: df033653d06d0eb567461e58a7a8c9f940bd8c22274b94bf7671ab36df5719791aae15eef6d83bbb5e23283967f2f984b8914559d4449efda578c775c4be6f85 - languageName: node - linkType: hard - -"is-fullwidth-code-point@npm:^3.0.0": - version: 3.0.0 - resolution: "is-fullwidth-code-point@npm:3.0.0" - checksum: 44a30c29457c7fb8f00297bce733f0a64cd22eca270f83e58c105e0d015e45c019491a4ab2faef91ab51d4738c670daff901c799f6a700e27f7314029e99e348 - languageName: node - linkType: hard - -"is-generator-fn@npm:^2.0.0": - version: 2.1.0 - resolution: "is-generator-fn@npm:2.1.0" - checksum: a6ad5492cf9d1746f73b6744e0c43c0020510b59d56ddcb78a91cbc173f09b5e6beff53d75c9c5a29feb618bfef2bf458e025ecf3a57ad2268e2fb2569f56215 - languageName: node - linkType: hard - -"is-glob@npm:^4.0.1, is-glob@npm:~4.0.1": - version: 4.0.3 - resolution: "is-glob@npm:4.0.3" - dependencies: - is-extglob: ^2.1.1 - checksum: d381c1319fcb69d341cc6e6c7cd588e17cd94722d9a32dbd60660b993c4fb7d0f19438674e68dfec686d09b7c73139c9166b47597f846af387450224a8101ab4 - languageName: node - linkType: hard - -"is-lambda@npm:^1.0.1": - version: 1.0.1 - resolution: "is-lambda@npm:1.0.1" - checksum: 93a32f01940220532e5948538699ad610d5924ac86093fcee83022252b363eb0cc99ba53ab084a04e4fb62bf7b5731f55496257a4c38adf87af9c4d352c71c35 - languageName: node - linkType: hard - -"is-module@npm:^1.0.0": - version: 1.0.0 - resolution: "is-module@npm:1.0.0" - checksum: 8cd5390730c7976fb4e8546dd0b38865ee6f7bacfa08dfbb2cc07219606755f0b01709d9361e01f13009bbbd8099fa2927a8ed665118a6105d66e40f1b838c3f - languageName: node - linkType: hard - -"is-number@npm:^7.0.0": - version: 7.0.0 - resolution: "is-number@npm:7.0.0" - checksum: 456ac6f8e0f3111ed34668a624e45315201dff921e5ac181f8ec24923b99e9f32ca1a194912dc79d539c97d33dba17dc635202ff0b2cf98326f608323276d27a - languageName: node - linkType: hard - -"is-reference@npm:1.2.1": - version: 1.2.1 - resolution: "is-reference@npm:1.2.1" - dependencies: - "@types/estree": "*" - checksum: e7b48149f8abda2c10849ea51965904d6a714193d68942ad74e30522231045acf06cbfae5a4be2702fede5d232e61bf50b3183acdc056e6e3afe07fcf4f4b2bc - languageName: node - linkType: hard - -"is-stream@npm:^2.0.0": - version: 2.0.1 - resolution: "is-stream@npm:2.0.1" - checksum: b8e05ccdf96ac330ea83c12450304d4a591f9958c11fd17bed240af8d5ffe08aedafa4c0f4cfccd4d28dc9d4d129daca1023633d5c11601a6cbc77521f6fae66 - languageName: node - linkType: hard - -"is-type-of@npm:^1.4.0": - version: 1.4.0 - resolution: "is-type-of@npm:1.4.0" - dependencies: - core-util-is: ^1.0.2 - is-class-hotfix: ~0.0.6 - isstream: ~0.1.2 - checksum: 9d8ca64d0cb00da0bffe1c52c8883e6a1581377a0152d5a1ddbfcdd46fafac9ad713ad07866de73218160c36217ed482a83a700f52e13dc385f88c50c5fc51fd - languageName: node - linkType: hard - -"is@npm:^3.3.0": - version: 3.3.0 - resolution: "is@npm:3.3.0" - checksum: 81fad3b40c606984c2d0699207c4c48d2a0d29cc834b274d0b74c172f3eeebdb981301fe0d690ce090a96bf021a8a1f8b1325262ad9870c525e557ac4a559c56 - languageName: node - linkType: hard - -"isarray@npm:0.0.1": - version: 0.0.1 - resolution: "isarray@npm:0.0.1" - checksum: 49191f1425681df4a18c2f0f93db3adb85573bcdd6a4482539d98eac9e705d8961317b01175627e860516a2fc45f8f9302db26e5a380a97a520e272e2a40a8d4 - languageName: node - linkType: hard - -"isarray@npm:~1.0.0": - version: 1.0.0 - resolution: "isarray@npm:1.0.0" - checksum: f032df8e02dce8ec565cf2eb605ea939bdccea528dbcf565cdf92bfa2da9110461159d86a537388ef1acef8815a330642d7885b29010e8f7eac967c9993b65ab - languageName: node - linkType: hard - -"isexe@npm:^2.0.0": - version: 2.0.0 - resolution: "isexe@npm:2.0.0" - checksum: 26bf6c5480dda5161c820c5b5c751ae1e766c587b1f951ea3fcfc973bafb7831ae5b54a31a69bd670220e42e99ec154475025a468eae58ea262f813fdc8d1c62 - languageName: node - linkType: hard - -"isexe@npm:^3.1.1": - version: 3.1.1 - resolution: "isexe@npm:3.1.1" - checksum: 7fe1931ee4e88eb5aa524cd3ceb8c882537bc3a81b02e438b240e47012eef49c86904d0f0e593ea7c3a9996d18d0f1f3be8d3eaa92333977b0c3a9d353d5563e - languageName: node - linkType: hard - -"isstream@npm:~0.1.2": - version: 0.1.2 - resolution: "isstream@npm:0.1.2" - checksum: 1eb2fe63a729f7bdd8a559ab552c69055f4f48eb5c2f03724430587c6f450783c8f1cd936c1c952d0a927925180fcc892ebd5b174236cf1065d4bd5bdb37e963 - languageName: node - linkType: hard - -"istanbul-lib-coverage@npm:^3.0.0, istanbul-lib-coverage@npm:^3.2.0": - version: 3.2.2 - resolution: "istanbul-lib-coverage@npm:3.2.2" - checksum: 2367407a8d13982d8f7a859a35e7f8dd5d8f75aae4bb5484ede3a9ea1b426dc245aff28b976a2af48ee759fdd9be374ce2bd2669b644f31e76c5f46a2e29a831 - languageName: node - linkType: hard - -"istanbul-lib-instrument@npm:^5.0.4": - version: 5.2.1 - resolution: "istanbul-lib-instrument@npm:5.2.1" - dependencies: - "@babel/core": ^7.12.3 - "@babel/parser": ^7.14.7 - "@istanbuljs/schema": ^0.1.2 - istanbul-lib-coverage: ^3.2.0 - semver: ^6.3.0 - checksum: bf16f1803ba5e51b28bbd49ed955a736488381e09375d830e42ddeb403855b2006f850711d95ad726f2ba3f1ae8e7366de7e51d2b9ac67dc4d80191ef7ddf272 - languageName: node - linkType: hard - -"istanbul-lib-instrument@npm:^6.0.0": - version: 6.0.3 - resolution: "istanbul-lib-instrument@npm:6.0.3" - dependencies: - "@babel/core": ^7.23.9 - "@babel/parser": ^7.23.9 - "@istanbuljs/schema": ^0.1.3 - istanbul-lib-coverage: ^3.2.0 - semver: ^7.5.4 - checksum: 74104c60c65c4fa0e97cc76f039226c356123893929f067bfad5f86fe839e08f5d680354a68fead3bc9c1e2f3fa6f3f53cded70778e821d911e851d349f3545a - languageName: node - linkType: hard - -"istanbul-lib-report@npm:^3.0.0": - version: 3.0.1 - resolution: "istanbul-lib-report@npm:3.0.1" - dependencies: - istanbul-lib-coverage: ^3.0.0 - make-dir: ^4.0.0 - supports-color: ^7.1.0 - checksum: fd17a1b879e7faf9bb1dc8f80b2a16e9f5b7b8498fe6ed580a618c34df0bfe53d2abd35bf8a0a00e628fb7405462576427c7df20bbe4148d19c14b431c974b21 - languageName: node - linkType: hard - -"istanbul-lib-source-maps@npm:^4.0.0": - version: 4.0.1 - resolution: "istanbul-lib-source-maps@npm:4.0.1" - dependencies: - debug: ^4.1.1 - istanbul-lib-coverage: ^3.0.0 - source-map: ^0.6.1 - checksum: 21ad3df45db4b81852b662b8d4161f6446cd250c1ddc70ef96a585e2e85c26ed7cd9c2a396a71533cfb981d1a645508bc9618cae431e55d01a0628e7dec62ef2 - languageName: node - linkType: hard - -"istanbul-reports@npm:^3.1.3": - version: 3.1.7 - resolution: "istanbul-reports@npm:3.1.7" - dependencies: - html-escaper: ^2.0.0 - istanbul-lib-report: ^3.0.0 - checksum: 2072db6e07bfbb4d0eb30e2700250636182398c1af811aea5032acb219d2080f7586923c09fa194029efd6b92361afb3dcbe1ebcc3ee6651d13340f7c6c4ed95 - languageName: node - linkType: hard - -"jackspeak@npm:^3.1.2": - version: 3.4.3 - resolution: "jackspeak@npm:3.4.3" - dependencies: - "@isaacs/cliui": ^8.0.2 - "@pkgjs/parseargs": ^0.11.0 - dependenciesMeta: - "@pkgjs/parseargs": - optional: true - checksum: be31027fc72e7cc726206b9f560395604b82e0fddb46c4cbf9f97d049bcef607491a5afc0699612eaa4213ca5be8fd3e1e7cd187b3040988b65c9489838a7c00 - languageName: node - linkType: hard - -"jake@npm:^10.8.5": - version: 10.9.2 - resolution: "jake@npm:10.9.2" - dependencies: - async: ^3.2.3 - chalk: ^4.0.2 - filelist: ^1.0.4 - minimatch: ^3.1.2 - bin: - jake: bin/cli.js - checksum: f2dc4a086b4f58446d02cb9be913c39710d9ea570218d7681bb861f7eeaecab7b458256c946aeaa7e548c5e0686cc293e6435501e4047174a3b6a504dcbfcaae - languageName: node - linkType: hard - -"jest-changed-files@npm:^29.7.0": - version: 29.7.0 - resolution: "jest-changed-files@npm:29.7.0" - dependencies: - execa: ^5.0.0 - jest-util: ^29.7.0 - p-limit: ^3.1.0 - checksum: 963e203893c396c5dfc75e00a49426688efea7361b0f0e040035809cecd2d46b3c01c02be2d9e8d38b1138357d2de7719ea5b5be21f66c10f2e9685a5a73bb99 - languageName: node - linkType: hard - -"jest-circus@npm:^29.7.0": - version: 29.7.0 - resolution: "jest-circus@npm:29.7.0" - dependencies: - "@jest/environment": ^29.7.0 - "@jest/expect": ^29.7.0 - "@jest/test-result": ^29.7.0 - "@jest/types": ^29.6.3 - "@types/node": "*" - chalk: ^4.0.0 - co: ^4.6.0 - dedent: ^1.0.0 - is-generator-fn: ^2.0.0 - jest-each: ^29.7.0 - jest-matcher-utils: ^29.7.0 - jest-message-util: ^29.7.0 - jest-runtime: ^29.7.0 - jest-snapshot: ^29.7.0 - jest-util: ^29.7.0 - p-limit: ^3.1.0 - pretty-format: ^29.7.0 - pure-rand: ^6.0.0 - slash: ^3.0.0 - stack-utils: ^2.0.3 - checksum: 349437148924a5a109c9b8aad6d393a9591b4dac1918fc97d81b7fc515bc905af9918495055071404af1fab4e48e4b04ac3593477b1d5dcf48c4e71b527c70a7 - languageName: node - linkType: hard - -"jest-cli@npm:^29.7.0": - version: 29.7.0 - resolution: "jest-cli@npm:29.7.0" - dependencies: - "@jest/core": ^29.7.0 - "@jest/test-result": ^29.7.0 - "@jest/types": ^29.6.3 - chalk: ^4.0.0 - create-jest: ^29.7.0 - exit: ^0.1.2 - import-local: ^3.0.2 - jest-config: ^29.7.0 - jest-util: ^29.7.0 - jest-validate: ^29.7.0 - yargs: ^17.3.1 - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true - bin: - jest: bin/jest.js - checksum: 664901277a3f5007ea4870632ed6e7889db9da35b2434e7cb488443e6bf5513889b344b7fddf15112135495b9875892b156faeb2d7391ddb9e2a849dcb7b6c36 - languageName: node - linkType: hard - -"jest-config@npm:^29.7.0": - version: 29.7.0 - resolution: "jest-config@npm:29.7.0" - dependencies: - "@babel/core": ^7.11.6 - "@jest/test-sequencer": ^29.7.0 - "@jest/types": ^29.6.3 - babel-jest: ^29.7.0 - chalk: ^4.0.0 - ci-info: ^3.2.0 - deepmerge: ^4.2.2 - glob: ^7.1.3 - graceful-fs: ^4.2.9 - jest-circus: ^29.7.0 - jest-environment-node: ^29.7.0 - jest-get-type: ^29.6.3 - jest-regex-util: ^29.6.3 - jest-resolve: ^29.7.0 - jest-runner: ^29.7.0 - jest-util: ^29.7.0 - jest-validate: ^29.7.0 - micromatch: ^4.0.4 - parse-json: ^5.2.0 - pretty-format: ^29.7.0 - slash: ^3.0.0 - strip-json-comments: ^3.1.1 - peerDependencies: - "@types/node": "*" - ts-node: ">=9.0.0" - peerDependenciesMeta: - "@types/node": - optional: true - ts-node: - optional: true - checksum: 4cabf8f894c180cac80b7df1038912a3fc88f96f2622de33832f4b3314f83e22b08fb751da570c0ab2b7988f21604bdabade95e3c0c041068ac578c085cf7dff - languageName: node - linkType: hard - -"jest-diff@npm:^29.7.0": - version: 29.7.0 - resolution: "jest-diff@npm:29.7.0" - dependencies: - chalk: ^4.0.0 - diff-sequences: ^29.6.3 - jest-get-type: ^29.6.3 - pretty-format: ^29.7.0 - checksum: 08e24a9dd43bfba1ef07a6374e5af138f53137b79ec3d5cc71a2303515335898888fa5409959172e1e05de966c9e714368d15e8994b0af7441f0721ee8e1bb77 - languageName: node - linkType: hard - -"jest-docblock@npm:^29.7.0": - version: 29.7.0 - resolution: "jest-docblock@npm:29.7.0" - dependencies: - detect-newline: ^3.0.0 - checksum: 66390c3e9451f8d96c5da62f577a1dad701180cfa9b071c5025acab2f94d7a3efc2515cfa1654ebe707213241541ce9c5530232cdc8017c91ed64eea1bd3b192 - languageName: node - linkType: hard - -"jest-each@npm:^29.7.0": - version: 29.7.0 - resolution: "jest-each@npm:29.7.0" - dependencies: - "@jest/types": ^29.6.3 - chalk: ^4.0.0 - jest-get-type: ^29.6.3 - jest-util: ^29.7.0 - pretty-format: ^29.7.0 - checksum: e88f99f0184000fc8813f2a0aa79e29deeb63700a3b9b7928b8a418d7d93cd24933608591dbbdea732b473eb2021c72991b5cc51a17966842841c6e28e6f691c - languageName: node - linkType: hard - -"jest-environment-node@npm:^29.7.0": - version: 29.7.0 - resolution: "jest-environment-node@npm:29.7.0" - dependencies: - "@jest/environment": ^29.7.0 - "@jest/fake-timers": ^29.7.0 - "@jest/types": ^29.6.3 - "@types/node": "*" - jest-mock: ^29.7.0 - jest-util: ^29.7.0 - checksum: 501a9966292cbe0ca3f40057a37587cb6def25e1e0c5e39ac6c650fe78d3c70a2428304341d084ac0cced5041483acef41c477abac47e9a290d5545fd2f15646 - languageName: node - linkType: hard - -"jest-get-type@npm:^29.6.3": - version: 29.6.3 - resolution: "jest-get-type@npm:29.6.3" - checksum: 88ac9102d4679d768accae29f1e75f592b760b44277df288ad76ce5bf038c3f5ce3719dea8aa0f035dac30e9eb034b848ce716b9183ad7cc222d029f03e92205 - languageName: node - linkType: hard - -"jest-haste-map@npm:^29.7.0": - version: 29.7.0 - resolution: "jest-haste-map@npm:29.7.0" - dependencies: - "@jest/types": ^29.6.3 - "@types/graceful-fs": ^4.1.3 - "@types/node": "*" - anymatch: ^3.0.3 - fb-watchman: ^2.0.0 - fsevents: ^2.3.2 - graceful-fs: ^4.2.9 - jest-regex-util: ^29.6.3 - jest-util: ^29.7.0 - jest-worker: ^29.7.0 - micromatch: ^4.0.4 - walker: ^1.0.8 - dependenciesMeta: - fsevents: - optional: true - checksum: c2c8f2d3e792a963940fbdfa563ce14ef9e14d4d86da645b96d3cd346b8d35c5ce0b992ee08593939b5f718cf0a1f5a90011a056548a1dbf58397d4356786f01 - languageName: node - linkType: hard - -"jest-leak-detector@npm:^29.7.0": - version: 29.7.0 - resolution: "jest-leak-detector@npm:29.7.0" - dependencies: - jest-get-type: ^29.6.3 - pretty-format: ^29.7.0 - checksum: e3950e3ddd71e1d0c22924c51a300a1c2db6cf69ec1e51f95ccf424bcc070f78664813bef7aed4b16b96dfbdeea53fe358f8aeaaea84346ae15c3735758f1605 - languageName: node - linkType: hard - -"jest-matcher-utils@npm:^29.7.0": - version: 29.7.0 - resolution: "jest-matcher-utils@npm:29.7.0" - dependencies: - chalk: ^4.0.0 - jest-diff: ^29.7.0 - jest-get-type: ^29.6.3 - pretty-format: ^29.7.0 - checksum: d7259e5f995d915e8a37a8fd494cb7d6af24cd2a287b200f831717ba0d015190375f9f5dc35393b8ba2aae9b2ebd60984635269c7f8cff7d85b077543b7744cd - languageName: node - linkType: hard - -"jest-message-util@npm:^29.7.0": - version: 29.7.0 - resolution: "jest-message-util@npm:29.7.0" - dependencies: - "@babel/code-frame": ^7.12.13 - "@jest/types": ^29.6.3 - "@types/stack-utils": ^2.0.0 - chalk: ^4.0.0 - graceful-fs: ^4.2.9 - micromatch: ^4.0.4 - pretty-format: ^29.7.0 - slash: ^3.0.0 - stack-utils: ^2.0.3 - checksum: a9d025b1c6726a2ff17d54cc694de088b0489456c69106be6b615db7a51b7beb66788bea7a59991a019d924fbf20f67d085a445aedb9a4d6760363f4d7d09930 - languageName: node - linkType: hard - -"jest-mock@npm:^29.7.0": - version: 29.7.0 - resolution: "jest-mock@npm:29.7.0" - dependencies: - "@jest/types": ^29.6.3 - "@types/node": "*" - jest-util: ^29.7.0 - checksum: 81ba9b68689a60be1482212878973700347cb72833c5e5af09895882b9eb5c4e02843a1bbdf23f94c52d42708bab53a30c45a3482952c9eec173d1eaac5b86c5 - languageName: node - linkType: hard - -"jest-pnp-resolver@npm:^1.2.2": - version: 1.2.3 - resolution: "jest-pnp-resolver@npm:1.2.3" - peerDependencies: - jest-resolve: "*" - peerDependenciesMeta: - jest-resolve: - optional: true - checksum: db1a8ab2cb97ca19c01b1cfa9a9c8c69a143fde833c14df1fab0766f411b1148ff0df878adea09007ac6a2085ec116ba9a996a6ad104b1e58c20adbf88eed9b2 - languageName: node - linkType: hard - -"jest-regex-util@npm:^29.6.3": - version: 29.6.3 - resolution: "jest-regex-util@npm:29.6.3" - checksum: 0518beeb9bf1228261695e54f0feaad3606df26a19764bc19541e0fc6e2a3737191904607fb72f3f2ce85d9c16b28df79b7b1ec9443aa08c3ef0e9efda6f8f2a - languageName: node - linkType: hard - -"jest-resolve-dependencies@npm:^29.7.0": - version: 29.7.0 - resolution: "jest-resolve-dependencies@npm:29.7.0" - dependencies: - jest-regex-util: ^29.6.3 - jest-snapshot: ^29.7.0 - checksum: aeb75d8150aaae60ca2bb345a0d198f23496494677cd6aefa26fc005faf354061f073982175daaf32b4b9d86b26ca928586344516e3e6969aa614cb13b883984 - languageName: node - linkType: hard - -"jest-resolve@npm:^29.7.0": - version: 29.7.0 - resolution: "jest-resolve@npm:29.7.0" - dependencies: - chalk: ^4.0.0 - graceful-fs: ^4.2.9 - jest-haste-map: ^29.7.0 - jest-pnp-resolver: ^1.2.2 - jest-util: ^29.7.0 - jest-validate: ^29.7.0 - resolve: ^1.20.0 - resolve.exports: ^2.0.0 - slash: ^3.0.0 - checksum: 0ca218e10731aa17920526ec39deaec59ab9b966237905ffc4545444481112cd422f01581230eceb7e82d86f44a543d520a71391ec66e1b4ef1a578bd5c73487 - languageName: node - linkType: hard - -"jest-runner@npm:^29.7.0": - version: 29.7.0 - resolution: "jest-runner@npm:29.7.0" - dependencies: - "@jest/console": ^29.7.0 - "@jest/environment": ^29.7.0 - "@jest/test-result": ^29.7.0 - "@jest/transform": ^29.7.0 - "@jest/types": ^29.6.3 - "@types/node": "*" - chalk: ^4.0.0 - emittery: ^0.13.1 - graceful-fs: ^4.2.9 - jest-docblock: ^29.7.0 - jest-environment-node: ^29.7.0 - jest-haste-map: ^29.7.0 - jest-leak-detector: ^29.7.0 - jest-message-util: ^29.7.0 - jest-resolve: ^29.7.0 - jest-runtime: ^29.7.0 - jest-util: ^29.7.0 - jest-watcher: ^29.7.0 - jest-worker: ^29.7.0 - p-limit: ^3.1.0 - source-map-support: 0.5.13 - checksum: f0405778ea64812bf9b5c50b598850d94ccf95d7ba21f090c64827b41decd680ee19fcbb494007cdd7f5d0d8906bfc9eceddd8fa583e753e736ecd462d4682fb - languageName: node - linkType: hard - -"jest-runtime@npm:^29.7.0": - version: 29.7.0 - resolution: "jest-runtime@npm:29.7.0" - dependencies: - "@jest/environment": ^29.7.0 - "@jest/fake-timers": ^29.7.0 - "@jest/globals": ^29.7.0 - "@jest/source-map": ^29.6.3 - "@jest/test-result": ^29.7.0 - "@jest/transform": ^29.7.0 - "@jest/types": ^29.6.3 - "@types/node": "*" - chalk: ^4.0.0 - cjs-module-lexer: ^1.0.0 - collect-v8-coverage: ^1.0.0 - glob: ^7.1.3 - graceful-fs: ^4.2.9 - jest-haste-map: ^29.7.0 - jest-message-util: ^29.7.0 - jest-mock: ^29.7.0 - jest-regex-util: ^29.6.3 - jest-resolve: ^29.7.0 - jest-snapshot: ^29.7.0 - jest-util: ^29.7.0 - slash: ^3.0.0 - strip-bom: ^4.0.0 - checksum: d19f113d013e80691e07047f68e1e3448ef024ff2c6b586ce4f90cd7d4c62a2cd1d460110491019719f3c59bfebe16f0e201ed005ef9f80e2cf798c374eed54e - languageName: node - linkType: hard - -"jest-snapshot@npm:^29.7.0": - version: 29.7.0 - resolution: "jest-snapshot@npm:29.7.0" - dependencies: - "@babel/core": ^7.11.6 - "@babel/generator": ^7.7.2 - "@babel/plugin-syntax-jsx": ^7.7.2 - "@babel/plugin-syntax-typescript": ^7.7.2 - "@babel/types": ^7.3.3 - "@jest/expect-utils": ^29.7.0 - "@jest/transform": ^29.7.0 - "@jest/types": ^29.6.3 - babel-preset-current-node-syntax: ^1.0.0 - chalk: ^4.0.0 - expect: ^29.7.0 - graceful-fs: ^4.2.9 - jest-diff: ^29.7.0 - jest-get-type: ^29.6.3 - jest-matcher-utils: ^29.7.0 - jest-message-util: ^29.7.0 - jest-util: ^29.7.0 - natural-compare: ^1.4.0 - pretty-format: ^29.7.0 - semver: ^7.5.3 - checksum: 86821c3ad0b6899521ce75ee1ae7b01b17e6dfeff9166f2cf17f012e0c5d8c798f30f9e4f8f7f5bed01ea7b55a6bc159f5eda778311162cbfa48785447c237ad - languageName: node - linkType: hard - -"jest-util@npm:^29.0.0, jest-util@npm:^29.7.0": - version: 29.7.0 - resolution: "jest-util@npm:29.7.0" - dependencies: - "@jest/types": ^29.6.3 - "@types/node": "*" - chalk: ^4.0.0 - ci-info: ^3.2.0 - graceful-fs: ^4.2.9 - picomatch: ^2.2.3 - checksum: 042ab4980f4ccd4d50226e01e5c7376a8556b472442ca6091a8f102488c0f22e6e8b89ea874111d2328a2080083bf3225c86f3788c52af0bd0345a00eb57a3ca - languageName: node - linkType: hard - -"jest-validate@npm:^29.7.0": - version: 29.7.0 - resolution: "jest-validate@npm:29.7.0" - dependencies: - "@jest/types": ^29.6.3 - camelcase: ^6.2.0 - chalk: ^4.0.0 - jest-get-type: ^29.6.3 - leven: ^3.1.0 - pretty-format: ^29.7.0 - checksum: 191fcdc980f8a0de4dbdd879fa276435d00eb157a48683af7b3b1b98b0f7d9de7ffe12689b617779097ff1ed77601b9f7126b0871bba4f776e222c40f62e9dae - languageName: node - linkType: hard - -"jest-watcher@npm:^29.7.0": - version: 29.7.0 - resolution: "jest-watcher@npm:29.7.0" - dependencies: - "@jest/test-result": ^29.7.0 - "@jest/types": ^29.6.3 - "@types/node": "*" - ansi-escapes: ^4.2.1 - chalk: ^4.0.0 - emittery: ^0.13.1 - jest-util: ^29.7.0 - string-length: ^4.0.1 - checksum: 67e6e7fe695416deff96b93a14a561a6db69389a0667e9489f24485bb85e5b54e12f3b2ba511ec0b777eca1e727235b073e3ebcdd473d68888650489f88df92f - languageName: node - linkType: hard - -"jest-worker@npm:^29.7.0": - version: 29.7.0 - resolution: "jest-worker@npm:29.7.0" - dependencies: - "@types/node": "*" - jest-util: ^29.7.0 - merge-stream: ^2.0.0 - supports-color: ^8.0.0 - checksum: 30fff60af49675273644d408b650fc2eb4b5dcafc5a0a455f238322a8f9d8a98d847baca9d51ff197b6747f54c7901daa2287799230b856a0f48287d131f8c13 - languageName: node - linkType: hard - -"jest@npm:^29.3.1": - version: 29.7.0 - resolution: "jest@npm:29.7.0" - dependencies: - "@jest/core": ^29.7.0 - "@jest/types": ^29.6.3 - import-local: ^3.0.2 - jest-cli: ^29.7.0 - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true - bin: - jest: bin/jest.js - checksum: 17ca8d67504a7dbb1998cf3c3077ec9031ba3eb512da8d71cb91bcabb2b8995c4e4b292b740cb9bf1cbff5ce3e110b3f7c777b0cefb6f41ab05445f248d0ee0b - languageName: node - linkType: hard - -"jose@npm:^4.14.6": - version: 4.15.9 - resolution: "jose@npm:4.15.9" - checksum: 41abe1c99baa3cf8a78ebbf93da8f8e50e417b7a26754c4afa21865d87527b8ac2baf66de2c5f6accc3f7d7158658dae7364043677236ea1d07895b040097f15 - languageName: node - linkType: hard - -"js-base64@npm:^2.5.2": - version: 2.6.4 - resolution: "js-base64@npm:2.6.4" - checksum: 5f4084078d6c46f8529741d110df84b14fac3276b903760c21fa8cc8521370d607325dfe1c1a9fbbeaae1ff8e602665aaeef1362427d8fef704f9e3659472ce8 - languageName: node - linkType: hard - -"js-tokens@npm:^4.0.0": - version: 4.0.0 - resolution: "js-tokens@npm:4.0.0" - checksum: 8a95213a5a77deb6cbe94d86340e8d9ace2b93bc367790b260101d2f36a2eaf4e4e22d9fa9cf459b38af3a32fb4190e638024cf82ec95ef708680e405ea7cc78 - languageName: node - linkType: hard - -"js-yaml@npm:^3.13.1": - version: 3.14.1 - resolution: "js-yaml@npm:3.14.1" - dependencies: - argparse: ^1.0.7 - esprima: ^4.0.0 - bin: - js-yaml: bin/js-yaml.js - checksum: bef146085f472d44dee30ec34e5cf36bf89164f5d585435a3d3da89e52622dff0b188a580e4ad091c3341889e14cb88cac6e4deb16dc5b1e9623bb0601fc255c - languageName: node - linkType: hard - -"js-yaml@npm:^4.1.0": - version: 4.1.0 - resolution: "js-yaml@npm:4.1.0" - dependencies: - argparse: ^2.0.1 - bin: - js-yaml: bin/js-yaml.js - checksum: c7830dfd456c3ef2c6e355cc5a92e6700ceafa1d14bba54497b34a99f0376cecbb3e9ac14d3e5849b426d5a5140709a66237a8c991c675431271c4ce5504151a - languageName: node - linkType: hard - -"jsbn@npm:1.1.0": - version: 1.1.0 - resolution: "jsbn@npm:1.1.0" - checksum: 944f924f2bd67ad533b3850eee47603eed0f6ae425fd1ee8c760f477e8c34a05f144c1bd4f5a5dd1963141dc79a2c55f89ccc5ab77d039e7077f3ad196b64965 - languageName: node - linkType: hard - -"jsesc@npm:^3.0.2": - version: 3.0.2 - resolution: "jsesc@npm:3.0.2" - bin: - jsesc: bin/jsesc - checksum: a36d3ca40574a974d9c2063bf68c2b6141c20da8f2a36bd3279fc802563f35f0527a6c828801295bdfb2803952cf2cf387786c2c90ed564f88d5782475abfe3c - languageName: node - linkType: hard - -"json-bigint@npm:^1.0.0": - version: 1.0.0 - resolution: "json-bigint@npm:1.0.0" - dependencies: - bignumber.js: ^9.0.0 - checksum: c67bb93ccb3c291e60eb4b62931403e378906aab113ec1c2a8dd0f9a7f065ad6fd9713d627b732abefae2e244ac9ce1721c7a3142b2979532f12b258634ce6f6 - languageName: node - linkType: hard - -"json-parse-even-better-errors@npm:^2.3.0": - version: 2.3.1 - resolution: "json-parse-even-better-errors@npm:2.3.1" - checksum: 798ed4cf3354a2d9ccd78e86d2169515a0097a5c133337807cdf7f1fc32e1391d207ccfc276518cc1d7d8d4db93288b8a50ba4293d212ad1336e52a8ec0a941f - languageName: node - linkType: hard - -"json-schema-traverse@npm:^1.0.0": - version: 1.0.0 - resolution: "json-schema-traverse@npm:1.0.0" - checksum: 02f2f466cdb0362558b2f1fd5e15cce82ef55d60cd7f8fa828cf35ba74330f8d767fcae5c5c2adb7851fa811766c694b9405810879bc4e1ddd78a7c0e03658ad - languageName: node - linkType: hard - -"json-stringify-safe@npm:^5.0.1": - version: 5.0.1 - resolution: "json-stringify-safe@npm:5.0.1" - checksum: 48ec0adad5280b8a96bb93f4563aa1667fd7a36334f79149abd42446d0989f2ddc58274b479f4819f1f00617957e6344c886c55d05a4e15ebb4ab931e4a6a8ee - languageName: node - linkType: hard - -"json5@npm:^2.2.3": - version: 2.2.3 - resolution: "json5@npm:2.2.3" - bin: - json5: lib/cli.js - checksum: 2a7436a93393830bce797d4626275152e37e877b265e94ca69c99e3d20c2b9dab021279146a39cdb700e71b2dd32a4cebd1514cd57cee102b1af906ce5040349 - languageName: node - linkType: hard - -"jsonc-parser@npm:3.2.0": - version: 3.2.0 - resolution: "jsonc-parser@npm:3.2.0" - checksum: 946dd9a5f326b745aa326d48a7257e3f4a4b62c5e98ec8e49fa2bdd8d96cef7e6febf1399f5c7016114fd1f68a1c62c6138826d5d90bc650448e3cf0951c53c7 - languageName: node - linkType: hard - -"jsonfile@npm:^4.0.0": - version: 4.0.0 - resolution: "jsonfile@npm:4.0.0" - dependencies: - graceful-fs: ^4.1.6 - dependenciesMeta: - graceful-fs: - optional: true - checksum: 6447d6224f0d31623eef9b51185af03ac328a7553efcee30fa423d98a9e276ca08db87d71e17f2310b0263fd3ffa6c2a90a6308367f661dc21580f9469897c9e - languageName: node - linkType: hard - -"jsonpath@npm:^1.1.1": - version: 1.1.1 - resolution: "jsonpath@npm:1.1.1" - dependencies: - esprima: 1.2.2 - static-eval: 2.0.2 - underscore: 1.12.1 - checksum: 5480d8e9e424fe2ed4ade6860b6e2cefddb21adb3a99abe0254cd9428e8ef9b0c9fb5729d6a5a514e90df50d645ccea9f3be48d627570e6222dd5dadc28eba7b - languageName: node - linkType: hard - -"jsonwebtoken@npm:^9.0.0": - version: 9.0.2 - resolution: "jsonwebtoken@npm:9.0.2" - dependencies: - jws: ^3.2.2 - lodash.includes: ^4.3.0 - lodash.isboolean: ^3.0.3 - lodash.isinteger: ^4.0.4 - lodash.isnumber: ^3.0.3 - lodash.isplainobject: ^4.0.6 - lodash.isstring: ^4.0.1 - lodash.once: ^4.0.0 - ms: ^2.1.1 - semver: ^7.5.4 - checksum: fc739a6a8b33f1974f9772dca7f8493ca8df4cc31c5a09dcfdb7cff77447dcf22f4236fb2774ef3fe50df0abeb8e1c6f4c41eba82f500a804ab101e2fbc9d61a - languageName: node - linkType: hard - -"jstoxml@npm:^2.0.0": - version: 2.2.9 - resolution: "jstoxml@npm:2.2.9" - checksum: 6a80183a646f415a2e959f31fa2e04f07e538b68daa8d47ebc38ff1576060ac958c76685516d1cc0c213f64acd3d0488f53e7f79db094b7b3a48d2b70acc4edb - languageName: node - linkType: hard - -"jwa@npm:^1.4.1": - version: 1.4.1 - resolution: "jwa@npm:1.4.1" - dependencies: - buffer-equal-constant-time: 1.0.1 - ecdsa-sig-formatter: 1.0.11 - safe-buffer: ^5.0.1 - checksum: ff30ea7c2dcc61f3ed2098d868bf89d43701605090c5b21b5544b512843ec6fd9e028381a4dda466cbcdb885c2d1150f7c62e7168394ee07941b4098e1035e2f - languageName: node - linkType: hard - -"jwa@npm:^2.0.0": - version: 2.0.0 - resolution: "jwa@npm:2.0.0" - dependencies: - buffer-equal-constant-time: 1.0.1 - ecdsa-sig-formatter: 1.0.11 - safe-buffer: ^5.0.1 - checksum: 8f00b71ad5fe94cb55006d0d19202f8f56889109caada2f7eeb63ca81755769ce87f4f48101967f398462e3b8ae4faebfbd5a0269cb755dead5d63c77ba4d2f1 - languageName: node - linkType: hard - -"jwks-rsa@npm:^3.1.0": - version: 3.1.0 - resolution: "jwks-rsa@npm:3.1.0" - dependencies: - "@types/express": ^4.17.17 - "@types/jsonwebtoken": ^9.0.2 - debug: ^4.3.4 - jose: ^4.14.6 - limiter: ^1.1.5 - lru-memoizer: ^2.2.0 - checksum: eef0c174b0dc7015585982de3aa6644bb8d5b355ebcfc3a40e52ab66cbb9b7c0b699089fd68b7f5d68ae01735a45251f1c1ebc35e9d749e5b84693cc871b0f93 - languageName: node - linkType: hard - -"jws@npm:^3.2.2": - version: 3.2.2 - resolution: "jws@npm:3.2.2" - dependencies: - jwa: ^1.4.1 - safe-buffer: ^5.0.1 - checksum: f0213fe5b79344c56cd443428d8f65c16bf842dc8cb8f5aed693e1e91d79c20741663ad6eff07a6d2c433d1831acc9814e8d7bada6a0471fbb91d09ceb2bf5c2 - languageName: node - linkType: hard - -"jws@npm:^4.0.0": - version: 4.0.0 - resolution: "jws@npm:4.0.0" - dependencies: - jwa: ^2.0.0 - safe-buffer: ^5.0.1 - checksum: d68d07aa6d1b8cb35c363a9bd2b48f15064d342a5d9dc18a250dbbce8dc06bd7e4792516c50baa16b8d14f61167c19e851fd7f66b59ecc68b7f6a013759765f7 - languageName: node - linkType: hard - -"kleur@npm:^3.0.3": - version: 3.0.3 - resolution: "kleur@npm:3.0.3" - checksum: df82cd1e172f957bae9c536286265a5cdbd5eeca487cb0a3b2a7b41ef959fc61f8e7c0e9aeea9c114ccf2c166b6a8dd45a46fd619c1c569d210ecd2765ad5169 - languageName: node - linkType: hard - -"leven@npm:^3.1.0": - version: 3.1.0 - resolution: "leven@npm:3.1.0" - checksum: 638401d534585261b6003db9d99afd244dfe82d75ddb6db5c0df412842d5ab30b2ef18de471aaec70fe69a46f17b4ae3c7f01d8a4e6580ef7adb9f4273ad1e55 - languageName: node - linkType: hard - -"levn@npm:~0.3.0": - version: 0.3.0 - resolution: "levn@npm:0.3.0" - dependencies: - prelude-ls: ~1.1.2 - type-check: ~0.3.2 - checksum: 0d084a524231a8246bb10fec48cdbb35282099f6954838604f3c7fc66f2e16fa66fd9cc2f3f20a541a113c4dafdf181e822c887c8a319c9195444e6c64ac395e - languageName: node - linkType: hard - -"limiter@npm:^1.1.5": - version: 1.1.5 - resolution: "limiter@npm:1.1.5" - checksum: 2d51d3a8bef131aada820b76530f8223380a0079aa0fffdfd3ec47ac2f65763225cb4c62a2f22347f4898c5eeb248edfec991c4a4f5b608dfca0aaa37ac48071 - languageName: node - linkType: hard - -"lines-and-columns@npm:^1.1.6": - version: 1.2.4 - resolution: "lines-and-columns@npm:1.2.4" - checksum: 0c37f9f7fa212b38912b7145e1cd16a5f3cd34d782441c3e6ca653485d326f58b3caccda66efce1c5812bde4961bbde3374fae4b0d11bf1226152337f3894aa5 - languageName: node - linkType: hard - -"locate-path@npm:^5.0.0": - version: 5.0.0 - resolution: "locate-path@npm:5.0.0" - dependencies: - p-locate: ^4.1.0 - checksum: 83e51725e67517287d73e1ded92b28602e3ae5580b301fe54bfb76c0c723e3f285b19252e375712316774cf52006cb236aed5704692c32db0d5d089b69696e30 - languageName: node - linkType: hard - -"lodash.camelcase@npm:^4.3.0": - version: 4.3.0 - resolution: "lodash.camelcase@npm:4.3.0" - checksum: cb9227612f71b83e42de93eccf1232feeb25e705bdb19ba26c04f91e885bfd3dd5c517c4a97137658190581d3493ea3973072ca010aab7e301046d90740393d1 - languageName: node - linkType: hard - -"lodash.clonedeep@npm:^4.5.0": - version: 4.5.0 - resolution: "lodash.clonedeep@npm:4.5.0" - checksum: 92c46f094b064e876a23c97f57f81fbffd5d760bf2d8a1c61d85db6d1e488c66b0384c943abee4f6af7debf5ad4e4282e74ff83177c9e63d8ff081a4837c3489 - languageName: node - linkType: hard - -"lodash.includes@npm:^4.3.0": - version: 4.3.0 - resolution: "lodash.includes@npm:4.3.0" - checksum: 71092c130515a67ab3bd928f57f6018434797c94def7f46aafa417771e455ce3a4834889f4267b17887d7f75297dfabd96231bf704fd2b8c5096dc4a913568b6 - languageName: node - linkType: hard - -"lodash.isboolean@npm:^3.0.3": - version: 3.0.3 - resolution: "lodash.isboolean@npm:3.0.3" - checksum: b70068b4a8b8837912b54052557b21fc4774174e3512ed3c5b94621e5aff5eb6c68089d0a386b7e801d679cd105d2e35417978a5e99071750aa2ed90bffd0250 - languageName: node - linkType: hard - -"lodash.isinteger@npm:^4.0.4": - version: 4.0.4 - resolution: "lodash.isinteger@npm:4.0.4" - checksum: 6034821b3fc61a2ffc34e7d5644bb50c5fd8f1c0121c554c21ac271911ee0c0502274852845005f8651d51e199ee2e0cfebfe40aaa49c7fe617f603a8a0b1691 - languageName: node - linkType: hard - -"lodash.isnumber@npm:^3.0.3": - version: 3.0.3 - resolution: "lodash.isnumber@npm:3.0.3" - checksum: 913784275b565346255e6ae6a6e30b760a0da70abc29f3e1f409081585875105138cda4a429ff02577e1bc0a7ae2a90e0a3079a37f3a04c3d6c5aaa532f4cab2 - languageName: node - linkType: hard - -"lodash.isplainobject@npm:^4.0.6": - version: 4.0.6 - resolution: "lodash.isplainobject@npm:4.0.6" - checksum: 29c6351f281e0d9a1d58f1a4c8f4400924b4c79f18dfc4613624d7d54784df07efaff97c1ff2659f3e085ecf4fff493300adc4837553104cef2634110b0d5337 - languageName: node - linkType: hard - -"lodash.isstring@npm:^4.0.1": - version: 4.0.1 - resolution: "lodash.isstring@npm:4.0.1" - checksum: eaac87ae9636848af08021083d796e2eea3d02e80082ab8a9955309569cb3a463ce97fd281d7dc119e402b2e7d8c54a23914b15d2fc7fff56461511dc8937ba0 - languageName: node - linkType: hard - -"lodash.memoize@npm:^4.1.2": - version: 4.1.2 - resolution: "lodash.memoize@npm:4.1.2" - checksum: 9ff3942feeccffa4f1fafa88d32f0d24fdc62fd15ded5a74a5f950ff5f0c6f61916157246744c620173dddf38d37095a92327d5fd3861e2063e736a5c207d089 - languageName: node - linkType: hard - -"lodash.once@npm:^4.0.0": - version: 4.1.1 - resolution: "lodash.once@npm:4.1.1" - checksum: d768fa9f9b4e1dc6453be99b753906f58990e0c45e7b2ca5a3b40a33111e5d17f6edf2f768786e2716af90a8e78f8f91431ab8435f761fef00f9b0c256f6d245 - languageName: node - linkType: hard - -"lodash@npm:^4.15.0, lodash@npm:^4.17.21": - version: 4.17.21 - resolution: "lodash@npm:4.17.21" - checksum: eb835a2e51d381e561e508ce932ea50a8e5a68f4ebdd771ea240d3048244a8d13658acbd502cd4829768c56f2e16bdd4340b9ea141297d472517b83868e677f7 - languageName: node - linkType: hard - -"loglevel@npm:^1.8.1": - version: 1.9.2 - resolution: "loglevel@npm:1.9.2" - checksum: 896c67b90a507bfcfc1e9a4daa7bf789a441dd70d95cd13b998d6dd46233a3bfadfb8fadb07250432bbfb53bf61e95f2520f9b11f9d3175cc460e5c251eca0af - languageName: node - linkType: hard - -"long@npm:^5.0.0, long@npm:^5.2.3": - version: 5.2.3 - resolution: "long@npm:5.2.3" - checksum: 885ede7c3de4facccbd2cacc6168bae3a02c3e836159ea4252c87b6e34d40af819824b2d4edce330bfb5c4d6e8ce3ec5864bdcf9473fa1f53a4f8225860e5897 - languageName: node - linkType: hard - -"lowcoder-core@npm:^0.0.8": - version: 0.0.8 - resolution: "lowcoder-core@npm:0.0.8" - dependencies: - "@rollup/plugin-commonjs": ^23.0.0 - "@rollup/plugin-node-resolve": ^15.0.0 - intl-messageformat: ^10.2.1 - lodash: ^4.17.21 - lru-cache: ^7.14.1 - checksum: 67f6ddc1b924d96d5d2ba0fca05b50bf91035b3d24d51acf89e0e40ca466121ba0f220f7162215b71077a43025b9df0a9b55aee48a937605a73fec4a06b71cac - languageName: node - linkType: hard - -"lowcoder-node-server@workspace:.": - version: 0.0.0-use.local - resolution: "lowcoder-node-server@workspace:." - dependencies: - "@apidevtools/swagger-parser": ^10.1.0 - "@aws-sdk/client-appconfig": ^3.533.0 - "@aws-sdk/client-appconfigdata": ^3.533.0 - "@aws-sdk/client-athena": ^3.333.0 - "@aws-sdk/client-dynamodb": ^3.332.0 - "@aws-sdk/client-lambda": ^3.332.0 - "@aws-sdk/client-s3": ^3.332.0 - "@aws-sdk/s3-request-presigner": ^3.332.0 - "@google-cloud/bigquery": ^6.1.0 - "@google-cloud/storage": ^6.10.1 - "@supabase/supabase-js": ^2.26.0 - "@types/ali-oss": ^6.16.11 - "@types/axios": ^0.14.0 - "@types/express": ^4.17.14 - "@types/jest": ^29.2.4 - "@types/jsonpath": ^0.2.0 - "@types/lodash": ^4.14.190 - "@types/morgan": ^1.9.3 - "@types/node": ^20.1.1 - "@types/node-fetch": ^2.6.2 - ali-oss: ^6.20.0 - axios: ^1.7.7 - base64-arraybuffer: ^1.0.2 - bluebird: ^3.7.2 - commander: ^10.0.0 - copyfiles: ^2.4.1 - duckdb-async: ^0.10.0 - dynamodb-data-types: ^4.0.1 - express: ^4.21.0 - express-async-errors: ^3.1.1 - firebase-admin: ^12.6.0 - formdata-node: 4 - graphql: ^16.9.0 - graphql-request: ^6.1.0 - jest: ^29.3.1 - jsonpath: ^1.1.1 - lodash: ^4.17.21 - loglevel: ^1.8.1 - lowcoder-core: ^0.0.8 - lowcoder-sdk: 0.0.41 - morgan: ^1.10.0 - nock: ^13.3.0 - node-fetch: 2 - node-firebird: ^1.1.9 - nodemon: ^2.0.22 - openapi-types: ^12.1.3 - pino: ^8.14.1 - postman-to-openapi: ^3.0.1 - prom-client: ^14.2.0 - proxy-agent: ^5.0.0 - stylis: ^4.3.0 - svgo: ^3.0.2 - swagger-client: ^3.29.3 - ts-jest: ^29.0.3 - ts-node: ^10.9.1 - typescript: ^4.9.3 - yaml: ^2.2.2 - languageName: unknown - linkType: soft - -"lowcoder-sdk@npm:0.0.41": - version: 0.0.41 - resolution: "lowcoder-sdk@npm:0.0.41" - peerDependencies: - react: ">=17" - react-dom: ">=17" - checksum: f7820b8ddfc9e86c3c36923347a686325b449a9d01cad761c0800e27d6f3408e76668664a24667eeb19eb6674f5024113da7a9fc3881cf5ce28d6f9304444c79 - languageName: node - linkType: hard - -"lru-cache@npm:6.0.0, lru-cache@npm:^6.0.0": - version: 6.0.0 - resolution: "lru-cache@npm:6.0.0" - dependencies: - yallist: ^4.0.0 - checksum: f97f499f898f23e4585742138a22f22526254fdba6d75d41a1c2526b3b6cc5747ef59c5612ba7375f42aca4f8461950e925ba08c991ead0651b4918b7c978297 - languageName: node - linkType: hard - -"lru-cache@npm:^10.0.1, lru-cache@npm:^10.2.0": - version: 10.4.3 - resolution: "lru-cache@npm:10.4.3" - checksum: 6476138d2125387a6d20f100608c2583d415a4f64a0fecf30c9e2dda976614f09cad4baa0842447bd37dd459a7bd27f57d9d8f8ce558805abd487c583f3d774a - languageName: node - linkType: hard - -"lru-cache@npm:^5.1.1": - version: 5.1.1 - resolution: "lru-cache@npm:5.1.1" - dependencies: - yallist: ^3.0.2 - checksum: c154ae1cbb0c2206d1501a0e94df349653c92c8cbb25236d7e85190bcaf4567a03ac6eb43166fabfa36fd35623694da7233e88d9601fbf411a9a481d85dbd2cb - languageName: node - linkType: hard - -"lru-cache@npm:^7.14.1, lru-cache@npm:^7.7.1": - version: 7.18.3 - resolution: "lru-cache@npm:7.18.3" - checksum: e550d772384709deea3f141af34b6d4fa392e2e418c1498c078de0ee63670f1f46f5eee746e8ef7e69e1c895af0d4224e62ee33e66a543a14763b0f2e74c1356 - languageName: node - linkType: hard - -"lru-memoizer@npm:^2.2.0": - version: 2.3.0 - resolution: "lru-memoizer@npm:2.3.0" - dependencies: - lodash.clonedeep: ^4.5.0 - lru-cache: 6.0.0 - checksum: 3468a655b89295ddc0f069a5ebd574ff8565476efc49dfd2b666ed7bd5c6f090e6e3e35cc84714194cc154d5331007d6bbfd50b480ed3ea07303820f81ef7389 - languageName: node - linkType: hard - -"magic-string@npm:^0.27.0": - version: 0.27.0 - resolution: "magic-string@npm:0.27.0" - dependencies: - "@jridgewell/sourcemap-codec": ^1.4.13 - checksum: 273faaa50baadb7a2df6e442eac34ad611304fc08fe16e24fe2e472fd944bfcb73ffb50d2dc972dc04e92784222002af46868cb9698b1be181c81830fd95a13e - languageName: node - linkType: hard - -"make-dir@npm:^3.1.0": - version: 3.1.0 - resolution: "make-dir@npm:3.1.0" - dependencies: - semver: ^6.0.0 - checksum: 484200020ab5a1fdf12f393fe5f385fc8e4378824c940fba1729dcd198ae4ff24867bc7a5646331e50cead8abff5d9270c456314386e629acec6dff4b8016b78 - languageName: node - linkType: hard - -"make-dir@npm:^4.0.0": - version: 4.0.0 - resolution: "make-dir@npm:4.0.0" - dependencies: - semver: ^7.5.3 - checksum: bf0731a2dd3aab4db6f3de1585cea0b746bb73eb5a02e3d8d72757e376e64e6ada190b1eddcde5b2f24a81b688a9897efd5018737d05e02e2a671dda9cff8a8a - languageName: node - linkType: hard - -"make-error@npm:^1.1.1, make-error@npm:^1.3.6": - version: 1.3.6 - resolution: "make-error@npm:1.3.6" - checksum: b86e5e0e25f7f777b77fabd8e2cbf15737972869d852a22b7e73c17623928fccb826d8e46b9951501d3f20e51ad74ba8c59ed584f610526a48f8ccf88aaec402 - languageName: node - linkType: hard - -"make-fetch-happen@npm:^10.0.3": - version: 10.2.1 - resolution: "make-fetch-happen@npm:10.2.1" - dependencies: - agentkeepalive: ^4.2.1 - cacache: ^16.1.0 - http-cache-semantics: ^4.1.0 - http-proxy-agent: ^5.0.0 - https-proxy-agent: ^5.0.0 - is-lambda: ^1.0.1 - lru-cache: ^7.7.1 - minipass: ^3.1.6 - minipass-collect: ^1.0.2 - minipass-fetch: ^2.0.3 - minipass-flush: ^1.0.5 - minipass-pipeline: ^1.2.4 - negotiator: ^0.6.3 - promise-retry: ^2.0.1 - socks-proxy-agent: ^7.0.0 - ssri: ^9.0.0 - checksum: 2332eb9a8ec96f1ffeeea56ccefabcb4193693597b132cd110734d50f2928842e22b84cfa1508e921b8385cdfd06dda9ad68645fed62b50fff629a580f5fb72c - languageName: node - linkType: hard - -"make-fetch-happen@npm:^13.0.0": - version: 13.0.1 - resolution: "make-fetch-happen@npm:13.0.1" - dependencies: - "@npmcli/agent": ^2.0.0 - cacache: ^18.0.0 - http-cache-semantics: ^4.1.1 - is-lambda: ^1.0.1 - minipass: ^7.0.2 - minipass-fetch: ^3.0.0 - minipass-flush: ^1.0.5 - minipass-pipeline: ^1.2.4 - negotiator: ^0.6.3 - proc-log: ^4.2.0 - promise-retry: ^2.0.1 - ssri: ^10.0.0 - checksum: 5c9fad695579b79488fa100da05777213dd9365222f85e4757630f8dd2a21a79ddd3206c78cfd6f9b37346819681782b67900ac847a57cf04190f52dda5343fd - languageName: node - linkType: hard - -"makeerror@npm:1.0.12": - version: 1.0.12 - resolution: "makeerror@npm:1.0.12" - dependencies: - tmpl: 1.0.5 - checksum: b38a025a12c8146d6eeea5a7f2bf27d51d8ad6064da8ca9405fcf7bf9b54acd43e3b30ddd7abb9b1bfa4ddb266019133313482570ddb207de568f71ecfcf6060 - languageName: node - linkType: hard - -"marked@npm:^4.2.5": - version: 4.3.0 - resolution: "marked@npm:4.3.0" - bin: - marked: bin/marked.js - checksum: 0db6817893952c3ec710eb9ceafb8468bf5ae38cb0f92b7b083baa13d70b19774674be04db5b817681fa7c5c6a088f61300815e4dd75a59696f4716ad69f6260 - languageName: node - linkType: hard - -"mdn-data@npm:2.0.28": - version: 2.0.28 - resolution: "mdn-data@npm:2.0.28" - checksum: f51d587a6ebe8e426c3376c74ea6df3e19ec8241ed8e2466c9c8a3904d5d04397199ea4f15b8d34d14524b5de926d8724ae85207984be47e165817c26e49e0aa - languageName: node - linkType: hard - -"mdn-data@npm:2.0.30": - version: 2.0.30 - resolution: "mdn-data@npm:2.0.30" - checksum: d6ac5ac7439a1607df44b22738ecf83f48e66a0874e4482d6424a61c52da5cde5750f1d1229b6f5fa1b80a492be89465390da685b11f97d62b8adcc6e88189aa - languageName: node - linkType: hard - -"media-typer@npm:0.3.0": - version: 0.3.0 - resolution: "media-typer@npm:0.3.0" - checksum: af1b38516c28ec95d6b0826f6c8f276c58aec391f76be42aa07646b4e39d317723e869700933ca6995b056db4b09a78c92d5440dc23657e6764be5d28874bba1 - languageName: node - linkType: hard - -"merge-descriptors@npm:1.0.3, merge-descriptors@npm:^1.0.1": - version: 1.0.3 - resolution: "merge-descriptors@npm:1.0.3" - checksum: 52117adbe0313d5defa771c9993fe081e2d2df9b840597e966aadafde04ae8d0e3da46bac7ca4efc37d4d2b839436582659cd49c6a43eacb3fe3050896a105d1 - languageName: node - linkType: hard - -"merge-stream@npm:^2.0.0": - version: 2.0.0 - resolution: "merge-stream@npm:2.0.0" - checksum: 6fa4dcc8d86629705cea944a4b88ef4cb0e07656ebf223fa287443256414283dd25d91c1cd84c77987f2aec5927af1a9db6085757cb43d90eb170ebf4b47f4f4 - languageName: node - linkType: hard - -"methods@npm:~1.1.2": - version: 1.1.2 - resolution: "methods@npm:1.1.2" - checksum: 0917ff4041fa8e2f2fda5425a955fe16ca411591fbd123c0d722fcf02b73971ed6f764d85f0a6f547ce49ee0221ce2c19a5fa692157931cecb422984f1dcd13a - languageName: node - linkType: hard - -"micromatch@npm:^4.0.4": - version: 4.0.8 - resolution: "micromatch@npm:4.0.8" - dependencies: - braces: ^3.0.3 - picomatch: ^2.3.1 - checksum: 79920eb634e6f400b464a954fcfa589c4e7c7143209488e44baf627f9affc8b1e306f41f4f0deedde97e69cb725920879462d3e750ab3bd3c1aed675bb3a8966 - languageName: node - linkType: hard - -"mime-db@npm:1.52.0": - version: 1.52.0 - resolution: "mime-db@npm:1.52.0" - checksum: 0d99a03585f8b39d68182803b12ac601d9c01abfa28ec56204fa330bc9f3d1c5e14beb049bafadb3dbdf646dfb94b87e24d4ec7b31b7279ef906a8ea9b6a513f - languageName: node - linkType: hard - -"mime-db@npm:>= 1.43.0 < 2": - version: 1.53.0 - resolution: "mime-db@npm:1.53.0" - checksum: 3fd9380bdc0b085d0b56b580e4f89ca4fc3b823722310d795c248f0806b9a80afd5d8f4347f015ad943b9ecfa7cc0b71dffa0db96fa776d01a13474821a2c7fb - languageName: node - linkType: hard - -"mime-types@npm:^2.0.8, mime-types@npm:^2.1.12, mime-types@npm:~2.1.24, mime-types@npm:~2.1.34": - version: 2.1.35 - resolution: "mime-types@npm:2.1.35" - dependencies: - mime-db: 1.52.0 - checksum: 89a5b7f1def9f3af5dad6496c5ed50191ae4331cc5389d7c521c8ad28d5fdad2d06fd81baf38fed813dc4e46bb55c8145bb0ff406330818c9cf712fb2e9b3836 - languageName: node - linkType: hard - -"mime@npm:1.6.0": - version: 1.6.0 - resolution: "mime@npm:1.6.0" - bin: - mime: cli.js - checksum: fef25e39263e6d207580bdc629f8872a3f9772c923c7f8c7e793175cee22777bbe8bba95e5d509a40aaa292d8974514ce634ae35769faa45f22d17edda5e8557 - languageName: node - linkType: hard - -"mime@npm:^2.4.5, mime@npm:^2.5.2": - version: 2.6.0 - resolution: "mime@npm:2.6.0" - bin: - mime: cli.js - checksum: 1497ba7b9f6960694268a557eae24b743fd2923da46ec392b042469f4b901721ba0adcf8b0d3c2677839d0e243b209d76e5edcbd09cfdeffa2dfb6bb4df4b862 - languageName: node - linkType: hard - -"mime@npm:^3.0.0": - version: 3.0.0 - resolution: "mime@npm:3.0.0" - bin: - mime: cli.js - checksum: f43f9b7bfa64534e6b05bd6062961681aeb406a5b53673b53b683f27fcc4e739989941836a355eef831f4478923651ecc739f4a5f6e20a76487b432bfd4db928 - languageName: node - linkType: hard - -"mimic-fn@npm:^2.1.0": - version: 2.1.0 - resolution: "mimic-fn@npm:2.1.0" - checksum: d2421a3444848ce7f84bd49115ddacff29c15745db73f54041edc906c14b131a38d05298dae3081667627a59b2eb1ca4b436ff2e1b80f69679522410418b478a - languageName: node - linkType: hard - -"mimic-response@npm:^3.1.0": - version: 3.1.0 - resolution: "mimic-response@npm:3.1.0" - checksum: 25739fee32c17f433626bf19f016df9036b75b3d84a3046c7d156e72ec963dd29d7fc8a302f55a3d6c5a4ff24259676b15d915aad6480815a969ff2ec0836867 - languageName: node - linkType: hard - -"minim@npm:~0.23.8": - version: 0.23.8 - resolution: "minim@npm:0.23.8" - dependencies: - lodash: ^4.15.0 - checksum: 98e19a431189cee4dfad766e19948fb65b3607780bda2dc3f76b7bb35f9a468f372fb1b4c4b2ebfe348191e09f2b981579967b29cf02038798efe4eab326ffca - languageName: node - linkType: hard - -"minimatch@npm:^3.0.3, minimatch@npm:^3.0.4, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2": - version: 3.1.2 - resolution: "minimatch@npm:3.1.2" - dependencies: - brace-expansion: ^1.1.7 - checksum: c154e566406683e7bcb746e000b84d74465b3a832c45d59912b9b55cd50dee66e5c4b1e5566dba26154040e51672f9aa450a9aef0c97cfc7336b78b7afb9540a - languageName: node - linkType: hard - -"minimatch@npm:^5.0.1": - version: 5.1.6 - resolution: "minimatch@npm:5.1.6" - dependencies: - brace-expansion: ^2.0.1 - checksum: 7564208ef81d7065a370f788d337cd80a689e981042cb9a1d0e6580b6c6a8c9279eba80010516e258835a988363f99f54a6f711a315089b8b42694f5da9d0d77 - languageName: node - linkType: hard - -"minimatch@npm:^7.4.3": - version: 7.4.6 - resolution: "minimatch@npm:7.4.6" - dependencies: - brace-expansion: ^2.0.1 - checksum: 1a6c8d22618df9d2a88aabeef1de5622eb7b558e9f8010be791cb6b0fa6e102d39b11c28d75b855a1e377b12edc7db8ff12a99c20353441caa6a05e78deb5da9 - languageName: node - linkType: hard - -"minimatch@npm:^9.0.4": - version: 9.0.5 - resolution: "minimatch@npm:9.0.5" - dependencies: - brace-expansion: ^2.0.1 - checksum: 2c035575eda1e50623c731ec6c14f65a85296268f749b9337005210bb2b34e2705f8ef1a358b188f69892286ab99dc42c8fb98a57bde55c8d81b3023c19cea28 - languageName: node - linkType: hard - -"minimist@npm:^1.1.0, minimist@npm:^1.2.0, minimist@npm:^1.2.3, minimist@npm:^1.2.6": - version: 1.2.8 - resolution: "minimist@npm:1.2.8" - checksum: 75a6d645fb122dad29c06a7597bddea977258957ed88d7a6df59b5cd3fe4a527e253e9bbf2e783e4b73657f9098b96a5fe96ab8a113655d4109108577ecf85b0 - languageName: node - linkType: hard - -"minipass-collect@npm:^1.0.2": - version: 1.0.2 - resolution: "minipass-collect@npm:1.0.2" - dependencies: - minipass: ^3.0.0 - checksum: 14df761028f3e47293aee72888f2657695ec66bd7d09cae7ad558da30415fdc4752bbfee66287dcc6fd5e6a2fa3466d6c484dc1cbd986525d9393b9523d97f10 - languageName: node - linkType: hard - -"minipass-collect@npm:^2.0.1": - version: 2.0.1 - resolution: "minipass-collect@npm:2.0.1" - dependencies: - minipass: ^7.0.3 - checksum: b251bceea62090f67a6cced7a446a36f4cd61ee2d5cea9aee7fff79ba8030e416327a1c5aa2908dc22629d06214b46d88fdab8c51ac76bacbf5703851b5ad342 - languageName: node - linkType: hard - -"minipass-fetch@npm:^2.0.3": - version: 2.1.2 - resolution: "minipass-fetch@npm:2.1.2" - dependencies: - encoding: ^0.1.13 - minipass: ^3.1.6 - minipass-sized: ^1.0.3 - minizlib: ^2.1.2 - dependenciesMeta: - encoding: - optional: true - checksum: 3f216be79164e915fc91210cea1850e488793c740534985da017a4cbc7a5ff50506956d0f73bb0cb60e4fe91be08b6b61ef35101706d3ef5da2c8709b5f08f91 - languageName: node - linkType: hard - -"minipass-fetch@npm:^3.0.0": - version: 3.0.5 - resolution: "minipass-fetch@npm:3.0.5" - dependencies: - encoding: ^0.1.13 - minipass: ^7.0.3 - minipass-sized: ^1.0.3 - minizlib: ^2.1.2 - dependenciesMeta: - encoding: - optional: true - checksum: 8047d273236157aab27ab7cd8eab7ea79e6ecd63e8f80c3366ec076cb9a0fed550a6935bab51764369027c414647fd8256c2a20c5445fb250c483de43350de83 - languageName: node - linkType: hard - -"minipass-flush@npm:^1.0.5": - version: 1.0.5 - resolution: "minipass-flush@npm:1.0.5" - dependencies: - minipass: ^3.0.0 - checksum: 56269a0b22bad756a08a94b1ffc36b7c9c5de0735a4dd1ab2b06c066d795cfd1f0ac44a0fcae13eece5589b908ecddc867f04c745c7009be0b566421ea0944cf - languageName: node - linkType: hard - -"minipass-pipeline@npm:^1.2.4": - version: 1.2.4 - resolution: "minipass-pipeline@npm:1.2.4" - dependencies: - minipass: ^3.0.0 - checksum: b14240dac0d29823c3d5911c286069e36d0b81173d7bdf07a7e4a91ecdef92cdff4baaf31ea3746f1c61e0957f652e641223970870e2353593f382112257971b - languageName: node - linkType: hard - -"minipass-sized@npm:^1.0.3": - version: 1.0.3 - resolution: "minipass-sized@npm:1.0.3" - dependencies: - minipass: ^3.0.0 - checksum: 79076749fcacf21b5d16dd596d32c3b6bf4d6e62abb43868fac21674078505c8b15eaca4e47ed844985a4514854f917d78f588fcd029693709417d8f98b2bd60 - languageName: node - linkType: hard - -"minipass@npm:^3.0.0, minipass@npm:^3.1.1, minipass@npm:^3.1.6": - version: 3.3.6 - resolution: "minipass@npm:3.3.6" - dependencies: - yallist: ^4.0.0 - checksum: a30d083c8054cee83cdcdc97f97e4641a3f58ae743970457b1489ce38ee1167b3aaf7d815cd39ec7a99b9c40397fd4f686e83750e73e652b21cb516f6d845e48 - languageName: node - linkType: hard - -"minipass@npm:^5.0.0": - version: 5.0.0 - resolution: "minipass@npm:5.0.0" - checksum: 425dab288738853fded43da3314a0b5c035844d6f3097a8e3b5b29b328da8f3c1af6fc70618b32c29ff906284cf6406b6841376f21caaadd0793c1d5a6a620ea - languageName: node - linkType: hard - -"minipass@npm:^5.0.0 || ^6.0.2 || ^7.0.0, minipass@npm:^7.0.2, minipass@npm:^7.0.3, minipass@npm:^7.1.2": - version: 7.1.2 - resolution: "minipass@npm:7.1.2" - checksum: 2bfd325b95c555f2b4d2814d49325691c7bee937d753814861b0b49d5edcda55cbbf22b6b6a60bb91eddac8668771f03c5ff647dcd9d0f798e9548b9cdc46ee3 - languageName: node - linkType: hard - -"minizlib@npm:^2.1.1, minizlib@npm:^2.1.2": - version: 2.1.2 - resolution: "minizlib@npm:2.1.2" - dependencies: - minipass: ^3.0.0 - yallist: ^4.0.0 - checksum: f1fdeac0b07cf8f30fcf12f4b586795b97be856edea22b5e9072707be51fc95d41487faec3f265b42973a304fe3a64acd91a44a3826a963e37b37bafde0212c3 - languageName: node - linkType: hard - -"mkdirp-classic@npm:^0.5.2, mkdirp-classic@npm:^0.5.3": - version: 0.5.3 - resolution: "mkdirp-classic@npm:0.5.3" - checksum: 3f4e088208270bbcc148d53b73e9a5bd9eef05ad2cbf3b3d0ff8795278d50dd1d11a8ef1875ff5aea3fa888931f95bfcb2ad5b7c1061cfefd6284d199e6776ac - languageName: node - linkType: hard - -"mkdirp@npm:^0.5.1": - version: 0.5.6 - resolution: "mkdirp@npm:0.5.6" - dependencies: - minimist: ^1.2.6 - bin: - mkdirp: bin/cmd.js - checksum: 0c91b721bb12c3f9af4b77ebf73604baf350e64d80df91754dc509491ae93bf238581e59c7188360cec7cb62fc4100959245a42cfe01834efedc5e9d068376c2 - languageName: node - linkType: hard - -"mkdirp@npm:^1.0.3, mkdirp@npm:^1.0.4": - version: 1.0.4 - resolution: "mkdirp@npm:1.0.4" - bin: - mkdirp: bin/cmd.js - checksum: a96865108c6c3b1b8e1d5e9f11843de1e077e57737602de1b82030815f311be11f96f09cce59bd5b903d0b29834733e5313f9301e3ed6d6f6fba2eae0df4298f - languageName: node - linkType: hard - -"mnemonist@npm:0.38.3": - version: 0.38.3 - resolution: "mnemonist@npm:0.38.3" - dependencies: - obliterator: ^1.6.1 - checksum: 894237fc6fd71ec0056eb4a20d9b16dbcd3d77620098dcd3888bdfe3d7a6c9b94355f480aba61a277a16e63c0b99c43f517c0bb283033f982e24b9fcae797447 - languageName: node - linkType: hard - -"morgan@npm:^1.10.0": - version: 1.10.0 - resolution: "morgan@npm:1.10.0" - dependencies: - basic-auth: ~2.0.1 - debug: 2.6.9 - depd: ~2.0.0 - on-finished: ~2.3.0 - on-headers: ~1.0.2 - checksum: fb41e226ab5a1abf7e8909e486b387076534716d60207e361acfb5df78b84d703a7b7ea58f3046a9fd0b83d3c94bfabde32323341a1f1b26ce50680abd2ea5dd - languageName: node - linkType: hard - -"ms@npm:2.0.0": - version: 2.0.0 - resolution: "ms@npm:2.0.0" - checksum: 0e6a22b8b746d2e0b65a430519934fefd41b6db0682e3477c10f60c76e947c4c0ad06f63ffdf1d78d335f83edee8c0aa928aa66a36c7cd95b69b26f468d527f4 - languageName: node - linkType: hard - -"ms@npm:2.1.3, ms@npm:^2.0.0, ms@npm:^2.1.1, ms@npm:^2.1.3": - version: 2.1.3 - resolution: "ms@npm:2.1.3" - checksum: aa92de608021b242401676e35cfa5aa42dd70cbdc082b916da7fb925c542173e36bce97ea3e804923fe92c0ad991434e4a38327e15a1b5b5f945d66df615ae6d - languageName: node - linkType: hard - -"mustache@npm:^4.2.0": - version: 4.2.0 - resolution: "mustache@npm:4.2.0" - bin: - mustache: bin/mustache - checksum: 928fcb63e3aa44a562bfe9b59ba202cccbe40a46da50be6f0dd831b495be1dd7e38ca4657f0ecab2c1a89dc7bccba0885eab7ee7c1b215830da765758c7e0506 - languageName: node - linkType: hard - -"mz@npm:^2.7.0": - version: 2.7.0 - resolution: "mz@npm:2.7.0" - dependencies: - any-promise: ^1.0.0 - object-assign: ^4.0.1 - thenify-all: ^1.0.0 - checksum: 8427de0ece99a07e9faed3c0c6778820d7543e3776f9a84d22cf0ec0a8eb65f6e9aee9c9d353ff9a105ff62d33a9463c6ca638974cc652ee8140cd1e35951c87 - languageName: node - linkType: hard - -"nan@npm:^2.14.0, nan@npm:^2.17.0, nan@npm:^2.18.0": - version: 2.20.0 - resolution: "nan@npm:2.20.0" - dependencies: - node-gyp: latest - checksum: eb09286e6c238a3582db4d88c875db73e9b5ab35f60306090acd2f3acae21696c9b653368b4a0e32abcef64ee304a923d6223acaddd16169e5eaaf5c508fb533 - languageName: node - linkType: hard - -"napi-build-utils@npm:^1.0.1": - version: 1.0.2 - resolution: "napi-build-utils@npm:1.0.2" - checksum: 06c14271ee966e108d55ae109f340976a9556c8603e888037145d6522726aebe89dd0c861b4b83947feaf6d39e79e08817559e8693deedc2c94e82c5cbd090c7 - languageName: node - linkType: hard - -"natural-compare@npm:^1.4.0": - version: 1.4.0 - resolution: "natural-compare@npm:1.4.0" - checksum: 23ad088b08f898fc9b53011d7bb78ec48e79de7627e01ab5518e806033861bef68d5b0cd0e2205c2f36690ac9571ff6bcb05eb777ced2eeda8d4ac5b44592c3d - languageName: node - linkType: hard - -"negotiator@npm:0.6.3, negotiator@npm:^0.6.3": - version: 0.6.3 - resolution: "negotiator@npm:0.6.3" - checksum: b8ffeb1e262eff7968fc90a2b6767b04cfd9842582a9d0ece0af7049537266e7b2506dfb1d107a32f06dd849ab2aea834d5830f7f4d0e5cb7d36e1ae55d021d9 - languageName: node - linkType: hard - -"neotraverse@npm:=0.6.18": - version: 0.6.18 - resolution: "neotraverse@npm:0.6.18" - checksum: 6ec0855db8d484a33672ba4533617bab4944167c881a6ab35a987bf3b92f12159eac5c19ad9cc203c193b279cc1a09f0bd7c7fb7752f9950625cbd866071ef72 - languageName: node - linkType: hard - -"netmask@npm:^2.0.2": - version: 2.0.2 - resolution: "netmask@npm:2.0.2" - checksum: c65cb8d3f7ea5669edddb3217e4c96910a60d0d9a4b52d9847ff6b28b2d0277cd8464eee0ef85133cdee32605c57940cacdd04a9a019079b091b6bba4cb0ec22 - languageName: node - linkType: hard - -"nock@npm:^13.3.0": - version: 13.5.5 - resolution: "nock@npm:13.5.5" - dependencies: - debug: ^4.1.0 - json-stringify-safe: ^5.0.1 - propagate: ^2.0.0 - checksum: 91947b683992096a694140714323f11493b8ad9961c172e3e574c4801131fea259755e95c48e7e01527c14209967c20f151ff03b6bf6700471f0f76fa4071d32 - languageName: node - linkType: hard - -"node-abi@npm:^3.3.0": - version: 3.68.0 - resolution: "node-abi@npm:3.68.0" - dependencies: - semver: ^7.3.5 - checksum: ca9ccc4fe985b170c6032b0f489a5df8d6717bdede0f75344808d7e41506e28970e2c9c9b5f8c8f6078992d5767aa6623eac29734075f3a36cc5e6bb40f904ce - languageName: node - linkType: hard - -"node-abort-controller@npm:^3.1.1": - version: 3.1.1 - resolution: "node-abort-controller@npm:3.1.1" - checksum: 2c340916af9710328b11c0828223fc65ba320e0d082214a211311bf64c2891028e42ef276b9799188c4ada9e6e1c54cf7a0b7c05dd9d59fcdc8cd633304c8047 - languageName: node - linkType: hard - -"node-addon-api@npm:^7.0.0": - version: 7.1.1 - resolution: "node-addon-api@npm:7.1.1" - dependencies: - node-gyp: latest - checksum: 46051999e3289f205799dfaf6bcb017055d7569090f0004811110312e2db94cb4f8654602c7eb77a60a1a05142cc2b96e1b5c56ca4622c41a5c6370787faaf30 - languageName: node - linkType: hard - -"node-domexception@npm:1.0.0, node-domexception@npm:^1.0.0": - version: 1.0.0 - resolution: "node-domexception@npm:1.0.0" - checksum: ee1d37dd2a4eb26a8a92cd6b64dfc29caec72bff5e1ed9aba80c294f57a31ba4895a60fd48347cf17dd6e766da0ae87d75657dfd1f384ebfa60462c2283f5c7f - languageName: node - linkType: hard - -"node-fetch-commonjs@npm:^3.3.2": - version: 3.3.2 - resolution: "node-fetch-commonjs@npm:3.3.2" - dependencies: - node-domexception: ^1.0.0 - web-streams-polyfill: ^3.0.3 - checksum: 7cc9bc3cba02c88ae031028c07af7f5053d1968e7f8e06931cdca51a695d66bb9fc9bca11bde31915a3e70a957b8e240c568f7ff47af5757efb5526c4389f570 - languageName: node - linkType: hard - -"node-fetch@npm:2, node-fetch@npm:^2.6.1, node-fetch@npm:^2.6.12, node-fetch@npm:^2.6.7, node-fetch@npm:^2.6.9, node-fetch@npm:^2.7.0": - version: 2.7.0 - resolution: "node-fetch@npm:2.7.0" - dependencies: - whatwg-url: ^5.0.0 - peerDependencies: - encoding: ^0.1.0 - peerDependenciesMeta: - encoding: - optional: true - checksum: d76d2f5edb451a3f05b15115ec89fc6be39de37c6089f1b6368df03b91e1633fd379a7e01b7ab05089a25034b2023d959b47e59759cb38d88341b2459e89d6e5 - languageName: node - linkType: hard - -"node-firebird@npm:^1.1.9": - version: 1.1.9 - resolution: "node-firebird@npm:1.1.9" - dependencies: - big-integer: ^1.6.51 - long: ^5.2.3 - checksum: 63fc18d7f751464ab872172a969d10e4f0c82cb438b651b4998faddcf766877ae119b243882453a059059f886663ef443947a9601fc8d253d0e67df21131dbea - languageName: node - linkType: hard - -"node-forge@npm:^1.3.1": - version: 1.3.1 - resolution: "node-forge@npm:1.3.1" - checksum: 08fb072d3d670599c89a1704b3e9c649ff1b998256737f0e06fbd1a5bf41cae4457ccaee32d95052d80bbafd9ffe01284e078c8071f0267dc9744e51c5ed42a9 - languageName: node - linkType: hard - -"node-gyp@npm:^9.3.0": - version: 9.4.1 - resolution: "node-gyp@npm:9.4.1" - dependencies: - env-paths: ^2.2.0 - exponential-backoff: ^3.1.1 - glob: ^7.1.4 - graceful-fs: ^4.2.6 - make-fetch-happen: ^10.0.3 - nopt: ^6.0.0 - npmlog: ^6.0.0 - rimraf: ^3.0.2 - semver: ^7.3.5 - tar: ^6.1.2 - which: ^2.0.2 - bin: - node-gyp: bin/node-gyp.js - checksum: 8576c439e9e925ab50679f87b7dfa7aa6739e42822e2ad4e26c36341c0ba7163fdf5a946f0a67a476d2f24662bc40d6c97bd9e79ced4321506738e6b760a1577 - languageName: node - linkType: hard - -"node-gyp@npm:latest": - version: 10.2.0 - resolution: "node-gyp@npm:10.2.0" - dependencies: - env-paths: ^2.2.0 - exponential-backoff: ^3.1.1 - glob: ^10.3.10 - graceful-fs: ^4.2.6 - make-fetch-happen: ^13.0.0 - nopt: ^7.0.0 - proc-log: ^4.1.0 - semver: ^7.3.5 - tar: ^6.2.1 - which: ^4.0.0 - bin: - node-gyp: bin/node-gyp.js - checksum: 0233759d8c19765f7fdc259a35eb046ad86c3d09e22f7384613ae2b89647dd27fcf833fdf5293d9335041e91f9b1c539494225959cdb312a5c8080b7534b926f - languageName: node - linkType: hard - -"node-hex@npm:^1.0.1": - version: 1.0.1 - resolution: "node-hex@npm:1.0.1" - checksum: 9053d532859ee7e9653972af77ac7b73edc4f13b9b53d0b96e4045e3ac78ac4460571d4b72ad31e9095be5f7d01e6fd71f268f02ad6029091f8cabae1d4ce4df - languageName: node - linkType: hard - -"node-int64@npm:^0.4.0": - version: 0.4.0 - resolution: "node-int64@npm:0.4.0" - checksum: d0b30b1ee6d961851c60d5eaa745d30b5c95d94bc0e74b81e5292f7c42a49e3af87f1eb9e89f59456f80645d679202537de751b7d72e9e40ceea40c5e449057e - languageName: node - linkType: hard - -"node-releases@npm:^2.0.18": - version: 2.0.18 - resolution: "node-releases@npm:2.0.18" - checksum: ef55a3d853e1269a6d6279b7692cd6ff3e40bc74947945101138745bfdc9a5edabfe72cb19a31a8e45752e1910c4c65c77d931866af6357f242b172b7283f5b3 - languageName: node - linkType: hard - -"nodemon@npm:^2.0.22": - version: 2.0.22 - resolution: "nodemon@npm:2.0.22" - dependencies: - chokidar: ^3.5.2 - debug: ^3.2.7 - ignore-by-default: ^1.0.1 - minimatch: ^3.1.2 - pstree.remy: ^1.1.8 - semver: ^5.7.1 - simple-update-notifier: ^1.0.7 - supports-color: ^5.5.0 - touch: ^3.1.0 - undefsafe: ^2.0.5 - bin: - nodemon: bin/nodemon.js - checksum: 9c987e139748f5b5c480c6c9080bdc97304ee7d29172b7b3da1a7db590b1323ad57b96346304e9b522b0e445c336dc393ccd3f9f45c73b20d476d2347890dcd0 - languageName: node - linkType: hard - -"noms@npm:0.0.0": - version: 0.0.0 - resolution: "noms@npm:0.0.0" - dependencies: - inherits: ^2.0.1 - readable-stream: ~1.0.31 - checksum: a05f056dabf764c86472b6b5aad10455f3adcb6971f366cdf36a72b559b29310a940e316bca30802f2804fdd41707941366224f4cba80c4f53071512245bf200 - languageName: node - linkType: hard - -"nopt@npm:^5.0.0": - version: 5.0.0 - resolution: "nopt@npm:5.0.0" - dependencies: - abbrev: 1 - bin: - nopt: bin/nopt.js - checksum: d35fdec187269503843924e0114c0c6533fb54bbf1620d0f28b4b60ba01712d6687f62565c55cc20a504eff0fbe5c63e22340c3fad549ad40469ffb611b04f2f - languageName: node - linkType: hard - -"nopt@npm:^6.0.0": - version: 6.0.0 - resolution: "nopt@npm:6.0.0" - dependencies: - abbrev: ^1.0.0 - bin: - nopt: bin/nopt.js - checksum: 82149371f8be0c4b9ec2f863cc6509a7fd0fa729929c009f3a58e4eb0c9e4cae9920e8f1f8eb46e7d032fec8fb01bede7f0f41a67eb3553b7b8e14fa53de1dac - languageName: node - linkType: hard - -"nopt@npm:^7.0.0": - version: 7.2.1 - resolution: "nopt@npm:7.2.1" - dependencies: - abbrev: ^2.0.0 - bin: - nopt: bin/nopt.js - checksum: 6fa729cc77ce4162cfad8abbc9ba31d4a0ff6850c3af61d59b505653bef4781ec059f8890ecfe93ee8aa0c511093369cca88bfc998101616a2904e715bbbb7c9 - languageName: node - linkType: hard - -"normalize-path@npm:^3.0.0, normalize-path@npm:~3.0.0": - version: 3.0.0 - resolution: "normalize-path@npm:3.0.0" - checksum: 88eeb4da891e10b1318c4b2476b6e2ecbeb5ff97d946815ffea7794c31a89017c70d7f34b3c2ebf23ef4e9fc9fb99f7dffe36da22011b5b5c6ffa34f4873ec20 - languageName: node - linkType: hard - -"npm-run-path@npm:^4.0.1": - version: 4.0.1 - resolution: "npm-run-path@npm:4.0.1" - dependencies: - path-key: ^3.0.0 - checksum: 5374c0cea4b0bbfdfae62da7bbdf1e1558d338335f4cacf2515c282ff358ff27b2ecb91ffa5330a8b14390ac66a1e146e10700440c1ab868208430f56b5f4d23 - languageName: node - linkType: hard - -"npmlog@npm:^5.0.1": - version: 5.0.1 - resolution: "npmlog@npm:5.0.1" - dependencies: - are-we-there-yet: ^2.0.0 - console-control-strings: ^1.1.0 - gauge: ^3.0.0 - set-blocking: ^2.0.0 - checksum: 516b2663028761f062d13e8beb3f00069c5664925871a9b57989642ebe09f23ab02145bf3ab88da7866c4e112cafff72401f61a672c7c8a20edc585a7016ef5f - languageName: node - linkType: hard - -"npmlog@npm:^6.0.0": - version: 6.0.2 - resolution: "npmlog@npm:6.0.2" - dependencies: - are-we-there-yet: ^3.0.0 - console-control-strings: ^1.1.0 - gauge: ^4.0.3 - set-blocking: ^2.0.0 - checksum: ae238cd264a1c3f22091cdd9e2b106f684297d3c184f1146984ecbe18aaa86343953f26b9520dedd1b1372bc0316905b736c1932d778dbeb1fcf5a1001390e2a - languageName: node - linkType: hard - -"nth-check@npm:^2.0.1": - version: 2.1.1 - resolution: "nth-check@npm:2.1.1" - dependencies: - boolbase: ^1.0.0 - checksum: 5afc3dafcd1573b08877ca8e6148c52abd565f1d06b1eb08caf982e3fa289a82f2cae697ffb55b5021e146d60443f1590a5d6b944844e944714a5b549675bcd3 - languageName: node - linkType: hard - -"object-assign@npm:^4.0.1, object-assign@npm:^4.1.1": - version: 4.1.1 - resolution: "object-assign@npm:4.1.1" - checksum: fcc6e4ea8c7fe48abfbb552578b1c53e0d194086e2e6bbbf59e0a536381a292f39943c6e9628af05b5528aa5e3318bb30d6b2e53cadaf5b8fe9e12c4b69af23f - languageName: node - linkType: hard - -"object-hash@npm:^3.0.0": - version: 3.0.0 - resolution: "object-hash@npm:3.0.0" - checksum: 80b4904bb3857c52cc1bfd0b52c0352532ca12ed3b8a6ff06a90cd209dfda1b95cee059a7625eb9da29537027f68ac4619363491eedb2f5d3dddbba97494fd6c - languageName: node - linkType: hard - -"object-inspect@npm:^1.13.1": - version: 1.13.2 - resolution: "object-inspect@npm:1.13.2" - checksum: 9f850b3c045db60e0e97746e809ee4090d6ce62195af17dd1e9438ac761394a7d8ec4f7906559aea5424eaf61e35d3e53feded2ccd5f62fcc7d9670d3c8eb353 - languageName: node - linkType: hard - -"obliterator@npm:^1.6.1": - version: 1.6.1 - resolution: "obliterator@npm:1.6.1" - checksum: 12412ce97bc9680a50ec1e865c9f106f924497f0b73c01947031079da7c9a0f5212f3a1aeea3227f7771ed4a273e42b2a2e6ff93578301c8117dbb3135770133 - languageName: node - linkType: hard - -"on-exit-leak-free@npm:^2.1.0": - version: 2.1.2 - resolution: "on-exit-leak-free@npm:2.1.2" - checksum: 6ce7acdc7b9ceb51cf029b5239cbf41937ee4c8dcd9d4e475e1777b41702564d46caa1150a744e00da0ac6d923ab83471646a39a4470f97481cf6e2d8d253c3f - languageName: node - linkType: hard - -"on-finished@npm:2.4.1": - version: 2.4.1 - resolution: "on-finished@npm:2.4.1" - dependencies: - ee-first: 1.1.1 - checksum: d20929a25e7f0bb62f937a425b5edeb4e4cde0540d77ba146ec9357f00b0d497cdb3b9b05b9c8e46222407d1548d08166bff69cc56dfa55ba0e4469228920ff0 - languageName: node - linkType: hard - -"on-finished@npm:~2.3.0": - version: 2.3.0 - resolution: "on-finished@npm:2.3.0" - dependencies: - ee-first: 1.1.1 - checksum: 1db595bd963b0124d6fa261d18320422407b8f01dc65863840f3ddaaf7bcad5b28ff6847286703ca53f4ec19595bd67a2f1253db79fc4094911ec6aa8df1671b - languageName: node - linkType: hard - -"on-headers@npm:~1.0.2": - version: 1.0.2 - resolution: "on-headers@npm:1.0.2" - checksum: 2bf13467215d1e540a62a75021e8b318a6cfc5d4fc53af8e8f84ad98dbcea02d506c6d24180cd62e1d769c44721ba542f3154effc1f7579a8288c9f7873ed8e5 - languageName: node - linkType: hard - -"once@npm:^1.3.0, once@npm:^1.3.1, once@npm:^1.4.0": - version: 1.4.0 - resolution: "once@npm:1.4.0" - dependencies: - wrappy: 1 - checksum: cd0a88501333edd640d95f0d2700fbde6bff20b3d4d9bdc521bdd31af0656b5706570d6c6afe532045a20bb8dc0849f8332d6f2a416e0ba6d3d3b98806c7db68 - languageName: node - linkType: hard - -"onetime@npm:^5.1.2": - version: 5.1.2 - resolution: "onetime@npm:5.1.2" - dependencies: - mimic-fn: ^2.1.0 - checksum: 2478859ef817fc5d4e9c2f9e5728512ddd1dbc9fb7829ad263765bb6d3b91ce699d6e2332eef6b7dff183c2f490bd3349f1666427eaba4469fba0ac38dfd0d34 - languageName: node - linkType: hard - -"openapi-path-templating@npm:^1.5.1": - version: 1.6.0 - resolution: "openapi-path-templating@npm:1.6.0" - dependencies: - apg-lite: ^1.0.3 - checksum: ebfa0df0b203b90779f88718dae82a2a9889d98452228fd4c7c442c96661fc8dd1013a8a3aed7f39b9c8c6e17936fff85902bb5f1b378318436b5c762e3fdc50 - languageName: node - linkType: hard - -"openapi-server-url-templating@npm:^1.0.0": - version: 1.1.0 - resolution: "openapi-server-url-templating@npm:1.1.0" - dependencies: - apg-lite: ^1.0.3 - checksum: 0379b778445a972712edf504063d15445f351e13c228181ae9c887dc1f8d2f378689b32e7387de9595693f404572278fe1e8f1aa63a68edd0471518761aa58b0 - languageName: node - linkType: hard - -"openapi-types@npm:^12.1.3": - version: 12.1.3 - resolution: "openapi-types@npm:12.1.3" - checksum: 7fa5547f87a58d2aa0eba6e91d396f42d7d31bc3ae140e61b5d60b47d2fd068b48776f42407d5a8da7280cf31195aa128c2fc285e8bb871d1105edee5647a0bb - languageName: node - linkType: hard - -"optionator@npm:^0.8.1": - version: 0.8.3 - resolution: "optionator@npm:0.8.3" - dependencies: - deep-is: ~0.1.3 - fast-levenshtein: ~2.0.6 - levn: ~0.3.0 - prelude-ls: ~1.1.2 - type-check: ~0.3.2 - word-wrap: ~1.2.3 - checksum: b8695ddf3d593203e25ab0900e265d860038486c943ff8b774f596a310f8ceebdb30c6832407a8198ba3ec9debe1abe1f51d4aad94843612db3b76d690c61d34 - languageName: node - linkType: hard - -"os-name@npm:~1.0.3": - version: 1.0.3 - resolution: "os-name@npm:1.0.3" - dependencies: - osx-release: ^1.0.0 - win-release: ^1.0.0 - bin: - os-name: cli.js - checksum: 2fc86cc199f8b4992bb00041401c5ab0407e3069e05981f3aa3e5a44cee9b7f22c2b0f5db2c0c1d55656c519884272b5e1e55517358c2e5f728b37dd38f5af78 - languageName: node - linkType: hard - -"osx-release@npm:^1.0.0": - version: 1.1.0 - resolution: "osx-release@npm:1.1.0" - dependencies: - minimist: ^1.1.0 - bin: - osx-release: cli.js - checksum: abd437ef21dbfb04f098acc90112cc92ef10c17213e3fd75f8eba45931bd85f6d564ecade0642fac51acff2015597194a76a11773009a90baeb35a03b1c36b06 - languageName: node - linkType: hard - -"p-limit@npm:^2.2.0": - version: 2.3.0 - resolution: "p-limit@npm:2.3.0" - dependencies: - p-try: ^2.0.0 - checksum: 84ff17f1a38126c3314e91ecfe56aecbf36430940e2873dadaa773ffe072dc23b7af8e46d4b6485d302a11673fe94c6b67ca2cfbb60c989848b02100d0594ac1 - languageName: node - linkType: hard - -"p-limit@npm:^3.0.1, p-limit@npm:^3.1.0": - version: 3.1.0 - resolution: "p-limit@npm:3.1.0" - dependencies: - yocto-queue: ^0.1.0 - checksum: 7c3690c4dbf62ef625671e20b7bdf1cbc9534e83352a2780f165b0d3ceba21907e77ad63401708145ca4e25bfc51636588d89a8c0aeb715e6c37d1c066430360 - languageName: node - linkType: hard - -"p-locate@npm:^4.1.0": - version: 4.1.0 - resolution: "p-locate@npm:4.1.0" - dependencies: - p-limit: ^2.2.0 - checksum: 513bd14a455f5da4ebfcb819ef706c54adb09097703de6aeaa5d26fe5ea16df92b48d1ac45e01e3944ce1e6aa2a66f7f8894742b8c9d6e276e16cd2049a2b870 - languageName: node - linkType: hard - -"p-map@npm:^4.0.0": - version: 4.0.0 - resolution: "p-map@npm:4.0.0" - dependencies: - aggregate-error: ^3.0.0 - checksum: cb0ab21ec0f32ddffd31dfc250e3afa61e103ef43d957cc45497afe37513634589316de4eb88abdfd969fe6410c22c0b93ab24328833b8eb1ccc087fc0442a1c - languageName: node - linkType: hard - -"p-try@npm:^2.0.0": - version: 2.2.0 - resolution: "p-try@npm:2.2.0" - checksum: f8a8e9a7693659383f06aec604ad5ead237c7a261c18048a6e1b5b85a5f8a067e469aa24f5bc009b991ea3b058a87f5065ef4176793a200d4917349881216cae - languageName: node - linkType: hard - -"pac-proxy-agent@npm:^5.0.0": - version: 5.0.0 - resolution: "pac-proxy-agent@npm:5.0.0" - dependencies: - "@tootallnate/once": 1 - agent-base: 6 - debug: 4 - get-uri: 3 - http-proxy-agent: ^4.0.1 - https-proxy-agent: 5 - pac-resolver: ^5.0.0 - raw-body: ^2.2.0 - socks-proxy-agent: 5 - checksum: cfd26a0e2ebfea4ca6162465018ce093bf147d26cf6c8fb3e7155bc7c184370d80d4d09a1c097e3db7676d0e3f574ea1cb56a4aa7d1d2e5cca6238935fabf010 - languageName: node - linkType: hard - -"pac-resolver@npm:^5.0.0": - version: 5.0.1 - resolution: "pac-resolver@npm:5.0.1" - dependencies: - degenerator: ^3.0.2 - ip: ^1.1.5 - netmask: ^2.0.2 - checksum: e3bd8aada70d173cd4cec1ac810fb56161678b7a597060a740c4a31d9c5f8cd95687b2d0fd90b69c0cafe5ef787404074f38042ba08c8d378fed48973f58e493 - languageName: node - linkType: hard - -"package-json-from-dist@npm:^1.0.0": - version: 1.0.1 - resolution: "package-json-from-dist@npm:1.0.1" - checksum: 58ee9538f2f762988433da00e26acc788036914d57c71c246bf0be1b60cdbd77dd60b6a3e1a30465f0b248aeb80079e0b34cb6050b1dfa18c06953bb1cbc7602 - languageName: node - linkType: hard - -"parse-json@npm:^5.2.0": - version: 5.2.0 - resolution: "parse-json@npm:5.2.0" - dependencies: - "@babel/code-frame": ^7.0.0 - error-ex: ^1.3.1 - json-parse-even-better-errors: ^2.3.0 - lines-and-columns: ^1.1.6 - checksum: 62085b17d64da57f40f6afc2ac1f4d95def18c4323577e1eced571db75d9ab59b297d1d10582920f84b15985cbfc6b6d450ccbf317644cfa176f3ed982ad87e2 - languageName: node - linkType: hard - -"parseurl@npm:~1.3.3": - version: 1.3.3 - resolution: "parseurl@npm:1.3.3" - checksum: 407cee8e0a3a4c5cd472559bca8b6a45b82c124e9a4703302326e9ab60fc1081442ada4e02628efef1eb16197ddc7f8822f5a91fd7d7c86b51f530aedb17dfa2 - languageName: node - linkType: hard - -"path-exists@npm:^4.0.0": - version: 4.0.0 - resolution: "path-exists@npm:4.0.0" - checksum: 505807199dfb7c50737b057dd8d351b82c033029ab94cb10a657609e00c1bc53b951cfdbccab8de04c5584d5eff31128ce6afd3db79281874a5ef2adbba55ed1 - languageName: node - linkType: hard - -"path-is-absolute@npm:^1.0.0": - version: 1.0.1 - resolution: "path-is-absolute@npm:1.0.1" - checksum: 060840f92cf8effa293bcc1bea81281bd7d363731d214cbe5c227df207c34cd727430f70c6037b5159c8a870b9157cba65e775446b0ab06fd5ecc7e54615a3b8 - languageName: node - linkType: hard - -"path-key@npm:^3.0.0, path-key@npm:^3.1.0": - version: 3.1.1 - resolution: "path-key@npm:3.1.1" - checksum: 55cd7a9dd4b343412a8386a743f9c746ef196e57c823d90ca3ab917f90ab9f13dd0ded27252ba49dbdfcab2b091d998bc446f6220cd3cea65db407502a740020 - languageName: node - linkType: hard - -"path-parse@npm:^1.0.7": - version: 1.0.7 - resolution: "path-parse@npm:1.0.7" - checksum: 49abf3d81115642938a8700ec580da6e830dde670be21893c62f4e10bd7dd4c3742ddc603fe24f898cba7eb0c6bc1777f8d9ac14185d34540c6d4d80cd9cae8a - languageName: node - linkType: hard - -"path-scurry@npm:^1.11.1": - version: 1.11.1 - resolution: "path-scurry@npm:1.11.1" - dependencies: - lru-cache: ^10.2.0 - minipass: ^5.0.0 || ^6.0.2 || ^7.0.0 - checksum: 890d5abcd593a7912dcce7cf7c6bf7a0b5648e3dee6caf0712c126ca0a65c7f3d7b9d769072a4d1baf370f61ce493ab5b038d59988688e0c5f3f646ee3c69023 - languageName: node - linkType: hard - -"path-to-regexp@npm:0.1.10": - version: 0.1.10 - resolution: "path-to-regexp@npm:0.1.10" - checksum: ab7a3b7a0b914476d44030340b0a65d69851af2a0f33427df1476100ccb87d409c39e2182837a96b98fb38c4ef2ba6b87bdad62bb70a2c153876b8061760583c - languageName: node - linkType: hard - -"pause-stream@npm:~0.0.11": - version: 0.0.11 - resolution: "pause-stream@npm:0.0.11" - dependencies: - through: ~2.3 - checksum: 3c4a14052a638b92e0c96eb00c0d7977df7f79ea28395250c525d197f1fc02d34ce1165d5362e2e6ebbb251524b94a76f3f0d4abc39ab8b016d97449fe15583c - languageName: node - linkType: hard - -"picocolors@npm:^1.0.0, picocolors@npm:^1.1.0": - version: 1.1.0 - resolution: "picocolors@npm:1.1.0" - checksum: a64d653d3a188119ff45781dfcdaeedd7625583f45280aea33fcb032c7a0d3959f2368f9b192ad5e8aade75b74dbd954ffe3106c158509a45e4c18ab379a2acd - languageName: node - linkType: hard - -"picomatch@npm:^2.0.4, picomatch@npm:^2.2.1, picomatch@npm:^2.2.3, picomatch@npm:^2.3.1": - version: 2.3.1 - resolution: "picomatch@npm:2.3.1" - checksum: 050c865ce81119c4822c45d3c84f1ced46f93a0126febae20737bd05ca20589c564d6e9226977df859ed5e03dc73f02584a2b0faad36e896936238238b0446cf - languageName: node - linkType: hard - -"pino-abstract-transport@npm:^1.2.0": - version: 1.2.0 - resolution: "pino-abstract-transport@npm:1.2.0" - dependencies: - readable-stream: ^4.0.0 - split2: ^4.0.0 - checksum: 3336c51fb91ced5ef8a4bfd70a96e41eb6deb905698e83350dc71eedffb34795db1286d2d992ce1da2f6cd330a68be3f7e2748775a6b8a2ee3416796070238d6 - languageName: node - linkType: hard - -"pino-std-serializers@npm:^6.0.0": - version: 6.2.2 - resolution: "pino-std-serializers@npm:6.2.2" - checksum: aeb0662edc46ec926de9961ed4780a4f0586bb7c37d212cd469c069639e7816887a62c5093bc93f260a4e0900322f44fc8ab1343b5a9fa2864a888acccdb22a4 - languageName: node - linkType: hard - -"pino@npm:^8.14.1": - version: 8.21.0 - resolution: "pino@npm:8.21.0" - dependencies: - atomic-sleep: ^1.0.0 - fast-redact: ^3.1.1 - on-exit-leak-free: ^2.1.0 - pino-abstract-transport: ^1.2.0 - pino-std-serializers: ^6.0.0 - process-warning: ^3.0.0 - quick-format-unescaped: ^4.0.3 - real-require: ^0.2.0 - safe-stable-stringify: ^2.3.1 - sonic-boom: ^3.7.0 - thread-stream: ^2.6.0 - bin: - pino: bin.js - checksum: d895c37cfcb7ade33ad7ac4ca54c0497ab719ec726e42b7c7b9697e07572a09a7c7de18d751440769c3ea5ecbac2075fdac720cf182720a4764defe3de8a1411 - languageName: node - linkType: hard - -"pirates@npm:^4.0.4": - version: 4.0.6 - resolution: "pirates@npm:4.0.6" - checksum: 46a65fefaf19c6f57460388a5af9ab81e3d7fd0e7bc44ca59d753cb5c4d0df97c6c6e583674869762101836d68675f027d60f841c105d72734df9dfca97cbcc6 - languageName: node - linkType: hard - -"pkg-dir@npm:^4.2.0": - version: 4.2.0 - resolution: "pkg-dir@npm:4.2.0" - dependencies: - find-up: ^4.0.0 - checksum: 9863e3f35132bf99ae1636d31ff1e1e3501251d480336edb1c211133c8d58906bed80f154a1d723652df1fda91e01c7442c2eeaf9dc83157c7ae89087e43c8d6 - languageName: node - linkType: hard - -"platform@npm:^1.3.1": - version: 1.3.6 - resolution: "platform@npm:1.3.6" - checksum: 6f472a09c61d418c7e26c1c16d0bdc029549d512dbec6526216a1e59ec68100d07007d0097dcba69dddad883d6f2a83361b4bdfe0094a3d9a2af24158643d85e - languageName: node - linkType: hard - -"postman-to-openapi@npm:^3.0.1": - version: 3.0.1 - resolution: "postman-to-openapi@npm:3.0.1" - dependencies: - commander: ^8.3.0 - js-yaml: ^4.1.0 - jsonc-parser: 3.2.0 - lodash.camelcase: ^4.3.0 - marked: ^4.2.5 - mustache: ^4.2.0 - bin: - p2o: bin/cli.js - checksum: b5e802f5c0490727995de972abaa105d67e769d6193aa04abdb2773442253fae50487d18c6a945bd06ce33f82a5b35c36ae70104698c9c645eb7abc501e3f38e - languageName: node - linkType: hard - -"prebuild-install@npm:^7.1.1": - version: 7.1.2 - resolution: "prebuild-install@npm:7.1.2" - dependencies: - detect-libc: ^2.0.0 - expand-template: ^2.0.3 - github-from-package: 0.0.0 - minimist: ^1.2.3 - mkdirp-classic: ^0.5.3 - napi-build-utils: ^1.0.1 - node-abi: ^3.3.0 - pump: ^3.0.0 - rc: ^1.2.7 - simple-get: ^4.0.0 - tar-fs: ^2.0.0 - tunnel-agent: ^0.6.0 - bin: - prebuild-install: bin.js - checksum: 543dadf8c60e004ae9529e6013ca0cbeac8ef38b5f5ba5518cb0b622fe7f8758b34e4b5cb1a791db3cdc9d2281766302df6088bd1a225f206925d6fee17d6c5c - languageName: node - linkType: hard - -"prelude-ls@npm:~1.1.2": - version: 1.1.2 - resolution: "prelude-ls@npm:1.1.2" - checksum: c4867c87488e4a0c233e158e4d0d5565b609b105d75e4c05dc760840475f06b731332eb93cc8c9cecb840aa8ec323ca3c9a56ad7820ad2e63f0261dadcb154e4 - languageName: node - linkType: hard - -"pretty-format@npm:^29.0.0, pretty-format@npm:^29.7.0": - version: 29.7.0 - resolution: "pretty-format@npm:29.7.0" - dependencies: - "@jest/schemas": ^29.6.3 - ansi-styles: ^5.0.0 - react-is: ^18.0.0 - checksum: 032c1602383e71e9c0c02a01bbd25d6759d60e9c7cf21937dde8357aa753da348fcec5def5d1002c9678a8524d5fe099ad98861286550ef44de8808cc61e43b6 - languageName: node - linkType: hard - -"proc-log@npm:^4.1.0, proc-log@npm:^4.2.0": - version: 4.2.0 - resolution: "proc-log@npm:4.2.0" - checksum: 98f6cd012d54b5334144c5255ecb941ee171744f45fca8b43b58ae5a0c1af07352475f481cadd9848e7f0250376ee584f6aa0951a856ff8f021bdfbff4eb33fc - languageName: node - linkType: hard - -"process-nextick-args@npm:~2.0.0": - version: 2.0.1 - resolution: "process-nextick-args@npm:2.0.1" - checksum: 1d38588e520dab7cea67cbbe2efdd86a10cc7a074c09657635e34f035277b59fbb57d09d8638346bf7090f8e8ebc070c96fa5fd183b777fff4f5edff5e9466cf - languageName: node - linkType: hard - -"process-warning@npm:^3.0.0": - version: 3.0.0 - resolution: "process-warning@npm:3.0.0" - checksum: 1fc2eb4524041de3c18423334cc8b4e36bec5ad5472640ca1a936122c6e01da0864c1a4025858ef89aea93eabe7e77db93ccea225b10858617821cb6a8719efe - languageName: node - linkType: hard - -"process@npm:^0.11.10": - version: 0.11.10 - resolution: "process@npm:0.11.10" - checksum: bfcce49814f7d172a6e6a14d5fa3ac92cc3d0c3b9feb1279774708a719e19acd673995226351a082a9ae99978254e320ccda4240ddc474ba31a76c79491ca7c3 - languageName: node - linkType: hard - -"prom-client@npm:^14.2.0": - version: 14.2.0 - resolution: "prom-client@npm:14.2.0" - dependencies: - tdigest: ^0.1.1 - checksum: d4c04e57616c72643dd02862d0d4bde09cf8869a19d0aef5e7b785e6e27d02439b66cdc165e3492f62d579fa91579183820870cc757a09b99399d2d02f46b9f1 - languageName: node - linkType: hard - -"promise-inflight@npm:^1.0.1": - version: 1.0.1 - resolution: "promise-inflight@npm:1.0.1" - checksum: 22749483091d2c594261517f4f80e05226d4d5ecc1fc917e1886929da56e22b5718b7f2a75f3807e7a7d471bc3be2907fe92e6e8f373ddf5c64bae35b5af3981 - languageName: node - linkType: hard - -"promise-retry@npm:^2.0.1": - version: 2.0.1 - resolution: "promise-retry@npm:2.0.1" - dependencies: - err-code: ^2.0.2 - retry: ^0.12.0 - checksum: f96a3f6d90b92b568a26f71e966cbbc0f63ab85ea6ff6c81284dc869b41510e6cdef99b6b65f9030f0db422bf7c96652a3fff9f2e8fb4a0f069d8f4430359429 - languageName: node - linkType: hard - -"prompts@npm:^2.0.1": - version: 2.4.2 - resolution: "prompts@npm:2.4.2" - dependencies: - kleur: ^3.0.3 - sisteransi: ^1.0.5 - checksum: d8fd1fe63820be2412c13bfc5d0a01909acc1f0367e32396962e737cb2fc52d004f3302475d5ce7d18a1e8a79985f93ff04ee03007d091029c3f9104bffc007d - languageName: node - linkType: hard - -"propagate@npm:^2.0.0": - version: 2.0.1 - resolution: "propagate@npm:2.0.1" - checksum: c4febaee2be0979e82fb6b3727878fd122a98d64a7fa3c9d09b0576751b88514a9e9275b1b92e76b364d488f508e223bd7e1dcdc616be4cdda876072fbc2a96c - languageName: node - linkType: hard - -"proto3-json-serializer@npm:^2.0.2": - version: 2.0.2 - resolution: "proto3-json-serializer@npm:2.0.2" - dependencies: - protobufjs: ^7.2.5 - checksum: 21b8aa65be6dac2bb24920e5bdabef48b249bdf65b1498ae7e69ac4e70722275b083cd60a21d2b4be3ead9d768de2f6f5fb6b188bd177d51c824a539b5ba55cc - languageName: node - linkType: hard - -"protobufjs@npm:^7.2.5, protobufjs@npm:^7.2.6, protobufjs@npm:^7.3.2": - version: 7.4.0 - resolution: "protobufjs@npm:7.4.0" - dependencies: - "@protobufjs/aspromise": ^1.1.2 - "@protobufjs/base64": ^1.1.2 - "@protobufjs/codegen": ^2.0.4 - "@protobufjs/eventemitter": ^1.1.0 - "@protobufjs/fetch": ^1.1.0 - "@protobufjs/float": ^1.0.2 - "@protobufjs/inquire": ^1.1.0 - "@protobufjs/path": ^1.1.2 - "@protobufjs/pool": ^1.1.0 - "@protobufjs/utf8": ^1.1.0 - "@types/node": ">=13.7.0" - long: ^5.0.0 - checksum: ba0e6b60541bbf818bb148e90f5eb68bd99004e29a6034ad9895a381cbd352be8dce5376e47ae21b2e05559f2505b4a5f4a3c8fa62402822c6ab4dcdfb89ffb3 - languageName: node - linkType: hard - -"proxy-addr@npm:~2.0.7": - version: 2.0.7 - resolution: "proxy-addr@npm:2.0.7" - dependencies: - forwarded: 0.2.0 - ipaddr.js: 1.9.1 - checksum: 29c6990ce9364648255454842f06f8c46fcd124d3e6d7c5066df44662de63cdc0bad032e9bf5a3d653ff72141cc7b6019873d685708ac8210c30458ad99f2b74 - languageName: node - linkType: hard - -"proxy-agent@npm:^5.0.0": - version: 5.0.0 - resolution: "proxy-agent@npm:5.0.0" - dependencies: - agent-base: ^6.0.0 - debug: 4 - http-proxy-agent: ^4.0.0 - https-proxy-agent: ^5.0.0 - lru-cache: ^5.1.1 - pac-proxy-agent: ^5.0.0 - proxy-from-env: ^1.0.0 - socks-proxy-agent: ^5.0.0 - checksum: 3b0bb73a4d3a07711d3cad72b2fa4320880f7a6ec1959cdcc186ac6ffb173db8137d7c4046c27fdfa6e2207b2eb75e802f3d5e14c766700586ec4d47299a5124 - languageName: node - linkType: hard - -"proxy-from-env@npm:^1.0.0, proxy-from-env@npm:^1.1.0": - version: 1.1.0 - resolution: "proxy-from-env@npm:1.1.0" - checksum: ed7fcc2ba0a33404958e34d95d18638249a68c430e30fcb6c478497d72739ba64ce9810a24f53a7d921d0c065e5b78e3822759800698167256b04659366ca4d4 - languageName: node - linkType: hard - -"pstree.remy@npm:^1.1.8": - version: 1.1.8 - resolution: "pstree.remy@npm:1.1.8" - checksum: 5cb53698d6bb34dfb278c8a26957964aecfff3e161af5fbf7cee00bbe9d8547c7aced4bd9cb193bce15fb56e9e4220fc02a5bf9c14345ffb13a36b858701ec2d - languageName: node - linkType: hard - -"pump@npm:^3.0.0": - version: 3.0.2 - resolution: "pump@npm:3.0.2" - dependencies: - end-of-stream: ^1.1.0 - once: ^1.3.1 - checksum: e0c4216874b96bd25ddf31a0b61a5613e26cc7afa32379217cf39d3915b0509def3565f5f6968fafdad2894c8bbdbd67d340e84f3634b2a29b950cffb6442d9f - languageName: node - linkType: hard - -"punycode@npm:^1.4.1": - version: 1.4.1 - resolution: "punycode@npm:1.4.1" - checksum: fa6e698cb53db45e4628559e557ddaf554103d2a96a1d62892c8f4032cd3bc8871796cae9eabc1bc700e2b6677611521ce5bb1d9a27700086039965d0cf34518 - languageName: node - linkType: hard - -"pure-rand@npm:^6.0.0": - version: 6.1.0 - resolution: "pure-rand@npm:6.1.0" - checksum: 8d53bc02bed99eca0b65b505090152ee7e9bd67dd74f8ff32ba1c883b87234067c5bf68d2614759fb217d82594d7a92919e6df80f97885e7b12b42af4bd3316a - languageName: node - linkType: hard - -"qs@npm:6.13.0, qs@npm:^6.4.0": - version: 6.13.0 - resolution: "qs@npm:6.13.0" - dependencies: - side-channel: ^1.0.6 - checksum: e9404dc0fc2849245107108ce9ec2766cde3be1b271de0bf1021d049dc5b98d1a2901e67b431ac5509f865420a7ed80b7acb3980099fe1c118a1c5d2e1432ad8 - languageName: node - linkType: hard - -"quick-format-unescaped@npm:^4.0.3": - version: 4.0.4 - resolution: "quick-format-unescaped@npm:4.0.4" - checksum: 7bc32b99354a1aa46c089d2a82b63489961002bb1d654cee3e6d2d8778197b68c2d854fd23d8422436ee1fdfd0abaddc4d4da120afe700ade68bd357815b26fd - languageName: node - linkType: hard - -"ramda-adjunct@npm:^5.0.0": - version: 5.1.0 - resolution: "ramda-adjunct@npm:5.1.0" - peerDependencies: - ramda: ">= 0.30.0" - checksum: 0b5d10add35e56ff1ce1202d9e086602ba5619ce380197e692c03d19b92d7eea41a0fc07e34588c0f6d54d31e00b889fa2bf614d88d10b98822117cbb4666207 - languageName: node - linkType: hard - -"ramda@npm:^0.30.1, ramda@npm:~0.30.0": - version: 0.30.1 - resolution: "ramda@npm:0.30.1" - checksum: ce6f4b6b967a84a4e65c01ab1b1cdd73d46b8efe71aeccf5d1443c56c4e31a0ea82ece7df6510453dd3d83b92cabf8a6b4d50d189a1b35c08a6f44b281bebf79 - languageName: node - linkType: hard - -"range-parser@npm:~1.2.1": - version: 1.2.1 - resolution: "range-parser@npm:1.2.1" - checksum: 0a268d4fea508661cf5743dfe3d5f47ce214fd6b7dec1de0da4d669dd4ef3d2144468ebe4179049eff253d9d27e719c88dae55be64f954e80135a0cada804ec9 - languageName: node - linkType: hard - -"raw-body@npm:2.5.2, raw-body@npm:^2.2.0": - version: 2.5.2 - resolution: "raw-body@npm:2.5.2" - dependencies: - bytes: 3.1.2 - http-errors: 2.0.0 - iconv-lite: 0.4.24 - unpipe: 1.0.0 - checksum: ba1583c8d8a48e8fbb7a873fdbb2df66ea4ff83775421bfe21ee120140949ab048200668c47d9ae3880012f6e217052690628cf679ddfbd82c9fc9358d574676 - languageName: node - linkType: hard - -"rc@npm:^1.2.7": - version: 1.2.8 - resolution: "rc@npm:1.2.8" - dependencies: - deep-extend: ^0.6.0 - ini: ~1.3.0 - minimist: ^1.2.0 - strip-json-comments: ~2.0.1 - bin: - rc: ./cli.js - checksum: 2e26e052f8be2abd64e6d1dabfbd7be03f80ec18ccbc49562d31f617d0015fbdbcf0f9eed30346ea6ab789e0fdfe4337f033f8016efdbee0df5354751842080e - languageName: node - linkType: hard - -"react-is@npm:^18.0.0": - version: 18.3.1 - resolution: "react-is@npm:18.3.1" - checksum: e20fe84c86ff172fc8d898251b7cc2c43645d108bf96d0b8edf39b98f9a2cae97b40520ee7ed8ee0085ccc94736c4886294456033304151c3f94978cec03df21 - languageName: node - linkType: hard - -"readable-stream@npm:1.1.x": - version: 1.1.14 - resolution: "readable-stream@npm:1.1.14" - dependencies: - core-util-is: ~1.0.0 - inherits: ~2.0.1 - isarray: 0.0.1 - string_decoder: ~0.10.x - checksum: 17dfeae3e909945a4a1abc5613ea92d03269ef54c49288599507fc98ff4615988a1c39a999dcf9aacba70233d9b7040bc11a5f2bfc947e262dedcc0a8b32b5a0 - languageName: node - linkType: hard - -"readable-stream@npm:^2.3.6, readable-stream@npm:~2.3.6": - version: 2.3.8 - resolution: "readable-stream@npm:2.3.8" - dependencies: - core-util-is: ~1.0.0 - inherits: ~2.0.3 - isarray: ~1.0.0 - process-nextick-args: ~2.0.0 - safe-buffer: ~5.1.1 - string_decoder: ~1.1.1 - util-deprecate: ~1.0.1 - checksum: 65645467038704f0c8aaf026a72fbb588a9e2ef7a75cd57a01702ee9db1c4a1e4b03aaad36861a6a0926546a74d174149c8c207527963e0c2d3eee2f37678a42 - languageName: node - linkType: hard - -"readable-stream@npm:^3.1.1, readable-stream@npm:^3.4.0, readable-stream@npm:^3.6.0": - version: 3.6.2 - resolution: "readable-stream@npm:3.6.2" - dependencies: - inherits: ^2.0.3 - string_decoder: ^1.1.1 - util-deprecate: ^1.0.1 - checksum: bdcbe6c22e846b6af075e32cf8f4751c2576238c5043169a1c221c92ee2878458a816a4ea33f4c67623c0b6827c8a400409bfb3cf0bf3381392d0b1dfb52ac8d - languageName: node - linkType: hard - -"readable-stream@npm:^4.0.0": - version: 4.5.2 - resolution: "readable-stream@npm:4.5.2" - dependencies: - abort-controller: ^3.0.0 - buffer: ^6.0.3 - events: ^3.3.0 - process: ^0.11.10 - string_decoder: ^1.3.0 - checksum: c4030ccff010b83e4f33289c535f7830190773e274b3fcb6e2541475070bdfd69c98001c3b0cb78763fc00c8b62f514d96c2b10a8bd35d5ce45203a25fa1d33a - languageName: node - linkType: hard - -"readable-stream@npm:~1.0.31": - version: 1.0.34 - resolution: "readable-stream@npm:1.0.34" - dependencies: - core-util-is: ~1.0.0 - inherits: ~2.0.1 - isarray: 0.0.1 - string_decoder: ~0.10.x - checksum: 85042c537e4f067daa1448a7e257a201070bfec3dd2706abdbd8ebc7f3418eb4d3ed4b8e5af63e2544d69f88ab09c28d5da3c0b77dc76185fddd189a59863b60 - languageName: node - linkType: hard - -"readdirp@npm:~3.6.0": - version: 3.6.0 - resolution: "readdirp@npm:3.6.0" - dependencies: - picomatch: ^2.2.1 - checksum: 1ced032e6e45670b6d7352d71d21ce7edf7b9b928494dcaba6f11fba63180d9da6cd7061ebc34175ffda6ff529f481818c962952004d273178acd70f7059b320 - languageName: node - linkType: hard - -"real-require@npm:^0.2.0": - version: 0.2.0 - resolution: "real-require@npm:0.2.0" - checksum: fa060f19f2f447adf678d1376928c76379dce5f72bd334da301685ca6cdcb7b11356813332cc243c88470796bc2e2b1e2917fc10df9143dd93c2ea608694971d - languageName: node - linkType: hard - -"regenerator-runtime@npm:^0.14.0": - version: 0.14.1 - resolution: "regenerator-runtime@npm:0.14.1" - checksum: 9f57c93277b5585d3c83b0cf76be47b473ae8c6d9142a46ce8b0291a04bb2cf902059f0f8445dcabb3fb7378e5fe4bb4ea1e008876343d42e46d3b484534ce38 - languageName: node - linkType: hard - -"require-directory@npm:^2.1.1": - version: 2.1.1 - resolution: "require-directory@npm:2.1.1" - checksum: fb47e70bf0001fdeabdc0429d431863e9475e7e43ea5f94ad86503d918423c1543361cc5166d713eaa7029dd7a3d34775af04764bebff99ef413111a5af18c80 - languageName: node - linkType: hard - -"require-from-string@npm:^2.0.2": - version: 2.0.2 - resolution: "require-from-string@npm:2.0.2" - checksum: a03ef6895445f33a4015300c426699bc66b2b044ba7b670aa238610381b56d3f07c686251740d575e22f4c87531ba662d06937508f0f3c0f1ddc04db3130560b - languageName: node - linkType: hard - -"resolve-cwd@npm:^3.0.0": - version: 3.0.0 - resolution: "resolve-cwd@npm:3.0.0" - dependencies: - resolve-from: ^5.0.0 - checksum: 546e0816012d65778e580ad62b29e975a642989108d9a3c5beabfb2304192fa3c9f9146fbdfe213563c6ff51975ae41bac1d3c6e047dd9572c94863a057b4d81 - languageName: node - linkType: hard - -"resolve-from@npm:^5.0.0": - version: 5.0.0 - resolution: "resolve-from@npm:5.0.0" - checksum: 4ceeb9113e1b1372d0cd969f3468fa042daa1dd9527b1b6bb88acb6ab55d8b9cd65dbf18819f9f9ddf0db804990901dcdaade80a215e7b2c23daae38e64f5bdf - languageName: node - linkType: hard - -"resolve.exports@npm:^2.0.0": - version: 2.0.2 - resolution: "resolve.exports@npm:2.0.2" - checksum: 1c7778ca1b86a94f8ab4055d196c7d87d1874b96df4d7c3e67bbf793140f0717fd506dcafd62785b079cd6086b9264424ad634fb904409764c3509c3df1653f2 - languageName: node - linkType: hard - -"resolve@npm:^1.20.0, resolve@npm:^1.22.1": - version: 1.22.8 - resolution: "resolve@npm:1.22.8" - dependencies: - is-core-module: ^2.13.0 - path-parse: ^1.0.7 - supports-preserve-symlinks-flag: ^1.0.0 - bin: - resolve: bin/resolve - checksum: f8a26958aa572c9b064562750b52131a37c29d072478ea32e129063e2da7f83e31f7f11e7087a18225a8561cfe8d2f0df9dbea7c9d331a897571c0a2527dbb4c - languageName: node - linkType: hard - -"resolve@patch:resolve@^1.20.0#~builtin, resolve@patch:resolve@^1.22.1#~builtin": - version: 1.22.8 - resolution: "resolve@patch:resolve@npm%3A1.22.8#~builtin::version=1.22.8&hash=c3c19d" - dependencies: - is-core-module: ^2.13.0 - path-parse: ^1.0.7 - supports-preserve-symlinks-flag: ^1.0.0 - bin: - resolve: bin/resolve - checksum: 5479b7d431cacd5185f8db64bfcb7286ae5e31eb299f4c4f404ad8aa6098b77599563ac4257cb2c37a42f59dfc06a1bec2bcf283bb448f319e37f0feb9a09847 - languageName: node - linkType: hard - -"retry-request@npm:^5.0.0": - version: 5.0.2 - resolution: "retry-request@npm:5.0.2" - dependencies: - debug: ^4.1.1 - extend: ^3.0.2 - checksum: d6c95d27f4468aa5557605d811cfaa5862be0eaff9fc5f18a338a7c17a7972fbec5b6142abb6b1e494b4c02df875fec2f1c3a281bf79900d33607d8536277ffe - languageName: node - linkType: hard - -"retry-request@npm:^7.0.0": - version: 7.0.2 - resolution: "retry-request@npm:7.0.2" - dependencies: - "@types/request": ^2.48.8 - extend: ^3.0.2 - teeny-request: ^9.0.0 - checksum: 2d7307422333f548e5f40524978a344b62193714f6209c4f6a41057ae279804eb9bc8e0a277791e7b6f2d5d76068bdaca8590662a909cf1e6cfc3ab789e4c6b6 - languageName: node - linkType: hard - -"retry@npm:0.13.1": - version: 0.13.1 - resolution: "retry@npm:0.13.1" - checksum: 47c4d5be674f7c13eee4cfe927345023972197dbbdfba5d3af7e461d13b44de1bfd663bfc80d2f601f8ef3fc8164c16dd99655a221921954a65d044a2fc1233b - languageName: node - linkType: hard - -"retry@npm:^0.12.0": - version: 0.12.0 - resolution: "retry@npm:0.12.0" - checksum: 623bd7d2e5119467ba66202d733ec3c2e2e26568074923bc0585b6b99db14f357e79bdedb63cab56cec47491c4a0da7e6021a7465ca6dc4f481d3898fdd3158c - languageName: node - linkType: hard - -"rimraf@npm:^3.0.2": - version: 3.0.2 - resolution: "rimraf@npm:3.0.2" - dependencies: - glob: ^7.1.3 - bin: - rimraf: bin.js - checksum: 87f4164e396f0171b0a3386cc1877a817f572148ee13a7e113b238e48e8a9f2f31d009a92ec38a591ff1567d9662c6b67fd8818a2dbbaed74bc26a87a2a4a9a0 - languageName: node - linkType: hard - -"safe-buffer@npm:5.1.2, safe-buffer@npm:~5.1.0, safe-buffer@npm:~5.1.1": - version: 5.1.2 - resolution: "safe-buffer@npm:5.1.2" - checksum: f2f1f7943ca44a594893a852894055cf619c1fbcb611237fc39e461ae751187e7baf4dc391a72125e0ac4fb2d8c5c0b3c71529622e6a58f46b960211e704903c - languageName: node - linkType: hard - -"safe-buffer@npm:5.2.1, safe-buffer@npm:>=5.1.0, safe-buffer@npm:^5.0.1, safe-buffer@npm:~5.2.0": - version: 5.2.1 - resolution: "safe-buffer@npm:5.2.1" - checksum: b99c4b41fdd67a6aaf280fcd05e9ffb0813654894223afb78a31f14a19ad220bba8aba1cb14eddce1fcfb037155fe6de4e861784eb434f7d11ed58d1e70dd491 - languageName: node - linkType: hard - -"safe-stable-stringify@npm:^2.3.1": - version: 2.5.0 - resolution: "safe-stable-stringify@npm:2.5.0" - checksum: d3ce103ed43c6c2f523e39607208bfb1c73aa48179fc5be53c3aa97c118390bffd4d55e012f5393b982b65eb3e0ee954dd57b547930d3f242b0053dcdb923d17 - languageName: node - linkType: hard - -"safer-buffer@npm:>= 2.1.2 < 3, safer-buffer@npm:>= 2.1.2 < 3.0.0": - version: 2.1.2 - resolution: "safer-buffer@npm:2.1.2" - checksum: cab8f25ae6f1434abee8d80023d7e72b598cf1327164ddab31003c51215526801e40b66c5e65d658a0af1e9d6478cadcb4c745f4bd6751f97d8644786c0978b0 - languageName: node - linkType: hard - -"sax@npm:>=0.6.0": - version: 1.4.1 - resolution: "sax@npm:1.4.1" - checksum: 3ad64df16b743f0f2eb7c38ced9692a6d924f1cd07bbe45c39576c2cf50de8290d9d04e7b2228f924c7d05fecc4ec5cf651423278e0c7b63d260c387ef3af84a - languageName: node - linkType: hard - -"sdk-base@npm:^2.0.1": - version: 2.0.1 - resolution: "sdk-base@npm:2.0.1" - dependencies: - get-ready: ~1.0.0 - checksum: 8475cca6182ae16078e863cf251b995ce925710619af1a1adca46a21f0f1a3169dc005051f3041761420c342038712a2e09f67b0e034419a9dbe3b07a2bf8b00 - languageName: node - linkType: hard - -"semver@npm:^5.0.1, semver@npm:^5.7.1": - version: 5.7.2 - resolution: "semver@npm:5.7.2" - bin: - semver: bin/semver - checksum: fb4ab5e0dd1c22ce0c937ea390b4a822147a9c53dbd2a9a0132f12fe382902beef4fbf12cf51bb955248d8d15874ce8cd89532569756384f994309825f10b686 - languageName: node - linkType: hard - -"semver@npm:^6.0.0, semver@npm:^6.3.0, semver@npm:^6.3.1": - version: 6.3.1 - resolution: "semver@npm:6.3.1" - bin: - semver: bin/semver.js - checksum: ae47d06de28836adb9d3e25f22a92943477371292d9b665fb023fae278d345d508ca1958232af086d85e0155aee22e313e100971898bbb8d5d89b8b1d4054ca2 - languageName: node - linkType: hard - -"semver@npm:^7.3.5, semver@npm:^7.5.3, semver@npm:^7.5.4, semver@npm:^7.6.3": - version: 7.6.3 - resolution: "semver@npm:7.6.3" - bin: - semver: bin/semver.js - checksum: 4110ec5d015c9438f322257b1c51fe30276e5f766a3f64c09edd1d7ea7118ecbc3f379f3b69032bacf13116dc7abc4ad8ce0d7e2bd642e26b0d271b56b61a7d8 - languageName: node - linkType: hard - -"semver@npm:~7.0.0": - version: 7.0.0 - resolution: "semver@npm:7.0.0" - bin: - semver: bin/semver.js - checksum: 272c11bf8d083274ef79fe40a81c55c184dff84dd58e3c325299d0927ba48cece1f020793d138382b85f89bab5002a35a5ba59a3a68a7eebbb597eb733838778 - languageName: node - linkType: hard - -"send@npm:0.19.0": - version: 0.19.0 - resolution: "send@npm:0.19.0" - dependencies: - debug: 2.6.9 - depd: 2.0.0 - destroy: 1.2.0 - encodeurl: ~1.0.2 - escape-html: ~1.0.3 - etag: ~1.8.1 - fresh: 0.5.2 - http-errors: 2.0.0 - mime: 1.6.0 - ms: 2.1.3 - on-finished: 2.4.1 - range-parser: ~1.2.1 - statuses: 2.0.1 - checksum: 5ae11bd900c1c2575525e2aa622e856804e2f96a09281ec1e39610d089f53aa69e13fd8db84b52f001d0318cf4bb0b3b904ad532fc4c0014eb90d32db0cff55f - languageName: node - linkType: hard - -"serve-static@npm:1.16.2": - version: 1.16.2 - resolution: "serve-static@npm:1.16.2" - dependencies: - encodeurl: ~2.0.0 - escape-html: ~1.0.3 - parseurl: ~1.3.3 - send: 0.19.0 - checksum: dffc52feb4cc5c68e66d0c7f3c1824d4e989f71050aefc9bd5f822a42c54c9b814f595fc5f2b717f4c7cc05396145f3e90422af31186a93f76cf15f707019759 - languageName: node - linkType: hard - -"set-blocking@npm:^2.0.0": - version: 2.0.0 - resolution: "set-blocking@npm:2.0.0" - checksum: 6e65a05f7cf7ebdf8b7c75b101e18c0b7e3dff4940d480efed8aad3a36a4005140b660fa1d804cb8bce911cac290441dc728084a30504d3516ac2ff7ad607b02 - languageName: node - linkType: hard - -"set-function-length@npm:^1.2.1": - version: 1.2.2 - resolution: "set-function-length@npm:1.2.2" - dependencies: - define-data-property: ^1.1.4 - es-errors: ^1.3.0 - function-bind: ^1.1.2 - get-intrinsic: ^1.2.4 - gopd: ^1.0.1 - has-property-descriptors: ^1.0.2 - checksum: a8248bdacdf84cb0fab4637774d9fb3c7a8e6089866d04c817583ff48e14149c87044ce683d7f50759a8c50fb87c7a7e173535b06169c87ef76f5fb276dfff72 - languageName: node - linkType: hard - -"setprototypeof@npm:1.2.0": - version: 1.2.0 - resolution: "setprototypeof@npm:1.2.0" - checksum: be18cbbf70e7d8097c97f713a2e76edf84e87299b40d085c6bf8b65314e994cc15e2e317727342fa6996e38e1f52c59720b53fe621e2eb593a6847bf0356db89 - languageName: node - linkType: hard - -"shebang-command@npm:^2.0.0": - version: 2.0.0 - resolution: "shebang-command@npm:2.0.0" - dependencies: - shebang-regex: ^3.0.0 - checksum: 6b52fe87271c12968f6a054e60f6bde5f0f3d2db483a1e5c3e12d657c488a15474121a1d55cd958f6df026a54374ec38a4a963988c213b7570e1d51575cea7fa - languageName: node - linkType: hard - -"shebang-regex@npm:^3.0.0": - version: 3.0.0 - resolution: "shebang-regex@npm:3.0.0" - checksum: 1a2bcae50de99034fcd92ad4212d8e01eedf52c7ec7830eedcf886622804fe36884278f2be8be0ea5fde3fd1c23911643a4e0f726c8685b61871c8908af01222 - languageName: node - linkType: hard - -"short-unique-id@npm:^5.0.2": - version: 5.2.0 - resolution: "short-unique-id@npm:5.2.0" - bin: - short-unique-id: bin/short-unique-id - suid: bin/short-unique-id - checksum: 55bfa5766cc7a1c5905a44337d0a1f8b5000174dec6b6e3039b6f93cf8f62b81ed4e5a525572266cbe20303a233f298cb3988c0f373ec0543a2706fe1b7f6cfc - languageName: node - linkType: hard - -"side-channel@npm:^1.0.6": - version: 1.0.6 - resolution: "side-channel@npm:1.0.6" - dependencies: - call-bind: ^1.0.7 - es-errors: ^1.3.0 - get-intrinsic: ^1.2.4 - object-inspect: ^1.13.1 - checksum: bfc1afc1827d712271453e91b7cd3878ac0efd767495fd4e594c4c2afaa7963b7b510e249572bfd54b0527e66e4a12b61b80c061389e129755f34c493aad9b97 - languageName: node - linkType: hard - -"signal-exit@npm:^3.0.0, signal-exit@npm:^3.0.3, signal-exit@npm:^3.0.7": - version: 3.0.7 - resolution: "signal-exit@npm:3.0.7" - checksum: a2f098f247adc367dffc27845853e9959b9e88b01cb301658cfe4194352d8d2bb32e18467c786a7fe15f1d44b233ea35633d076d5e737870b7139949d1ab6318 - languageName: node - linkType: hard - -"signal-exit@npm:^4.0.1": - version: 4.1.0 - resolution: "signal-exit@npm:4.1.0" - checksum: 64c757b498cb8629ffa5f75485340594d2f8189e9b08700e69199069c8e3070fb3e255f7ab873c05dc0b3cec412aea7402e10a5990cb6a050bd33ba062a6c549 - languageName: node - linkType: hard - -"simple-concat@npm:^1.0.0": - version: 1.0.1 - resolution: "simple-concat@npm:1.0.1" - checksum: 4d211042cc3d73a718c21ac6c4e7d7a0363e184be6a5ad25c8a1502e49df6d0a0253979e3d50dbdd3f60ef6c6c58d756b5d66ac1e05cda9cacd2e9fc59e3876a - languageName: node - linkType: hard - -"simple-get@npm:^4.0.0": - version: 4.0.1 - resolution: "simple-get@npm:4.0.1" - dependencies: - decompress-response: ^6.0.0 - once: ^1.3.1 - simple-concat: ^1.0.0 - checksum: e4132fd27cf7af230d853fa45c1b8ce900cb430dd0a3c6d3829649fe4f2b26574c803698076c4006450efb0fad2ba8c5455fbb5755d4b0a5ec42d4f12b31d27e - languageName: node - linkType: hard - -"simple-update-notifier@npm:^1.0.7": - version: 1.1.0 - resolution: "simple-update-notifier@npm:1.1.0" - dependencies: - semver: ~7.0.0 - checksum: 1012e9b6c504e559a948078177b3eedbb9d7e4d15878e2bda56314d08db609ca5da485be4ac9f838759faae8057935ee0246fcdf63f1233c86bd9fecb2a5544b - languageName: node - linkType: hard - -"sisteransi@npm:^1.0.5": - version: 1.0.5 - resolution: "sisteransi@npm:1.0.5" - checksum: aba6438f46d2bfcef94cf112c835ab395172c75f67453fe05c340c770d3c402363018ae1ab4172a1026a90c47eaccf3af7b6ff6fa749a680c2929bd7fa2b37a4 - languageName: node - linkType: hard - -"slash@npm:^3.0.0": - version: 3.0.0 - resolution: "slash@npm:3.0.0" - checksum: 94a93fff615f25a999ad4b83c9d5e257a7280c90a32a7cb8b4a87996e4babf322e469c42b7f649fd5796edd8687652f3fb452a86dc97a816f01113183393f11c - languageName: node - linkType: hard - -"smart-buffer@npm:^4.2.0": - version: 4.2.0 - resolution: "smart-buffer@npm:4.2.0" - checksum: b5167a7142c1da704c0e3af85c402002b597081dd9575031a90b4f229ca5678e9a36e8a374f1814c8156a725d17008ae3bde63b92f9cfd132526379e580bec8b - languageName: node - linkType: hard - -"socks-proxy-agent@npm:5, socks-proxy-agent@npm:^5.0.0": - version: 5.0.1 - resolution: "socks-proxy-agent@npm:5.0.1" - dependencies: - agent-base: ^6.0.2 - debug: 4 - socks: ^2.3.3 - checksum: 1b60c4977b2fef783f0fc4dc619cd2758aafdb43f3cf679f1e3627cb6c6e752811cee5513ebb4157ad26786033d2f85029440f197d321e8293b38cc5aab01e06 - languageName: node - linkType: hard - -"socks-proxy-agent@npm:^7.0.0": - version: 7.0.0 - resolution: "socks-proxy-agent@npm:7.0.0" - dependencies: - agent-base: ^6.0.2 - debug: ^4.3.3 - socks: ^2.6.2 - checksum: 720554370154cbc979e2e9ce6a6ec6ced205d02757d8f5d93fe95adae454fc187a5cbfc6b022afab850a5ce9b4c7d73e0f98e381879cf45f66317a4895953846 - languageName: node - linkType: hard - -"socks-proxy-agent@npm:^8.0.3": - version: 8.0.4 - resolution: "socks-proxy-agent@npm:8.0.4" - dependencies: - agent-base: ^7.1.1 - debug: ^4.3.4 - socks: ^2.8.3 - checksum: b2ec5051d85fe49072f9a250c427e0e9571fd09d5db133819192d078fd291276e1f0f50f6dbc04329b207738b1071314cee8bdbb4b12e27de42dbcf1d4233c67 - languageName: node - linkType: hard - -"socks@npm:^2.3.3, socks@npm:^2.6.2, socks@npm:^2.8.3": - version: 2.8.3 - resolution: "socks@npm:2.8.3" - dependencies: - ip-address: ^9.0.5 - smart-buffer: ^4.2.0 - checksum: 7a6b7f6eedf7482b9e4597d9a20e09505824208006ea8f2c49b71657427f3c137ca2ae662089baa73e1971c62322d535d9d0cf1c9235cf6f55e315c18203eadd - languageName: node - linkType: hard - -"sonic-boom@npm:^3.7.0": - version: 3.8.1 - resolution: "sonic-boom@npm:3.8.1" - dependencies: - atomic-sleep: ^1.0.0 - checksum: 79c90d7a2f928489fd3d4b68d8f8d747a426ca6ccf83c3b102b36f899d4524463dd310982ab7ab6d6bcfd34b7c7c281ad25e495ad71fbff8fd6fa86d6273fc6b - languageName: node - linkType: hard - -"source-map-js@npm:^1.0.1": - version: 1.2.1 - resolution: "source-map-js@npm:1.2.1" - checksum: 4eb0cd997cdf228bc253bcaff9340afeb706176e64868ecd20efbe6efea931465f43955612346d6b7318789e5265bdc419bc7669c1cebe3db0eb255f57efa76b - languageName: node - linkType: hard - -"source-map-support@npm:0.5.13": - version: 0.5.13 - resolution: "source-map-support@npm:0.5.13" - dependencies: - buffer-from: ^1.0.0 - source-map: ^0.6.0 - checksum: 933550047b6c1a2328599a21d8b7666507427c0f5ef5eaadd56b5da0fd9505e239053c66fe181bf1df469a3b7af9d775778eee283cbb7ae16b902ddc09e93a97 - languageName: node - linkType: hard - -"source-map@npm:^0.6.0, source-map@npm:^0.6.1, source-map@npm:~0.6.1": - version: 0.6.1 - resolution: "source-map@npm:0.6.1" - checksum: 59ce8640cf3f3124f64ac289012c2b8bd377c238e316fb323ea22fbfe83da07d81e000071d7242cad7a23cd91c7de98e4df8830ec3f133cb6133a5f6e9f67bc2 - languageName: node - linkType: hard - -"split2@npm:^4.0.0": - version: 4.2.0 - resolution: "split2@npm:4.2.0" - checksum: 05d54102546549fe4d2455900699056580cca006c0275c334611420f854da30ac999230857a85fdd9914dc2109ae50f80fda43d2a445f2aa86eccdc1dfce779d - languageName: node - linkType: hard - -"sprintf-js@npm:^1.1.3": - version: 1.1.3 - resolution: "sprintf-js@npm:1.1.3" - checksum: a3fdac7b49643875b70864a9d9b469d87a40dfeaf5d34d9d0c5b1cda5fd7d065531fcb43c76357d62254c57184a7b151954156563a4d6a747015cfb41021cad0 - languageName: node - linkType: hard - -"sprintf-js@npm:~1.0.2": - version: 1.0.3 - resolution: "sprintf-js@npm:1.0.3" - checksum: 19d79aec211f09b99ec3099b5b2ae2f6e9cdefe50bc91ac4c69144b6d3928a640bb6ae5b3def70c2e85a2c3d9f5ec2719921e3a59d3ca3ef4b2fd1a4656a0df3 - languageName: node - linkType: hard - -"ssri@npm:^10.0.0": - version: 10.0.6 - resolution: "ssri@npm:10.0.6" - dependencies: - minipass: ^7.0.3 - checksum: 4603d53a05bcd44188747d38f1cc43833b9951b5a1ee43ba50535bdfc5fe4a0897472dbe69837570a5417c3c073377ef4f8c1a272683b401857f72738ee57299 - languageName: node - linkType: hard - -"ssri@npm:^9.0.0": - version: 9.0.1 - resolution: "ssri@npm:9.0.1" - dependencies: - minipass: ^3.1.1 - checksum: fb58f5e46b6923ae67b87ad5ef1c5ab6d427a17db0bead84570c2df3cd50b4ceb880ebdba2d60726588272890bae842a744e1ecce5bd2a2a582fccd5068309eb - languageName: node - linkType: hard - -"stack-utils@npm:^2.0.3": - version: 2.0.6 - resolution: "stack-utils@npm:2.0.6" - dependencies: - escape-string-regexp: ^2.0.0 - checksum: 052bf4d25bbf5f78e06c1d5e67de2e088b06871fa04107ca8d3f0e9d9263326e2942c8bedee3545795fc77d787d443a538345eef74db2f8e35db3558c6f91ff7 - languageName: node - linkType: hard - -"static-eval@npm:2.0.2": - version: 2.0.2 - resolution: "static-eval@npm:2.0.2" - dependencies: - escodegen: ^1.8.1 - checksum: 335a923c5ccb29add404ac23d0a55c0da6cee3071f6f67a7053aeac0dedc6dbfc53ac9269e9c25f403f5b7603a291ef47d7114f99bde241184f7aa3f9286dc32 - languageName: node - linkType: hard - -"statuses@npm:2.0.1": - version: 2.0.1 - resolution: "statuses@npm:2.0.1" - checksum: 18c7623fdb8f646fb213ca4051be4df7efb3484d4ab662937ca6fbef7ced9b9e12842709872eb3020cc3504b93bde88935c9f6417489627a7786f24f8031cbcb - languageName: node - linkType: hard - -"statuses@npm:^1.3.1": - version: 1.5.0 - resolution: "statuses@npm:1.5.0" - checksum: c469b9519de16a4bb19600205cffb39ee471a5f17b82589757ca7bd40a8d92ebb6ed9f98b5a540c5d302ccbc78f15dc03cc0280dd6e00df1335568a5d5758a5c - languageName: node - linkType: hard - -"stream-events@npm:^1.0.5": - version: 1.0.5 - resolution: "stream-events@npm:1.0.5" - dependencies: - stubs: ^3.0.0 - checksum: 969ce82e34bfbef5734629cc06f9d7f3705a9ceb8fcd6a526332f9159f1f8bbfdb1a453f3ced0b728083454f7706adbbe8428bceb788a0287ca48ba2642dc3fc - languageName: node - linkType: hard - -"stream-http@npm:2.8.2": - version: 2.8.2 - resolution: "stream-http@npm:2.8.2" - dependencies: - builtin-status-codes: ^3.0.0 - inherits: ^2.0.1 - readable-stream: ^2.3.6 - to-arraybuffer: ^1.0.0 - xtend: ^4.0.0 - checksum: d72df90581ba5acb93b84d5e80fda1b40b149c3e0c893193b378dc4cc262dd737c202b0c8b0a8155a063ede8bc719c393e3ea089fd10f29a72d2f64676c990f5 - languageName: node - linkType: hard - -"stream-shift@npm:^1.0.2": - version: 1.0.3 - resolution: "stream-shift@npm:1.0.3" - checksum: a24c0a3f66a8f9024bd1d579a533a53be283b4475d4e6b4b3211b964031447bdf6532dd1f3c2b0ad66752554391b7c62bd7ca4559193381f766534e723d50242 - languageName: node - linkType: hard - -"stream-wormhole@npm:^1.0.4": - version: 1.1.0 - resolution: "stream-wormhole@npm:1.1.0" - checksum: cc19e0235c5d031bd530fa83913c807d9525fa4ba33d51691dd822c0726b8b7ef138b34f289d063a3018cddba67d3ba7fd0ecedaa97242a0f1ed2eed3c6a2ab1 - languageName: node - linkType: hard - -"string-length@npm:^4.0.1": - version: 4.0.2 - resolution: "string-length@npm:4.0.2" - dependencies: - char-regex: ^1.0.2 - strip-ansi: ^6.0.0 - checksum: ce85533ef5113fcb7e522bcf9e62cb33871aa99b3729cec5595f4447f660b0cefd542ca6df4150c97a677d58b0cb727a3fe09ac1de94071d05526c73579bf505 - languageName: node - linkType: hard - -"string-width-cjs@npm:string-width@^4.2.0, string-width@npm:^1.0.2 || 2 || 3 || 4, string-width@npm:^4.1.0, string-width@npm:^4.2.0, string-width@npm:^4.2.3": - version: 4.2.3 - resolution: "string-width@npm:4.2.3" - dependencies: - emoji-regex: ^8.0.0 - is-fullwidth-code-point: ^3.0.0 - strip-ansi: ^6.0.1 - checksum: e52c10dc3fbfcd6c3a15f159f54a90024241d0f149cf8aed2982a2d801d2e64df0bf1dc351cf8e95c3319323f9f220c16e740b06faecd53e2462df1d2b5443fb - languageName: node - linkType: hard - -"string-width@npm:^5.0.1, string-width@npm:^5.1.2": - version: 5.1.2 - resolution: "string-width@npm:5.1.2" - dependencies: - eastasianwidth: ^0.2.0 - emoji-regex: ^9.2.2 - strip-ansi: ^7.0.1 - checksum: 7369deaa29f21dda9a438686154b62c2c5f661f8dda60449088f9f980196f7908fc39fdd1803e3e01541970287cf5deae336798337e9319a7055af89dafa7193 - languageName: node - linkType: hard - -"string_decoder@npm:^1.1.1, string_decoder@npm:^1.3.0": - version: 1.3.0 - resolution: "string_decoder@npm:1.3.0" - dependencies: - safe-buffer: ~5.2.0 - checksum: 8417646695a66e73aefc4420eb3b84cc9ffd89572861fe004e6aeb13c7bc00e2f616247505d2dbbef24247c372f70268f594af7126f43548565c68c117bdeb56 - languageName: node - linkType: hard - -"string_decoder@npm:~0.10.x": - version: 0.10.31 - resolution: "string_decoder@npm:0.10.31" - checksum: fe00f8e303647e5db919948ccb5ce0da7dea209ab54702894dd0c664edd98e5d4df4b80d6fabf7b9e92b237359d21136c95bf068b2f7760b772ca974ba970202 - languageName: node - linkType: hard - -"string_decoder@npm:~1.1.1": - version: 1.1.1 - resolution: "string_decoder@npm:1.1.1" - dependencies: - safe-buffer: ~5.1.0 - checksum: 9ab7e56f9d60a28f2be697419917c50cac19f3e8e6c28ef26ed5f4852289fe0de5d6997d29becf59028556f2c62983790c1d9ba1e2a3cc401768ca12d5183a5b - languageName: node - linkType: hard - -"strip-ansi-cjs@npm:strip-ansi@^6.0.1, strip-ansi@npm:^6.0.0, strip-ansi@npm:^6.0.1": - version: 6.0.1 - resolution: "strip-ansi@npm:6.0.1" - dependencies: - ansi-regex: ^5.0.1 - checksum: f3cd25890aef3ba6e1a74e20896c21a46f482e93df4a06567cebf2b57edabb15133f1f94e57434e0a958d61186087b1008e89c94875d019910a213181a14fc8c - languageName: node - linkType: hard - -"strip-ansi@npm:^7.0.1": - version: 7.1.0 - resolution: "strip-ansi@npm:7.1.0" - dependencies: - ansi-regex: ^6.0.1 - checksum: 859c73fcf27869c22a4e4d8c6acfe690064659e84bef9458aa6d13719d09ca88dcfd40cbf31fd0be63518ea1a643fe070b4827d353e09533a5b0b9fd4553d64d - languageName: node - linkType: hard - -"strip-bom@npm:^4.0.0": - version: 4.0.0 - resolution: "strip-bom@npm:4.0.0" - checksum: 9dbcfbaf503c57c06af15fe2c8176fb1bf3af5ff65003851a102749f875a6dbe0ab3b30115eccf6e805e9d756830d3e40ec508b62b3f1ddf3761a20ebe29d3f3 - languageName: node - linkType: hard - -"strip-final-newline@npm:^2.0.0": - version: 2.0.0 - resolution: "strip-final-newline@npm:2.0.0" - checksum: 69412b5e25731e1938184b5d489c32e340605bb611d6140344abc3421b7f3c6f9984b21dff296dfcf056681b82caa3bb4cc996a965ce37bcfad663e92eae9c64 - languageName: node - linkType: hard - -"strip-json-comments@npm:^3.1.1": - version: 3.1.1 - resolution: "strip-json-comments@npm:3.1.1" - checksum: 492f73e27268f9b1c122733f28ecb0e7e8d8a531a6662efbd08e22cccb3f9475e90a1b82cab06a392f6afae6d2de636f977e231296400d0ec5304ba70f166443 - languageName: node - linkType: hard - -"strip-json-comments@npm:~2.0.1": - version: 2.0.1 - resolution: "strip-json-comments@npm:2.0.1" - checksum: 1074ccb63270d32ca28edfb0a281c96b94dc679077828135141f27d52a5a398ef5e78bcf22809d23cadc2b81dfbe345eb5fd8699b385c8b1128907dec4a7d1e1 - languageName: node - linkType: hard - -"strnum@npm:^1.0.5": - version: 1.0.5 - resolution: "strnum@npm:1.0.5" - checksum: 651b2031db5da1bf4a77fdd2f116a8ac8055157c5420f5569f64879133825915ad461513e7202a16d7fec63c54fd822410d0962f8ca12385c4334891b9ae6dd2 - languageName: node - linkType: hard - -"stubs@npm:^3.0.0": - version: 3.0.0 - resolution: "stubs@npm:3.0.0" - checksum: dec7b82186e3743317616235c59bfb53284acc312cb9f4c3e97e2205c67a5c158b0ca89db5927e52351582e90a2672822eeaec9db396e23e56893d2a8676e024 - languageName: node - linkType: hard - -"stylis@npm:^4.3.0": - version: 4.3.4 - resolution: "stylis@npm:4.3.4" - checksum: 7e3a482c7bba6e0e9e3187972e958acf800b1abe99f23e081fcb5dea8e4a05eca44286c1381ce2bc7179245ddbd7bf1f74237ed413fce7491320a543bcfebda9 - languageName: node - linkType: hard - -"supports-color@npm:^5.3.0, supports-color@npm:^5.5.0": - version: 5.5.0 - resolution: "supports-color@npm:5.5.0" - dependencies: - has-flag: ^3.0.0 - checksum: 95f6f4ba5afdf92f495b5a912d4abee8dcba766ae719b975c56c084f5004845f6f5a5f7769f52d53f40e21952a6d87411bafe34af4a01e65f9926002e38e1dac - languageName: node - linkType: hard - -"supports-color@npm:^7.1.0": - version: 7.2.0 - resolution: "supports-color@npm:7.2.0" - dependencies: - has-flag: ^4.0.0 - checksum: 3dda818de06ebbe5b9653e07842d9479f3555ebc77e9a0280caf5a14fb877ffee9ed57007c3b78f5a6324b8dbeec648d9e97a24e2ed9fdb81ddc69ea07100f4a - languageName: node - linkType: hard - -"supports-color@npm:^8.0.0": - version: 8.1.1 - resolution: "supports-color@npm:8.1.1" - dependencies: - has-flag: ^4.0.0 - checksum: c052193a7e43c6cdc741eb7f378df605636e01ad434badf7324f17fb60c69a880d8d8fcdcb562cf94c2350e57b937d7425ab5b8326c67c2adc48f7c87c1db406 - languageName: node - linkType: hard - -"supports-preserve-symlinks-flag@npm:^1.0.0": - version: 1.0.0 - resolution: "supports-preserve-symlinks-flag@npm:1.0.0" - checksum: 53b1e247e68e05db7b3808b99b892bd36fb096e6fba213a06da7fab22045e97597db425c724f2bbd6c99a3c295e1e73f3e4de78592289f38431049e1277ca0ae - languageName: node - linkType: hard - -"svgo@npm:^3.0.2": - version: 3.3.2 - resolution: "svgo@npm:3.3.2" - dependencies: - "@trysound/sax": 0.2.0 - commander: ^7.2.0 - css-select: ^5.1.0 - css-tree: ^2.3.1 - css-what: ^6.1.0 - csso: ^5.0.5 - picocolors: ^1.0.0 - bin: - svgo: ./bin/svgo - checksum: a3f8aad597dec13ab24e679c4c218147048dc1414fe04e99447c5f42a6e077b33d712d306df84674b5253b98c9b84dfbfb41fdd08552443b04946e43d03e054e - languageName: node - linkType: hard - -"swagger-client@npm:^3.29.3": - version: 3.29.3 - resolution: "swagger-client@npm:3.29.3" - dependencies: - "@babel/runtime-corejs3": ^7.22.15 - "@swagger-api/apidom-core": ">=1.0.0-alpha.9 <1.0.0-beta.0" - "@swagger-api/apidom-error": ">=1.0.0-alpha.9 <1.0.0-beta.0" - "@swagger-api/apidom-json-pointer": ">=1.0.0-alpha.9 <1.0.0-beta.0" - "@swagger-api/apidom-ns-openapi-3-1": ">=1.0.0-alpha.9 <1.0.0-beta.0" - "@swagger-api/apidom-reference": ">=1.0.0-alpha.9 <1.0.0-beta.0" - cookie: ~0.6.0 - deepmerge: ~4.3.0 - fast-json-patch: ^3.0.0-1 - js-yaml: ^4.1.0 - neotraverse: =0.6.18 - node-abort-controller: ^3.1.1 - node-fetch-commonjs: ^3.3.2 - openapi-path-templating: ^1.5.1 - openapi-server-url-templating: ^1.0.0 - ramda: ^0.30.1 - ramda-adjunct: ^5.0.0 - checksum: 6551c33642c692b4a7adac9d0478511378c5e64f9eb3af71117c465f622dbac26ec1d31c9b53cef4f08ed5730d326d9037c9bd627d2297ab78e8eaf8755896a6 - languageName: node - linkType: hard - -"tar-fs@npm:^2.0.0": - version: 2.1.1 - resolution: "tar-fs@npm:2.1.1" - dependencies: - chownr: ^1.1.1 - mkdirp-classic: ^0.5.2 - pump: ^3.0.0 - tar-stream: ^2.1.4 - checksum: f5b9a70059f5b2969e65f037b4e4da2daf0fa762d3d232ffd96e819e3f94665dbbbe62f76f084f1acb4dbdcce16c6e4dac08d12ffc6d24b8d76720f4d9cf032d - languageName: node - linkType: hard - -"tar-stream@npm:^2.1.4": - version: 2.2.0 - resolution: "tar-stream@npm:2.2.0" - dependencies: - bl: ^4.0.3 - end-of-stream: ^1.4.1 - fs-constants: ^1.0.0 - inherits: ^2.0.3 - readable-stream: ^3.1.1 - checksum: 699831a8b97666ef50021c767f84924cfee21c142c2eb0e79c63254e140e6408d6d55a065a2992548e72b06de39237ef2b802b99e3ece93ca3904a37622a66f3 - languageName: node - linkType: hard - -"tar@npm:^6.1.11, tar@npm:^6.1.2, tar@npm:^6.2.1": - version: 6.2.1 - resolution: "tar@npm:6.2.1" - dependencies: - chownr: ^2.0.0 - fs-minipass: ^2.0.0 - minipass: ^5.0.0 - minizlib: ^2.1.1 - mkdirp: ^1.0.3 - yallist: ^4.0.0 - checksum: f1322768c9741a25356c11373bce918483f40fa9a25c69c59410c8a1247632487edef5fe76c5f12ac51a6356d2f1829e96d2bc34098668a2fc34d76050ac2b6c - languageName: node - linkType: hard - -"tdigest@npm:^0.1.1": - version: 0.1.2 - resolution: "tdigest@npm:0.1.2" - dependencies: - bintrees: 1.0.2 - checksum: 44de8246752b6f8c2924685f969fd3d94c36949f22b0907e99bef2b2220726dd8467f4730ea96b06040b9aa2587c0866049640039d1b956952dfa962bc2075a3 - languageName: node - linkType: hard - -"teeny-request@npm:^8.0.0": - version: 8.0.3 - resolution: "teeny-request@npm:8.0.3" - dependencies: - http-proxy-agent: ^5.0.0 - https-proxy-agent: ^5.0.0 - node-fetch: ^2.6.1 - stream-events: ^1.0.5 - uuid: ^9.0.0 - checksum: 6682a14df3708068db147c91af5f2b2e097e2e53c03dddaef40f6f974297f2da9e6112c615af9fbc84a1685c6846b8a9e485771d1a350aa25e9ff5fcf63dd821 - languageName: node - linkType: hard - -"teeny-request@npm:^9.0.0": - version: 9.0.0 - resolution: "teeny-request@npm:9.0.0" - dependencies: - http-proxy-agent: ^5.0.0 - https-proxy-agent: ^5.0.0 - node-fetch: ^2.6.9 - stream-events: ^1.0.5 - uuid: ^9.0.0 - checksum: 9cb0ad83f9ca6ce6515b3109cbb30ceb2533cdeab8e41c3a0de89f509bd92c5a9aabd27b3adf7f3e49516e106a358859b19fa4928a1937a4ab95809ccb7d52eb - languageName: node - linkType: hard - -"test-exclude@npm:^6.0.0": - version: 6.0.0 - resolution: "test-exclude@npm:6.0.0" - dependencies: - "@istanbuljs/schema": ^0.1.2 - glob: ^7.1.4 - minimatch: ^3.0.4 - checksum: 3b34a3d77165a2cb82b34014b3aba93b1c4637a5011807557dc2f3da826c59975a5ccad765721c4648b39817e3472789f9b0fa98fc854c5c1c7a1e632aacdc28 - languageName: node - linkType: hard - -"thenify-all@npm:^1.0.0": - version: 1.6.0 - resolution: "thenify-all@npm:1.6.0" - dependencies: - thenify: ">= 3.1.0 < 4" - checksum: dba7cc8a23a154cdcb6acb7f51d61511c37a6b077ec5ab5da6e8b874272015937788402fd271fdfc5f187f8cb0948e38d0a42dcc89d554d731652ab458f5343e - languageName: node - linkType: hard - -"thenify@npm:>= 3.1.0 < 4": - version: 3.3.1 - resolution: "thenify@npm:3.3.1" - dependencies: - any-promise: ^1.0.0 - checksum: 84e1b804bfec49f3531215f17b4a6e50fd4397b5f7c1bccc427b9c656e1ecfb13ea79d899930184f78bc2f57285c54d9a50a590c8868f4f0cef5c1d9f898b05e - languageName: node - linkType: hard - -"thread-stream@npm:^2.6.0": - version: 2.7.0 - resolution: "thread-stream@npm:2.7.0" - dependencies: - real-require: ^0.2.0 - checksum: 75ab019cda628344c7779e5f5a88f7759764efd29d320327ad2e6c2622778b5f1c43a3966d76a9ee5744086d61c680b413548f5521030f9e9055487684436165 - languageName: node - linkType: hard - -"through2@npm:^2.0.1": - version: 2.0.5 - resolution: "through2@npm:2.0.5" - dependencies: - readable-stream: ~2.3.6 - xtend: ~4.0.1 - checksum: beb0f338aa2931e5660ec7bf3ad949e6d2e068c31f4737b9525e5201b824ac40cac6a337224856b56bd1ddd866334bbfb92a9f57cd6f66bc3f18d3d86fc0fe50 - languageName: node - linkType: hard - -"through@npm:~2.3": - version: 2.3.8 - resolution: "through@npm:2.3.8" - checksum: a38c3e059853c494af95d50c072b83f8b676a9ba2818dcc5b108ef252230735c54e0185437618596c790bbba8fcdaef5b290405981ffa09dce67b1f1bf190cbd - languageName: node - linkType: hard - -"tmpl@npm:1.0.5": - version: 1.0.5 - resolution: "tmpl@npm:1.0.5" - checksum: cd922d9b853c00fe414c5a774817be65b058d54a2d01ebb415840960406c669a0fc632f66df885e24cb022ec812739199ccbdb8d1164c3e513f85bfca5ab2873 - languageName: node - linkType: hard - -"to-arraybuffer@npm:^1.0.0": - version: 1.0.1 - resolution: "to-arraybuffer@npm:1.0.1" - checksum: 31433c10b388722729f5da04c6b2a06f40dc84f797bb802a5a171ced1e599454099c6c5bc5118f4b9105e7d049d3ad9d0f71182b77650e4fdb04539695489941 - languageName: node - linkType: hard - -"to-fast-properties@npm:^2.0.0": - version: 2.0.0 - resolution: "to-fast-properties@npm:2.0.0" - checksum: be2de62fe58ead94e3e592680052683b1ec986c72d589e7b21e5697f8744cdbf48c266fa72f6c15932894c10187b5f54573a3bcf7da0bfd964d5caf23d436168 - languageName: node - linkType: hard - -"to-regex-range@npm:^5.0.1": - version: 5.0.1 - resolution: "to-regex-range@npm:5.0.1" - dependencies: - is-number: ^7.0.0 - checksum: f76fa01b3d5be85db6a2a143e24df9f60dd047d151062d0ba3df62953f2f697b16fe5dad9b0ac6191c7efc7b1d9dcaa4b768174b7b29da89d4428e64bc0a20ed - languageName: node - linkType: hard - -"toidentifier@npm:1.0.1": - version: 1.0.1 - resolution: "toidentifier@npm:1.0.1" - checksum: 952c29e2a85d7123239b5cfdd889a0dde47ab0497f0913d70588f19c53f7e0b5327c95f4651e413c74b785147f9637b17410ac8c846d5d4a20a5a33eb6dc3a45 - languageName: node - linkType: hard - -"touch@npm:^3.1.0": - version: 3.1.1 - resolution: "touch@npm:3.1.1" - bin: - nodetouch: bin/nodetouch.js - checksum: fb8c54207500eb760b6b9d77b9c5626cc027c9ad44431eed4268845f00f8c6bbfc95ce7e9da8e487f020aa921982a8bc5d8e909d0606e82686bd0a08a8e0539b - languageName: node - linkType: hard - -"tr46@npm:~0.0.3": - version: 0.0.3 - resolution: "tr46@npm:0.0.3" - checksum: 726321c5eaf41b5002e17ffbd1fb7245999a073e8979085dacd47c4b4e8068ff5777142fc6726d6ca1fd2ff16921b48788b87225cbc57c72636f6efa8efbffe3 - languageName: node - linkType: hard - -"tree-sitter-json@npm:=0.20.2": - version: 0.20.2 - resolution: "tree-sitter-json@npm:0.20.2" - dependencies: - nan: ^2.18.0 - node-gyp: latest - checksum: 4f5eba7fc86855d15510647e3e5803ea05a8cd5ab2a2a25c8d173a103ca02a6cc25b4cc925b3d234e31e6180f7eed4a50351d39e2c5254b06d6dd0fabeb6c3d8 - languageName: node - linkType: hard - -"tree-sitter-yaml@npm:=0.5.0": - version: 0.5.0 - resolution: "tree-sitter-yaml@npm:0.5.0" - dependencies: - nan: ^2.14.0 - node-gyp: latest - checksum: 7962aea3784dd67098daff4ae984145189eb49b8f981f5a9e72bac97b77859a75030580d199712d671cdced5326599192b3549a428e162e9858a3bbb4cb2fff6 - languageName: node - linkType: hard - -"tree-sitter@npm:=0.20.4": - version: 0.20.4 - resolution: "tree-sitter@npm:0.20.4" - dependencies: - nan: ^2.17.0 - node-gyp: latest - prebuild-install: ^7.1.1 - checksum: 724f9773759a6ece317fff08deef2d2c63a6ea3b4f6723d5d6d56a7a886d27f799641d189d616c121a580e8492992bc2ede8d2e5c4241f30ff4ee9036dc6bb92 - languageName: node - linkType: hard - -"ts-jest@npm:^29.0.3": - version: 29.2.5 - resolution: "ts-jest@npm:29.2.5" - dependencies: - bs-logger: ^0.2.6 - ejs: ^3.1.10 - fast-json-stable-stringify: ^2.1.0 - jest-util: ^29.0.0 - json5: ^2.2.3 - lodash.memoize: ^4.1.2 - make-error: ^1.3.6 - semver: ^7.6.3 - yargs-parser: ^21.1.1 - peerDependencies: - "@babel/core": ">=7.0.0-beta.0 <8" - "@jest/transform": ^29.0.0 - "@jest/types": ^29.0.0 - babel-jest: ^29.0.0 - jest: ^29.0.0 - typescript: ">=4.3 <6" - peerDependenciesMeta: - "@babel/core": - optional: true - "@jest/transform": - optional: true - "@jest/types": - optional: true - babel-jest: - optional: true - esbuild: - optional: true - bin: - ts-jest: cli.js - checksum: d60d1e1d80936f6002b1bb27f7e062408bc733141b9d666565503f023c340a3196d506c836a4316c5793af81a5f910ab49bb9c13f66e2dc66de4e0f03851dbca - languageName: node - linkType: hard - -"ts-mixer@npm:^6.0.3, ts-mixer@npm:^6.0.4": - version: 6.0.4 - resolution: "ts-mixer@npm:6.0.4" - checksum: 36b1af526befd74345e736e9aa16f5c28876ebcea07784da14d929149fd7e6028cfd2fe9304c8efe8cb91b588443a9cc9e991df58e4c6e602326edbaae2af3ab - languageName: node - linkType: hard - -"ts-node@npm:^10.9.1": - version: 10.9.2 - resolution: "ts-node@npm:10.9.2" - dependencies: - "@cspotcode/source-map-support": ^0.8.0 - "@tsconfig/node10": ^1.0.7 - "@tsconfig/node12": ^1.0.7 - "@tsconfig/node14": ^1.0.0 - "@tsconfig/node16": ^1.0.2 - acorn: ^8.4.1 - acorn-walk: ^8.1.1 - arg: ^4.1.0 - create-require: ^1.1.0 - diff: ^4.0.1 - make-error: ^1.1.1 - v8-compile-cache-lib: ^3.0.1 - yn: 3.1.1 - peerDependencies: - "@swc/core": ">=1.2.50" - "@swc/wasm": ">=1.2.50" - "@types/node": "*" - typescript: ">=2.7" - peerDependenciesMeta: - "@swc/core": - optional: true - "@swc/wasm": - optional: true - bin: - ts-node: dist/bin.js - ts-node-cwd: dist/bin-cwd.js - ts-node-esm: dist/bin-esm.js - ts-node-script: dist/bin-script.js - ts-node-transpile-only: dist/bin-transpile.js - ts-script: dist/bin-script-deprecated.js - checksum: fde256c9073969e234526e2cfead42591b9a2aec5222bac154b0de2fa9e4ceb30efcd717ee8bc785a56f3a119bdd5aa27b333d9dbec94ed254bd26f8944c67ac - languageName: node - linkType: hard - -"ts-toolbelt@npm:^9.6.0": - version: 9.6.0 - resolution: "ts-toolbelt@npm:9.6.0" - checksum: 9f35fd95d895a5d32ea9fd2e532a695b0bae6cbff6832b77292efa188a0ed1ed6e54f63f74a8920390f3d909a7a3adb20a144686372a8e78b420246a9bd3d58a - languageName: node - linkType: hard - -"tslib@npm:^2.0.1, tslib@npm:^2.1.0, tslib@npm:^2.4.0, tslib@npm:^2.6.2": - version: 2.7.0 - resolution: "tslib@npm:2.7.0" - checksum: 1606d5c89f88d466889def78653f3aab0f88692e80bb2066d090ca6112ae250ec1cfa9dbfaab0d17b60da15a4186e8ec4d893801c67896b277c17374e36e1d28 - languageName: node - linkType: hard - -"tunnel-agent@npm:^0.6.0": - version: 0.6.0 - resolution: "tunnel-agent@npm:0.6.0" - dependencies: - safe-buffer: ^5.0.1 - checksum: 05f6510358f8afc62a057b8b692f05d70c1782b70db86d6a1e0d5e28a32389e52fa6e7707b6c5ecccacc031462e4bc35af85ecfe4bbc341767917b7cf6965711 - languageName: node - linkType: hard - -"type-check@npm:~0.3.2": - version: 0.3.2 - resolution: "type-check@npm:0.3.2" - dependencies: - prelude-ls: ~1.1.2 - checksum: dd3b1495642731bc0e1fc40abe5e977e0263005551ac83342ecb6f4f89551d106b368ec32ad3fb2da19b3bd7b2d1f64330da2ea9176d8ddbfe389fb286eb5124 - languageName: node - linkType: hard - -"type-detect@npm:4.0.8": - version: 4.0.8 - resolution: "type-detect@npm:4.0.8" - checksum: 62b5628bff67c0eb0b66afa371bd73e230399a8d2ad30d852716efcc4656a7516904570cd8631a49a3ce57c10225adf5d0cbdcb47f6b0255fe6557c453925a15 - languageName: node - linkType: hard - -"type-fest@npm:^0.21.3": - version: 0.21.3 - resolution: "type-fest@npm:0.21.3" - checksum: e6b32a3b3877f04339bae01c193b273c62ba7bfc9e325b8703c4ee1b32dc8fe4ef5dfa54bf78265e069f7667d058e360ae0f37be5af9f153b22382cd55a9afe0 - languageName: node - linkType: hard - -"type-is@npm:~1.6.18": - version: 1.6.18 - resolution: "type-is@npm:1.6.18" - dependencies: - media-typer: 0.3.0 - mime-types: ~2.1.24 - checksum: 2c8e47675d55f8b4e404bcf529abdf5036c537a04c2b20177bcf78c9e3c1da69da3942b1346e6edb09e823228c0ee656ef0e033765ec39a70d496ef601a0c657 - languageName: node - linkType: hard - -"types-ramda@npm:^0.30.1": - version: 0.30.1 - resolution: "types-ramda@npm:0.30.1" - dependencies: - ts-toolbelt: ^9.6.0 - checksum: 7af1b5b6dbb5878e5104013f7eca7feff999b538d98d59c91ce82e69908b31223b44a163271b0c13c9828c27f6cff39f78cff0f83d82b73ac47f74ffb3fe7ded - languageName: node - linkType: hard - -"typescript@npm:^4.9.3": - version: 4.9.5 - resolution: "typescript@npm:4.9.5" - bin: - tsc: bin/tsc - tsserver: bin/tsserver - checksum: ee000bc26848147ad423b581bd250075662a354d84f0e06eb76d3b892328d8d4440b7487b5a83e851b12b255f55d71835b008a66cbf8f255a11e4400159237db - languageName: node - linkType: hard - -"typescript@patch:typescript@^4.9.3#~builtin": - version: 4.9.5 - resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin::version=4.9.5&hash=ad5954" - bin: - tsc: bin/tsc - tsserver: bin/tsserver - checksum: 8f6260acc86b56bfdda6004bc53f32ea548f543e8baef7071c8e34d29d292f3e375c8416556c8de10b24deef6933cd1c16a8233dc84a3dd43a13a13265d0faab - languageName: node - linkType: hard - -"undefsafe@npm:^2.0.5": - version: 2.0.5 - resolution: "undefsafe@npm:2.0.5" - checksum: f42ab3b5770fedd4ada175fc1b2eb775b78f609156f7c389106aafd231bfc210813ee49f54483d7191d7b76e483bc7f537b5d92d19ded27156baf57592eb02cc - languageName: node - linkType: hard - -"underscore@npm:1.12.1": - version: 1.12.1 - resolution: "underscore@npm:1.12.1" - checksum: ec327603aa112b99fe9d74cd9bf3b3b7451465a9d2610ceab269a532e3f191650ab017903be34dc86fe406a11d04d8905a3b04dd4c129493e51bee09a3f3074c - languageName: node - linkType: hard - -"undici-types@npm:~6.19.2": - version: 6.19.8 - resolution: "undici-types@npm:6.19.8" - checksum: de51f1b447d22571cf155dfe14ff6d12c5bdaec237c765085b439c38ca8518fc360e88c70f99469162bf2e14188a7b0bcb06e1ed2dc031042b984b0bb9544017 - languageName: node - linkType: hard - -"unescape@npm:^1.0.1": - version: 1.0.1 - resolution: "unescape@npm:1.0.1" - dependencies: - extend-shallow: ^2.0.1 - checksum: 0d89b0f55e08a2843e635f1ccf8472a35b367c41d9a8014dd7de5cc3af710a6e988a950b86b6229e143147ade21772f2d72054bc846f4972eb448df472b856ec - languageName: node - linkType: hard - -"unique-filename@npm:^2.0.0": - version: 2.0.1 - resolution: "unique-filename@npm:2.0.1" - dependencies: - unique-slug: ^3.0.0 - checksum: 807acf3381aff319086b64dc7125a9a37c09c44af7620bd4f7f3247fcd5565660ac12d8b80534dcbfd067e6fe88a67e621386dd796a8af828d1337a8420a255f - languageName: node - linkType: hard - -"unique-filename@npm:^3.0.0": - version: 3.0.0 - resolution: "unique-filename@npm:3.0.0" - dependencies: - unique-slug: ^4.0.0 - checksum: 8e2f59b356cb2e54aab14ff98a51ac6c45781d15ceaab6d4f1c2228b780193dc70fae4463ce9e1df4479cb9d3304d7c2043a3fb905bdeca71cc7e8ce27e063df - languageName: node - linkType: hard - -"unique-sequence@npm:1.0.2": - version: 1.0.2 - resolution: "unique-sequence@npm:1.0.2" - checksum: 22ee48ef2bd6b8243df2c12a290e42cc751e62c85860ac6b7239310254535ceb089e2d3063ff34b6f51a38058f3fdd9ffc80564fa4a2fbc7ec414bf7225cfedb - languageName: node - linkType: hard - -"unique-slug@npm:^3.0.0": - version: 3.0.0 - resolution: "unique-slug@npm:3.0.0" - dependencies: - imurmurhash: ^0.1.4 - checksum: 49f8d915ba7f0101801b922062ee46b7953256c93ceca74303bd8e6413ae10aa7e8216556b54dc5382895e8221d04f1efaf75f945c2e4a515b4139f77aa6640c - languageName: node - linkType: hard - -"unique-slug@npm:^4.0.0": - version: 4.0.0 - resolution: "unique-slug@npm:4.0.0" - dependencies: - imurmurhash: ^0.1.4 - checksum: 0884b58365af59f89739e6f71e3feacb5b1b41f2df2d842d0757933620e6de08eff347d27e9d499b43c40476cbaf7988638d3acb2ffbcb9d35fd035591adfd15 - languageName: node - linkType: hard - -"universalify@npm:^0.1.0": - version: 0.1.2 - resolution: "universalify@npm:0.1.2" - checksum: 40cdc60f6e61070fe658ca36016a8f4ec216b29bf04a55dce14e3710cc84c7448538ef4dad3728d0bfe29975ccd7bfb5f414c45e7b78883567fb31b246f02dff - languageName: node - linkType: hard - -"unpipe@npm:1.0.0, unpipe@npm:~1.0.0": - version: 1.0.0 - resolution: "unpipe@npm:1.0.0" - checksum: 4fa18d8d8d977c55cb09715385c203197105e10a6d220087ec819f50cb68870f02942244f1017565484237f1f8c5d3cd413631b1ae104d3096f24fdfde1b4aa2 - languageName: node - linkType: hard - -"unraw@npm:^3.0.0": - version: 3.0.0 - resolution: "unraw@npm:3.0.0" - checksum: 19eee0bc500ce197d262b79723a2c8c81c1d716baaa2a62c48a4d0d6b9e1fd9d350c5df86262e51343d591ab9c8a47ed150317d0b867b2b65795cdc17ef69873 - languageName: node - linkType: hard - -"untildify@npm:^4.0.0": - version: 4.0.0 - resolution: "untildify@npm:4.0.0" - checksum: 39ced9c418a74f73f0a56e1ba4634b4d959422dff61f4c72a8e39f60b99380c1b45ed776fbaa0a4101b157e4310d873ad7d114e8534ca02609b4916bb4187fb9 - languageName: node - linkType: hard - -"update-browserslist-db@npm:^1.1.0": - version: 1.1.1 - resolution: "update-browserslist-db@npm:1.1.1" - dependencies: - escalade: ^3.2.0 - picocolors: ^1.1.0 - peerDependencies: - browserslist: ">= 4.21.0" - bin: - update-browserslist-db: cli.js - checksum: 2ea11bd2562122162c3e438d83a1f9125238c0844b6d16d366e3276d0c0acac6036822dc7df65fc5a89c699cdf9f174acf439c39bedf3f9a2f3983976e4b4c3e - languageName: node - linkType: hard - -"urllib@npm:^2.44.0": - version: 2.44.0 - resolution: "urllib@npm:2.44.0" - dependencies: - any-promise: ^1.3.0 - content-type: ^1.0.2 - default-user-agent: ^1.0.0 - digest-header: ^1.0.0 - ee-first: ~1.1.1 - formstream: ^1.1.0 - humanize-ms: ^1.2.0 - iconv-lite: ^0.6.3 - pump: ^3.0.0 - qs: ^6.4.0 - statuses: ^1.3.1 - utility: ^1.16.1 - peerDependencies: - proxy-agent: ^5.0.0 - peerDependenciesMeta: - proxy-agent: - optional: true - checksum: 208a5fa89857bbd64bcad9a8a02624deeb78f853a4e57c83a08168daab602992cd5eef3a1628531ef53da5b1a2885a4bba07c4b6fcb052b8c09310479e630e1a - languageName: node - linkType: hard - -"util-deprecate@npm:^1.0.1, util-deprecate@npm:~1.0.1": - version: 1.0.2 - resolution: "util-deprecate@npm:1.0.2" - checksum: 474acf1146cb2701fe3b074892217553dfcf9a031280919ba1b8d651a068c9b15d863b7303cb15bd00a862b498e6cf4ad7b4a08fb134edd5a6f7641681cb54a2 - languageName: node - linkType: hard - -"utility@npm:^1.16.1, utility@npm:^1.18.0": - version: 1.18.0 - resolution: "utility@npm:1.18.0" - dependencies: - copy-to: ^2.0.1 - escape-html: ^1.0.3 - mkdirp: ^0.5.1 - mz: ^2.7.0 - unescape: ^1.0.1 - checksum: 7cf4a75fa9adebba0740aa5d3f19ed0fbbd99bb1e7a2d0c30152ae144ccf45f272febdbbf01564cc980582cacc300fa4843ac19a633a50fa6d8e5adfc74d0138 - languageName: node - linkType: hard - -"utils-merge@npm:1.0.1": - version: 1.0.1 - resolution: "utils-merge@npm:1.0.1" - checksum: c81095493225ecfc28add49c106ca4f09cdf56bc66731aa8dabc2edbbccb1e1bfe2de6a115e5c6a380d3ea166d1636410b62ef216bb07b3feb1cfde1d95d5080 - languageName: node - linkType: hard - -"uuid@npm:^10.0.0": - version: 10.0.0 - resolution: "uuid@npm:10.0.0" - bin: - uuid: dist/bin/uuid - checksum: 4b81611ade2885d2313ddd8dc865d93d8dccc13ddf901745edca8f86d99bc46d7a330d678e7532e7ebf93ce616679fb19b2e3568873ac0c14c999032acb25869 - languageName: node - linkType: hard - -"uuid@npm:^8.0.0": - version: 8.3.2 - resolution: "uuid@npm:8.3.2" - bin: - uuid: dist/bin/uuid - checksum: 5575a8a75c13120e2f10e6ddc801b2c7ed7d8f3c8ac22c7ed0c7b2ba6383ec0abda88c905085d630e251719e0777045ae3236f04c812184b7c765f63a70e58df - languageName: node - linkType: hard - -"uuid@npm:^9.0.0, uuid@npm:^9.0.1": - version: 9.0.1 - resolution: "uuid@npm:9.0.1" - bin: - uuid: dist/bin/uuid - checksum: 39931f6da74e307f51c0fb463dc2462807531dc80760a9bff1e35af4316131b4fc3203d16da60ae33f07fdca5b56f3f1dd662da0c99fea9aaeab2004780cc5f4 - languageName: node - linkType: hard - -"v8-compile-cache-lib@npm:^3.0.1": - version: 3.0.1 - resolution: "v8-compile-cache-lib@npm:3.0.1" - checksum: 78089ad549e21bcdbfca10c08850022b22024cdcc2da9b168bcf5a73a6ed7bf01a9cebb9eac28e03cd23a684d81e0502797e88f3ccd27a32aeab1cfc44c39da0 - languageName: node - linkType: hard - -"v8-to-istanbul@npm:^9.0.1": - version: 9.3.0 - resolution: "v8-to-istanbul@npm:9.3.0" - dependencies: - "@jridgewell/trace-mapping": ^0.3.12 - "@types/istanbul-lib-coverage": ^2.0.1 - convert-source-map: ^2.0.0 - checksum: ded42cd535d92b7fd09a71c4c67fb067487ef5551cc227bfbf2a1f159a842e4e4acddaef20b955789b8d3b455b9779d036853f4a27ce15007f6364a4d30317ae - languageName: node - linkType: hard - -"vary@npm:~1.1.2": - version: 1.1.2 - resolution: "vary@npm:1.1.2" - checksum: ae0123222c6df65b437669d63dfa8c36cee20a504101b2fcd97b8bf76f91259c17f9f2b4d70a1e3c6bbcee7f51b28392833adb6b2770b23b01abec84e369660b - languageName: node - linkType: hard - -"vm2@npm:^3.9.17": - version: 3.9.19 - resolution: "vm2@npm:3.9.19" - dependencies: - acorn: ^8.7.0 - acorn-walk: ^8.2.0 - bin: - vm2: bin/vm2 - checksum: fc6cf553134145cd7bb5246985bf242b056e3fb5ea71e2eef6710b2a5d6c6119cc6bc960435ff62480ee82efb43369be8f4db07b6690916ae7d3b2e714f395d8 - languageName: node - linkType: hard - -"walker@npm:^1.0.8": - version: 1.0.8 - resolution: "walker@npm:1.0.8" - dependencies: - makeerror: 1.0.12 - checksum: ad7a257ea1e662e57ef2e018f97b3c02a7240ad5093c392186ce0bcf1f1a60bbadd520d073b9beb921ed99f64f065efb63dfc8eec689a80e569f93c1c5d5e16c - languageName: node - linkType: hard - -"web-streams-polyfill@npm:4.0.0-beta.3": - version: 4.0.0-beta.3 - resolution: "web-streams-polyfill@npm:4.0.0-beta.3" - checksum: dfec1fbf52b9140e4183a941e380487b6c3d5d3838dd1259be81506c1c9f2abfcf5aeb670aeeecfd9dff4271a6d8fef931b193c7bedfb42542a3b05ff36c0d16 - languageName: node - linkType: hard - -"web-streams-polyfill@npm:^3.0.3": - version: 3.3.3 - resolution: "web-streams-polyfill@npm:3.3.3" - checksum: 21ab5ea08a730a2ef8023736afe16713b4f2023ec1c7085c16c8e293ee17ed085dff63a0ad8722da30c99c4ccbd4ccd1b2e79c861829f7ef2963d7de7004c2cb - languageName: node - linkType: hard - -"web-tree-sitter@npm:=0.20.3": - version: 0.20.3 - resolution: "web-tree-sitter@npm:0.20.3" - checksum: 1187b48d69d6f6319c74ca8f413e8d7c1703869a351070053351ef169c045aad16e5c6b2a73779beaade2f0b6bb3433166363355c9d02e9b2dcf60a195dbffdb - languageName: node - linkType: hard - -"webidl-conversions@npm:^3.0.0": - version: 3.0.1 - resolution: "webidl-conversions@npm:3.0.1" - checksum: c92a0a6ab95314bde9c32e1d0a6dfac83b578f8fa5f21e675bc2706ed6981bc26b7eb7e6a1fab158e5ce4adf9caa4a0aee49a52505d4d13c7be545f15021b17c - languageName: node - linkType: hard - -"websocket-driver@npm:>=0.5.1": - version: 0.7.4 - resolution: "websocket-driver@npm:0.7.4" - dependencies: - http-parser-js: ">=0.5.1" - safe-buffer: ">=5.1.0" - websocket-extensions: ">=0.1.1" - checksum: fffe5a33fe8eceafd21d2a065661d09e38b93877eae1de6ab5d7d2734c6ed243973beae10ae48c6613cfd675f200e5a058d1e3531bc9e6c5d4f1396ff1f0bfb9 - languageName: node - linkType: hard - -"websocket-extensions@npm:>=0.1.1": - version: 0.1.4 - resolution: "websocket-extensions@npm:0.1.4" - checksum: 5976835e68a86afcd64c7a9762ed85f2f27d48c488c707e67ba85e717b90fa066b98ab33c744d64255c9622d349eedecf728e65a5f921da71b58d0e9591b9038 - languageName: node - linkType: hard - -"whatwg-url@npm:^5.0.0": - version: 5.0.0 - resolution: "whatwg-url@npm:5.0.0" - dependencies: - tr46: ~0.0.3 - webidl-conversions: ^3.0.0 - checksum: b8daed4ad3356cc4899048a15b2c143a9aed0dfae1f611ebd55073310c7b910f522ad75d727346ad64203d7e6c79ef25eafd465f4d12775ca44b90fa82ed9e2c - languageName: node - linkType: hard - -"which@npm:^2.0.1, which@npm:^2.0.2": - version: 2.0.2 - resolution: "which@npm:2.0.2" - dependencies: - isexe: ^2.0.0 - bin: - node-which: ./bin/node-which - checksum: 1a5c563d3c1b52d5f893c8b61afe11abc3bab4afac492e8da5bde69d550de701cf9806235f20a47b5c8fa8a1d6a9135841de2596535e998027a54589000e66d1 - languageName: node - linkType: hard - -"which@npm:^4.0.0": - version: 4.0.0 - resolution: "which@npm:4.0.0" - dependencies: - isexe: ^3.1.1 - bin: - node-which: bin/which.js - checksum: f17e84c042592c21e23c8195108cff18c64050b9efb8459589116999ea9da6dd1509e6a1bac3aeebefd137be00fabbb61b5c2bc0aa0f8526f32b58ee2f545651 - languageName: node - linkType: hard - -"wide-align@npm:^1.1.2, wide-align@npm:^1.1.5": - version: 1.1.5 - resolution: "wide-align@npm:1.1.5" - dependencies: - string-width: ^1.0.2 || 2 || 3 || 4 - checksum: d5fc37cd561f9daee3c80e03b92ed3e84d80dde3365a8767263d03dacfc8fa06b065ffe1df00d8c2a09f731482fcacae745abfbb478d4af36d0a891fad4834d3 - languageName: node - linkType: hard - -"win-release@npm:^1.0.0": - version: 1.1.1 - resolution: "win-release@npm:1.1.1" - dependencies: - semver: ^5.0.1 - checksum: 8943898cc4badaf8598342d63093e49ae9a64c140cf190e81472d3a8890f3387b8408181412e1b58658fe7777ce5d1e3f02eee4beeaee49909d1d17a72d52fc1 - languageName: node - linkType: hard - -"word-wrap@npm:~1.2.3": - version: 1.2.5 - resolution: "word-wrap@npm:1.2.5" - checksum: f93ba3586fc181f94afdaff3a6fef27920b4b6d9eaefed0f428f8e07adea2a7f54a5f2830ce59406c8416f033f86902b91eb824072354645eea687dff3691ccb - languageName: node - linkType: hard - -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0, wrap-ansi@npm:^7.0.0": - version: 7.0.0 - resolution: "wrap-ansi@npm:7.0.0" - dependencies: - ansi-styles: ^4.0.0 - string-width: ^4.1.0 - strip-ansi: ^6.0.0 - checksum: a790b846fd4505de962ba728a21aaeda189b8ee1c7568ca5e817d85930e06ef8d1689d49dbf0e881e8ef84436af3a88bc49115c2e2788d841ff1b8b5b51a608b - languageName: node - linkType: hard - -"wrap-ansi@npm:^8.1.0": - version: 8.1.0 - resolution: "wrap-ansi@npm:8.1.0" - dependencies: - ansi-styles: ^6.1.0 - string-width: ^5.0.1 - strip-ansi: ^7.0.1 - checksum: 371733296dc2d616900ce15a0049dca0ef67597d6394c57347ba334393599e800bab03c41d4d45221b6bc967b8c453ec3ae4749eff3894202d16800fdfe0e238 - languageName: node - linkType: hard - -"wrappy@npm:1": - version: 1.0.2 - resolution: "wrappy@npm:1.0.2" - checksum: 159da4805f7e84a3d003d8841557196034155008f817172d4e986bd591f74aa82aa7db55929a54222309e01079a65a92a9e6414da5a6aa4b01ee44a511ac3ee5 - languageName: node - linkType: hard - -"write-file-atomic@npm:^4.0.2": - version: 4.0.2 - resolution: "write-file-atomic@npm:4.0.2" - dependencies: - imurmurhash: ^0.1.4 - signal-exit: ^3.0.7 - checksum: 5da60bd4eeeb935eec97ead3df6e28e5917a6bd317478e4a85a5285e8480b8ed96032bbcc6ecd07b236142a24f3ca871c924ec4a6575e623ec1b11bf8c1c253c - languageName: node - linkType: hard - -"ws@npm:^8.14.2": - version: 8.18.0 - resolution: "ws@npm:8.18.0" - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: ">=5.0.2" - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - checksum: 91d4d35bc99ff6df483bdf029b9ea4bfd7af1f16fc91231a96777a63d263e1eabf486e13a2353970efc534f9faa43bdbf9ee76525af22f4752cbc5ebda333975 - languageName: node - linkType: hard - -"xml2js@npm:^0.6.2": - version: 0.6.2 - resolution: "xml2js@npm:0.6.2" - dependencies: - sax: ">=0.6.0" - xmlbuilder: ~11.0.0 - checksum: 458a83806193008edff44562c0bdb982801d61ee7867ae58fd35fab781e69e17f40dfeb8fc05391a4648c9c54012066d3955fe5d993ffbe4dc63399023f32ac2 - languageName: node - linkType: hard - -"xmlbuilder@npm:~11.0.0": - version: 11.0.1 - resolution: "xmlbuilder@npm:11.0.1" - checksum: 7152695e16f1a9976658215abab27e55d08b1b97bca901d58b048d2b6e106b5af31efccbdecf9b07af37c8377d8e7e821b494af10b3a68b0ff4ae60331b415b0 - languageName: node - linkType: hard - -"xregexp@npm:2.0.0": - version: 2.0.0 - resolution: "xregexp@npm:2.0.0" - checksum: de62d1f01c9f1a67c80cafe48a3dc081b324249a0e88e65dc9acae9cce6d8e63c9d91c0f97e2ad2d8c5351c856c139c04dc55ebd941e59b7d1d5c1169e164cff - languageName: node - linkType: hard - -"xtend@npm:^4.0.0, xtend@npm:~4.0.1": - version: 4.0.2 - resolution: "xtend@npm:4.0.2" - checksum: ac5dfa738b21f6e7f0dd6e65e1b3155036d68104e67e5d5d1bde74892e327d7e5636a076f625599dc394330a731861e87343ff184b0047fef1360a7ec0a5a36a - languageName: node - linkType: hard - -"y18n@npm:^5.0.5": - version: 5.0.8 - resolution: "y18n@npm:5.0.8" - checksum: 54f0fb95621ee60898a38c572c515659e51cc9d9f787fb109cef6fde4befbe1c4602dc999d30110feee37456ad0f1660fa2edcfde6a9a740f86a290999550d30 - languageName: node - linkType: hard - -"yallist@npm:^3.0.2": - version: 3.1.1 - resolution: "yallist@npm:3.1.1" - checksum: 48f7bb00dc19fc635a13a39fe547f527b10c9290e7b3e836b9a8f1ca04d4d342e85714416b3c2ab74949c9c66f9cebb0473e6bc353b79035356103b47641285d - languageName: node - linkType: hard - -"yallist@npm:^4.0.0": - version: 4.0.0 - resolution: "yallist@npm:4.0.0" - checksum: 343617202af32df2a15a3be36a5a8c0c8545208f3d3dfbc6bb7c3e3b7e8c6f8e7485432e4f3b88da3031a6e20afa7c711eded32ddfb122896ac5d914e75848d5 - languageName: node - linkType: hard - -"yaml@npm:^2.2.2": - version: 2.5.1 - resolution: "yaml@npm:2.5.1" - bin: - yaml: bin.mjs - checksum: 31275223863fbd0b47ba9d2b248fbdf085db8d899e4ca43fff8a3a009497c5741084da6871d11f40e555d61360951c4c910b98216c1325d2c94753c0036d8172 - languageName: node - linkType: hard - -"yargs-parser@npm:^20.2.2": - version: 20.2.9 - resolution: "yargs-parser@npm:20.2.9" - checksum: 8bb69015f2b0ff9e17b2c8e6bfe224ab463dd00ca211eece72a4cd8a906224d2703fb8a326d36fdd0e68701e201b2a60ed7cf81ce0fd9b3799f9fe7745977ae3 - languageName: node - linkType: hard - -"yargs-parser@npm:^21.1.1": - version: 21.1.1 - resolution: "yargs-parser@npm:21.1.1" - checksum: ed2d96a616a9e3e1cc7d204c62ecc61f7aaab633dcbfab2c6df50f7f87b393993fe6640d017759fe112d0cb1e0119f2b4150a87305cc873fd90831c6a58ccf1c - languageName: node - linkType: hard - -"yargs@npm:^16.1.0": - version: 16.2.0 - resolution: "yargs@npm:16.2.0" - dependencies: - cliui: ^7.0.2 - escalade: ^3.1.1 - get-caller-file: ^2.0.5 - require-directory: ^2.1.1 - string-width: ^4.2.0 - y18n: ^5.0.5 - yargs-parser: ^20.2.2 - checksum: b14afbb51e3251a204d81937c86a7e9d4bdbf9a2bcee38226c900d00f522969ab675703bee2a6f99f8e20103f608382936034e64d921b74df82b63c07c5e8f59 - languageName: node - linkType: hard - -"yargs@npm:^17.3.1, yargs@npm:^17.7.2": - version: 17.7.2 - resolution: "yargs@npm:17.7.2" - dependencies: - cliui: ^8.0.1 - escalade: ^3.1.1 - get-caller-file: ^2.0.5 - require-directory: ^2.1.1 - string-width: ^4.2.3 - y18n: ^5.0.5 - yargs-parser: ^21.1.1 - checksum: 73b572e863aa4a8cbef323dd911d79d193b772defd5a51aab0aca2d446655216f5002c42c5306033968193bdbf892a7a4c110b0d77954a7fdf563e653967b56a - languageName: node - linkType: hard - -"yn@npm:3.1.1": - version: 3.1.1 - resolution: "yn@npm:3.1.1" - checksum: 2c487b0e149e746ef48cda9f8bad10fc83693cd69d7f9dcd8be4214e985de33a29c9e24f3c0d6bcf2288427040a8947406ab27f7af67ee9456e6b84854f02dd6 - languageName: node - linkType: hard - -"yocto-queue@npm:^0.1.0": - version: 0.1.0 - resolution: "yocto-queue@npm:0.1.0" - checksum: f77b3d8d00310def622123df93d4ee654fc6a0096182af8bd60679ddcdfb3474c56c6c7190817c84a2785648cdee9d721c0154eb45698c62176c322fb46fc700 - languageName: node - linkType: hard +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@ampproject/remapping@^2.2.0": + version "2.3.0" + dependencies: + "@jridgewell/gen-mapping" "^0.3.5" + "@jridgewell/trace-mapping" "^0.3.24" + +"@apidevtools/json-schema-ref-parser@9.0.6": + version "9.0.6" + resolved "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-9.0.6.tgz" + integrity sha512-M3YgsLjI0lZxvrpeGVk9Ap032W6TPQkH6pRAZz81Ac3WUNF79VQooAFnp8umjvVzUmD93NkogxEwbSce7qMsUg== + dependencies: + "@jsdevtools/ono" "^7.1.3" + call-me-maybe "^1.0.1" + js-yaml "^3.13.1" + +"@apidevtools/openapi-schemas@^2.1.0": + version "2.1.0" + +"@apidevtools/swagger-methods@^3.0.2": + version "3.0.2" + +"@apidevtools/swagger-parser@^10.1.0": + version "10.1.0" + dependencies: + "@apidevtools/json-schema-ref-parser" "9.0.6" + "@apidevtools/openapi-schemas" "^2.1.0" + "@apidevtools/swagger-methods" "^3.0.2" + "@jsdevtools/ono" "^7.1.3" + ajv "^8.6.3" + ajv-draft-04 "^1.0.0" + call-me-maybe "^1.0.1" + +"@aws-crypto/crc32@5.2.0": + version "5.2.0" + dependencies: + "@aws-crypto/util" "^5.2.0" + "@aws-sdk/types" "^3.222.0" + tslib "^2.6.2" + +"@aws-crypto/crc32c@5.2.0": + version "5.2.0" + dependencies: + "@aws-crypto/util" "^5.2.0" + "@aws-sdk/types" "^3.222.0" + tslib "^2.6.2" + +"@aws-crypto/sha1-browser@5.2.0": + version "5.2.0" + dependencies: + "@aws-crypto/supports-web-crypto" "^5.2.0" + "@aws-crypto/util" "^5.2.0" + "@aws-sdk/types" "^3.222.0" + "@aws-sdk/util-locate-window" "^3.0.0" + "@smithy/util-utf8" "^2.0.0" + tslib "^2.6.2" + +"@aws-crypto/sha256-browser@5.2.0": + version "5.2.0" + dependencies: + "@aws-crypto/sha256-js" "^5.2.0" + "@aws-crypto/supports-web-crypto" "^5.2.0" + "@aws-crypto/util" "^5.2.0" + "@aws-sdk/types" "^3.222.0" + "@aws-sdk/util-locate-window" "^3.0.0" + "@smithy/util-utf8" "^2.0.0" + tslib "^2.6.2" + +"@aws-crypto/sha256-js@^5.2.0", "@aws-crypto/sha256-js@5.2.0": + version "5.2.0" + dependencies: + "@aws-crypto/util" "^5.2.0" + "@aws-sdk/types" "^3.222.0" + tslib "^2.6.2" + +"@aws-crypto/supports-web-crypto@^5.2.0": + version "5.2.0" + dependencies: + tslib "^2.6.2" + +"@aws-crypto/util@^5.2.0": + version "5.2.0" + dependencies: + "@aws-sdk/types" "^3.222.0" + "@smithy/util-utf8" "^2.0.0" + tslib "^2.6.2" + +"@aws-sdk/client-appconfig@^3.533.0": + version "3.624.0" + dependencies: + "@aws-crypto/sha256-browser" "5.2.0" + "@aws-crypto/sha256-js" "5.2.0" + "@aws-sdk/client-sso-oidc" "3.624.0" + "@aws-sdk/client-sts" "3.624.0" + "@aws-sdk/core" "3.624.0" + "@aws-sdk/credential-provider-node" "3.624.0" + "@aws-sdk/middleware-host-header" "3.620.0" + "@aws-sdk/middleware-logger" "3.609.0" + "@aws-sdk/middleware-recursion-detection" "3.620.0" + "@aws-sdk/middleware-user-agent" "3.620.0" + "@aws-sdk/region-config-resolver" "3.614.0" + "@aws-sdk/types" "3.609.0" + "@aws-sdk/util-endpoints" "3.614.0" + "@aws-sdk/util-user-agent-browser" "3.609.0" + "@aws-sdk/util-user-agent-node" "3.614.0" + "@smithy/config-resolver" "^3.0.5" + "@smithy/core" "^2.3.2" + "@smithy/fetch-http-handler" "^3.2.4" + "@smithy/hash-node" "^3.0.3" + "@smithy/invalid-dependency" "^3.0.3" + "@smithy/middleware-content-length" "^3.0.5" + "@smithy/middleware-endpoint" "^3.1.0" + "@smithy/middleware-retry" "^3.0.14" + "@smithy/middleware-serde" "^3.0.3" + "@smithy/middleware-stack" "^3.0.3" + "@smithy/node-config-provider" "^3.1.4" + "@smithy/node-http-handler" "^3.1.4" + "@smithy/protocol-http" "^4.1.0" + "@smithy/smithy-client" "^3.1.12" + "@smithy/types" "^3.3.0" + "@smithy/url-parser" "^3.0.3" + "@smithy/util-base64" "^3.0.0" + "@smithy/util-body-length-browser" "^3.0.0" + "@smithy/util-body-length-node" "^3.0.0" + "@smithy/util-defaults-mode-browser" "^3.0.14" + "@smithy/util-defaults-mode-node" "^3.0.14" + "@smithy/util-endpoints" "^2.0.5" + "@smithy/util-middleware" "^3.0.3" + "@smithy/util-retry" "^3.0.3" + "@smithy/util-stream" "^3.1.3" + "@smithy/util-utf8" "^3.0.0" + tslib "^2.6.2" + +"@aws-sdk/client-appconfigdata@^3.533.0": + version "3.624.0" + dependencies: + "@aws-crypto/sha256-browser" "5.2.0" + "@aws-crypto/sha256-js" "5.2.0" + "@aws-sdk/client-sso-oidc" "3.624.0" + "@aws-sdk/client-sts" "3.624.0" + "@aws-sdk/core" "3.624.0" + "@aws-sdk/credential-provider-node" "3.624.0" + "@aws-sdk/middleware-host-header" "3.620.0" + "@aws-sdk/middleware-logger" "3.609.0" + "@aws-sdk/middleware-recursion-detection" "3.620.0" + "@aws-sdk/middleware-user-agent" "3.620.0" + "@aws-sdk/region-config-resolver" "3.614.0" + "@aws-sdk/types" "3.609.0" + "@aws-sdk/util-endpoints" "3.614.0" + "@aws-sdk/util-user-agent-browser" "3.609.0" + "@aws-sdk/util-user-agent-node" "3.614.0" + "@smithy/config-resolver" "^3.0.5" + "@smithy/core" "^2.3.2" + "@smithy/fetch-http-handler" "^3.2.4" + "@smithy/hash-node" "^3.0.3" + "@smithy/invalid-dependency" "^3.0.3" + "@smithy/middleware-content-length" "^3.0.5" + "@smithy/middleware-endpoint" "^3.1.0" + "@smithy/middleware-retry" "^3.0.14" + "@smithy/middleware-serde" "^3.0.3" + "@smithy/middleware-stack" "^3.0.3" + "@smithy/node-config-provider" "^3.1.4" + "@smithy/node-http-handler" "^3.1.4" + "@smithy/protocol-http" "^4.1.0" + "@smithy/smithy-client" "^3.1.12" + "@smithy/types" "^3.3.0" + "@smithy/url-parser" "^3.0.3" + "@smithy/util-base64" "^3.0.0" + "@smithy/util-body-length-browser" "^3.0.0" + "@smithy/util-body-length-node" "^3.0.0" + "@smithy/util-defaults-mode-browser" "^3.0.14" + "@smithy/util-defaults-mode-node" "^3.0.14" + "@smithy/util-endpoints" "^2.0.5" + "@smithy/util-middleware" "^3.0.3" + "@smithy/util-retry" "^3.0.3" + "@smithy/util-stream" "^3.1.3" + "@smithy/util-utf8" "^3.0.0" + tslib "^2.6.2" + +"@aws-sdk/client-athena@^3.333.0": + version "3.624.0" + dependencies: + "@aws-crypto/sha256-browser" "5.2.0" + "@aws-crypto/sha256-js" "5.2.0" + "@aws-sdk/client-sso-oidc" "3.624.0" + "@aws-sdk/client-sts" "3.624.0" + "@aws-sdk/core" "3.624.0" + "@aws-sdk/credential-provider-node" "3.624.0" + "@aws-sdk/middleware-host-header" "3.620.0" + "@aws-sdk/middleware-logger" "3.609.0" + "@aws-sdk/middleware-recursion-detection" "3.620.0" + "@aws-sdk/middleware-user-agent" "3.620.0" + "@aws-sdk/region-config-resolver" "3.614.0" + "@aws-sdk/types" "3.609.0" + "@aws-sdk/util-endpoints" "3.614.0" + "@aws-sdk/util-user-agent-browser" "3.609.0" + "@aws-sdk/util-user-agent-node" "3.614.0" + "@smithy/config-resolver" "^3.0.5" + "@smithy/core" "^2.3.2" + "@smithy/fetch-http-handler" "^3.2.4" + "@smithy/hash-node" "^3.0.3" + "@smithy/invalid-dependency" "^3.0.3" + "@smithy/middleware-content-length" "^3.0.5" + "@smithy/middleware-endpoint" "^3.1.0" + "@smithy/middleware-retry" "^3.0.14" + "@smithy/middleware-serde" "^3.0.3" + "@smithy/middleware-stack" "^3.0.3" + "@smithy/node-config-provider" "^3.1.4" + "@smithy/node-http-handler" "^3.1.4" + "@smithy/protocol-http" "^4.1.0" + "@smithy/smithy-client" "^3.1.12" + "@smithy/types" "^3.3.0" + "@smithy/url-parser" "^3.0.3" + "@smithy/util-base64" "^3.0.0" + "@smithy/util-body-length-browser" "^3.0.0" + "@smithy/util-body-length-node" "^3.0.0" + "@smithy/util-defaults-mode-browser" "^3.0.14" + "@smithy/util-defaults-mode-node" "^3.0.14" + "@smithy/util-endpoints" "^2.0.5" + "@smithy/util-middleware" "^3.0.3" + "@smithy/util-retry" "^3.0.3" + "@smithy/util-utf8" "^3.0.0" + tslib "^2.6.2" + uuid "^9.0.1" + +"@aws-sdk/client-dynamodb@^3.332.0": + version "3.624.0" + dependencies: + "@aws-crypto/sha256-browser" "5.2.0" + "@aws-crypto/sha256-js" "5.2.0" + "@aws-sdk/client-sso-oidc" "3.624.0" + "@aws-sdk/client-sts" "3.624.0" + "@aws-sdk/core" "3.624.0" + "@aws-sdk/credential-provider-node" "3.624.0" + "@aws-sdk/middleware-endpoint-discovery" "3.620.0" + "@aws-sdk/middleware-host-header" "3.620.0" + "@aws-sdk/middleware-logger" "3.609.0" + "@aws-sdk/middleware-recursion-detection" "3.620.0" + "@aws-sdk/middleware-user-agent" "3.620.0" + "@aws-sdk/region-config-resolver" "3.614.0" + "@aws-sdk/types" "3.609.0" + "@aws-sdk/util-endpoints" "3.614.0" + "@aws-sdk/util-user-agent-browser" "3.609.0" + "@aws-sdk/util-user-agent-node" "3.614.0" + "@smithy/config-resolver" "^3.0.5" + "@smithy/core" "^2.3.2" + "@smithy/fetch-http-handler" "^3.2.4" + "@smithy/hash-node" "^3.0.3" + "@smithy/invalid-dependency" "^3.0.3" + "@smithy/middleware-content-length" "^3.0.5" + "@smithy/middleware-endpoint" "^3.1.0" + "@smithy/middleware-retry" "^3.0.14" + "@smithy/middleware-serde" "^3.0.3" + "@smithy/middleware-stack" "^3.0.3" + "@smithy/node-config-provider" "^3.1.4" + "@smithy/node-http-handler" "^3.1.4" + "@smithy/protocol-http" "^4.1.0" + "@smithy/smithy-client" "^3.1.12" + "@smithy/types" "^3.3.0" + "@smithy/url-parser" "^3.0.3" + "@smithy/util-base64" "^3.0.0" + "@smithy/util-body-length-browser" "^3.0.0" + "@smithy/util-body-length-node" "^3.0.0" + "@smithy/util-defaults-mode-browser" "^3.0.14" + "@smithy/util-defaults-mode-node" "^3.0.14" + "@smithy/util-endpoints" "^2.0.5" + "@smithy/util-middleware" "^3.0.3" + "@smithy/util-retry" "^3.0.3" + "@smithy/util-utf8" "^3.0.0" + "@smithy/util-waiter" "^3.1.2" + tslib "^2.6.2" + uuid "^9.0.1" + +"@aws-sdk/client-lambda@^3.332.0": + version "3.624.0" + dependencies: + "@aws-crypto/sha256-browser" "5.2.0" + "@aws-crypto/sha256-js" "5.2.0" + "@aws-sdk/client-sso-oidc" "3.624.0" + "@aws-sdk/client-sts" "3.624.0" + "@aws-sdk/core" "3.624.0" + "@aws-sdk/credential-provider-node" "3.624.0" + "@aws-sdk/middleware-host-header" "3.620.0" + "@aws-sdk/middleware-logger" "3.609.0" + "@aws-sdk/middleware-recursion-detection" "3.620.0" + "@aws-sdk/middleware-user-agent" "3.620.0" + "@aws-sdk/region-config-resolver" "3.614.0" + "@aws-sdk/types" "3.609.0" + "@aws-sdk/util-endpoints" "3.614.0" + "@aws-sdk/util-user-agent-browser" "3.609.0" + "@aws-sdk/util-user-agent-node" "3.614.0" + "@smithy/config-resolver" "^3.0.5" + "@smithy/core" "^2.3.2" + "@smithy/eventstream-serde-browser" "^3.0.5" + "@smithy/eventstream-serde-config-resolver" "^3.0.3" + "@smithy/eventstream-serde-node" "^3.0.4" + "@smithy/fetch-http-handler" "^3.2.4" + "@smithy/hash-node" "^3.0.3" + "@smithy/invalid-dependency" "^3.0.3" + "@smithy/middleware-content-length" "^3.0.5" + "@smithy/middleware-endpoint" "^3.1.0" + "@smithy/middleware-retry" "^3.0.14" + "@smithy/middleware-serde" "^3.0.3" + "@smithy/middleware-stack" "^3.0.3" + "@smithy/node-config-provider" "^3.1.4" + "@smithy/node-http-handler" "^3.1.4" + "@smithy/protocol-http" "^4.1.0" + "@smithy/smithy-client" "^3.1.12" + "@smithy/types" "^3.3.0" + "@smithy/url-parser" "^3.0.3" + "@smithy/util-base64" "^3.0.0" + "@smithy/util-body-length-browser" "^3.0.0" + "@smithy/util-body-length-node" "^3.0.0" + "@smithy/util-defaults-mode-browser" "^3.0.14" + "@smithy/util-defaults-mode-node" "^3.0.14" + "@smithy/util-endpoints" "^2.0.5" + "@smithy/util-middleware" "^3.0.3" + "@smithy/util-retry" "^3.0.3" + "@smithy/util-stream" "^3.1.3" + "@smithy/util-utf8" "^3.0.0" + "@smithy/util-waiter" "^3.1.2" + tslib "^2.6.2" + +"@aws-sdk/client-s3@^3.332.0": + version "3.624.0" + dependencies: + "@aws-crypto/sha1-browser" "5.2.0" + "@aws-crypto/sha256-browser" "5.2.0" + "@aws-crypto/sha256-js" "5.2.0" + "@aws-sdk/client-sso-oidc" "3.624.0" + "@aws-sdk/client-sts" "3.624.0" + "@aws-sdk/core" "3.624.0" + "@aws-sdk/credential-provider-node" "3.624.0" + "@aws-sdk/middleware-bucket-endpoint" "3.620.0" + "@aws-sdk/middleware-expect-continue" "3.620.0" + "@aws-sdk/middleware-flexible-checksums" "3.620.0" + "@aws-sdk/middleware-host-header" "3.620.0" + "@aws-sdk/middleware-location-constraint" "3.609.0" + "@aws-sdk/middleware-logger" "3.609.0" + "@aws-sdk/middleware-recursion-detection" "3.620.0" + "@aws-sdk/middleware-sdk-s3" "3.624.0" + "@aws-sdk/middleware-ssec" "3.609.0" + "@aws-sdk/middleware-user-agent" "3.620.0" + "@aws-sdk/region-config-resolver" "3.614.0" + "@aws-sdk/signature-v4-multi-region" "3.624.0" + "@aws-sdk/types" "3.609.0" + "@aws-sdk/util-endpoints" "3.614.0" + "@aws-sdk/util-user-agent-browser" "3.609.0" + "@aws-sdk/util-user-agent-node" "3.614.0" + "@aws-sdk/xml-builder" "3.609.0" + "@smithy/config-resolver" "^3.0.5" + "@smithy/core" "^2.3.2" + "@smithy/eventstream-serde-browser" "^3.0.5" + "@smithy/eventstream-serde-config-resolver" "^3.0.3" + "@smithy/eventstream-serde-node" "^3.0.4" + "@smithy/fetch-http-handler" "^3.2.4" + "@smithy/hash-blob-browser" "^3.1.2" + "@smithy/hash-node" "^3.0.3" + "@smithy/hash-stream-node" "^3.1.2" + "@smithy/invalid-dependency" "^3.0.3" + "@smithy/md5-js" "^3.0.3" + "@smithy/middleware-content-length" "^3.0.5" + "@smithy/middleware-endpoint" "^3.1.0" + "@smithy/middleware-retry" "^3.0.14" + "@smithy/middleware-serde" "^3.0.3" + "@smithy/middleware-stack" "^3.0.3" + "@smithy/node-config-provider" "^3.1.4" + "@smithy/node-http-handler" "^3.1.4" + "@smithy/protocol-http" "^4.1.0" + "@smithy/smithy-client" "^3.1.12" + "@smithy/types" "^3.3.0" + "@smithy/url-parser" "^3.0.3" + "@smithy/util-base64" "^3.0.0" + "@smithy/util-body-length-browser" "^3.0.0" + "@smithy/util-body-length-node" "^3.0.0" + "@smithy/util-defaults-mode-browser" "^3.0.14" + "@smithy/util-defaults-mode-node" "^3.0.14" + "@smithy/util-endpoints" "^2.0.5" + "@smithy/util-middleware" "^3.0.3" + "@smithy/util-retry" "^3.0.3" + "@smithy/util-stream" "^3.1.3" + "@smithy/util-utf8" "^3.0.0" + "@smithy/util-waiter" "^3.1.2" + tslib "^2.6.2" + +"@aws-sdk/client-sso-oidc@^3.614.0", "@aws-sdk/client-sso-oidc@3.624.0": + version "3.624.0" + dependencies: + "@aws-crypto/sha256-browser" "5.2.0" + "@aws-crypto/sha256-js" "5.2.0" + "@aws-sdk/core" "3.624.0" + "@aws-sdk/credential-provider-node" "3.624.0" + "@aws-sdk/middleware-host-header" "3.620.0" + "@aws-sdk/middleware-logger" "3.609.0" + "@aws-sdk/middleware-recursion-detection" "3.620.0" + "@aws-sdk/middleware-user-agent" "3.620.0" + "@aws-sdk/region-config-resolver" "3.614.0" + "@aws-sdk/types" "3.609.0" + "@aws-sdk/util-endpoints" "3.614.0" + "@aws-sdk/util-user-agent-browser" "3.609.0" + "@aws-sdk/util-user-agent-node" "3.614.0" + "@smithy/config-resolver" "^3.0.5" + "@smithy/core" "^2.3.2" + "@smithy/fetch-http-handler" "^3.2.4" + "@smithy/hash-node" "^3.0.3" + "@smithy/invalid-dependency" "^3.0.3" + "@smithy/middleware-content-length" "^3.0.5" + "@smithy/middleware-endpoint" "^3.1.0" + "@smithy/middleware-retry" "^3.0.14" + "@smithy/middleware-serde" "^3.0.3" + "@smithy/middleware-stack" "^3.0.3" + "@smithy/node-config-provider" "^3.1.4" + "@smithy/node-http-handler" "^3.1.4" + "@smithy/protocol-http" "^4.1.0" + "@smithy/smithy-client" "^3.1.12" + "@smithy/types" "^3.3.0" + "@smithy/url-parser" "^3.0.3" + "@smithy/util-base64" "^3.0.0" + "@smithy/util-body-length-browser" "^3.0.0" + "@smithy/util-body-length-node" "^3.0.0" + "@smithy/util-defaults-mode-browser" "^3.0.14" + "@smithy/util-defaults-mode-node" "^3.0.14" + "@smithy/util-endpoints" "^2.0.5" + "@smithy/util-middleware" "^3.0.3" + "@smithy/util-retry" "^3.0.3" + "@smithy/util-utf8" "^3.0.0" + tslib "^2.6.2" + +"@aws-sdk/client-sso@3.624.0": + version "3.624.0" + dependencies: + "@aws-crypto/sha256-browser" "5.2.0" + "@aws-crypto/sha256-js" "5.2.0" + "@aws-sdk/core" "3.624.0" + "@aws-sdk/middleware-host-header" "3.620.0" + "@aws-sdk/middleware-logger" "3.609.0" + "@aws-sdk/middleware-recursion-detection" "3.620.0" + "@aws-sdk/middleware-user-agent" "3.620.0" + "@aws-sdk/region-config-resolver" "3.614.0" + "@aws-sdk/types" "3.609.0" + "@aws-sdk/util-endpoints" "3.614.0" + "@aws-sdk/util-user-agent-browser" "3.609.0" + "@aws-sdk/util-user-agent-node" "3.614.0" + "@smithy/config-resolver" "^3.0.5" + "@smithy/core" "^2.3.2" + "@smithy/fetch-http-handler" "^3.2.4" + "@smithy/hash-node" "^3.0.3" + "@smithy/invalid-dependency" "^3.0.3" + "@smithy/middleware-content-length" "^3.0.5" + "@smithy/middleware-endpoint" "^3.1.0" + "@smithy/middleware-retry" "^3.0.14" + "@smithy/middleware-serde" "^3.0.3" + "@smithy/middleware-stack" "^3.0.3" + "@smithy/node-config-provider" "^3.1.4" + "@smithy/node-http-handler" "^3.1.4" + "@smithy/protocol-http" "^4.1.0" + "@smithy/smithy-client" "^3.1.12" + "@smithy/types" "^3.3.0" + "@smithy/url-parser" "^3.0.3" + "@smithy/util-base64" "^3.0.0" + "@smithy/util-body-length-browser" "^3.0.0" + "@smithy/util-body-length-node" "^3.0.0" + "@smithy/util-defaults-mode-browser" "^3.0.14" + "@smithy/util-defaults-mode-node" "^3.0.14" + "@smithy/util-endpoints" "^2.0.5" + "@smithy/util-middleware" "^3.0.3" + "@smithy/util-retry" "^3.0.3" + "@smithy/util-utf8" "^3.0.0" + tslib "^2.6.2" + +"@aws-sdk/client-sts@^3.621.0", "@aws-sdk/client-sts@^3.624.0", "@aws-sdk/client-sts@3.624.0": + version "3.624.0" + dependencies: + "@aws-crypto/sha256-browser" "5.2.0" + "@aws-crypto/sha256-js" "5.2.0" + "@aws-sdk/client-sso-oidc" "3.624.0" + "@aws-sdk/core" "3.624.0" + "@aws-sdk/credential-provider-node" "3.624.0" + "@aws-sdk/middleware-host-header" "3.620.0" + "@aws-sdk/middleware-logger" "3.609.0" + "@aws-sdk/middleware-recursion-detection" "3.620.0" + "@aws-sdk/middleware-user-agent" "3.620.0" + "@aws-sdk/region-config-resolver" "3.614.0" + "@aws-sdk/types" "3.609.0" + "@aws-sdk/util-endpoints" "3.614.0" + "@aws-sdk/util-user-agent-browser" "3.609.0" + "@aws-sdk/util-user-agent-node" "3.614.0" + "@smithy/config-resolver" "^3.0.5" + "@smithy/core" "^2.3.2" + "@smithy/fetch-http-handler" "^3.2.4" + "@smithy/hash-node" "^3.0.3" + "@smithy/invalid-dependency" "^3.0.3" + "@smithy/middleware-content-length" "^3.0.5" + "@smithy/middleware-endpoint" "^3.1.0" + "@smithy/middleware-retry" "^3.0.14" + "@smithy/middleware-serde" "^3.0.3" + "@smithy/middleware-stack" "^3.0.3" + "@smithy/node-config-provider" "^3.1.4" + "@smithy/node-http-handler" "^3.1.4" + "@smithy/protocol-http" "^4.1.0" + "@smithy/smithy-client" "^3.1.12" + "@smithy/types" "^3.3.0" + "@smithy/url-parser" "^3.0.3" + "@smithy/util-base64" "^3.0.0" + "@smithy/util-body-length-browser" "^3.0.0" + "@smithy/util-body-length-node" "^3.0.0" + "@smithy/util-defaults-mode-browser" "^3.0.14" + "@smithy/util-defaults-mode-node" "^3.0.14" + "@smithy/util-endpoints" "^2.0.5" + "@smithy/util-middleware" "^3.0.3" + "@smithy/util-retry" "^3.0.3" + "@smithy/util-utf8" "^3.0.0" + tslib "^2.6.2" + +"@aws-sdk/core@3.624.0": + version "3.624.0" + dependencies: + "@smithy/core" "^2.3.2" + "@smithy/node-config-provider" "^3.1.4" + "@smithy/protocol-http" "^4.1.0" + "@smithy/signature-v4" "^4.1.0" + "@smithy/smithy-client" "^3.1.12" + "@smithy/types" "^3.3.0" + "@smithy/util-middleware" "^3.0.3" + fast-xml-parser "4.4.1" + tslib "^2.6.2" + +"@aws-sdk/credential-provider-env@3.620.1": + version "3.620.1" + dependencies: + "@aws-sdk/types" "3.609.0" + "@smithy/property-provider" "^3.1.3" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@aws-sdk/credential-provider-http@3.622.0": + version "3.622.0" + dependencies: + "@aws-sdk/types" "3.609.0" + "@smithy/fetch-http-handler" "^3.2.4" + "@smithy/node-http-handler" "^3.1.4" + "@smithy/property-provider" "^3.1.3" + "@smithy/protocol-http" "^4.1.0" + "@smithy/smithy-client" "^3.1.12" + "@smithy/types" "^3.3.0" + "@smithy/util-stream" "^3.1.3" + tslib "^2.6.2" + +"@aws-sdk/credential-provider-ini@3.624.0": + version "3.624.0" + dependencies: + "@aws-sdk/credential-provider-env" "3.620.1" + "@aws-sdk/credential-provider-http" "3.622.0" + "@aws-sdk/credential-provider-process" "3.620.1" + "@aws-sdk/credential-provider-sso" "3.624.0" + "@aws-sdk/credential-provider-web-identity" "3.621.0" + "@aws-sdk/types" "3.609.0" + "@smithy/credential-provider-imds" "^3.2.0" + "@smithy/property-provider" "^3.1.3" + "@smithy/shared-ini-file-loader" "^3.1.4" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@aws-sdk/credential-provider-node@3.624.0": + version "3.624.0" + dependencies: + "@aws-sdk/credential-provider-env" "3.620.1" + "@aws-sdk/credential-provider-http" "3.622.0" + "@aws-sdk/credential-provider-ini" "3.624.0" + "@aws-sdk/credential-provider-process" "3.620.1" + "@aws-sdk/credential-provider-sso" "3.624.0" + "@aws-sdk/credential-provider-web-identity" "3.621.0" + "@aws-sdk/types" "3.609.0" + "@smithy/credential-provider-imds" "^3.2.0" + "@smithy/property-provider" "^3.1.3" + "@smithy/shared-ini-file-loader" "^3.1.4" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@aws-sdk/credential-provider-process@3.620.1": + version "3.620.1" + dependencies: + "@aws-sdk/types" "3.609.0" + "@smithy/property-provider" "^3.1.3" + "@smithy/shared-ini-file-loader" "^3.1.4" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@aws-sdk/credential-provider-sso@3.624.0": + version "3.624.0" + dependencies: + "@aws-sdk/client-sso" "3.624.0" + "@aws-sdk/token-providers" "3.614.0" + "@aws-sdk/types" "3.609.0" + "@smithy/property-provider" "^3.1.3" + "@smithy/shared-ini-file-loader" "^3.1.4" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@aws-sdk/credential-provider-web-identity@3.621.0": + version "3.621.0" + dependencies: + "@aws-sdk/types" "3.609.0" + "@smithy/property-provider" "^3.1.3" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@aws-sdk/endpoint-cache@3.572.0": + version "3.572.0" + dependencies: + mnemonist "0.38.3" + tslib "^2.6.2" + +"@aws-sdk/middleware-bucket-endpoint@3.620.0": + version "3.620.0" + dependencies: + "@aws-sdk/types" "3.609.0" + "@aws-sdk/util-arn-parser" "3.568.0" + "@smithy/node-config-provider" "^3.1.4" + "@smithy/protocol-http" "^4.1.0" + "@smithy/types" "^3.3.0" + "@smithy/util-config-provider" "^3.0.0" + tslib "^2.6.2" + +"@aws-sdk/middleware-endpoint-discovery@3.620.0": + version "3.620.0" + dependencies: + "@aws-sdk/endpoint-cache" "3.572.0" + "@aws-sdk/types" "3.609.0" + "@smithy/node-config-provider" "^3.1.4" + "@smithy/protocol-http" "^4.1.0" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@aws-sdk/middleware-expect-continue@3.620.0": + version "3.620.0" + dependencies: + "@aws-sdk/types" "3.609.0" + "@smithy/protocol-http" "^4.1.0" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@aws-sdk/middleware-flexible-checksums@3.620.0": + version "3.620.0" + dependencies: + "@aws-crypto/crc32" "5.2.0" + "@aws-crypto/crc32c" "5.2.0" + "@aws-sdk/types" "3.609.0" + "@smithy/is-array-buffer" "^3.0.0" + "@smithy/protocol-http" "^4.1.0" + "@smithy/types" "^3.3.0" + "@smithy/util-utf8" "^3.0.0" + tslib "^2.6.2" + +"@aws-sdk/middleware-host-header@3.620.0": + version "3.620.0" + dependencies: + "@aws-sdk/types" "3.609.0" + "@smithy/protocol-http" "^4.1.0" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@aws-sdk/middleware-location-constraint@3.609.0": + version "3.609.0" + dependencies: + "@aws-sdk/types" "3.609.0" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@aws-sdk/middleware-logger@3.609.0": + version "3.609.0" + dependencies: + "@aws-sdk/types" "3.609.0" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@aws-sdk/middleware-recursion-detection@3.620.0": + version "3.620.0" + dependencies: + "@aws-sdk/types" "3.609.0" + "@smithy/protocol-http" "^4.1.0" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@aws-sdk/middleware-sdk-s3@3.624.0": + version "3.624.0" + dependencies: + "@aws-sdk/core" "3.624.0" + "@aws-sdk/types" "3.609.0" + "@aws-sdk/util-arn-parser" "3.568.0" + "@smithy/core" "^2.3.2" + "@smithy/node-config-provider" "^3.1.4" + "@smithy/protocol-http" "^4.1.0" + "@smithy/signature-v4" "^4.1.0" + "@smithy/smithy-client" "^3.1.12" + "@smithy/types" "^3.3.0" + "@smithy/util-config-provider" "^3.0.0" + "@smithy/util-middleware" "^3.0.3" + "@smithy/util-stream" "^3.1.3" + "@smithy/util-utf8" "^3.0.0" + tslib "^2.6.2" + +"@aws-sdk/middleware-ssec@3.609.0": + version "3.609.0" + dependencies: + "@aws-sdk/types" "3.609.0" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@aws-sdk/middleware-user-agent@3.620.0": + version "3.620.0" + dependencies: + "@aws-sdk/types" "3.609.0" + "@aws-sdk/util-endpoints" "3.614.0" + "@smithy/protocol-http" "^4.1.0" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@aws-sdk/region-config-resolver@3.614.0": + version "3.614.0" + dependencies: + "@aws-sdk/types" "3.609.0" + "@smithy/node-config-provider" "^3.1.4" + "@smithy/types" "^3.3.0" + "@smithy/util-config-provider" "^3.0.0" + "@smithy/util-middleware" "^3.0.3" + tslib "^2.6.2" + +"@aws-sdk/s3-request-presigner@^3.332.0": + version "3.624.0" + dependencies: + "@aws-sdk/signature-v4-multi-region" "3.624.0" + "@aws-sdk/types" "3.609.0" + "@aws-sdk/util-format-url" "3.609.0" + "@smithy/middleware-endpoint" "^3.1.0" + "@smithy/protocol-http" "^4.1.0" + "@smithy/smithy-client" "^3.1.12" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@aws-sdk/signature-v4-multi-region@3.624.0": + version "3.624.0" + dependencies: + "@aws-sdk/middleware-sdk-s3" "3.624.0" + "@aws-sdk/types" "3.609.0" + "@smithy/protocol-http" "^4.1.0" + "@smithy/signature-v4" "^4.1.0" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@aws-sdk/token-providers@3.614.0": + version "3.614.0" + dependencies: + "@aws-sdk/types" "3.609.0" + "@smithy/property-provider" "^3.1.3" + "@smithy/shared-ini-file-loader" "^3.1.4" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@aws-sdk/types@^3.222.0", "@aws-sdk/types@3.609.0": + version "3.609.0" + dependencies: + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@aws-sdk/util-arn-parser@3.568.0": + version "3.568.0" + dependencies: + tslib "^2.6.2" + +"@aws-sdk/util-endpoints@3.614.0": + version "3.614.0" + dependencies: + "@aws-sdk/types" "3.609.0" + "@smithy/types" "^3.3.0" + "@smithy/util-endpoints" "^2.0.5" + tslib "^2.6.2" + +"@aws-sdk/util-format-url@3.609.0": + version "3.609.0" + dependencies: + "@aws-sdk/types" "3.609.0" + "@smithy/querystring-builder" "^3.0.3" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@aws-sdk/util-locate-window@^3.0.0": + version "3.568.0" + dependencies: + tslib "^2.6.2" + +"@aws-sdk/util-user-agent-browser@3.609.0": + version "3.609.0" + dependencies: + "@aws-sdk/types" "3.609.0" + "@smithy/types" "^3.3.0" + bowser "^2.11.0" + tslib "^2.6.2" + +"@aws-sdk/util-user-agent-node@3.614.0": + version "3.614.0" + dependencies: + "@aws-sdk/types" "3.609.0" + "@smithy/node-config-provider" "^3.1.4" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@aws-sdk/xml-builder@3.609.0": + version "3.609.0" + dependencies: + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.24.7": + version "7.24.7" + dependencies: + "@babel/highlight" "^7.24.7" + picocolors "^1.0.0" + +"@babel/compat-data@^7.25.2": + version "7.25.2" + +"@babel/core@^7.0.0", "@babel/core@^7.0.0-0", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.23.9", "@babel/core@^7.8.0", "@babel/core@>=7.0.0-beta.0 <8": + version "7.25.2" + dependencies: + "@ampproject/remapping" "^2.2.0" + "@babel/code-frame" "^7.24.7" + "@babel/generator" "^7.25.0" + "@babel/helper-compilation-targets" "^7.25.2" + "@babel/helper-module-transforms" "^7.25.2" + "@babel/helpers" "^7.25.0" + "@babel/parser" "^7.25.0" + "@babel/template" "^7.25.0" + "@babel/traverse" "^7.25.2" + "@babel/types" "^7.25.2" + convert-source-map "^2.0.0" + debug "^4.1.0" + gensync "^1.0.0-beta.2" + json5 "^2.2.3" + semver "^6.3.1" + +"@babel/generator@^7.25.0", "@babel/generator@^7.7.2": + version "7.25.0" + dependencies: + "@babel/types" "^7.25.0" + "@jridgewell/gen-mapping" "^0.3.5" + "@jridgewell/trace-mapping" "^0.3.25" + jsesc "^2.5.1" + +"@babel/helper-compilation-targets@^7.25.2": + version "7.25.2" + dependencies: + "@babel/compat-data" "^7.25.2" + "@babel/helper-validator-option" "^7.24.8" + browserslist "^4.23.1" + lru-cache "^5.1.1" + semver "^6.3.1" + +"@babel/helper-module-imports@^7.24.7": + version "7.24.7" + dependencies: + "@babel/traverse" "^7.24.7" + "@babel/types" "^7.24.7" + +"@babel/helper-module-transforms@^7.25.2": + version "7.25.2" + dependencies: + "@babel/helper-module-imports" "^7.24.7" + "@babel/helper-simple-access" "^7.24.7" + "@babel/helper-validator-identifier" "^7.24.7" + "@babel/traverse" "^7.25.2" + +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.24.7", "@babel/helper-plugin-utils@^7.8.0": + version "7.24.8" + +"@babel/helper-simple-access@^7.24.7": + version "7.24.7" + dependencies: + "@babel/traverse" "^7.24.7" + "@babel/types" "^7.24.7" + +"@babel/helper-string-parser@^7.24.8": + version "7.24.8" + +"@babel/helper-validator-identifier@^7.24.7": + version "7.24.7" + +"@babel/helper-validator-option@^7.24.8": + version "7.24.8" + +"@babel/helpers@^7.25.0": + version "7.25.0" + dependencies: + "@babel/template" "^7.25.0" + "@babel/types" "^7.25.0" + +"@babel/highlight@^7.24.7": + version "7.24.7" + dependencies: + "@babel/helper-validator-identifier" "^7.24.7" + chalk "^2.4.2" + js-tokens "^4.0.0" + picocolors "^1.0.0" + +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.25.0", "@babel/parser@^7.25.3": + version "7.25.3" + dependencies: + "@babel/types" "^7.25.2" + +"@babel/plugin-syntax-async-generators@^7.8.4": + version "7.8.4" + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-bigint@^7.8.3": + version "7.8.3" + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-class-properties@^7.8.3": + version "7.12.13" + dependencies: + "@babel/helper-plugin-utils" "^7.12.13" + +"@babel/plugin-syntax-import-meta@^7.8.3": + version "7.10.4" + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-syntax-json-strings@^7.8.3": + version "7.8.3" + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-jsx@^7.7.2": + version "7.24.7" + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-syntax-logical-assignment-operators@^7.8.3": + version "7.10.4" + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3": + version "7.8.3" + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-numeric-separator@^7.8.3": + version "7.10.4" + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-syntax-object-rest-spread@^7.8.3": + version "7.8.3" + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-optional-catch-binding@^7.8.3": + version "7.8.3" + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-optional-chaining@^7.8.3": + version "7.8.3" + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-top-level-await@^7.8.3": + version "7.14.5" + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-syntax-typescript@^7.7.2": + version "7.24.7" + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/runtime-corejs3@^7.20.7", "@babel/runtime-corejs3@^7.22.15": + version "7.25.7" + resolved "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.25.7.tgz" + integrity sha512-gMmIEhg35sXk9Te5qbGp3W9YKrvLt3HV658/d3odWrHSqT0JeG5OzsJWFHRLiOohRyjRsJc/x03DhJm3i8VJxg== + dependencies: + core-js-pure "^3.30.2" + regenerator-runtime "^0.14.0" + +"@babel/template@^7.25.0", "@babel/template@^7.3.3": + version "7.25.0" + dependencies: + "@babel/code-frame" "^7.24.7" + "@babel/parser" "^7.25.0" + "@babel/types" "^7.25.0" + +"@babel/traverse@^7.24.7", "@babel/traverse@^7.25.2": + version "7.25.3" + dependencies: + "@babel/code-frame" "^7.24.7" + "@babel/generator" "^7.25.0" + "@babel/parser" "^7.25.3" + "@babel/template" "^7.25.0" + "@babel/types" "^7.25.2" + debug "^4.3.1" + globals "^11.1.0" + +"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.24.7", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.3.3": + version "7.25.2" + dependencies: + "@babel/helper-string-parser" "^7.24.8" + "@babel/helper-validator-identifier" "^7.24.7" + to-fast-properties "^2.0.0" + +"@bcoe/v8-coverage@^0.2.3": + version "0.2.3" + +"@cspotcode/source-map-support@^0.8.0": + version "0.8.1" + dependencies: + "@jridgewell/trace-mapping" "0.3.9" + +"@fastify/busboy@^3.0.0": + version "3.0.0" + resolved "https://registry.npmjs.org/@fastify/busboy/-/busboy-3.0.0.tgz" + integrity sha512-83rnH2nCvclWaPQQKvkJ2pdOjG4TZyEVuFDnlOF6KP08lDaaceVyw/W63mDuafQT+MKHCvXIPpE5uYWeM0rT4w== + +"@firebase/app-check-interop-types@0.3.2": + version "0.3.2" + resolved "https://registry.npmjs.org/@firebase/app-check-interop-types/-/app-check-interop-types-0.3.2.tgz" + integrity sha512-LMs47Vinv2HBMZi49C09dJxp0QT5LwDzFaVGf/+ITHe3BlIhUiLNttkATSXplc89A2lAaeTqjgqVkiRfUGyQiQ== + +"@firebase/app-types@0.9.2": + version "0.9.2" + resolved "https://registry.npmjs.org/@firebase/app-types/-/app-types-0.9.2.tgz" + integrity sha512-oMEZ1TDlBz479lmABwWsWjzHwheQKiAgnuKxE0pz0IXCVx7/rtlkx1fQ6GfgK24WCrxDKMplZrT50Kh04iMbXQ== + +"@firebase/auth-interop-types@0.2.3": + version "0.2.3" + resolved "https://registry.npmjs.org/@firebase/auth-interop-types/-/auth-interop-types-0.2.3.tgz" + integrity sha512-Fc9wuJGgxoxQeavybiuwgyi+0rssr76b+nHpj+eGhXFYAdudMWyfBHvFL/I5fEHniUM/UQdFzi9VXJK2iZF7FQ== + +"@firebase/component@0.6.9": + version "0.6.9" + resolved "https://registry.npmjs.org/@firebase/component/-/component-0.6.9.tgz" + integrity sha512-gm8EUEJE/fEac86AvHn8Z/QW8BvR56TBw3hMW0O838J/1mThYQXAIQBgUv75EqlCZfdawpWLrKt1uXvp9ciK3Q== + dependencies: + "@firebase/util" "1.10.0" + tslib "^2.1.0" + +"@firebase/database-compat@^1.0.2": + version "1.0.8" + resolved "https://registry.npmjs.org/@firebase/database-compat/-/database-compat-1.0.8.tgz" + integrity sha512-OpeWZoPE3sGIRPBKYnW9wLad25RaWbGyk7fFQe4xnJQKRzlynWeFBSRRAoLE2Old01WXwskUiucNqUUVlFsceg== + dependencies: + "@firebase/component" "0.6.9" + "@firebase/database" "1.0.8" + "@firebase/database-types" "1.0.5" + "@firebase/logger" "0.4.2" + "@firebase/util" "1.10.0" + tslib "^2.1.0" + +"@firebase/database-types@^1.0.0", "@firebase/database-types@1.0.5": + version "1.0.5" + resolved "https://registry.npmjs.org/@firebase/database-types/-/database-types-1.0.5.tgz" + integrity sha512-fTlqCNwFYyq/C6W7AJ5OCuq5CeZuBEsEwptnVxlNPkWCo5cTTyukzAHRSO/jaQcItz33FfYrrFk1SJofcu2AaQ== + dependencies: + "@firebase/app-types" "0.9.2" + "@firebase/util" "1.10.0" + +"@firebase/database@1.0.8": + version "1.0.8" + resolved "https://registry.npmjs.org/@firebase/database/-/database-1.0.8.tgz" + integrity sha512-dzXALZeBI1U5TXt6619cv0+tgEhJiwlUtQ55WNZY7vGAjv7Q1QioV969iYwt1AQQ0ovHnEW0YW9TiBfefLvErg== + dependencies: + "@firebase/app-check-interop-types" "0.3.2" + "@firebase/auth-interop-types" "0.2.3" + "@firebase/component" "0.6.9" + "@firebase/logger" "0.4.2" + "@firebase/util" "1.10.0" + faye-websocket "0.11.4" + tslib "^2.1.0" + +"@firebase/logger@0.4.2": + version "0.4.2" + resolved "https://registry.npmjs.org/@firebase/logger/-/logger-0.4.2.tgz" + integrity sha512-Q1VuA5M1Gjqrwom6I6NUU4lQXdo9IAQieXlujeHZWvRt1b7qQ0KwBaNAjgxG27jgF9/mUwsNmO8ptBCGVYhB0A== + dependencies: + tslib "^2.1.0" + +"@firebase/util@1.10.0": + version "1.10.0" + resolved "https://registry.npmjs.org/@firebase/util/-/util-1.10.0.tgz" + integrity sha512-xKtx4A668icQqoANRxyDLBLz51TAbDP9KRfpbKGxiCAW346d0BeJe5vN6/hKxxmWwnZ0mautyv39JxviwwQMOQ== + dependencies: + tslib "^2.1.0" + +"@formatjs/ecma402-abstract@2.0.0": + version "2.0.0" + dependencies: + "@formatjs/intl-localematcher" "0.5.4" + tslib "^2.4.0" + +"@formatjs/fast-memoize@2.2.0": + version "2.2.0" + dependencies: + tslib "^2.4.0" + +"@formatjs/icu-messageformat-parser@2.7.8": + version "2.7.8" + dependencies: + "@formatjs/ecma402-abstract" "2.0.0" + "@formatjs/icu-skeleton-parser" "1.8.2" + tslib "^2.4.0" + +"@formatjs/icu-skeleton-parser@1.8.2": + version "1.8.2" + dependencies: + "@formatjs/ecma402-abstract" "2.0.0" + tslib "^2.4.0" + +"@formatjs/intl-localematcher@0.5.4": + version "0.5.4" + dependencies: + tslib "^2.4.0" + +"@gar/promisify@^1.1.3": + version "1.1.3" + +"@google-cloud/bigquery@^6.1.0": + version "6.2.1" + dependencies: + "@google-cloud/common" "^4.0.0" + "@google-cloud/paginator" "^4.0.0" + "@google-cloud/precise-date" "^3.0.1" + "@google-cloud/promisify" "^3.0.0" + arrify "^2.0.1" + big.js "^6.0.0" + duplexify "^4.0.0" + extend "^3.0.2" + is "^3.3.0" + stream-events "^1.0.5" + uuid "^9.0.0" + +"@google-cloud/common@^4.0.0": + version "4.0.3" + dependencies: + "@google-cloud/projectify" "^3.0.0" + "@google-cloud/promisify" "^3.0.0" + arrify "^2.0.1" + duplexify "^4.1.1" + ent "^2.2.0" + extend "^3.0.2" + google-auth-library "^8.0.2" + retry-request "^5.0.0" + teeny-request "^8.0.0" + +"@google-cloud/firestore@^7.7.0": + version "7.10.0" + resolved "https://registry.npmjs.org/@google-cloud/firestore/-/firestore-7.10.0.tgz" + integrity sha512-VFNhdHvfnmqcHHs6YhmSNHHxQqaaD64GwiL0c+e1qz85S8SWZPC2XFRf8p9yHRTF40Kow424s1KBU9f0fdQa+Q== + dependencies: + "@opentelemetry/api" "^1.3.0" + fast-deep-equal "^3.1.1" + functional-red-black-tree "^1.0.1" + google-gax "^4.3.3" + protobufjs "^7.2.6" + +"@google-cloud/paginator@^3.0.7": + version "3.0.7" + dependencies: + arrify "^2.0.0" + extend "^3.0.2" + +"@google-cloud/paginator@^4.0.0": + version "4.0.1" + dependencies: + arrify "^2.0.0" + extend "^3.0.2" + +"@google-cloud/paginator@^5.0.0": + version "5.0.2" + resolved "https://registry.npmjs.org/@google-cloud/paginator/-/paginator-5.0.2.tgz" + integrity sha512-DJS3s0OVH4zFDB1PzjxAsHqJT6sKVbRwwML0ZBP9PbU7Yebtu/7SWMRzvO2J3nUi9pRNITCfu4LJeooM2w4pjg== + dependencies: + arrify "^2.0.0" + extend "^3.0.2" + +"@google-cloud/precise-date@^3.0.1": + version "3.0.1" + +"@google-cloud/projectify@^3.0.0": + version "3.0.0" + +"@google-cloud/projectify@^4.0.0": + version "4.0.0" + resolved "https://registry.npmjs.org/@google-cloud/projectify/-/projectify-4.0.0.tgz" + integrity sha512-MmaX6HeSvyPbWGwFq7mXdo0uQZLGBYCwziiLIGq5JVX+/bdI3SAq6bP98trV5eTWfLuvsMcIC1YJOF2vfteLFA== + +"@google-cloud/promisify@^3.0.0": + version "3.0.1" + +"@google-cloud/promisify@^4.0.0": + version "4.0.0" + resolved "https://registry.npmjs.org/@google-cloud/promisify/-/promisify-4.0.0.tgz" + integrity sha512-Orxzlfb9c67A15cq2JQEyVc7wEsmFBmHjZWZYQMUyJ1qivXyMwdyNOs9odi79hze+2zqdTtu1E19IM/FtqZ10g== + +"@google-cloud/storage@^6.10.1": + version "6.12.0" + dependencies: + "@google-cloud/paginator" "^3.0.7" + "@google-cloud/projectify" "^3.0.0" + "@google-cloud/promisify" "^3.0.0" + abort-controller "^3.0.0" + async-retry "^1.3.3" + compressible "^2.0.12" + duplexify "^4.0.0" + ent "^2.2.0" + extend "^3.0.2" + fast-xml-parser "^4.2.2" + gaxios "^5.0.0" + google-auth-library "^8.0.1" + mime "^3.0.0" + mime-types "^2.0.8" + p-limit "^3.0.1" + retry-request "^5.0.0" + teeny-request "^8.0.0" + uuid "^8.0.0" + +"@google-cloud/storage@^7.7.0": + version "7.13.0" + resolved "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.13.0.tgz" + integrity sha512-Y0rYdwM5ZPW3jw/T26sMxxfPrVQTKm9vGrZG8PRyGuUmUJ8a2xNuQ9W/NNA1prxqv2i54DSydV8SJqxF2oCVgA== + dependencies: + "@google-cloud/paginator" "^5.0.0" + "@google-cloud/projectify" "^4.0.0" + "@google-cloud/promisify" "^4.0.0" + abort-controller "^3.0.0" + async-retry "^1.3.3" + duplexify "^4.1.3" + fast-xml-parser "^4.4.1" + gaxios "^6.0.2" + google-auth-library "^9.6.3" + html-entities "^2.5.2" + mime "^3.0.0" + p-limit "^3.0.1" + retry-request "^7.0.0" + teeny-request "^9.0.0" + uuid "^8.0.0" + +"@graphql-typed-document-node/core@^3.2.0": + version "3.2.0" + +"@grpc/grpc-js@^1.10.9": + version "1.11.3" + resolved "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.11.3.tgz" + integrity sha512-i9UraDzFHMR+Iz/MhFLljT+fCpgxZ3O6CxwGJ8YuNYHJItIHUzKJpW2LvoFZNnGPwqc9iWy9RAucxV0JoR9aUQ== + dependencies: + "@grpc/proto-loader" "^0.7.13" + "@js-sdsl/ordered-map" "^4.4.2" + +"@grpc/proto-loader@^0.7.13": + version "0.7.13" + resolved "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.7.13.tgz" + integrity sha512-AiXO/bfe9bmxBjxxtYxFAXGZvMaN5s8kO+jBHAJCON8rJoB5YS/D6X7ZNc6XQkuHNmyl4CYaMI1fJ/Gn27RGGw== + dependencies: + lodash.camelcase "^4.3.0" + long "^5.0.0" + protobufjs "^7.2.5" + yargs "^17.7.2" + +"@istanbuljs/load-nyc-config@^1.0.0": + version "1.1.0" + dependencies: + camelcase "^5.3.1" + find-up "^4.1.0" + get-package-type "^0.1.0" + js-yaml "^3.13.1" + resolve-from "^5.0.0" + +"@istanbuljs/schema@^0.1.2", "@istanbuljs/schema@^0.1.3": + version "0.1.3" + +"@jest/console@^29.7.0": + version "29.7.0" + dependencies: + "@jest/types" "^29.6.3" + "@types/node" "*" + chalk "^4.0.0" + jest-message-util "^29.7.0" + jest-util "^29.7.0" + slash "^3.0.0" + +"@jest/core@^29.7.0": + version "29.7.0" + dependencies: + "@jest/console" "^29.7.0" + "@jest/reporters" "^29.7.0" + "@jest/test-result" "^29.7.0" + "@jest/transform" "^29.7.0" + "@jest/types" "^29.6.3" + "@types/node" "*" + ansi-escapes "^4.2.1" + chalk "^4.0.0" + ci-info "^3.2.0" + exit "^0.1.2" + graceful-fs "^4.2.9" + jest-changed-files "^29.7.0" + jest-config "^29.7.0" + jest-haste-map "^29.7.0" + jest-message-util "^29.7.0" + jest-regex-util "^29.6.3" + jest-resolve "^29.7.0" + jest-resolve-dependencies "^29.7.0" + jest-runner "^29.7.0" + jest-runtime "^29.7.0" + jest-snapshot "^29.7.0" + jest-util "^29.7.0" + jest-validate "^29.7.0" + jest-watcher "^29.7.0" + micromatch "^4.0.4" + pretty-format "^29.7.0" + slash "^3.0.0" + strip-ansi "^6.0.0" + +"@jest/environment@^29.7.0": + version "29.7.0" + dependencies: + "@jest/fake-timers" "^29.7.0" + "@jest/types" "^29.6.3" + "@types/node" "*" + jest-mock "^29.7.0" + +"@jest/expect-utils@^29.7.0": + version "29.7.0" + dependencies: + jest-get-type "^29.6.3" + +"@jest/expect@^29.7.0": + version "29.7.0" + dependencies: + expect "^29.7.0" + jest-snapshot "^29.7.0" + +"@jest/fake-timers@^29.7.0": + version "29.7.0" + dependencies: + "@jest/types" "^29.6.3" + "@sinonjs/fake-timers" "^10.0.2" + "@types/node" "*" + jest-message-util "^29.7.0" + jest-mock "^29.7.0" + jest-util "^29.7.0" + +"@jest/globals@^29.7.0": + version "29.7.0" + dependencies: + "@jest/environment" "^29.7.0" + "@jest/expect" "^29.7.0" + "@jest/types" "^29.6.3" + jest-mock "^29.7.0" + +"@jest/reporters@^29.7.0": + version "29.7.0" + dependencies: + "@bcoe/v8-coverage" "^0.2.3" + "@jest/console" "^29.7.0" + "@jest/test-result" "^29.7.0" + "@jest/transform" "^29.7.0" + "@jest/types" "^29.6.3" + "@jridgewell/trace-mapping" "^0.3.18" + "@types/node" "*" + chalk "^4.0.0" + collect-v8-coverage "^1.0.0" + exit "^0.1.2" + glob "^7.1.3" + graceful-fs "^4.2.9" + istanbul-lib-coverage "^3.0.0" + istanbul-lib-instrument "^6.0.0" + istanbul-lib-report "^3.0.0" + istanbul-lib-source-maps "^4.0.0" + istanbul-reports "^3.1.3" + jest-message-util "^29.7.0" + jest-util "^29.7.0" + jest-worker "^29.7.0" + slash "^3.0.0" + string-length "^4.0.1" + strip-ansi "^6.0.0" + v8-to-istanbul "^9.0.1" + +"@jest/schemas@^29.6.3": + version "29.6.3" + dependencies: + "@sinclair/typebox" "^0.27.8" + +"@jest/source-map@^29.6.3": + version "29.6.3" + dependencies: + "@jridgewell/trace-mapping" "^0.3.18" + callsites "^3.0.0" + graceful-fs "^4.2.9" + +"@jest/test-result@^29.7.0": + version "29.7.0" + dependencies: + "@jest/console" "^29.7.0" + "@jest/types" "^29.6.3" + "@types/istanbul-lib-coverage" "^2.0.0" + collect-v8-coverage "^1.0.0" + +"@jest/test-sequencer@^29.7.0": + version "29.7.0" + dependencies: + "@jest/test-result" "^29.7.0" + graceful-fs "^4.2.9" + jest-haste-map "^29.7.0" + slash "^3.0.0" + +"@jest/transform@^29.0.0", "@jest/transform@^29.7.0": + version "29.7.0" + dependencies: + "@babel/core" "^7.11.6" + "@jest/types" "^29.6.3" + "@jridgewell/trace-mapping" "^0.3.18" + babel-plugin-istanbul "^6.1.1" + chalk "^4.0.0" + convert-source-map "^2.0.0" + fast-json-stable-stringify "^2.1.0" + graceful-fs "^4.2.9" + jest-haste-map "^29.7.0" + jest-regex-util "^29.6.3" + jest-util "^29.7.0" + micromatch "^4.0.4" + pirates "^4.0.4" + slash "^3.0.0" + write-file-atomic "^4.0.2" + +"@jest/types@^29.0.0", "@jest/types@^29.6.3": + version "29.6.3" + dependencies: + "@jest/schemas" "^29.6.3" + "@types/istanbul-lib-coverage" "^2.0.0" + "@types/istanbul-reports" "^3.0.0" + "@types/node" "*" + "@types/yargs" "^17.0.8" + chalk "^4.0.0" + +"@jridgewell/gen-mapping@^0.3.5": + version "0.3.5" + dependencies: + "@jridgewell/set-array" "^1.2.1" + "@jridgewell/sourcemap-codec" "^1.4.10" + "@jridgewell/trace-mapping" "^0.3.24" + +"@jridgewell/resolve-uri@^3.0.3", "@jridgewell/resolve-uri@^3.1.0": + version "3.1.2" + +"@jridgewell/set-array@^1.2.1": + version "1.2.1" + +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.13", "@jridgewell/sourcemap-codec@^1.4.14": + version "1.5.0" + +"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.18", "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25": + version "0.3.25" + dependencies: + "@jridgewell/resolve-uri" "^3.1.0" + "@jridgewell/sourcemap-codec" "^1.4.14" + +"@jridgewell/trace-mapping@0.3.9": + version "0.3.9" + dependencies: + "@jridgewell/resolve-uri" "^3.0.3" + "@jridgewell/sourcemap-codec" "^1.4.10" + +"@js-sdsl/ordered-map@^4.4.2": + version "4.4.2" + resolved "https://registry.npmjs.org/@js-sdsl/ordered-map/-/ordered-map-4.4.2.tgz" + integrity sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw== + +"@jsdevtools/ono@^7.1.3": + version "7.1.3" + +"@mapbox/node-pre-gyp@^1.0.0": + version "1.0.11" + dependencies: + detect-libc "^2.0.0" + https-proxy-agent "^5.0.0" + make-dir "^3.1.0" + node-fetch "^2.6.7" + nopt "^5.0.0" + npmlog "^5.0.1" + rimraf "^3.0.2" + semver "^7.3.5" + tar "^6.1.11" + +"@npmcli/fs@^2.1.0": + version "2.1.2" + dependencies: + "@gar/promisify" "^1.1.3" + semver "^7.3.5" + +"@npmcli/move-file@^2.0.0": + version "2.0.1" + dependencies: + mkdirp "^1.0.4" + rimraf "^3.0.2" + +"@opentelemetry/api@^1.3.0": + version "1.9.0" + resolved "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.0.tgz" + integrity sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg== + +"@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2": + version "1.1.2" + resolved "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz" + integrity sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ== + +"@protobufjs/base64@^1.1.2": + version "1.1.2" + resolved "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz" + integrity sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg== + +"@protobufjs/codegen@^2.0.4": + version "2.0.4" + resolved "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz" + integrity sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg== + +"@protobufjs/eventemitter@^1.1.0": + version "1.1.0" + resolved "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz" + integrity sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q== + +"@protobufjs/fetch@^1.1.0": + version "1.1.0" + resolved "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz" + integrity sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ== + dependencies: + "@protobufjs/aspromise" "^1.1.1" + "@protobufjs/inquire" "^1.1.0" + +"@protobufjs/float@^1.0.2": + version "1.0.2" + resolved "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz" + integrity sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ== + +"@protobufjs/inquire@^1.1.0": + version "1.1.0" + resolved "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz" + integrity sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q== + +"@protobufjs/path@^1.1.2": + version "1.1.2" + resolved "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz" + integrity sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA== + +"@protobufjs/pool@^1.1.0": + version "1.1.0" + resolved "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz" + integrity sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw== + +"@protobufjs/utf8@^1.1.0": + version "1.1.0" + resolved "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz" + integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw== + +"@rollup/plugin-commonjs@^23.0.0": + version "23.0.7" + dependencies: + "@rollup/pluginutils" "^5.0.1" + commondir "^1.0.1" + estree-walker "^2.0.2" + glob "^8.0.3" + is-reference "1.2.1" + magic-string "^0.27.0" + +"@rollup/plugin-node-resolve@^15.0.0": + version "15.2.3" + dependencies: + "@rollup/pluginutils" "^5.0.1" + "@types/resolve" "1.20.2" + deepmerge "^4.2.2" + is-builtin-module "^3.2.1" + is-module "^1.0.0" + resolve "^1.22.1" + +"@rollup/pluginutils@^5.0.1": + version "5.1.0" + dependencies: + "@types/estree" "^1.0.0" + estree-walker "^2.0.2" + picomatch "^2.3.1" + +"@sinclair/typebox@^0.27.8": + version "0.27.8" + +"@sinonjs/commons@^3.0.0": + version "3.0.1" + dependencies: + type-detect "4.0.8" + +"@sinonjs/fake-timers@^10.0.2": + version "10.3.0" + dependencies: + "@sinonjs/commons" "^3.0.0" + +"@smithy/abort-controller@^3.1.1": + version "3.1.1" + dependencies: + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@smithy/chunked-blob-reader-native@^3.0.0": + version "3.0.0" + dependencies: + "@smithy/util-base64" "^3.0.0" + tslib "^2.6.2" + +"@smithy/chunked-blob-reader@^3.0.0": + version "3.0.0" + dependencies: + tslib "^2.6.2" + +"@smithy/config-resolver@^3.0.5": + version "3.0.5" + dependencies: + "@smithy/node-config-provider" "^3.1.4" + "@smithy/types" "^3.3.0" + "@smithy/util-config-provider" "^3.0.0" + "@smithy/util-middleware" "^3.0.3" + tslib "^2.6.2" + +"@smithy/core@^2.3.2": + version "2.3.2" + dependencies: + "@smithy/middleware-endpoint" "^3.1.0" + "@smithy/middleware-retry" "^3.0.14" + "@smithy/middleware-serde" "^3.0.3" + "@smithy/protocol-http" "^4.1.0" + "@smithy/smithy-client" "^3.1.12" + "@smithy/types" "^3.3.0" + "@smithy/util-middleware" "^3.0.3" + tslib "^2.6.2" + +"@smithy/credential-provider-imds@^3.2.0": + version "3.2.0" + dependencies: + "@smithy/node-config-provider" "^3.1.4" + "@smithy/property-provider" "^3.1.3" + "@smithy/types" "^3.3.0" + "@smithy/url-parser" "^3.0.3" + tslib "^2.6.2" + +"@smithy/eventstream-codec@^3.1.2": + version "3.1.2" + dependencies: + "@aws-crypto/crc32" "5.2.0" + "@smithy/types" "^3.3.0" + "@smithy/util-hex-encoding" "^3.0.0" + tslib "^2.6.2" + +"@smithy/eventstream-serde-browser@^3.0.5": + version "3.0.5" + dependencies: + "@smithy/eventstream-serde-universal" "^3.0.4" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@smithy/eventstream-serde-config-resolver@^3.0.3": + version "3.0.3" + dependencies: + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@smithy/eventstream-serde-node@^3.0.4": + version "3.0.4" + dependencies: + "@smithy/eventstream-serde-universal" "^3.0.4" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@smithy/eventstream-serde-universal@^3.0.4": + version "3.0.4" + dependencies: + "@smithy/eventstream-codec" "^3.1.2" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@smithy/fetch-http-handler@^3.2.4": + version "3.2.4" + dependencies: + "@smithy/protocol-http" "^4.1.0" + "@smithy/querystring-builder" "^3.0.3" + "@smithy/types" "^3.3.0" + "@smithy/util-base64" "^3.0.0" + tslib "^2.6.2" + +"@smithy/hash-blob-browser@^3.1.2": + version "3.1.2" + dependencies: + "@smithy/chunked-blob-reader" "^3.0.0" + "@smithy/chunked-blob-reader-native" "^3.0.0" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@smithy/hash-node@^3.0.3": + version "3.0.3" + dependencies: + "@smithy/types" "^3.3.0" + "@smithy/util-buffer-from" "^3.0.0" + "@smithy/util-utf8" "^3.0.0" + tslib "^2.6.2" + +"@smithy/hash-stream-node@^3.1.2": + version "3.1.2" + dependencies: + "@smithy/types" "^3.3.0" + "@smithy/util-utf8" "^3.0.0" + tslib "^2.6.2" + +"@smithy/invalid-dependency@^3.0.3": + version "3.0.3" + dependencies: + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@smithy/is-array-buffer@^2.2.0": + version "2.2.0" + dependencies: + tslib "^2.6.2" + +"@smithy/is-array-buffer@^3.0.0": + version "3.0.0" + dependencies: + tslib "^2.6.2" + +"@smithy/md5-js@^3.0.3": + version "3.0.3" + dependencies: + "@smithy/types" "^3.3.0" + "@smithy/util-utf8" "^3.0.0" + tslib "^2.6.2" + +"@smithy/middleware-content-length@^3.0.5": + version "3.0.5" + dependencies: + "@smithy/protocol-http" "^4.1.0" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@smithy/middleware-endpoint@^3.1.0": + version "3.1.0" + dependencies: + "@smithy/middleware-serde" "^3.0.3" + "@smithy/node-config-provider" "^3.1.4" + "@smithy/shared-ini-file-loader" "^3.1.4" + "@smithy/types" "^3.3.0" + "@smithy/url-parser" "^3.0.3" + "@smithy/util-middleware" "^3.0.3" + tslib "^2.6.2" + +"@smithy/middleware-retry@^3.0.14": + version "3.0.14" + dependencies: + "@smithy/node-config-provider" "^3.1.4" + "@smithy/protocol-http" "^4.1.0" + "@smithy/service-error-classification" "^3.0.3" + "@smithy/smithy-client" "^3.1.12" + "@smithy/types" "^3.3.0" + "@smithy/util-middleware" "^3.0.3" + "@smithy/util-retry" "^3.0.3" + tslib "^2.6.2" + uuid "^9.0.1" + +"@smithy/middleware-serde@^3.0.3": + version "3.0.3" + dependencies: + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@smithy/middleware-stack@^3.0.3": + version "3.0.3" + dependencies: + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@smithy/node-config-provider@^3.1.4": + version "3.1.4" + dependencies: + "@smithy/property-provider" "^3.1.3" + "@smithy/shared-ini-file-loader" "^3.1.4" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@smithy/node-http-handler@^3.1.4": + version "3.1.4" + dependencies: + "@smithy/abort-controller" "^3.1.1" + "@smithy/protocol-http" "^4.1.0" + "@smithy/querystring-builder" "^3.0.3" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@smithy/property-provider@^3.1.3": + version "3.1.3" + dependencies: + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@smithy/protocol-http@^4.1.0": + version "4.1.0" + dependencies: + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@smithy/querystring-builder@^3.0.3": + version "3.0.3" + dependencies: + "@smithy/types" "^3.3.0" + "@smithy/util-uri-escape" "^3.0.0" + tslib "^2.6.2" + +"@smithy/querystring-parser@^3.0.3": + version "3.0.3" + dependencies: + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@smithy/service-error-classification@^3.0.3": + version "3.0.3" + dependencies: + "@smithy/types" "^3.3.0" + +"@smithy/shared-ini-file-loader@^3.1.4": + version "3.1.4" + dependencies: + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@smithy/signature-v4@^4.1.0": + version "4.1.0" + dependencies: + "@smithy/is-array-buffer" "^3.0.0" + "@smithy/protocol-http" "^4.1.0" + "@smithy/types" "^3.3.0" + "@smithy/util-hex-encoding" "^3.0.0" + "@smithy/util-middleware" "^3.0.3" + "@smithy/util-uri-escape" "^3.0.0" + "@smithy/util-utf8" "^3.0.0" + tslib "^2.6.2" + +"@smithy/smithy-client@^3.1.12": + version "3.1.12" + dependencies: + "@smithy/middleware-endpoint" "^3.1.0" + "@smithy/middleware-stack" "^3.0.3" + "@smithy/protocol-http" "^4.1.0" + "@smithy/types" "^3.3.0" + "@smithy/util-stream" "^3.1.3" + tslib "^2.6.2" + +"@smithy/types@^3.3.0": + version "3.3.0" + dependencies: + tslib "^2.6.2" + +"@smithy/url-parser@^3.0.3": + version "3.0.3" + dependencies: + "@smithy/querystring-parser" "^3.0.3" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@smithy/util-base64@^3.0.0": + version "3.0.0" + dependencies: + "@smithy/util-buffer-from" "^3.0.0" + "@smithy/util-utf8" "^3.0.0" + tslib "^2.6.2" + +"@smithy/util-body-length-browser@^3.0.0": + version "3.0.0" + dependencies: + tslib "^2.6.2" + +"@smithy/util-body-length-node@^3.0.0": + version "3.0.0" + dependencies: + tslib "^2.6.2" + +"@smithy/util-buffer-from@^2.2.0": + version "2.2.0" + dependencies: + "@smithy/is-array-buffer" "^2.2.0" + tslib "^2.6.2" + +"@smithy/util-buffer-from@^3.0.0": + version "3.0.0" + dependencies: + "@smithy/is-array-buffer" "^3.0.0" + tslib "^2.6.2" + +"@smithy/util-config-provider@^3.0.0": + version "3.0.0" + dependencies: + tslib "^2.6.2" + +"@smithy/util-defaults-mode-browser@^3.0.14": + version "3.0.14" + dependencies: + "@smithy/property-provider" "^3.1.3" + "@smithy/smithy-client" "^3.1.12" + "@smithy/types" "^3.3.0" + bowser "^2.11.0" + tslib "^2.6.2" + +"@smithy/util-defaults-mode-node@^3.0.14": + version "3.0.14" + dependencies: + "@smithy/config-resolver" "^3.0.5" + "@smithy/credential-provider-imds" "^3.2.0" + "@smithy/node-config-provider" "^3.1.4" + "@smithy/property-provider" "^3.1.3" + "@smithy/smithy-client" "^3.1.12" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@smithy/util-endpoints@^2.0.5": + version "2.0.5" + dependencies: + "@smithy/node-config-provider" "^3.1.4" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@smithy/util-hex-encoding@^3.0.0": + version "3.0.0" + dependencies: + tslib "^2.6.2" + +"@smithy/util-middleware@^3.0.3": + version "3.0.3" + dependencies: + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@smithy/util-retry@^3.0.3": + version "3.0.3" + dependencies: + "@smithy/service-error-classification" "^3.0.3" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@smithy/util-stream@^3.1.3": + version "3.1.3" + dependencies: + "@smithy/fetch-http-handler" "^3.2.4" + "@smithy/node-http-handler" "^3.1.4" + "@smithy/types" "^3.3.0" + "@smithy/util-base64" "^3.0.0" + "@smithy/util-buffer-from" "^3.0.0" + "@smithy/util-hex-encoding" "^3.0.0" + "@smithy/util-utf8" "^3.0.0" + tslib "^2.6.2" + +"@smithy/util-uri-escape@^3.0.0": + version "3.0.0" + dependencies: + tslib "^2.6.2" + +"@smithy/util-utf8@^2.0.0": + version "2.3.0" + dependencies: + "@smithy/util-buffer-from" "^2.2.0" + tslib "^2.6.2" + +"@smithy/util-utf8@^3.0.0": + version "3.0.0" + dependencies: + "@smithy/util-buffer-from" "^3.0.0" + tslib "^2.6.2" + +"@smithy/util-waiter@^3.1.2": + version "3.1.2" + dependencies: + "@smithy/abort-controller" "^3.1.1" + "@smithy/types" "^3.3.0" + tslib "^2.6.2" + +"@supabase/auth-js@2.64.4": + version "2.64.4" + dependencies: + "@supabase/node-fetch" "^2.6.14" + +"@supabase/functions-js@2.4.1": + version "2.4.1" + dependencies: + "@supabase/node-fetch" "^2.6.14" + +"@supabase/node-fetch@^2.6.14", "@supabase/node-fetch@2.6.15": + version "2.6.15" + dependencies: + whatwg-url "^5.0.0" + +"@supabase/postgrest-js@1.15.8": + version "1.15.8" + dependencies: + "@supabase/node-fetch" "^2.6.14" + +"@supabase/realtime-js@2.10.2": + version "2.10.2" + dependencies: + "@supabase/node-fetch" "^2.6.14" + "@types/phoenix" "^1.5.4" + "@types/ws" "^8.5.10" + ws "^8.14.2" + +"@supabase/storage-js@2.6.0": + version "2.6.0" + dependencies: + "@supabase/node-fetch" "^2.6.14" + +"@supabase/supabase-js@^2.26.0": + version "2.45.1" + dependencies: + "@supabase/auth-js" "2.64.4" + "@supabase/functions-js" "2.4.1" + "@supabase/node-fetch" "2.6.15" + "@supabase/postgrest-js" "1.15.8" + "@supabase/realtime-js" "2.10.2" + "@supabase/storage-js" "2.6.0" + +"@swagger-api/apidom-ast@^1.0.0-alpha.9": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-ast/-/apidom-ast-1.0.0-alpha.9.tgz" + integrity sha512-SAOQrFSFwgDiI4QSIPDwAIJEb4Za+8bu45sNojgV3RMtCz+n4Agw66iqGsDib5YSI/Cg1h4AKFovT3iWdfGWfw== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-error" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + unraw "^3.0.0" + +"@swagger-api/apidom-core@^1.0.0-alpha.9", "@swagger-api/apidom-core@>=1.0.0-alpha.9 <1.0.0-beta.0": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-core/-/apidom-core-1.0.0-alpha.9.tgz" + integrity sha512-vGl8BWRf6ODl39fxElcIOjRE2QG5AJhn8tTNMqjjHB/2WppNBuxOVStYZeVJoWfK03OPK8v4Fp/TAcaP9+R7DQ== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-ast" "^1.0.0-alpha.9" + "@swagger-api/apidom-error" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + minim "~0.23.8" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + short-unique-id "^5.0.2" + ts-mixer "^6.0.3" + +"@swagger-api/apidom-error@^1.0.0-alpha.1", "@swagger-api/apidom-error@^1.0.0-alpha.9", "@swagger-api/apidom-error@>=1.0.0-alpha.9 <1.0.0-beta.0": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-error/-/apidom-error-1.0.0-alpha.9.tgz" + integrity sha512-FU/2sFSgsICB9HYFELJ79caRpXXzlAV41QTHsAM46WfRehbzZUQpOBQm4jRi3qJGSa/Jk+mQ7Vt8HLRFMpJFfg== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + +"@swagger-api/apidom-json-pointer@^1.0.0-alpha.1", "@swagger-api/apidom-json-pointer@^1.0.0-alpha.9", "@swagger-api/apidom-json-pointer@>=1.0.0-alpha.9 <1.0.0-beta.0": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-json-pointer/-/apidom-json-pointer-1.0.0-alpha.9.tgz" + integrity sha512-/W8Ktbgbs29zdhed6KHTFk0qmuIRbvEFi8wu2MHGQ5UT4i99Bdu2OyUiayhnpejWztfQxDgL08pjrQPEwgY8Yg== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-core" "^1.0.0-alpha.9" + "@swagger-api/apidom-error" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + +"@swagger-api/apidom-ns-api-design-systems@^1.0.0-alpha.9": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-ns-api-design-systems/-/apidom-ns-api-design-systems-1.0.0-alpha.9.tgz" + integrity sha512-aduC2vbwGgn6ia9IkKpqBYBaKyIDGM/80M3oU3DFgaYIIwynzuwVpN1TkBOLIFy3mAzkWoYKUS0jdZJhMy/6Ug== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-core" "^1.0.0-alpha.9" + "@swagger-api/apidom-error" "^1.0.0-alpha.9" + "@swagger-api/apidom-ns-openapi-3-1" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + ts-mixer "^6.0.3" + +"@swagger-api/apidom-ns-asyncapi-2@^1.0.0-alpha.1", "@swagger-api/apidom-ns-asyncapi-2@^1.0.0-alpha.9": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-ns-asyncapi-2/-/apidom-ns-asyncapi-2-1.0.0-alpha.9.tgz" + integrity sha512-hZjxXJgMt517ADnAauWJh01k7WNRwkbWT5p6b7AXF2H3tl549A2hhLnIg3BBSE3GwB3Nv25GyrI3aA/1dFVC8A== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-core" "^1.0.0-alpha.9" + "@swagger-api/apidom-ns-json-schema-draft-7" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + ts-mixer "^6.0.3" + +"@swagger-api/apidom-ns-json-schema-draft-4@^1.0.0-alpha.9": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-ns-json-schema-draft-4/-/apidom-ns-json-schema-draft-4-1.0.0-alpha.9.tgz" + integrity sha512-OfX4UBb08C0xD5+F80dQAM2yt5lXxcURWkVEeCwxz7i23BB3nNEbnZXNV91Qo9eaJflPh8dO9iiHQxvfw5IgSg== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-ast" "^1.0.0-alpha.9" + "@swagger-api/apidom-core" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + ts-mixer "^6.0.4" + +"@swagger-api/apidom-ns-json-schema-draft-6@^1.0.0-alpha.9": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-ns-json-schema-draft-6/-/apidom-ns-json-schema-draft-6-1.0.0-alpha.9.tgz" + integrity sha512-qzUVRSSrnlYGMhK6w57o/RboNvy1FO0iFgEnTk56dD4wN49JRNuFqKI18IgXc1W2r9tTTG70nG1khe4cPE8TNg== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-core" "^1.0.0-alpha.9" + "@swagger-api/apidom-error" "^1.0.0-alpha.9" + "@swagger-api/apidom-ns-json-schema-draft-4" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + ts-mixer "^6.0.4" + +"@swagger-api/apidom-ns-json-schema-draft-7@^1.0.0-alpha.9": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-ns-json-schema-draft-7/-/apidom-ns-json-schema-draft-7-1.0.0-alpha.9.tgz" + integrity sha512-Zml8Z8VCckdFjvTogaec1dabd85hg1+xZDseWcCuD0tYkaTY/sZ8zzI0dz6/4HsKCb58qjiWSa0w60N8Syr6WQ== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-core" "^1.0.0-alpha.9" + "@swagger-api/apidom-error" "^1.0.0-alpha.9" + "@swagger-api/apidom-ns-json-schema-draft-6" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + ts-mixer "^6.0.4" + +"@swagger-api/apidom-ns-openapi-2@^1.0.0-alpha.1", "@swagger-api/apidom-ns-openapi-2@^1.0.0-alpha.9": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-ns-openapi-2/-/apidom-ns-openapi-2-1.0.0-alpha.9.tgz" + integrity sha512-WUZxt7Gs7P4EQsGtoD6cKAjf0uDJhkUxsIW9Bb4EAgO6tdp7LlXhbJ0fJ2QycCLY717SfJbvGLfhuSfTYo4Iow== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-core" "^1.0.0-alpha.9" + "@swagger-api/apidom-error" "^1.0.0-alpha.9" + "@swagger-api/apidom-ns-json-schema-draft-4" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + ts-mixer "^6.0.3" + +"@swagger-api/apidom-ns-openapi-3-0@^1.0.0-alpha.1", "@swagger-api/apidom-ns-openapi-3-0@^1.0.0-alpha.9": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-ns-openapi-3-0/-/apidom-ns-openapi-3-0-1.0.0-alpha.9.tgz" + integrity sha512-7ra5uoZGrfCn1LabfJLueChPcYXyg24//LCYBtjTstyueqd5Vp7JCPeP5NnJSAaqVAP47r8ygceBPoxNp9k1EQ== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-core" "^1.0.0-alpha.9" + "@swagger-api/apidom-error" "^1.0.0-alpha.9" + "@swagger-api/apidom-ns-json-schema-draft-4" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + ts-mixer "^6.0.3" + +"@swagger-api/apidom-ns-openapi-3-1@^1.0.0-alpha.1", "@swagger-api/apidom-ns-openapi-3-1@^1.0.0-alpha.9", "@swagger-api/apidom-ns-openapi-3-1@>=1.0.0-alpha.9 <1.0.0-beta.0": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-ns-openapi-3-1/-/apidom-ns-openapi-3-1-1.0.0-alpha.9.tgz" + integrity sha512-nQOwNQgf0C8EVjf2loAAl4ifRuVOdcqycvXUdcTpsUfHN3fbndR8IKpb26mQNmnACmqgmX+LkbMdW9b+K6089g== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-ast" "^1.0.0-alpha.9" + "@swagger-api/apidom-core" "^1.0.0-alpha.9" + "@swagger-api/apidom-json-pointer" "^1.0.0-alpha.9" + "@swagger-api/apidom-ns-openapi-3-0" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + ts-mixer "^6.0.3" + +"@swagger-api/apidom-ns-workflows-1@^1.0.0-alpha.1", "@swagger-api/apidom-ns-workflows-1@^1.0.0-alpha.9": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-ns-workflows-1/-/apidom-ns-workflows-1-1.0.0-alpha.9.tgz" + integrity sha512-yKo0p8OkQmDib93Kt1yqWmI7JsD6D9qUHxr/SCuAmNNWny1hxm7cZGoKJwJlGd0uAg84j4vmzWOlG3AsJbnT8g== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-core" "^1.0.0-alpha.9" + "@swagger-api/apidom-ns-openapi-3-1" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + ts-mixer "^6.0.3" + +"@swagger-api/apidom-parser-adapter-api-design-systems-json@^1.0.0-alpha.1": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-api-design-systems-json/-/apidom-parser-adapter-api-design-systems-json-1.0.0-alpha.9.tgz" + integrity sha512-xfVMR4HrTzXU0HB4TtxwkNbUIa/cQrPa0BWutJZ0fMYMAtUox2s8GsFYnJfZP52XfpSHFM1VPclivorZqET14g== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-core" "^1.0.0-alpha.9" + "@swagger-api/apidom-ns-api-design-systems" "^1.0.0-alpha.9" + "@swagger-api/apidom-parser-adapter-json" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + +"@swagger-api/apidom-parser-adapter-api-design-systems-yaml@^1.0.0-alpha.1": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-api-design-systems-yaml/-/apidom-parser-adapter-api-design-systems-yaml-1.0.0-alpha.9.tgz" + integrity sha512-lJZkrhZ8qRTtc5fSLKefCv8j7Xzo8UBfMjpqTJhmETAtU8YfVV2i2znjgxJpm0QwV6FVQqGfK1+ASZQWPLiVcA== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-core" "^1.0.0-alpha.9" + "@swagger-api/apidom-ns-api-design-systems" "^1.0.0-alpha.9" + "@swagger-api/apidom-parser-adapter-yaml-1-2" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + +"@swagger-api/apidom-parser-adapter-asyncapi-json-2@^1.0.0-alpha.1": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-asyncapi-json-2/-/apidom-parser-adapter-asyncapi-json-2-1.0.0-alpha.9.tgz" + integrity sha512-65nmKdPzw4C1bmtYn+3zoxXCI6Gnobr0StI9XE0YWiK+lpso7RH3Cgyl1yPZ0DBRVGzP+Fn9FVzmDNulEfR95w== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-core" "^1.0.0-alpha.9" + "@swagger-api/apidom-ns-asyncapi-2" "^1.0.0-alpha.9" + "@swagger-api/apidom-parser-adapter-json" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + +"@swagger-api/apidom-parser-adapter-asyncapi-yaml-2@^1.0.0-alpha.1": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-asyncapi-yaml-2/-/apidom-parser-adapter-asyncapi-yaml-2-1.0.0-alpha.9.tgz" + integrity sha512-RLI4FpVB3vB6mIuT77yrsv5V2LMZ80dW9XpV+Fmbd4Jkdj+ysAFwT38cI4AsUMOxixpTDIXY1oWD7AjvylHhQQ== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-core" "^1.0.0-alpha.9" + "@swagger-api/apidom-ns-asyncapi-2" "^1.0.0-alpha.9" + "@swagger-api/apidom-parser-adapter-yaml-1-2" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + +"@swagger-api/apidom-parser-adapter-json@^1.0.0-alpha.1", "@swagger-api/apidom-parser-adapter-json@^1.0.0-alpha.9": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-json/-/apidom-parser-adapter-json-1.0.0-alpha.9.tgz" + integrity sha512-aOewp8/3zobf/O+5Jx8y7+bX3BPRfRlHIv15qp4YVTsLs6gLISWSzTO9JpWe9cR+AfhpsAalFq4t1LwIkmLk4A== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-ast" "^1.0.0-alpha.9" + "@swagger-api/apidom-core" "^1.0.0-alpha.9" + "@swagger-api/apidom-error" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + tree-sitter "=0.20.4" + tree-sitter-json "=0.20.2" + web-tree-sitter "=0.20.3" + +"@swagger-api/apidom-parser-adapter-openapi-json-2@^1.0.0-alpha.1": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-json-2/-/apidom-parser-adapter-openapi-json-2-1.0.0-alpha.9.tgz" + integrity sha512-zgtsAfkplCFusX2P/saqdn10J8P3kQizCXxHLvxd2j0EhMJk2wfu4HYN5Pej/7/qf/OR1QZxqtacwebd4RfpXA== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-core" "^1.0.0-alpha.9" + "@swagger-api/apidom-ns-openapi-2" "^1.0.0-alpha.9" + "@swagger-api/apidom-parser-adapter-json" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + +"@swagger-api/apidom-parser-adapter-openapi-json-3-0@^1.0.0-alpha.1": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-json-3-0/-/apidom-parser-adapter-openapi-json-3-0-1.0.0-alpha.9.tgz" + integrity sha512-iPuHf0cAZSUhSv8mB0FnVgatTc26cVYohgqz2cvjoGofdqoh5KKIfxOkWlIhm+qGuBp71CfZUrPYPRsd0dHgeg== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-core" "^1.0.0-alpha.9" + "@swagger-api/apidom-ns-openapi-3-0" "^1.0.0-alpha.9" + "@swagger-api/apidom-parser-adapter-json" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + +"@swagger-api/apidom-parser-adapter-openapi-json-3-1@^1.0.0-alpha.1": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-json-3-1/-/apidom-parser-adapter-openapi-json-3-1-1.0.0-alpha.9.tgz" + integrity sha512-jwkfO7tzZyyrAgok+O9fKFOv1q/5njMb9DBc3D/ZF3ZLTcnEw8uj4V2HkjKxUweH5k8ip/gc8ueKmO/i7p2fng== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-core" "^1.0.0-alpha.9" + "@swagger-api/apidom-ns-openapi-3-1" "^1.0.0-alpha.9" + "@swagger-api/apidom-parser-adapter-json" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + +"@swagger-api/apidom-parser-adapter-openapi-yaml-2@^1.0.0-alpha.1": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-yaml-2/-/apidom-parser-adapter-openapi-yaml-2-1.0.0-alpha.9.tgz" + integrity sha512-jEIDpjbjwFKXQXS/RHJeA4tthsguLoz+nJPYS3AOLfuSiby5QXsKTxgqHXxG/YJqF1xJbZL+5KcF8UyiDePumw== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-core" "^1.0.0-alpha.9" + "@swagger-api/apidom-ns-openapi-2" "^1.0.0-alpha.9" + "@swagger-api/apidom-parser-adapter-yaml-1-2" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + +"@swagger-api/apidom-parser-adapter-openapi-yaml-3-0@^1.0.0-alpha.1": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-yaml-3-0/-/apidom-parser-adapter-openapi-yaml-3-0-1.0.0-alpha.9.tgz" + integrity sha512-ieJL8dfIF8fmP3uJRNh/duJa3cCIIv6MzUe6o4uPT/oTDroy4qIATvnq9Dq/gtAv6rcPRpA9VhyghJ1DmjKsZQ== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-core" "^1.0.0-alpha.9" + "@swagger-api/apidom-ns-openapi-3-0" "^1.0.0-alpha.9" + "@swagger-api/apidom-parser-adapter-yaml-1-2" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + +"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1@^1.0.0-alpha.1": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-yaml-3-1/-/apidom-parser-adapter-openapi-yaml-3-1-1.0.0-alpha.9.tgz" + integrity sha512-EatIH7PZQSNDsRn9ompc62MYzboY7wAkjfYz+2FzBaSA8Vl5/+740qGQj22tu/xhwW4K72aV2NNL1m47QVF7hA== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-core" "^1.0.0-alpha.9" + "@swagger-api/apidom-ns-openapi-3-1" "^1.0.0-alpha.9" + "@swagger-api/apidom-parser-adapter-yaml-1-2" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + +"@swagger-api/apidom-parser-adapter-workflows-json-1@^1.0.0-alpha.1": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-workflows-json-1/-/apidom-parser-adapter-workflows-json-1-1.0.0-alpha.9.tgz" + integrity sha512-LylC2cQdAmvR7bXqwMwBt6FHTMVGinwIdI8pjl4EbPT9hCVm1rdED53caTYM4gCm+CJGRw20r4gb9vn3+N6RrA== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-core" "^1.0.0-alpha.9" + "@swagger-api/apidom-ns-workflows-1" "^1.0.0-alpha.9" + "@swagger-api/apidom-parser-adapter-json" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + +"@swagger-api/apidom-parser-adapter-workflows-yaml-1@^1.0.0-alpha.1": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-workflows-yaml-1/-/apidom-parser-adapter-workflows-yaml-1-1.0.0-alpha.9.tgz" + integrity sha512-TlA4+1ca33D7fWxO5jKBytSCv86IGI4Lze4JfrawWUXZ5efhi4LiNmW5TrGlZUyvL7yJtZcA4tn3betlj6jVwA== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-core" "^1.0.0-alpha.9" + "@swagger-api/apidom-ns-workflows-1" "^1.0.0-alpha.9" + "@swagger-api/apidom-parser-adapter-yaml-1-2" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + +"@swagger-api/apidom-parser-adapter-yaml-1-2@^1.0.0-alpha.1", "@swagger-api/apidom-parser-adapter-yaml-1-2@^1.0.0-alpha.9": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-yaml-1-2/-/apidom-parser-adapter-yaml-1-2-1.0.0-alpha.9.tgz" + integrity sha512-jSIHEB7lbh+MP3BhYIXFkeivDR01kugXN70e5FskW7oet2TIARsVEPheWKQFSP1U8bUZA4bsp9h9gOQ9xEeErw== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-ast" "^1.0.0-alpha.9" + "@swagger-api/apidom-core" "^1.0.0-alpha.9" + "@swagger-api/apidom-error" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + tree-sitter "=0.20.4" + tree-sitter-yaml "=0.5.0" + web-tree-sitter "=0.20.3" + +"@swagger-api/apidom-reference@>=1.0.0-alpha.9 <1.0.0-beta.0": + version "1.0.0-alpha.9" + resolved "https://registry.npmjs.org/@swagger-api/apidom-reference/-/apidom-reference-1.0.0-alpha.9.tgz" + integrity sha512-KQ6wB5KplqdSsjxdA8BaQulj5zlF5VBCd5KP3RN/9vvixgsD/gyrVY59nisdzmPTqiL6yjhk612eQ96MgG8KiA== + dependencies: + "@babel/runtime-corejs3" "^7.20.7" + "@swagger-api/apidom-core" "^1.0.0-alpha.9" + "@types/ramda" "~0.30.0" + axios "^1.4.0" + minimatch "^7.4.3" + process "^0.11.10" + ramda "~0.30.0" + ramda-adjunct "^5.0.0" + optionalDependencies: + "@swagger-api/apidom-error" "^1.0.0-alpha.1" + "@swagger-api/apidom-json-pointer" "^1.0.0-alpha.1" + "@swagger-api/apidom-ns-asyncapi-2" "^1.0.0-alpha.1" + "@swagger-api/apidom-ns-openapi-2" "^1.0.0-alpha.1" + "@swagger-api/apidom-ns-openapi-3-0" "^1.0.0-alpha.1" + "@swagger-api/apidom-ns-openapi-3-1" "^1.0.0-alpha.1" + "@swagger-api/apidom-ns-workflows-1" "^1.0.0-alpha.1" + "@swagger-api/apidom-parser-adapter-api-design-systems-json" "^1.0.0-alpha.1" + "@swagger-api/apidom-parser-adapter-api-design-systems-yaml" "^1.0.0-alpha.1" + "@swagger-api/apidom-parser-adapter-asyncapi-json-2" "^1.0.0-alpha.1" + "@swagger-api/apidom-parser-adapter-asyncapi-yaml-2" "^1.0.0-alpha.1" + "@swagger-api/apidom-parser-adapter-json" "^1.0.0-alpha.1" + "@swagger-api/apidom-parser-adapter-openapi-json-2" "^1.0.0-alpha.1" + "@swagger-api/apidom-parser-adapter-openapi-json-3-0" "^1.0.0-alpha.1" + "@swagger-api/apidom-parser-adapter-openapi-json-3-1" "^1.0.0-alpha.1" + "@swagger-api/apidom-parser-adapter-openapi-yaml-2" "^1.0.0-alpha.1" + "@swagger-api/apidom-parser-adapter-openapi-yaml-3-0" "^1.0.0-alpha.1" + "@swagger-api/apidom-parser-adapter-openapi-yaml-3-1" "^1.0.0-alpha.1" + "@swagger-api/apidom-parser-adapter-workflows-json-1" "^1.0.0-alpha.1" + "@swagger-api/apidom-parser-adapter-workflows-yaml-1" "^1.0.0-alpha.1" + "@swagger-api/apidom-parser-adapter-yaml-1-2" "^1.0.0-alpha.1" + +"@tootallnate/once@1": + version "1.1.2" + +"@tootallnate/once@2": + version "2.0.0" + +"@trysound/sax@0.2.0": + version "0.2.0" + +"@tsconfig/node10@^1.0.7": + version "1.0.11" + +"@tsconfig/node12@^1.0.7": + version "1.0.11" + +"@tsconfig/node14@^1.0.0": + version "1.0.3" + +"@tsconfig/node16@^1.0.2": + version "1.0.4" + +"@types/ali-oss@^6.16.11": + version "6.16.11" + resolved "https://registry.npmjs.org/@types/ali-oss/-/ali-oss-6.16.11.tgz" + integrity sha512-/AyemPZy93ZXGzEokMsoPFgjH37snpzH4X/fwans/n63HLaCleriCG3PyrkHCPkgHEc9vj9Uo6paqsBN3vJ3OA== + +"@types/axios@^0.14.0": + version "0.14.0" + dependencies: + axios "*" + +"@types/babel__core@^7.1.14": + version "7.20.5" + dependencies: + "@babel/parser" "^7.20.7" + "@babel/types" "^7.20.7" + "@types/babel__generator" "*" + "@types/babel__template" "*" + "@types/babel__traverse" "*" + +"@types/babel__generator@*": + version "7.6.8" + dependencies: + "@babel/types" "^7.0.0" + +"@types/babel__template@*": + version "7.4.4" + dependencies: + "@babel/parser" "^7.1.0" + "@babel/types" "^7.0.0" + +"@types/babel__traverse@*", "@types/babel__traverse@^7.0.6": + version "7.20.6" + dependencies: + "@babel/types" "^7.20.7" + +"@types/body-parser@*": + version "1.19.5" + dependencies: + "@types/connect" "*" + "@types/node" "*" + +"@types/caseless@*": + version "0.12.5" + resolved "https://registry.npmjs.org/@types/caseless/-/caseless-0.12.5.tgz" + integrity sha512-hWtVTC2q7hc7xZ/RLbxapMvDMgUnDvKvMOpKal4DrMyfGBUfB1oKaZlIRr6mJL+If3bAP6sV/QneGzF6tJjZDg== + +"@types/connect@*": + version "3.4.38" + dependencies: + "@types/node" "*" + +"@types/estree@*", "@types/estree@^1.0.0": + version "1.0.5" + +"@types/express-serve-static-core@^4.17.33": + version "4.19.5" + dependencies: + "@types/node" "*" + "@types/qs" "*" + "@types/range-parser" "*" + "@types/send" "*" + +"@types/express@^4.17.14", "@types/express@^4.17.17": + version "4.17.21" + dependencies: + "@types/body-parser" "*" + "@types/express-serve-static-core" "^4.17.33" + "@types/qs" "*" + "@types/serve-static" "*" + +"@types/graceful-fs@^4.1.3": + version "4.1.9" + dependencies: + "@types/node" "*" + +"@types/http-errors@*": + version "2.0.4" + +"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1": + version "2.0.6" + +"@types/istanbul-lib-report@*": + version "3.0.3" + dependencies: + "@types/istanbul-lib-coverage" "*" + +"@types/istanbul-reports@^3.0.0": + version "3.0.4" + dependencies: + "@types/istanbul-lib-report" "*" + +"@types/jest@^29.2.4": + version "29.5.12" + dependencies: + expect "^29.0.0" + pretty-format "^29.0.0" + +"@types/jsonpath@^0.2.0": + version "0.2.4" + +"@types/jsonwebtoken@^9.0.2": + version "9.0.6" + dependencies: + "@types/node" "*" + +"@types/lodash@^4.14.190": + version "4.17.7" + +"@types/long@^4.0.0": + version "4.0.2" + resolved "https://registry.npmjs.org/@types/long/-/long-4.0.2.tgz" + integrity sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA== + +"@types/mime@^1": + version "1.3.5" + +"@types/morgan@^1.9.3": + version "1.9.9" + dependencies: + "@types/node" "*" + +"@types/node-fetch@^2.6.2": + version "2.6.11" + dependencies: + "@types/node" "*" + form-data "^4.0.0" + +"@types/node@*", "@types/node@^20.1.1", "@types/node@>=13.7.0": + version "20.14.14" + dependencies: + undici-types "~5.26.4" + +"@types/node@^22.0.1": + version "22.1.0" + dependencies: + undici-types "~6.13.0" + +"@types/phoenix@^1.5.4": + version "1.6.5" + +"@types/qs@*": + version "6.9.15" + +"@types/ramda@~0.30.0": + version "0.30.2" + resolved "https://registry.npmjs.org/@types/ramda/-/ramda-0.30.2.tgz" + integrity sha512-PyzHvjCalm2BRYjAU6nIB3TprYwMNOUY/7P/N8bSzp9W/yM2YrtGtAnnVtaCNSeOZ8DzKyFDvaqQs7LnWwwmBA== + dependencies: + types-ramda "^0.30.1" + +"@types/range-parser@*": + version "1.2.7" + +"@types/request@^2.48.8": + version "2.48.12" + resolved "https://registry.npmjs.org/@types/request/-/request-2.48.12.tgz" + integrity sha512-G3sY+NpsA9jnwm0ixhAFQSJ3Q9JkpLZpJbI3GMv0mIAT0y3mRabYeINzal5WOChIiaTEGQYlHOKgkaM9EisWHw== + dependencies: + "@types/caseless" "*" + "@types/node" "*" + "@types/tough-cookie" "*" + form-data "^2.5.0" + +"@types/resolve@1.20.2": + version "1.20.2" + +"@types/send@*": + version "0.17.4" + dependencies: + "@types/mime" "^1" + "@types/node" "*" + +"@types/serve-static@*": + version "1.15.7" + dependencies: + "@types/http-errors" "*" + "@types/node" "*" + "@types/send" "*" + +"@types/stack-utils@^2.0.0": + version "2.0.3" + +"@types/tough-cookie@*": + version "4.0.5" + resolved "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz" + integrity sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA== + +"@types/ws@^8.5.10": + version "8.5.12" + dependencies: + "@types/node" "*" + +"@types/yargs-parser@*": + version "21.0.3" + +"@types/yargs@^17.0.8": + version "17.0.33" + dependencies: + "@types/yargs-parser" "*" + +abbrev@^1.0.0, abbrev@1: + version "1.1.1" + +abort-controller@^3.0.0: + version "3.0.0" + dependencies: + event-target-shim "^5.0.0" + +accepts@~1.3.8: + version "1.3.8" + dependencies: + mime-types "~2.1.34" + negotiator "0.6.3" + +acorn-walk@^8.1.1, acorn-walk@^8.2.0: + version "8.3.3" + dependencies: + acorn "^8.11.0" + +acorn@^8.11.0, acorn@^8.4.1, acorn@^8.7.0: + version "8.12.1" + +address@^1.2.2: + version "1.2.2" + resolved "https://registry.npmjs.org/address/-/address-1.2.2.tgz" + integrity sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA== + +agent-base@^6.0.0, agent-base@^6.0.2, agent-base@6: + version "6.0.2" + resolved "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz" + integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== + dependencies: + debug "4" + +agent-base@^7.0.2: + version "7.1.1" + resolved "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz" + integrity sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA== + dependencies: + debug "^4.3.4" + +agentkeepalive@^3.4.1: + version "3.5.3" + resolved "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-3.5.3.tgz" + integrity sha512-yqXL+k5rr8+ZRpOAntkaaRgWgE5o8ESAj5DyRmVTCSoZxXmqemb9Dd7T4i5UzwuERdLAJUy6XzR9zFVuf0kzkw== + dependencies: + humanize-ms "^1.2.1" + +agentkeepalive@^4.2.1: + version "4.5.0" + dependencies: + humanize-ms "^1.2.1" + +aggregate-error@^3.0.0: + version "3.1.0" + dependencies: + clean-stack "^2.0.0" + indent-string "^4.0.0" + +ajv-draft-04@^1.0.0: + version "1.0.0" + +ajv@^8.5.0, ajv@^8.6.3: + version "8.17.1" + dependencies: + fast-deep-equal "^3.1.3" + fast-uri "^3.0.1" + json-schema-traverse "^1.0.0" + require-from-string "^2.0.2" + +ali-oss@^6.20.0: + version "6.21.0" + resolved "https://registry.npmjs.org/ali-oss/-/ali-oss-6.21.0.tgz" + integrity sha512-dRvKWO/GJEa6dlsCnvmgHIbU5+yE/SmZsE4kZRGNU7Uotr9uIkQWGqv4szLTxRSxWv3YgL+BZgt+swIgitYGjA== + dependencies: + address "^1.2.2" + agentkeepalive "^3.4.1" + bowser "^1.6.0" + copy-to "^2.0.1" + dateformat "^2.0.0" + debug "^4.3.4" + destroy "^1.0.4" + end-or-error "^1.0.1" + get-ready "^1.0.0" + humanize-ms "^1.2.0" + is-type-of "^1.4.0" + js-base64 "^2.5.2" + jstoxml "^2.0.0" + lodash "^4.17.21" + merge-descriptors "^1.0.1" + mime "^2.4.5" + platform "^1.3.1" + pump "^3.0.0" + qs "^6.4.0" + sdk-base "^2.0.1" + stream-http "2.8.2" + stream-wormhole "^1.0.4" + urllib "^2.44.0" + utility "^1.18.0" + xml2js "^0.6.2" + +ansi-escapes@^4.2.1: + version "4.3.2" + dependencies: + type-fest "^0.21.3" + +ansi-regex@^5.0.1: + version "5.0.1" + +ansi-styles@^3.2.1: + version "3.2.1" + dependencies: + color-convert "^1.9.0" + +ansi-styles@^4.0.0, ansi-styles@^4.1.0: + version "4.3.0" + dependencies: + color-convert "^2.0.1" + +ansi-styles@^5.0.0: + version "5.2.0" + +any-promise@^1.0.0, any-promise@^1.3.0: + version "1.3.0" + resolved "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz" + integrity sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A== + +anymatch@^3.0.3, anymatch@~3.1.2: + version "3.1.3" + dependencies: + normalize-path "^3.0.0" + picomatch "^2.0.4" + +apg-lite@^1.0.3: + version "1.0.4" + +"aproba@^1.0.3 || ^2.0.0": + version "2.0.0" + +are-we-there-yet@^2.0.0: + version "2.0.0" + dependencies: + delegates "^1.0.0" + readable-stream "^3.6.0" + +are-we-there-yet@^3.0.0: + version "3.0.1" + dependencies: + delegates "^1.0.0" + readable-stream "^3.6.0" + +arg@^4.1.0: + version "4.1.3" + +argparse@^1.0.7: + version "1.0.10" + resolved "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz" + integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== + dependencies: + sprintf-js "~1.0.2" + +argparse@^2.0.1: + version "2.0.1" + +array-flatten@1.1.1: + version "1.1.1" + +arrify@^2.0.0, arrify@^2.0.1: + version "2.0.1" + +ast-types@^0.13.2: + version "0.13.4" + dependencies: + tslib "^2.0.1" + +async-retry@^1.3.3: + version "1.3.3" + dependencies: + retry "0.13.1" + +async@^3.2.3: + version "3.2.5" + +asynckit@^0.4.0: + version "0.4.0" + +atomic-sleep@^1.0.0: + version "1.0.0" + +axios@*, axios@^1.4.0, axios@^1.7.7: + version "1.7.7" + resolved "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz" + integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q== + dependencies: + follow-redirects "^1.15.6" + form-data "^4.0.0" + proxy-from-env "^1.1.0" + +babel-jest@^29.0.0, babel-jest@^29.7.0: + version "29.7.0" + dependencies: + "@jest/transform" "^29.7.0" + "@types/babel__core" "^7.1.14" + babel-plugin-istanbul "^6.1.1" + babel-preset-jest "^29.6.3" + chalk "^4.0.0" + graceful-fs "^4.2.9" + slash "^3.0.0" + +babel-plugin-istanbul@^6.1.1: + version "6.1.1" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + "@istanbuljs/load-nyc-config" "^1.0.0" + "@istanbuljs/schema" "^0.1.2" + istanbul-lib-instrument "^5.0.4" + test-exclude "^6.0.0" + +babel-plugin-jest-hoist@^29.6.3: + version "29.6.3" + dependencies: + "@babel/template" "^7.3.3" + "@babel/types" "^7.3.3" + "@types/babel__core" "^7.1.14" + "@types/babel__traverse" "^7.0.6" + +babel-preset-current-node-syntax@^1.0.0: + version "1.0.1" + dependencies: + "@babel/plugin-syntax-async-generators" "^7.8.4" + "@babel/plugin-syntax-bigint" "^7.8.3" + "@babel/plugin-syntax-class-properties" "^7.8.3" + "@babel/plugin-syntax-import-meta" "^7.8.3" + "@babel/plugin-syntax-json-strings" "^7.8.3" + "@babel/plugin-syntax-logical-assignment-operators" "^7.8.3" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" + "@babel/plugin-syntax-numeric-separator" "^7.8.3" + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" + "@babel/plugin-syntax-optional-chaining" "^7.8.3" + "@babel/plugin-syntax-top-level-await" "^7.8.3" + +babel-preset-jest@^29.6.3: + version "29.6.3" + dependencies: + babel-plugin-jest-hoist "^29.6.3" + babel-preset-current-node-syntax "^1.0.0" + +balanced-match@^1.0.0: + version "1.0.2" + +base64-arraybuffer@^1.0.2: + version "1.0.2" + +base64-js@^1.3.0, base64-js@^1.3.1: + version "1.5.1" + +basic-auth@~2.0.1: + version "2.0.1" + dependencies: + safe-buffer "5.1.2" + +big-integer@^1.6.51: + version "1.6.52" + +big.js@^6.0.0: + version "6.2.1" + +bignumber.js@^9.0.0: + version "9.1.2" + +binary-extensions@^2.0.0: + version "2.3.0" + +bintrees@1.0.2: + version "1.0.2" + +bl@^4.0.3: + version "4.1.0" + resolved "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz" + integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w== + dependencies: + buffer "^5.5.0" + inherits "^2.0.4" + readable-stream "^3.4.0" + +bluebird@^3.7.2: + version "3.7.2" + +body-parser@1.20.3: + version "1.20.3" + resolved "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz" + integrity sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g== + dependencies: + bytes "3.1.2" + content-type "~1.0.5" + debug "2.6.9" + depd "2.0.0" + destroy "1.2.0" + http-errors "2.0.0" + iconv-lite "0.4.24" + on-finished "2.4.1" + qs "6.13.0" + raw-body "2.5.2" + type-is "~1.6.18" + unpipe "1.0.0" + +boolbase@^1.0.0: + version "1.0.0" + +bowser@^1.6.0: + version "1.9.4" + resolved "https://registry.npmjs.org/bowser/-/bowser-1.9.4.tgz" + integrity sha512-9IdMmj2KjigRq6oWhmwv1W36pDuA4STQZ8q6YO9um+x07xgYNCD3Oou+WP/3L1HNz7iqythGet3/p4wvc8AAwQ== + +bowser@^2.11.0: + version "2.11.0" + +brace-expansion@^1.1.7: + version "1.1.11" + dependencies: + balanced-match "^1.0.0" + concat-map "0.0.1" + +brace-expansion@^2.0.1: + version "2.0.1" + dependencies: + balanced-match "^1.0.0" + +braces@^3.0.3, braces@~3.0.2: + version "3.0.3" + dependencies: + fill-range "^7.1.1" + +browserslist@^4.23.1, "browserslist@>= 4.21.0": + version "4.23.3" + dependencies: + caniuse-lite "^1.0.30001646" + electron-to-chromium "^1.5.4" + node-releases "^2.0.18" + update-browserslist-db "^1.1.0" + +bs-logger@0.x: + version "0.2.6" + dependencies: + fast-json-stable-stringify "2.x" + +bser@2.1.1: + version "2.1.1" + dependencies: + node-int64 "^0.4.0" + +buffer-equal-constant-time@1.0.1: + version "1.0.1" + +buffer-from@^1.0.0: + version "1.1.2" + +buffer@^5.5.0: + version "5.7.1" + resolved "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz" + integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== + dependencies: + base64-js "^1.3.1" + ieee754 "^1.1.13" + +buffer@^6.0.3: + version "6.0.3" + dependencies: + base64-js "^1.3.1" + ieee754 "^1.2.1" + +builtin-modules@^3.3.0: + version "3.3.0" + +builtin-status-codes@^3.0.0: + version "3.0.0" + resolved "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz" + integrity sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ== + +bytes@3.1.2: + version "3.1.2" + +cacache@^16.1.0: + version "16.1.3" + dependencies: + "@npmcli/fs" "^2.1.0" + "@npmcli/move-file" "^2.0.0" + chownr "^2.0.0" + fs-minipass "^2.1.0" + glob "^8.0.1" + infer-owner "^1.0.4" + lru-cache "^7.7.1" + minipass "^3.1.6" + minipass-collect "^1.0.2" + minipass-flush "^1.0.5" + minipass-pipeline "^1.2.4" + mkdirp "^1.0.4" + p-map "^4.0.0" + promise-inflight "^1.0.1" + rimraf "^3.0.2" + ssri "^9.0.0" + tar "^6.1.11" + unique-filename "^2.0.0" + +call-bind@^1.0.7: + version "1.0.7" + dependencies: + es-define-property "^1.0.0" + es-errors "^1.3.0" + function-bind "^1.1.2" + get-intrinsic "^1.2.4" + set-function-length "^1.2.1" + +call-me-maybe@^1.0.1: + version "1.0.2" + +callsites@^3.0.0: + version "3.1.0" + +camelcase@^5.3.1: + version "5.3.1" + +camelcase@^6.2.0: + version "6.3.0" + +caniuse-lite@^1.0.30001646: + version "1.0.30001650" + +chalk@^2.4.2: + version "2.4.2" + dependencies: + ansi-styles "^3.2.1" + escape-string-regexp "^1.0.5" + supports-color "^5.3.0" + +chalk@^4.0.0, chalk@^4.0.2: + version "4.1.2" + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + +char-regex@^1.0.2: + version "1.0.2" + +chokidar@^3.5.2: + version "3.6.0" + dependencies: + anymatch "~3.1.2" + braces "~3.0.2" + glob-parent "~5.1.2" + is-binary-path "~2.1.0" + is-glob "~4.0.1" + normalize-path "~3.0.0" + readdirp "~3.6.0" + optionalDependencies: + fsevents "~2.3.2" + +chownr@^1.1.1: + version "1.1.4" + resolved "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz" + integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== + +chownr@^2.0.0: + version "2.0.0" + +ci-info@^3.2.0: + version "3.9.0" + +cjs-module-lexer@^1.0.0: + version "1.3.1" + +clean-stack@^2.0.0: + version "2.2.0" + +cliui@^7.0.2: + version "7.0.4" + dependencies: + string-width "^4.2.0" + strip-ansi "^6.0.0" + wrap-ansi "^7.0.0" + +cliui@^8.0.1: + version "8.0.1" + dependencies: + string-width "^4.2.0" + strip-ansi "^6.0.1" + wrap-ansi "^7.0.0" + +co@^4.6.0: + version "4.6.0" + +collect-v8-coverage@^1.0.0: + version "1.0.2" + +color-convert@^1.9.0: + version "1.9.3" + dependencies: + color-name "1.1.3" + +color-convert@^2.0.1: + version "2.0.1" + dependencies: + color-name "~1.1.4" + +color-name@~1.1.4: + version "1.1.4" + +color-name@1.1.3: + version "1.1.3" + +color-support@^1.1.2, color-support@^1.1.3: + version "1.1.3" + +combined-stream@^1.0.6, combined-stream@^1.0.8: + version "1.0.8" + dependencies: + delayed-stream "~1.0.0" + +commander@^10.0.0: + version "10.0.1" + +commander@^7.2.0: + version "7.2.0" + +commander@^8.3.0: + version "8.3.0" + +commondir@^1.0.1: + version "1.0.1" + +compressible@^2.0.12: + version "2.0.18" + dependencies: + mime-db ">= 1.43.0 < 2" + +concat-map@0.0.1: + version "0.0.1" + +console-control-strings@^1.0.0, console-control-strings@^1.1.0: + version "1.1.0" + +content-disposition@0.5.4: + version "0.5.4" + dependencies: + safe-buffer "5.2.1" + +content-type@^1.0.2, content-type@~1.0.4, content-type@~1.0.5: + version "1.0.5" + resolved "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz" + integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA== + +convert-source-map@^2.0.0: + version "2.0.0" + +cookie-signature@1.0.6: + version "1.0.6" + +cookie@~0.6.0, cookie@0.6.0: + version "0.6.0" + +copy-to@^2.0.1: + version "2.0.1" + resolved "https://registry.npmjs.org/copy-to/-/copy-to-2.0.1.tgz" + integrity sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w== + +copyfiles@^2.4.1: + version "2.4.1" + dependencies: + glob "^7.0.5" + minimatch "^3.0.3" + mkdirp "^1.0.4" + noms "0.0.0" + through2 "^2.0.1" + untildify "^4.0.0" + yargs "^16.1.0" + +core-js-pure@^3.30.2: + version "3.38.1" + resolved "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.38.1.tgz" + integrity sha512-BY8Etc1FZqdw1glX0XNOq2FDwfrg/VGqoZOZCdaL+UmdaqDwQwYXkMJT4t6In+zfEfOJDcM9T0KdbBeJg8KKCQ== + +core-util-is@^1.0.2, core-util-is@~1.0.0: + version "1.0.3" + +create-jest@^29.7.0: + version "29.7.0" + dependencies: + "@jest/types" "^29.6.3" + chalk "^4.0.0" + exit "^0.1.2" + graceful-fs "^4.2.9" + jest-config "^29.7.0" + jest-util "^29.7.0" + prompts "^2.0.1" + +create-require@^1.1.0: + version "1.1.1" + +cross-fetch@^3.1.5: + version "3.1.8" + resolved "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.8.tgz" + integrity sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg== + dependencies: + node-fetch "^2.6.12" + +cross-spawn@^7.0.3: + version "7.0.3" + dependencies: + path-key "^3.1.0" + shebang-command "^2.0.0" + which "^2.0.1" + +css-select@^5.1.0: + version "5.1.0" + dependencies: + boolbase "^1.0.0" + css-what "^6.1.0" + domhandler "^5.0.2" + domutils "^3.0.1" + nth-check "^2.0.1" + +css-tree@^2.3.1: + version "2.3.1" + dependencies: + mdn-data "2.0.30" + source-map-js "^1.0.1" + +css-tree@~2.2.0: + version "2.2.1" + dependencies: + mdn-data "2.0.28" + source-map-js "^1.0.1" + +css-what@^6.1.0: + version "6.1.0" + +csso@^5.0.5: + version "5.0.5" + dependencies: + css-tree "~2.2.0" + +data-uri-to-buffer@3: + version "3.0.1" + +dateformat@^2.0.0: + version "2.2.0" + resolved "https://registry.npmjs.org/dateformat/-/dateformat-2.2.0.tgz" + integrity sha512-GODcnWq3YGoTnygPfi02ygEiRxqUxpJwuRHjdhJYuxpcZmDq4rjBiXYmbCCzStxo176ixfLT6i4NPwQooRySnw== + +debug@^3.2.7: + version "3.2.7" + dependencies: + ms "^2.1.1" + +debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.3, debug@^4.3.4, debug@4: + version "4.3.6" + dependencies: + ms "2.1.2" + +debug@2.6.9: + version "2.6.9" + resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz" + integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== + dependencies: + ms "2.0.0" + +decompress-response@^6.0.0: + version "6.0.0" + resolved "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz" + integrity sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ== + dependencies: + mimic-response "^3.1.0" + +dedent@^1.0.0: + version "1.5.3" + +deep-extend@^0.6.0: + version "0.6.0" + resolved "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz" + integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== + +deep-is@~0.1.3: + version "0.1.4" + +deepmerge@^4.2.2, deepmerge@~4.3.0: + version "4.3.1" + +default-user-agent@^1.0.0: + version "1.0.0" + resolved "https://registry.npmjs.org/default-user-agent/-/default-user-agent-1.0.0.tgz" + integrity sha512-bDF7bg6OSNcSwFWPu4zYKpVkJZQYVrAANMYB8bc9Szem1D0yKdm4sa/rOCs2aC9+2GMqQ7KnwtZRvDhmLF0dXw== + dependencies: + os-name "~1.0.3" + +define-data-property@^1.1.4: + version "1.1.4" + dependencies: + es-define-property "^1.0.0" + es-errors "^1.3.0" + gopd "^1.0.1" + +degenerator@^3.0.2: + version "3.0.4" + dependencies: + ast-types "^0.13.2" + escodegen "^1.8.1" + esprima "^4.0.0" + vm2 "^3.9.17" + +delayed-stream@~1.0.0: + version "1.0.0" + +delegates@^1.0.0: + version "1.0.0" + +depd@~2.0.0, depd@2.0.0: + version "2.0.0" + +destroy@^1.0.4, destroy@1.2.0: + version "1.2.0" + resolved "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz" + integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg== + +detect-libc@^2.0.0: + version "2.0.3" + +detect-newline@^3.0.0: + version "3.1.0" + +diff-sequences@^29.6.3: + version "29.6.3" + +diff@^4.0.1: + version "4.0.2" + +digest-header@^1.0.0: + version "1.1.0" + resolved "https://registry.npmjs.org/digest-header/-/digest-header-1.1.0.tgz" + integrity sha512-glXVh42vz40yZb9Cq2oMOt70FIoWiv+vxNvdKdU8CwjLad25qHM3trLxhl9bVjdr6WaslIXhWpn0NO8T/67Qjg== + +dom-serializer@^2.0.0: + version "2.0.0" + dependencies: + domelementtype "^2.3.0" + domhandler "^5.0.2" + entities "^4.2.0" + +domelementtype@^2.3.0: + version "2.3.0" + +domhandler@^5.0.2, domhandler@^5.0.3: + version "5.0.3" + dependencies: + domelementtype "^2.3.0" + +domutils@^3.0.1: + version "3.1.0" + dependencies: + dom-serializer "^2.0.0" + domelementtype "^2.3.0" + domhandler "^5.0.3" + +duckdb-async@^0.10.0: + version "0.10.2" + dependencies: + duckdb "0.10.2" + +duckdb@0.10.2: + version "0.10.2" + dependencies: + "@mapbox/node-pre-gyp" "^1.0.0" + node-addon-api "^7.0.0" + node-gyp "^9.3.0" + +duplexify@^4.0.0, duplexify@^4.1.1, duplexify@^4.1.3: + version "4.1.3" + dependencies: + end-of-stream "^1.4.1" + inherits "^2.0.3" + readable-stream "^3.1.1" + stream-shift "^1.0.2" + +dynamodb-data-types@^4.0.1: + version "4.0.1" + dependencies: + unique-sequence "1.0.2" + +ecdsa-sig-formatter@^1.0.11, ecdsa-sig-formatter@1.0.11: + version "1.0.11" + dependencies: + safe-buffer "^5.0.1" + +ee-first@~1.1.1, ee-first@1.1.1: + version "1.1.1" + +ejs@^3.1.10: + version "3.1.10" + dependencies: + jake "^10.8.5" + +electron-to-chromium@^1.5.4: + version "1.5.5" + +emittery@^0.13.1: + version "0.13.1" + +emoji-regex@^8.0.0: + version "8.0.0" + +encodeurl@~1.0.2: + version "1.0.2" + resolved "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz" + integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w== + +encodeurl@~2.0.0: + version "2.0.0" + resolved "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz" + integrity sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg== + +encoding@^0.1.0, encoding@^0.1.13: + version "0.1.13" + dependencies: + iconv-lite "^0.6.2" + +end-of-stream@^1.1.0, end-of-stream@^1.4.1: + version "1.4.4" + dependencies: + once "^1.4.0" + +end-or-error@^1.0.1: + version "1.0.1" + resolved "https://registry.npmjs.org/end-or-error/-/end-or-error-1.0.1.tgz" + integrity sha512-OclLMSug+k2A0JKuf494im25ANRBVW8qsjmwbgX7lQ8P82H21PQ1PWkoYwb9y5yMBS69BPlwtzdIFClo3+7kOQ== + +ent@^2.2.0: + version "2.2.1" + dependencies: + punycode "^1.4.1" + +entities@^4.2.0: + version "4.5.0" + +env-paths@^2.2.0: + version "2.2.1" + +err-code@^2.0.2: + version "2.0.3" + +error-ex@^1.3.1: + version "1.3.2" + dependencies: + is-arrayish "^0.2.1" + +es-define-property@^1.0.0: + version "1.0.0" + dependencies: + get-intrinsic "^1.2.4" + +es-errors@^1.3.0: + version "1.3.0" + +escalade@^3.1.1, escalade@^3.1.2: + version "3.1.2" + +escape-html@^1.0.3, escape-html@~1.0.3: + version "1.0.3" + resolved "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz" + integrity sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow== + +escape-string-regexp@^1.0.5: + version "1.0.5" + +escape-string-regexp@^2.0.0: + version "2.0.0" + +escodegen@^1.8.1: + version "1.14.3" + dependencies: + esprima "^4.0.1" + estraverse "^4.2.0" + esutils "^2.0.2" + optionator "^0.8.1" + optionalDependencies: + source-map "~0.6.1" + +esprima@^4.0.0, esprima@^4.0.1: + version "4.0.1" + +esprima@1.2.2: + version "1.2.2" + +estraverse@^4.2.0: + version "4.3.0" + +estree-walker@^2.0.2: + version "2.0.2" + +esutils@^2.0.2: + version "2.0.3" + +etag@~1.8.1: + version "1.8.1" + resolved "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz" + integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg== + +event-target-shim@^5.0.0: + version "5.0.1" + +events@^3.3.0: + version "3.3.0" + +execa@^5.0.0: + version "5.1.1" + dependencies: + cross-spawn "^7.0.3" + get-stream "^6.0.0" + human-signals "^2.1.0" + is-stream "^2.0.0" + merge-stream "^2.0.0" + npm-run-path "^4.0.1" + onetime "^5.1.2" + signal-exit "^3.0.3" + strip-final-newline "^2.0.0" + +exit@^0.1.2: + version "0.1.2" + +expand-template@^2.0.3: + version "2.0.3" + resolved "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz" + integrity sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg== + +expect@^29.0.0, expect@^29.7.0: + version "29.7.0" + dependencies: + "@jest/expect-utils" "^29.7.0" + jest-get-type "^29.6.3" + jest-matcher-utils "^29.7.0" + jest-message-util "^29.7.0" + jest-util "^29.7.0" + +exponential-backoff@^3.1.1: + version "3.1.1" + +express-async-errors@^3.1.1: + version "3.1.1" + +express@^4.16.2, express@^4.21.0: + version "4.21.0" + resolved "https://registry.npmjs.org/express/-/express-4.21.0.tgz" + integrity sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng== + dependencies: + accepts "~1.3.8" + array-flatten "1.1.1" + body-parser "1.20.3" + content-disposition "0.5.4" + content-type "~1.0.4" + cookie "0.6.0" + cookie-signature "1.0.6" + debug "2.6.9" + depd "2.0.0" + encodeurl "~2.0.0" + escape-html "~1.0.3" + etag "~1.8.1" + finalhandler "1.3.1" + fresh "0.5.2" + http-errors "2.0.0" + merge-descriptors "1.0.3" + methods "~1.1.2" + on-finished "2.4.1" + parseurl "~1.3.3" + path-to-regexp "0.1.10" + proxy-addr "~2.0.7" + qs "6.13.0" + range-parser "~1.2.1" + safe-buffer "5.2.1" + send "0.19.0" + serve-static "1.16.2" + setprototypeof "1.2.0" + statuses "2.0.1" + type-is "~1.6.18" + utils-merge "1.0.1" + vary "~1.1.2" + +extend-shallow@^2.0.1: + version "2.0.1" + resolved "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz" + integrity sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug== + dependencies: + is-extendable "^0.1.0" + +extend@^3.0.2: + version "3.0.2" + +farmhash-modern@^1.1.0: + version "1.1.0" + resolved "https://registry.npmjs.org/farmhash-modern/-/farmhash-modern-1.1.0.tgz" + integrity sha512-6ypT4XfgqJk/F3Yuv4SX26I3doUjt0GTG4a+JgWxXQpxXzTBq8fPUeGHfcYMMDPHJHm3yPOSjaeBwBGAHWXCdA== + +fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: + version "3.1.3" + +fast-json-patch@^3.0.0-1: + version "3.1.1" + +fast-json-stable-stringify@^2.1.0, fast-json-stable-stringify@2.x: + version "2.1.0" + +fast-levenshtein@~2.0.6: + version "2.0.6" + +fast-redact@^3.1.1: + version "3.5.0" + +fast-text-encoding@^1.0.0: + version "1.0.6" + +fast-uri@^3.0.1: + version "3.0.1" + +fast-xml-parser@^4.2.2, fast-xml-parser@^4.4.1, fast-xml-parser@4.4.1: + version "4.4.1" + dependencies: + strnum "^1.0.5" + +faye-websocket@0.11.4: + version "0.11.4" + resolved "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz" + integrity sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g== + dependencies: + websocket-driver ">=0.5.1" + +fb-watchman@^2.0.0: + version "2.0.2" + dependencies: + bser "2.1.1" + +file-uri-to-path@2: + version "2.0.0" + +filelist@^1.0.4: + version "1.0.4" + dependencies: + minimatch "^5.0.1" + +fill-range@^7.1.1: + version "7.1.1" + dependencies: + to-regex-range "^5.0.1" + +finalhandler@1.3.1: + version "1.3.1" + resolved "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz" + integrity sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ== + dependencies: + debug "2.6.9" + encodeurl "~2.0.0" + escape-html "~1.0.3" + on-finished "2.4.1" + parseurl "~1.3.3" + statuses "2.0.1" + unpipe "~1.0.0" + +find-up@^4.0.0, find-up@^4.1.0: + version "4.1.0" + dependencies: + locate-path "^5.0.0" + path-exists "^4.0.0" + +firebase-admin@^12.6.0: + version "12.6.0" + resolved "https://registry.npmjs.org/firebase-admin/-/firebase-admin-12.6.0.tgz" + integrity sha512-gc0pDiUmxscxBhcjMcttmjvExJmnQdVRb+IIth95CvMm7F9rLdabrQZThW2mK02HR696P+rzd6NqkdUA3URu4w== + dependencies: + "@fastify/busboy" "^3.0.0" + "@firebase/database-compat" "^1.0.2" + "@firebase/database-types" "^1.0.0" + "@types/node" "^22.0.1" + farmhash-modern "^1.1.0" + jsonwebtoken "^9.0.0" + jwks-rsa "^3.1.0" + node-forge "^1.3.1" + uuid "^10.0.0" + optionalDependencies: + "@google-cloud/firestore" "^7.7.0" + "@google-cloud/storage" "^7.7.0" + +follow-redirects@^1.15.6: + version "1.15.6" + +form-data@^2.5.0: + version "2.5.1" + resolved "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz" + integrity sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA== + dependencies: + asynckit "^0.4.0" + combined-stream "^1.0.6" + mime-types "^2.1.12" + +form-data@^4.0.0: + version "4.0.0" + dependencies: + asynckit "^0.4.0" + combined-stream "^1.0.8" + mime-types "^2.1.12" + +formdata-node@4: + version "4.4.1" + dependencies: + node-domexception "1.0.0" + web-streams-polyfill "4.0.0-beta.3" + +formstream@^1.1.0: + version "1.5.1" + resolved "https://registry.npmjs.org/formstream/-/formstream-1.5.1.tgz" + integrity sha512-q7ORzFqotpwn3Y/GBK2lK7PjtZZwJHz9QE9Phv8zb5IrL9ftGLyi2zjGURON3voK8TaZ+mqJKERYN4lrHYTkUQ== + dependencies: + destroy "^1.0.4" + mime "^2.5.2" + node-hex "^1.0.1" + pause-stream "~0.0.11" + +forwarded@0.2.0: + version "0.2.0" + +fresh@0.5.2: + version "0.5.2" + resolved "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz" + integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q== + +fs-constants@^1.0.0: + version "1.0.0" + resolved "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz" + integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== + +fs-extra@^8.1.0: + version "8.1.0" + dependencies: + graceful-fs "^4.2.0" + jsonfile "^4.0.0" + universalify "^0.1.0" + +fs-minipass@^2.0.0, fs-minipass@^2.1.0: + version "2.1.0" + dependencies: + minipass "^3.0.0" + +fs.realpath@^1.0.0: + version "1.0.0" + +fsevents@^2.3.2, fsevents@~2.3.2: + version "2.3.3" + +ftp@^0.3.10: + version "0.3.10" + dependencies: + readable-stream "1.1.x" + xregexp "2.0.0" + +function-bind@^1.1.2: + version "1.1.2" + +functional-red-black-tree@^1.0.1: + version "1.0.1" + resolved "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz" + integrity sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g== + +gauge@^3.0.0: + version "3.0.2" + dependencies: + aproba "^1.0.3 || ^2.0.0" + color-support "^1.1.2" + console-control-strings "^1.0.0" + has-unicode "^2.0.1" + object-assign "^4.1.1" + signal-exit "^3.0.0" + string-width "^4.2.3" + strip-ansi "^6.0.1" + wide-align "^1.1.2" + +gauge@^4.0.3: + version "4.0.4" + dependencies: + aproba "^1.0.3 || ^2.0.0" + color-support "^1.1.3" + console-control-strings "^1.1.0" + has-unicode "^2.0.1" + signal-exit "^3.0.7" + string-width "^4.2.3" + strip-ansi "^6.0.1" + wide-align "^1.1.5" + +gaxios@^5.0.0, gaxios@^5.0.1: + version "5.1.3" + dependencies: + extend "^3.0.2" + https-proxy-agent "^5.0.0" + is-stream "^2.0.0" + node-fetch "^2.6.9" + +gaxios@^6.0.0, gaxios@^6.0.2, gaxios@^6.1.1: + version "6.7.1" + resolved "https://registry.npmjs.org/gaxios/-/gaxios-6.7.1.tgz" + integrity sha512-LDODD4TMYx7XXdpwxAVRAIAuB0bzv0s+ywFonY46k126qzQHT9ygyoa9tncmOiQmmDrik65UYsEkv3lbfqQ3yQ== + dependencies: + extend "^3.0.2" + https-proxy-agent "^7.0.1" + is-stream "^2.0.0" + node-fetch "^2.6.9" + uuid "^9.0.1" + +gcp-metadata@^5.3.0: + version "5.3.0" + dependencies: + gaxios "^5.0.0" + json-bigint "^1.0.0" + +gcp-metadata@^6.1.0: + version "6.1.0" + resolved "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-6.1.0.tgz" + integrity sha512-Jh/AIwwgaxan+7ZUUmRLCjtchyDiqh4KjBJ5tW3plBZb5iL/BPcso8A5DlzeD9qlw0duCamnNdpFjxwaT0KyKg== + dependencies: + gaxios "^6.0.0" + json-bigint "^1.0.0" + +gensync@^1.0.0-beta.2: + version "1.0.0-beta.2" + +get-caller-file@^2.0.5: + version "2.0.5" + +get-intrinsic@^1.1.3, get-intrinsic@^1.2.4: + version "1.2.4" + dependencies: + es-errors "^1.3.0" + function-bind "^1.1.2" + has-proto "^1.0.1" + has-symbols "^1.0.3" + hasown "^2.0.0" + +get-package-type@^0.1.0: + version "0.1.0" + +get-ready@^1.0.0, get-ready@~1.0.0: + version "1.0.0" + resolved "https://registry.npmjs.org/get-ready/-/get-ready-1.0.0.tgz" + integrity sha512-mFXCZPJIlcYcth+N8267+mghfYN9h3EhsDa6JSnbA3Wrhh/XFpuowviFcsDeYZtKspQyWyJqfs4O6P8CHeTwzw== + +get-stream@^6.0.0: + version "6.0.1" + +get-uri@3: + version "3.0.2" + dependencies: + "@tootallnate/once" "1" + data-uri-to-buffer "3" + debug "4" + file-uri-to-path "2" + fs-extra "^8.1.0" + ftp "^0.3.10" + +github-from-package@0.0.0: + version "0.0.0" + resolved "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz" + integrity sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw== + +glob-parent@~5.1.2: + version "5.1.2" + dependencies: + is-glob "^4.0.1" + +glob@^7.0.5, glob@^7.1.3, glob@^7.1.4: + version "7.2.3" + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^3.1.1" + once "^1.3.0" + path-is-absolute "^1.0.0" + +glob@^8.0.1: + version "8.1.0" + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^5.0.1" + once "^1.3.0" + +glob@^8.0.3: + version "8.1.0" + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^5.0.1" + once "^1.3.0" + +globals@^11.1.0: + version "11.12.0" + +google-auth-library@^8.0.1, google-auth-library@^8.0.2: + version "8.9.0" + dependencies: + arrify "^2.0.0" + base64-js "^1.3.0" + ecdsa-sig-formatter "^1.0.11" + fast-text-encoding "^1.0.0" + gaxios "^5.0.0" + gcp-metadata "^5.3.0" + gtoken "^6.1.0" + jws "^4.0.0" + lru-cache "^6.0.0" + +google-auth-library@^9.3.0: + version "9.14.1" + resolved "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.14.1.tgz" + integrity sha512-Rj+PMjoNFGFTmtItH7gHfbHpGVSb3vmnGK3nwNBqxQF9NoBpttSZI/rc0WiM63ma2uGDQtYEkMHkK9U6937NiA== + dependencies: + base64-js "^1.3.0" + ecdsa-sig-formatter "^1.0.11" + gaxios "^6.1.1" + gcp-metadata "^6.1.0" + gtoken "^7.0.0" + jws "^4.0.0" + +google-auth-library@^9.6.3: + version "9.14.1" + resolved "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.14.1.tgz" + integrity sha512-Rj+PMjoNFGFTmtItH7gHfbHpGVSb3vmnGK3nwNBqxQF9NoBpttSZI/rc0WiM63ma2uGDQtYEkMHkK9U6937NiA== + dependencies: + base64-js "^1.3.0" + ecdsa-sig-formatter "^1.0.11" + gaxios "^6.1.1" + gcp-metadata "^6.1.0" + gtoken "^7.0.0" + jws "^4.0.0" + +google-gax@^4.3.3: + version "4.4.1" + resolved "https://registry.npmjs.org/google-gax/-/google-gax-4.4.1.tgz" + integrity sha512-Phyp9fMfA00J3sZbJxbbB4jC55b7DBjE3F6poyL3wKMEBVKA79q6BGuHcTiM28yOzVql0NDbRL8MLLh8Iwk9Dg== + dependencies: + "@grpc/grpc-js" "^1.10.9" + "@grpc/proto-loader" "^0.7.13" + "@types/long" "^4.0.0" + abort-controller "^3.0.0" + duplexify "^4.0.0" + google-auth-library "^9.3.0" + node-fetch "^2.7.0" + object-hash "^3.0.0" + proto3-json-serializer "^2.0.2" + protobufjs "^7.3.2" + retry-request "^7.0.0" + uuid "^9.0.1" + +google-p12-pem@^4.0.0: + version "4.0.1" + dependencies: + node-forge "^1.3.1" + +gopd@^1.0.1: + version "1.0.1" + dependencies: + get-intrinsic "^1.1.3" + +graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.6, graceful-fs@^4.2.9: + version "4.2.11" + +graphql-request@^6.1.0: + version "6.1.0" + resolved "https://registry.npmjs.org/graphql-request/-/graphql-request-6.1.0.tgz" + integrity sha512-p+XPfS4q7aIpKVcgmnZKhMNqhltk20hfXtkaIkTfjjmiKMJ5xrt5c743cL03y/K7y1rg3WrIC49xGiEQ4mxdNw== + dependencies: + "@graphql-typed-document-node/core" "^3.2.0" + cross-fetch "^3.1.5" + +"graphql@^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0", graphql@^16.9.0, "graphql@14 - 16": + version "16.9.0" + +gtoken@^6.1.0: + version "6.1.2" + dependencies: + gaxios "^5.0.1" + google-p12-pem "^4.0.0" + jws "^4.0.0" + +gtoken@^7.0.0: + version "7.1.0" + resolved "https://registry.npmjs.org/gtoken/-/gtoken-7.1.0.tgz" + integrity sha512-pCcEwRi+TKpMlxAQObHDQ56KawURgyAf6jtIY046fJ5tIv3zDe/LEIubckAO8fj6JnAxLdmWkUfNyulQ2iKdEw== + dependencies: + gaxios "^6.0.0" + jws "^4.0.0" + +has-flag@^3.0.0: + version "3.0.0" + +has-flag@^4.0.0: + version "4.0.0" + +has-property-descriptors@^1.0.2: + version "1.0.2" + dependencies: + es-define-property "^1.0.0" + +has-proto@^1.0.1: + version "1.0.3" + +has-symbols@^1.0.3: + version "1.0.3" + +has-unicode@^2.0.1: + version "2.0.1" + +hasown@^2.0.0, hasown@^2.0.2: + version "2.0.2" + dependencies: + function-bind "^1.1.2" + +html-entities@^2.5.2: + version "2.5.2" + resolved "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz" + integrity sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA== + +html-escaper@^2.0.0: + version "2.0.2" + +http-cache-semantics@^4.1.0: + version "4.1.1" + +http-errors@2.0.0: + version "2.0.0" + dependencies: + depd "2.0.0" + inherits "2.0.4" + setprototypeof "1.2.0" + statuses "2.0.1" + toidentifier "1.0.1" + +http-parser-js@>=0.5.1: + version "0.5.8" + resolved "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz" + integrity sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q== + +http-proxy-agent@^4.0.0: + version "4.0.1" + dependencies: + "@tootallnate/once" "1" + agent-base "6" + debug "4" + +http-proxy-agent@^4.0.1: + version "4.0.1" + dependencies: + "@tootallnate/once" "1" + agent-base "6" + debug "4" + +http-proxy-agent@^5.0.0: + version "5.0.0" + dependencies: + "@tootallnate/once" "2" + agent-base "6" + debug "4" + +https-proxy-agent@^5.0.0, https-proxy-agent@5: + version "5.0.1" + resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz" + integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA== + dependencies: + agent-base "6" + debug "4" + +https-proxy-agent@^7.0.1: + version "7.0.5" + resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz" + integrity sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw== + dependencies: + agent-base "^7.0.2" + debug "4" + +human-signals@^2.1.0: + version "2.1.0" + +humanize-ms@^1.2.0, humanize-ms@^1.2.1: + version "1.2.1" + dependencies: + ms "^2.0.0" + +iconv-lite@^0.6.2: + version "0.6.3" + dependencies: + safer-buffer ">= 2.1.2 < 3.0.0" + +iconv-lite@^0.6.3: + version "0.6.3" + resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz" + integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw== + dependencies: + safer-buffer ">= 2.1.2 < 3.0.0" + +iconv-lite@0.4.24: + version "0.4.24" + dependencies: + safer-buffer ">= 2.1.2 < 3" + +ieee754@^1.1.13, ieee754@^1.2.1: + version "1.2.1" + +ignore-by-default@^1.0.1: + version "1.0.1" + +import-local@^3.0.2: + version "3.2.0" + dependencies: + pkg-dir "^4.2.0" + resolve-cwd "^3.0.0" + +imurmurhash@^0.1.4: + version "0.1.4" + +indent-string@^4.0.0: + version "4.0.0" + +infer-owner@^1.0.4: + version "1.0.4" + +inflight@^1.0.4: + version "1.0.6" + dependencies: + once "^1.3.0" + wrappy "1" + +inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3, inherits@2, inherits@2.0.4: + version "2.0.4" + +ini@~1.3.0: + version "1.3.8" + resolved "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz" + integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== + +intl-messageformat@^10.2.1: + version "10.5.14" + dependencies: + "@formatjs/ecma402-abstract" "2.0.0" + "@formatjs/fast-memoize" "2.2.0" + "@formatjs/icu-messageformat-parser" "2.7.8" + tslib "^2.4.0" + +ip-address@^9.0.5: + version "9.0.5" + dependencies: + jsbn "1.1.0" + sprintf-js "^1.1.3" + +ip@^1.1.5: + version "1.1.9" + +ipaddr.js@1.9.1: + version "1.9.1" + +is-arrayish@^0.2.1: + version "0.2.1" + +is-binary-path@~2.1.0: + version "2.1.0" + dependencies: + binary-extensions "^2.0.0" + +is-builtin-module@^3.2.1: + version "3.2.1" + dependencies: + builtin-modules "^3.3.0" + +is-class-hotfix@~0.0.6: + version "0.0.6" + resolved "https://registry.npmjs.org/is-class-hotfix/-/is-class-hotfix-0.0.6.tgz" + integrity sha512-0n+pzCC6ICtVr/WXnN2f03TK/3BfXY7me4cjCAqT8TYXEl0+JBRoqBo94JJHXcyDSLUeWbNX8Fvy5g5RJdAstQ== + +is-core-module@^2.13.0: + version "2.15.0" + dependencies: + hasown "^2.0.2" + +is-extendable@^0.1.0: + version "0.1.1" + resolved "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz" + integrity sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw== + +is-extglob@^2.1.1: + version "2.1.1" + +is-fullwidth-code-point@^3.0.0: + version "3.0.0" + +is-generator-fn@^2.0.0: + version "2.1.0" + +is-glob@^4.0.1, is-glob@~4.0.1: + version "4.0.3" + dependencies: + is-extglob "^2.1.1" + +is-lambda@^1.0.1: + version "1.0.1" + +is-module@^1.0.0: + version "1.0.0" + +is-number@^7.0.0: + version "7.0.0" + +is-reference@1.2.1: + version "1.2.1" + dependencies: + "@types/estree" "*" + +is-stream@^2.0.0: + version "2.0.1" + +is-type-of@^1.4.0: + version "1.4.0" + resolved "https://registry.npmjs.org/is-type-of/-/is-type-of-1.4.0.tgz" + integrity sha512-EddYllaovi5ysMLMEN7yzHEKh8A850cZ7pykrY1aNRQGn/CDjRDE9qEWbIdt7xGEVJmjBXzU/fNnC4ABTm8tEQ== + dependencies: + core-util-is "^1.0.2" + is-class-hotfix "~0.0.6" + isstream "~0.1.2" + +is@^3.3.0: + version "3.3.0" + +isarray@~1.0.0: + version "1.0.0" + resolved "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz" + integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ== + +isarray@0.0.1: + version "0.0.1" + +isexe@^2.0.0: + version "2.0.0" + +isstream@~0.1.2: + version "0.1.2" + resolved "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz" + integrity sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g== + +istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0: + version "3.2.2" + +istanbul-lib-instrument@^5.0.4: + version "5.2.1" + dependencies: + "@babel/core" "^7.12.3" + "@babel/parser" "^7.14.7" + "@istanbuljs/schema" "^0.1.2" + istanbul-lib-coverage "^3.2.0" + semver "^6.3.0" + +istanbul-lib-instrument@^6.0.0: + version "6.0.3" + dependencies: + "@babel/core" "^7.23.9" + "@babel/parser" "^7.23.9" + "@istanbuljs/schema" "^0.1.3" + istanbul-lib-coverage "^3.2.0" + semver "^7.5.4" + +istanbul-lib-report@^3.0.0: + version "3.0.1" + dependencies: + istanbul-lib-coverage "^3.0.0" + make-dir "^4.0.0" + supports-color "^7.1.0" + +istanbul-lib-source-maps@^4.0.0: + version "4.0.1" + dependencies: + debug "^4.1.1" + istanbul-lib-coverage "^3.0.0" + source-map "^0.6.1" + +istanbul-reports@^3.1.3: + version "3.1.7" + dependencies: + html-escaper "^2.0.0" + istanbul-lib-report "^3.0.0" + +jake@^10.8.5: + version "10.9.2" + dependencies: + async "^3.2.3" + chalk "^4.0.2" + filelist "^1.0.4" + minimatch "^3.1.2" + +jest-changed-files@^29.7.0: + version "29.7.0" + dependencies: + execa "^5.0.0" + jest-util "^29.7.0" + p-limit "^3.1.0" + +jest-circus@^29.7.0: + version "29.7.0" + dependencies: + "@jest/environment" "^29.7.0" + "@jest/expect" "^29.7.0" + "@jest/test-result" "^29.7.0" + "@jest/types" "^29.6.3" + "@types/node" "*" + chalk "^4.0.0" + co "^4.6.0" + dedent "^1.0.0" + is-generator-fn "^2.0.0" + jest-each "^29.7.0" + jest-matcher-utils "^29.7.0" + jest-message-util "^29.7.0" + jest-runtime "^29.7.0" + jest-snapshot "^29.7.0" + jest-util "^29.7.0" + p-limit "^3.1.0" + pretty-format "^29.7.0" + pure-rand "^6.0.0" + slash "^3.0.0" + stack-utils "^2.0.3" + +jest-cli@^29.7.0: + version "29.7.0" + dependencies: + "@jest/core" "^29.7.0" + "@jest/test-result" "^29.7.0" + "@jest/types" "^29.6.3" + chalk "^4.0.0" + create-jest "^29.7.0" + exit "^0.1.2" + import-local "^3.0.2" + jest-config "^29.7.0" + jest-util "^29.7.0" + jest-validate "^29.7.0" + yargs "^17.3.1" + +jest-config@^29.7.0: + version "29.7.0" + dependencies: + "@babel/core" "^7.11.6" + "@jest/test-sequencer" "^29.7.0" + "@jest/types" "^29.6.3" + babel-jest "^29.7.0" + chalk "^4.0.0" + ci-info "^3.2.0" + deepmerge "^4.2.2" + glob "^7.1.3" + graceful-fs "^4.2.9" + jest-circus "^29.7.0" + jest-environment-node "^29.7.0" + jest-get-type "^29.6.3" + jest-regex-util "^29.6.3" + jest-resolve "^29.7.0" + jest-runner "^29.7.0" + jest-util "^29.7.0" + jest-validate "^29.7.0" + micromatch "^4.0.4" + parse-json "^5.2.0" + pretty-format "^29.7.0" + slash "^3.0.0" + strip-json-comments "^3.1.1" + +jest-diff@^29.7.0: + version "29.7.0" + dependencies: + chalk "^4.0.0" + diff-sequences "^29.6.3" + jest-get-type "^29.6.3" + pretty-format "^29.7.0" + +jest-docblock@^29.7.0: + version "29.7.0" + dependencies: + detect-newline "^3.0.0" + +jest-each@^29.7.0: + version "29.7.0" + dependencies: + "@jest/types" "^29.6.3" + chalk "^4.0.0" + jest-get-type "^29.6.3" + jest-util "^29.7.0" + pretty-format "^29.7.0" + +jest-environment-node@^29.7.0: + version "29.7.0" + dependencies: + "@jest/environment" "^29.7.0" + "@jest/fake-timers" "^29.7.0" + "@jest/types" "^29.6.3" + "@types/node" "*" + jest-mock "^29.7.0" + jest-util "^29.7.0" + +jest-get-type@^29.6.3: + version "29.6.3" + +jest-haste-map@^29.7.0: + version "29.7.0" + dependencies: + "@jest/types" "^29.6.3" + "@types/graceful-fs" "^4.1.3" + "@types/node" "*" + anymatch "^3.0.3" + fb-watchman "^2.0.0" + graceful-fs "^4.2.9" + jest-regex-util "^29.6.3" + jest-util "^29.7.0" + jest-worker "^29.7.0" + micromatch "^4.0.4" + walker "^1.0.8" + optionalDependencies: + fsevents "^2.3.2" + +jest-leak-detector@^29.7.0: + version "29.7.0" + dependencies: + jest-get-type "^29.6.3" + pretty-format "^29.7.0" + +jest-matcher-utils@^29.7.0: + version "29.7.0" + dependencies: + chalk "^4.0.0" + jest-diff "^29.7.0" + jest-get-type "^29.6.3" + pretty-format "^29.7.0" + +jest-message-util@^29.7.0: + version "29.7.0" + dependencies: + "@babel/code-frame" "^7.12.13" + "@jest/types" "^29.6.3" + "@types/stack-utils" "^2.0.0" + chalk "^4.0.0" + graceful-fs "^4.2.9" + micromatch "^4.0.4" + pretty-format "^29.7.0" + slash "^3.0.0" + stack-utils "^2.0.3" + +jest-mock@^29.7.0: + version "29.7.0" + dependencies: + "@jest/types" "^29.6.3" + "@types/node" "*" + jest-util "^29.7.0" + +jest-pnp-resolver@^1.2.2: + version "1.2.3" + +jest-regex-util@^29.6.3: + version "29.6.3" + +jest-resolve-dependencies@^29.7.0: + version "29.7.0" + dependencies: + jest-regex-util "^29.6.3" + jest-snapshot "^29.7.0" + +jest-resolve@*, jest-resolve@^29.7.0: + version "29.7.0" + dependencies: + chalk "^4.0.0" + graceful-fs "^4.2.9" + jest-haste-map "^29.7.0" + jest-pnp-resolver "^1.2.2" + jest-util "^29.7.0" + jest-validate "^29.7.0" + resolve "^1.20.0" + resolve.exports "^2.0.0" + slash "^3.0.0" + +jest-runner@^29.7.0: + version "29.7.0" + dependencies: + "@jest/console" "^29.7.0" + "@jest/environment" "^29.7.0" + "@jest/test-result" "^29.7.0" + "@jest/transform" "^29.7.0" + "@jest/types" "^29.6.3" + "@types/node" "*" + chalk "^4.0.0" + emittery "^0.13.1" + graceful-fs "^4.2.9" + jest-docblock "^29.7.0" + jest-environment-node "^29.7.0" + jest-haste-map "^29.7.0" + jest-leak-detector "^29.7.0" + jest-message-util "^29.7.0" + jest-resolve "^29.7.0" + jest-runtime "^29.7.0" + jest-util "^29.7.0" + jest-watcher "^29.7.0" + jest-worker "^29.7.0" + p-limit "^3.1.0" + source-map-support "0.5.13" + +jest-runtime@^29.7.0: + version "29.7.0" + dependencies: + "@jest/environment" "^29.7.0" + "@jest/fake-timers" "^29.7.0" + "@jest/globals" "^29.7.0" + "@jest/source-map" "^29.6.3" + "@jest/test-result" "^29.7.0" + "@jest/transform" "^29.7.0" + "@jest/types" "^29.6.3" + "@types/node" "*" + chalk "^4.0.0" + cjs-module-lexer "^1.0.0" + collect-v8-coverage "^1.0.0" + glob "^7.1.3" + graceful-fs "^4.2.9" + jest-haste-map "^29.7.0" + jest-message-util "^29.7.0" + jest-mock "^29.7.0" + jest-regex-util "^29.6.3" + jest-resolve "^29.7.0" + jest-snapshot "^29.7.0" + jest-util "^29.7.0" + slash "^3.0.0" + strip-bom "^4.0.0" + +jest-snapshot@^29.7.0: + version "29.7.0" + dependencies: + "@babel/core" "^7.11.6" + "@babel/generator" "^7.7.2" + "@babel/plugin-syntax-jsx" "^7.7.2" + "@babel/plugin-syntax-typescript" "^7.7.2" + "@babel/types" "^7.3.3" + "@jest/expect-utils" "^29.7.0" + "@jest/transform" "^29.7.0" + "@jest/types" "^29.6.3" + babel-preset-current-node-syntax "^1.0.0" + chalk "^4.0.0" + expect "^29.7.0" + graceful-fs "^4.2.9" + jest-diff "^29.7.0" + jest-get-type "^29.6.3" + jest-matcher-utils "^29.7.0" + jest-message-util "^29.7.0" + jest-util "^29.7.0" + natural-compare "^1.4.0" + pretty-format "^29.7.0" + semver "^7.5.3" + +jest-util@^29.0.0, jest-util@^29.7.0: + version "29.7.0" + dependencies: + "@jest/types" "^29.6.3" + "@types/node" "*" + chalk "^4.0.0" + ci-info "^3.2.0" + graceful-fs "^4.2.9" + picomatch "^2.2.3" + +jest-validate@^29.7.0: + version "29.7.0" + dependencies: + "@jest/types" "^29.6.3" + camelcase "^6.2.0" + chalk "^4.0.0" + jest-get-type "^29.6.3" + leven "^3.1.0" + pretty-format "^29.7.0" + +jest-watcher@^29.7.0: + version "29.7.0" + dependencies: + "@jest/test-result" "^29.7.0" + "@jest/types" "^29.6.3" + "@types/node" "*" + ansi-escapes "^4.2.1" + chalk "^4.0.0" + emittery "^0.13.1" + jest-util "^29.7.0" + string-length "^4.0.1" + +jest-worker@^29.7.0: + version "29.7.0" + dependencies: + "@types/node" "*" + jest-util "^29.7.0" + merge-stream "^2.0.0" + supports-color "^8.0.0" + +jest@^29.0.0, jest@^29.3.1: + version "29.7.0" + dependencies: + "@jest/core" "^29.7.0" + "@jest/types" "^29.6.3" + import-local "^3.0.2" + jest-cli "^29.7.0" + +jose@^4.14.6: + version "4.15.9" + +js-base64@^2.5.2: + version "2.6.4" + resolved "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz" + integrity sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ== + +"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: + version "4.0.0" + +js-yaml@^3.13.1: + version "3.14.1" + resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz" + integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== + dependencies: + argparse "^1.0.7" + esprima "^4.0.0" + +js-yaml@^4.1.0: + version "4.1.0" + dependencies: + argparse "^2.0.1" + +jsbn@1.1.0: + version "1.1.0" + +jsesc@^2.5.1: + version "2.5.2" + +json-bigint@^1.0.0: + version "1.0.0" + dependencies: + bignumber.js "^9.0.0" + +json-parse-even-better-errors@^2.3.0: + version "2.3.1" + +json-schema-traverse@^1.0.0: + version "1.0.0" + +json-stringify-safe@^5.0.1: + version "5.0.1" + +json5@^2.2.3: + version "2.2.3" + +jsonc-parser@3.2.0: + version "3.2.0" + +jsonfile@^4.0.0: + version "4.0.0" + optionalDependencies: + graceful-fs "^4.1.6" + +jsonpath@^1.1.1: + version "1.1.1" + dependencies: + esprima "1.2.2" + static-eval "2.0.2" + underscore "1.12.1" + +jsonwebtoken@^9.0.0: + version "9.0.2" + dependencies: + jws "^3.2.2" + lodash.includes "^4.3.0" + lodash.isboolean "^3.0.3" + lodash.isinteger "^4.0.4" + lodash.isnumber "^3.0.3" + lodash.isplainobject "^4.0.6" + lodash.isstring "^4.0.1" + lodash.once "^4.0.0" + ms "^2.1.1" + semver "^7.5.4" + +jstoxml@^2.0.0: + version "2.2.9" + resolved "https://registry.npmjs.org/jstoxml/-/jstoxml-2.2.9.tgz" + integrity sha512-OYWlK0j+roh+eyaMROlNbS5cd5R25Y+IUpdl7cNdB8HNrkgwQzIS7L9MegxOiWNBj9dQhA/yAxiMwCC5mwNoBw== + +jwa@^1.4.1: + version "1.4.1" + dependencies: + buffer-equal-constant-time "1.0.1" + ecdsa-sig-formatter "1.0.11" + safe-buffer "^5.0.1" + +jwa@^2.0.0: + version "2.0.0" + dependencies: + buffer-equal-constant-time "1.0.1" + ecdsa-sig-formatter "1.0.11" + safe-buffer "^5.0.1" + +jwks-rsa@^3.1.0: + version "3.1.0" + dependencies: + "@types/express" "^4.17.17" + "@types/jsonwebtoken" "^9.0.2" + debug "^4.3.4" + jose "^4.14.6" + limiter "^1.1.5" + lru-memoizer "^2.2.0" + +jws@^3.2.2: + version "3.2.2" + dependencies: + jwa "^1.4.1" + safe-buffer "^5.0.1" + +jws@^4.0.0: + version "4.0.0" + dependencies: + jwa "^2.0.0" + safe-buffer "^5.0.1" + +kleur@^3.0.3: + version "3.0.3" + +leven@^3.1.0: + version "3.1.0" + +levn@~0.3.0: + version "0.3.0" + dependencies: + prelude-ls "~1.1.2" + type-check "~0.3.2" + +limiter@^1.1.5: + version "1.1.5" + +lines-and-columns@^1.1.6: + version "1.2.4" + +locate-path@^5.0.0: + version "5.0.0" + dependencies: + p-locate "^4.1.0" + +lodash.camelcase@^4.3.0: + version "4.3.0" + +lodash.clonedeep@^4.5.0: + version "4.5.0" + +lodash.includes@^4.3.0: + version "4.3.0" + +lodash.isboolean@^3.0.3: + version "3.0.3" + +lodash.isinteger@^4.0.4: + version "4.0.4" + +lodash.isnumber@^3.0.3: + version "3.0.3" + +lodash.isplainobject@^4.0.6: + version "4.0.6" + +lodash.isstring@^4.0.1: + version "4.0.1" + +lodash.memoize@4.x: + version "4.1.2" + +lodash.once@^4.0.0: + version "4.1.1" + +lodash@^4.15.0, lodash@^4.17.21: + version "4.17.21" + +loglevel@^1.8.1: + version "1.9.1" + +long@^5.0.0, long@^5.2.3: + version "5.2.3" + +loose-envify@^1.1.0: + version "1.4.0" + resolved "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz" + integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== + dependencies: + js-tokens "^3.0.0 || ^4.0.0" + +lowcoder-core@^0.0.8: + version "0.0.8" + dependencies: + "@rollup/plugin-commonjs" "^23.0.0" + "@rollup/plugin-node-resolve" "^15.0.0" + intl-messageformat "^10.2.1" + lodash "^4.17.21" + lru-cache "^7.14.1" + +lowcoder-sdk@0.0.41: + version "0.0.41" + +lru-cache@^5.1.1: + version "5.1.1" + dependencies: + yallist "^3.0.2" + +lru-cache@^6.0.0: + version "6.0.0" + dependencies: + yallist "^4.0.0" + +lru-cache@^7.14.1: + version "7.18.3" + +lru-cache@^7.7.1: + version "7.18.3" + +lru-cache@6.0.0: + version "6.0.0" + dependencies: + yallist "^4.0.0" + +lru-memoizer@^2.2.0: + version "2.3.0" + dependencies: + lodash.clonedeep "^4.5.0" + lru-cache "6.0.0" + +magic-string@^0.27.0: + version "0.27.0" + dependencies: + "@jridgewell/sourcemap-codec" "^1.4.13" + +make-dir@^3.1.0: + version "3.1.0" + dependencies: + semver "^6.0.0" + +make-dir@^4.0.0: + version "4.0.0" + dependencies: + semver "^7.5.3" + +make-error@^1.1.1, make-error@1.x: + version "1.3.6" + +make-fetch-happen@^10.0.3: + version "10.2.1" + dependencies: + agentkeepalive "^4.2.1" + cacache "^16.1.0" + http-cache-semantics "^4.1.0" + http-proxy-agent "^5.0.0" + https-proxy-agent "^5.0.0" + is-lambda "^1.0.1" + lru-cache "^7.7.1" + minipass "^3.1.6" + minipass-collect "^1.0.2" + minipass-fetch "^2.0.3" + minipass-flush "^1.0.5" + minipass-pipeline "^1.2.4" + negotiator "^0.6.3" + promise-retry "^2.0.1" + socks-proxy-agent "^7.0.0" + ssri "^9.0.0" + +makeerror@1.0.12: + version "1.0.12" + dependencies: + tmpl "1.0.5" + +marked@^4.2.5: + version "4.3.0" + +mdn-data@2.0.28: + version "2.0.28" + +mdn-data@2.0.30: + version "2.0.30" + +media-typer@0.3.0: + version "0.3.0" + resolved "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz" + integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ== + +merge-descriptors@^1.0.1, merge-descriptors@1.0.3: + version "1.0.3" + resolved "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz" + integrity sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ== + +merge-stream@^2.0.0: + version "2.0.0" + +methods@~1.1.2: + version "1.1.2" + +micromatch@^4.0.4: + version "4.0.7" + dependencies: + braces "^3.0.3" + picomatch "^2.3.1" + +"mime-db@>= 1.43.0 < 2": + version "1.53.0" + +mime-db@1.52.0: + version "1.52.0" + +mime-types@^2.0.8, mime-types@^2.1.12, mime-types@~2.1.24, mime-types@~2.1.34: + version "2.1.35" + dependencies: + mime-db "1.52.0" + +mime@^2.4.5: + version "2.6.0" + resolved "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz" + integrity sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg== + +mime@^2.5.2: + version "2.6.0" + resolved "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz" + integrity sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg== + +mime@^3.0.0: + version "3.0.0" + +mime@1.6.0: + version "1.6.0" + resolved "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz" + integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== + +mimic-fn@^2.1.0: + version "2.1.0" + +mimic-response@^3.1.0: + version "3.1.0" + resolved "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz" + integrity sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ== + +minim@~0.23.8: + version "0.23.8" + resolved "https://registry.npmjs.org/minim/-/minim-0.23.8.tgz" + integrity sha512-bjdr2xW1dBCMsMGGsUeqM4eFI60m94+szhxWys+B1ztIt6gWSfeGBdSVCIawezeHYLYn0j6zrsXdQS/JllBzww== + dependencies: + lodash "^4.15.0" + +minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2: + version "3.1.2" + dependencies: + brace-expansion "^1.1.7" + +minimatch@^5.0.1: + version "5.1.6" + dependencies: + brace-expansion "^2.0.1" + +minimatch@^7.4.3: + version "7.4.6" + resolved "https://registry.npmjs.org/minimatch/-/minimatch-7.4.6.tgz" + integrity sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw== + dependencies: + brace-expansion "^2.0.1" + +minimist@^1.1.0, minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.6: + version "1.2.8" + +minipass-collect@^1.0.2: + version "1.0.2" + dependencies: + minipass "^3.0.0" + +minipass-fetch@^2.0.3: + version "2.1.2" + dependencies: + minipass "^3.1.6" + minipass-sized "^1.0.3" + minizlib "^2.1.2" + optionalDependencies: + encoding "^0.1.13" + +minipass-flush@^1.0.5: + version "1.0.5" + dependencies: + minipass "^3.0.0" + +minipass-pipeline@^1.2.4: + version "1.2.4" + dependencies: + minipass "^3.0.0" + +minipass-sized@^1.0.3: + version "1.0.3" + dependencies: + minipass "^3.0.0" + +minipass@^3.0.0, minipass@^3.1.1, minipass@^3.1.6: + version "3.3.6" + dependencies: + yallist "^4.0.0" + +minipass@^5.0.0: + version "5.0.0" + +minizlib@^2.1.1, minizlib@^2.1.2: + version "2.1.2" + dependencies: + minipass "^3.0.0" + yallist "^4.0.0" + +mkdirp-classic@^0.5.2, mkdirp-classic@^0.5.3: + version "0.5.3" + resolved "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz" + integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A== + +mkdirp@^0.5.1: + version "0.5.6" + resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz" + integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw== + dependencies: + minimist "^1.2.6" + +mkdirp@^1.0.3, mkdirp@^1.0.4: + version "1.0.4" + +mnemonist@0.38.3: + version "0.38.3" + dependencies: + obliterator "^1.6.1" + +morgan@^1.10.0: + version "1.10.0" + dependencies: + basic-auth "~2.0.1" + debug "2.6.9" + depd "~2.0.0" + on-finished "~2.3.0" + on-headers "~1.0.2" + +ms@^2.0.0, ms@^2.1.1, ms@2.1.3: + version "2.1.3" + +ms@2.0.0: + version "2.0.0" + resolved "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz" + integrity sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A== + +ms@2.1.2: + version "2.1.2" + +mustache@^4.2.0: + version "4.2.0" + +mz@^2.7.0: + version "2.7.0" + resolved "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz" + integrity sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q== + dependencies: + any-promise "^1.0.0" + object-assign "^4.0.1" + thenify-all "^1.0.0" + +nan@^2.14.0, nan@^2.17.0, nan@^2.18.0: + version "2.20.0" + resolved "https://registry.npmjs.org/nan/-/nan-2.20.0.tgz" + integrity sha512-bk3gXBZDGILuuo/6sKtr0DQmSThYHLtNCdSdXk9YkxD/jK6X2vmCyyXBBxyqZ4XcnzTyYEAThfX3DCEnLf6igw== + +napi-build-utils@^1.0.1: + version "1.0.2" + resolved "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz" + integrity sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg== + +natural-compare@^1.4.0: + version "1.4.0" + +negotiator@^0.6.3, negotiator@0.6.3: + version "0.6.3" + +neotraverse@=0.6.18: + version "0.6.18" + resolved "https://registry.npmjs.org/neotraverse/-/neotraverse-0.6.18.tgz" + integrity sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA== + +netmask@^2.0.2: + version "2.0.2" + +nock@^13.3.0: + version "13.5.4" + dependencies: + debug "^4.1.0" + json-stringify-safe "^5.0.1" + propagate "^2.0.0" + +node-abi@^3.3.0: + version "3.68.0" + resolved "https://registry.npmjs.org/node-abi/-/node-abi-3.68.0.tgz" + integrity sha512-7vbj10trelExNjFSBm5kTvZXXa7pZyKWx9RCKIyqe6I9Ev3IzGpQoqBP3a+cOdxY+pWj6VkP28n/2wWysBHD/A== + dependencies: + semver "^7.3.5" + +node-abort-controller@^3.1.1: + version "3.1.1" + +node-addon-api@^7.0.0: + version "7.1.1" + +node-domexception@^1.0.0, node-domexception@1.0.0: + version "1.0.0" + +node-fetch-commonjs@^3.3.2: + version "3.3.2" + dependencies: + node-domexception "^1.0.0" + web-streams-polyfill "^3.0.3" + +node-fetch@^2.6.1, node-fetch@^2.6.12, node-fetch@^2.6.7, node-fetch@^2.6.9, node-fetch@^2.7.0, node-fetch@2: + version "2.7.0" + dependencies: + whatwg-url "^5.0.0" + +node-firebird@^1.1.9: + version "1.1.9" + dependencies: + big-integer "^1.6.51" + long "^5.2.3" + +node-forge@^1.3.1: + version "1.3.1" + +node-gyp@^9.3.0: + version "9.4.1" + dependencies: + env-paths "^2.2.0" + exponential-backoff "^3.1.1" + glob "^7.1.4" + graceful-fs "^4.2.6" + make-fetch-happen "^10.0.3" + nopt "^6.0.0" + npmlog "^6.0.0" + rimraf "^3.0.2" + semver "^7.3.5" + tar "^6.1.2" + which "^2.0.2" + +node-hex@^1.0.1: + version "1.0.1" + resolved "https://registry.npmjs.org/node-hex/-/node-hex-1.0.1.tgz" + integrity sha512-iwpZdvW6Umz12ICmu9IYPRxg0tOLGmU3Tq2tKetejCj3oZd7b2nUXwP3a7QA5M9glWy8wlPS1G3RwM/CdsUbdQ== + +node-int64@^0.4.0: + version "0.4.0" + +node-releases@^2.0.18: + version "2.0.18" + +nodemon@^2.0.22: + version "2.0.22" + dependencies: + chokidar "^3.5.2" + debug "^3.2.7" + ignore-by-default "^1.0.1" + minimatch "^3.1.2" + pstree.remy "^1.1.8" + semver "^5.7.1" + simple-update-notifier "^1.0.7" + supports-color "^5.5.0" + touch "^3.1.0" + undefsafe "^2.0.5" + +noms@0.0.0: + version "0.0.0" + dependencies: + inherits "^2.0.1" + readable-stream "~1.0.31" + +nopt@^5.0.0: + version "5.0.0" + dependencies: + abbrev "1" + +nopt@^6.0.0: + version "6.0.0" + dependencies: + abbrev "^1.0.0" + +normalize-path@^3.0.0, normalize-path@~3.0.0: + version "3.0.0" + +npm-run-path@^4.0.1: + version "4.0.1" + dependencies: + path-key "^3.0.0" + +npmlog@^5.0.1: + version "5.0.1" + dependencies: + are-we-there-yet "^2.0.0" + console-control-strings "^1.1.0" + gauge "^3.0.0" + set-blocking "^2.0.0" + +npmlog@^6.0.0: + version "6.0.2" + dependencies: + are-we-there-yet "^3.0.0" + console-control-strings "^1.1.0" + gauge "^4.0.3" + set-blocking "^2.0.0" + +nth-check@^2.0.1: + version "2.1.1" + dependencies: + boolbase "^1.0.0" + +object-assign@^4.0.1, object-assign@^4.1.1: + version "4.1.1" + +object-hash@^3.0.0: + version "3.0.0" + resolved "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz" + integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw== + +object-inspect@^1.13.1: + version "1.13.2" + +obliterator@^1.6.1: + version "1.6.1" + +on-exit-leak-free@^2.1.0: + version "2.1.2" + +on-finished@~2.3.0: + version "2.3.0" + dependencies: + ee-first "1.1.1" + +on-finished@2.4.1: + version "2.4.1" + resolved "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz" + integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg== + dependencies: + ee-first "1.1.1" + +on-headers@~1.0.2: + version "1.0.2" + +once@^1.3.0, once@^1.3.1, once@^1.4.0: + version "1.4.0" + dependencies: + wrappy "1" + +onetime@^5.1.2: + version "5.1.2" + dependencies: + mimic-fn "^2.1.0" + +openapi-path-templating@^1.5.1: + version "1.6.0" + dependencies: + apg-lite "^1.0.3" + +openapi-server-url-templating@^1.0.0: + version "1.1.0" + dependencies: + apg-lite "^1.0.3" + +openapi-types@^12.1.3, openapi-types@>=7: + version "12.1.3" + +optionator@^0.8.1: + version "0.8.3" + dependencies: + deep-is "~0.1.3" + fast-levenshtein "~2.0.6" + levn "~0.3.0" + prelude-ls "~1.1.2" + type-check "~0.3.2" + word-wrap "~1.2.3" + +os-name@~1.0.3: + version "1.0.3" + resolved "https://registry.npmjs.org/os-name/-/os-name-1.0.3.tgz" + integrity sha512-f5estLO2KN8vgtTRaILIgEGBoBrMnZ3JQ7W9TMZCnOIGwHe8TRGSpcagnWDo+Dfhd/z08k9Xe75hvciJJ8Qaew== + dependencies: + osx-release "^1.0.0" + win-release "^1.0.0" + +osx-release@^1.0.0: + version "1.1.0" + resolved "https://registry.npmjs.org/osx-release/-/osx-release-1.1.0.tgz" + integrity sha512-ixCMMwnVxyHFQLQnINhmIpWqXIfS2YOXchwQrk+OFzmo6nDjQ0E4KXAyyUh0T0MZgV4bUhkRrAbVqlE4yLVq4A== + dependencies: + minimist "^1.1.0" + +p-limit@^2.2.0: + version "2.3.0" + dependencies: + p-try "^2.0.0" + +p-limit@^3.0.1, p-limit@^3.1.0: + version "3.1.0" + dependencies: + yocto-queue "^0.1.0" + +p-locate@^4.1.0: + version "4.1.0" + dependencies: + p-limit "^2.2.0" + +p-map@^4.0.0: + version "4.0.0" + dependencies: + aggregate-error "^3.0.0" + +p-try@^2.0.0: + version "2.2.0" + +pac-proxy-agent@^5.0.0: + version "5.0.0" + dependencies: + "@tootallnate/once" "1" + agent-base "6" + debug "4" + get-uri "3" + http-proxy-agent "^4.0.1" + https-proxy-agent "5" + pac-resolver "^5.0.0" + raw-body "^2.2.0" + socks-proxy-agent "5" + +pac-resolver@^5.0.0: + version "5.0.1" + dependencies: + degenerator "^3.0.2" + ip "^1.1.5" + netmask "^2.0.2" + +parse-json@^5.2.0: + version "5.2.0" + dependencies: + "@babel/code-frame" "^7.0.0" + error-ex "^1.3.1" + json-parse-even-better-errors "^2.3.0" + lines-and-columns "^1.1.6" + +parseurl@~1.3.3: + version "1.3.3" + resolved "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz" + integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== + +path-exists@^4.0.0: + version "4.0.0" + +path-is-absolute@^1.0.0: + version "1.0.1" + +path-key@^3.0.0, path-key@^3.1.0: + version "3.1.1" + +path-parse@^1.0.7: + version "1.0.7" + +path-to-regexp@0.1.10: + version "0.1.10" + resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz" + integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w== + +pause-stream@~0.0.11: + version "0.0.11" + resolved "https://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz" + integrity sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A== + dependencies: + through "~2.3" + +picocolors@^1.0.0, picocolors@^1.0.1: + version "1.0.1" + +picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.1: + version "2.3.1" + +pino-abstract-transport@^1.2.0: + version "1.2.0" + dependencies: + readable-stream "^4.0.0" + split2 "^4.0.0" + +pino-std-serializers@^6.0.0: + version "6.2.2" + +pino@^8.14.1: + version "8.21.0" + dependencies: + atomic-sleep "^1.0.0" + fast-redact "^3.1.1" + on-exit-leak-free "^2.1.0" + pino-abstract-transport "^1.2.0" + pino-std-serializers "^6.0.0" + process-warning "^3.0.0" + quick-format-unescaped "^4.0.3" + real-require "^0.2.0" + safe-stable-stringify "^2.3.1" + sonic-boom "^3.7.0" + thread-stream "^2.6.0" + +pirates@^4.0.4: + version "4.0.6" + +pkg-dir@^4.2.0: + version "4.2.0" + dependencies: + find-up "^4.0.0" + +platform@^1.3.1: + version "1.3.6" + resolved "https://registry.npmjs.org/platform/-/platform-1.3.6.tgz" + integrity sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg== + +postman-to-openapi@^3.0.1: + version "3.0.1" + dependencies: + commander "^8.3.0" + js-yaml "^4.1.0" + jsonc-parser "3.2.0" + lodash.camelcase "^4.3.0" + marked "^4.2.5" + mustache "^4.2.0" + +prebuild-install@^7.1.1: + version "7.1.2" + resolved "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.2.tgz" + integrity sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ== + dependencies: + detect-libc "^2.0.0" + expand-template "^2.0.3" + github-from-package "0.0.0" + minimist "^1.2.3" + mkdirp-classic "^0.5.3" + napi-build-utils "^1.0.1" + node-abi "^3.3.0" + pump "^3.0.0" + rc "^1.2.7" + simple-get "^4.0.0" + tar-fs "^2.0.0" + tunnel-agent "^0.6.0" + +prelude-ls@~1.1.2: + version "1.1.2" + +pretty-format@^29.0.0, pretty-format@^29.7.0: + version "29.7.0" + dependencies: + "@jest/schemas" "^29.6.3" + ansi-styles "^5.0.0" + react-is "^18.0.0" + +process-nextick-args@~2.0.0: + version "2.0.1" + +process-warning@^3.0.0: + version "3.0.0" + +process@^0.11.10: + version "0.11.10" + +prom-client@^14.2.0: + version "14.2.0" + dependencies: + tdigest "^0.1.1" + +promise-inflight@^1.0.1: + version "1.0.1" + +promise-retry@^2.0.1: + version "2.0.1" + dependencies: + err-code "^2.0.2" + retry "^0.12.0" + +prompts@^2.0.1: + version "2.4.2" + dependencies: + kleur "^3.0.3" + sisteransi "^1.0.5" + +propagate@^2.0.0: + version "2.0.1" + +proto3-json-serializer@^2.0.2: + version "2.0.2" + resolved "https://registry.npmjs.org/proto3-json-serializer/-/proto3-json-serializer-2.0.2.tgz" + integrity sha512-SAzp/O4Yh02jGdRc+uIrGoe87dkN/XtwxfZ4ZyafJHymd79ozp5VG5nyZ7ygqPM5+cpLDjjGnYFUkngonyDPOQ== + dependencies: + protobufjs "^7.2.5" + +protobufjs@^7.2.5, protobufjs@^7.2.6, protobufjs@^7.3.2: + version "7.4.0" + resolved "https://registry.npmjs.org/protobufjs/-/protobufjs-7.4.0.tgz" + integrity sha512-mRUWCc3KUU4w1jU8sGxICXH/gNS94DvI1gxqDvBzhj1JpcsimQkYiOJfwsPUykUI5ZaspFbSgmBLER8IrQ3tqw== + dependencies: + "@protobufjs/aspromise" "^1.1.2" + "@protobufjs/base64" "^1.1.2" + "@protobufjs/codegen" "^2.0.4" + "@protobufjs/eventemitter" "^1.1.0" + "@protobufjs/fetch" "^1.1.0" + "@protobufjs/float" "^1.0.2" + "@protobufjs/inquire" "^1.1.0" + "@protobufjs/path" "^1.1.2" + "@protobufjs/pool" "^1.1.0" + "@protobufjs/utf8" "^1.1.0" + "@types/node" ">=13.7.0" + long "^5.0.0" + +proxy-addr@~2.0.7: + version "2.0.7" + dependencies: + forwarded "0.2.0" + ipaddr.js "1.9.1" + +proxy-agent@^5.0.0: + version "5.0.0" + dependencies: + agent-base "^6.0.0" + debug "4" + http-proxy-agent "^4.0.0" + https-proxy-agent "^5.0.0" + lru-cache "^5.1.1" + pac-proxy-agent "^5.0.0" + proxy-from-env "^1.0.0" + socks-proxy-agent "^5.0.0" + +proxy-from-env@^1.0.0, proxy-from-env@^1.1.0: + version "1.1.0" + +pstree.remy@^1.1.8: + version "1.1.8" + +pump@^3.0.0: + version "3.0.0" + dependencies: + end-of-stream "^1.1.0" + once "^1.3.1" + +punycode@^1.4.1: + version "1.4.1" + +pure-rand@^6.0.0: + version "6.1.0" + +qs@^6.4.0, qs@6.13.0: + version "6.13.0" + resolved "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz" + integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg== + dependencies: + side-channel "^1.0.6" + +quick-format-unescaped@^4.0.3: + version "4.0.4" + +ramda-adjunct@^5.0.0: + version "5.1.0" + resolved "https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-5.1.0.tgz" + integrity sha512-8qCpl2vZBXEJyNbi4zqcgdfHtcdsWjOGbiNSEnEBrM6Y0OKOT8UxJbIVGm1TIcjaSu2MxaWcgtsNlKlCk7o7qg== + +ramda@^0.30.1, "ramda@>= 0.30.0", ramda@~0.30.0: + version "0.30.1" + resolved "https://registry.npmjs.org/ramda/-/ramda-0.30.1.tgz" + integrity sha512-tEF5I22zJnuclswcZMc8bDIrwRHRzf+NqVEmqg50ShAZMP7MWeR/RGDthfM/p+BlqvF2fXAzpn8i+SJcYD3alw== + +range-parser@~1.2.1: + version "1.2.1" + resolved "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz" + integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== + +raw-body@^2.2.0, raw-body@2.5.2: + version "2.5.2" + dependencies: + bytes "3.1.2" + http-errors "2.0.0" + iconv-lite "0.4.24" + unpipe "1.0.0" + +rc@^1.2.7: + version "1.2.8" + resolved "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz" + integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== + dependencies: + deep-extend "^0.6.0" + ini "~1.3.0" + minimist "^1.2.0" + strip-json-comments "~2.0.1" + +react-dom@>=17: + version "18.3.1" + resolved "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz" + integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw== + dependencies: + loose-envify "^1.1.0" + scheduler "^0.23.2" + +react-is@^18.0.0: + version "18.3.1" + +react@^18.3.1, react@>=17: + version "18.3.1" + resolved "https://registry.npmjs.org/react/-/react-18.3.1.tgz" + integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ== + dependencies: + loose-envify "^1.1.0" + +readable-stream@^2.3.6: + version "2.3.8" + resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz" + integrity sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA== + dependencies: + core-util-is "~1.0.0" + inherits "~2.0.3" + isarray "~1.0.0" + process-nextick-args "~2.0.0" + safe-buffer "~5.1.1" + string_decoder "~1.1.1" + util-deprecate "~1.0.1" + +readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@^3.6.0: + version "3.6.2" + dependencies: + inherits "^2.0.3" + string_decoder "^1.1.1" + util-deprecate "^1.0.1" + +readable-stream@^4.0.0: + version "4.5.2" + dependencies: + abort-controller "^3.0.0" + buffer "^6.0.3" + events "^3.3.0" + process "^0.11.10" + string_decoder "^1.3.0" + +readable-stream@~1.0.31: + version "1.0.34" + dependencies: + core-util-is "~1.0.0" + inherits "~2.0.1" + isarray "0.0.1" + string_decoder "~0.10.x" + +readable-stream@~2.3.6: + version "2.3.8" + dependencies: + core-util-is "~1.0.0" + inherits "~2.0.3" + isarray "~1.0.0" + process-nextick-args "~2.0.0" + safe-buffer "~5.1.1" + string_decoder "~1.1.1" + util-deprecate "~1.0.1" + +readable-stream@1.1.x: + version "1.1.14" + dependencies: + core-util-is "~1.0.0" + inherits "~2.0.1" + isarray "0.0.1" + string_decoder "~0.10.x" + +readdirp@~3.6.0: + version "3.6.0" + dependencies: + picomatch "^2.2.1" + +real-require@^0.2.0: + version "0.2.0" + +regenerator-runtime@^0.14.0: + version "0.14.1" + resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz" + integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw== + +require-directory@^2.1.1: + version "2.1.1" + +require-from-string@^2.0.2: + version "2.0.2" + +resolve-cwd@^3.0.0: + version "3.0.0" + dependencies: + resolve-from "^5.0.0" + +resolve-from@^5.0.0: + version "5.0.0" + +resolve.exports@^2.0.0: + version "2.0.2" + +resolve@^1.20.0, resolve@^1.22.1: + version "1.22.8" + dependencies: + is-core-module "^2.13.0" + path-parse "^1.0.7" + supports-preserve-symlinks-flag "^1.0.0" + +retry-request@^5.0.0: + version "5.0.2" + dependencies: + debug "^4.1.1" + extend "^3.0.2" + +retry-request@^7.0.0: + version "7.0.2" + resolved "https://registry.npmjs.org/retry-request/-/retry-request-7.0.2.tgz" + integrity sha512-dUOvLMJ0/JJYEn8NrpOaGNE7X3vpI5XlZS/u0ANjqtcZVKnIxP7IgCFwrKTxENw29emmwug53awKtaMm4i9g5w== + dependencies: + "@types/request" "^2.48.8" + extend "^3.0.2" + teeny-request "^9.0.0" + +retry@^0.12.0: + version "0.12.0" + +retry@0.13.1: + version "0.13.1" + +rimraf@^3.0.2: + version "3.0.2" + dependencies: + glob "^7.1.3" + +safe-buffer@^5.0.1, safe-buffer@>=5.1.0, safe-buffer@~5.2.0, safe-buffer@5.2.1: + version "5.2.1" + +safe-buffer@~5.1.0, safe-buffer@~5.1.1: + version "5.1.2" + resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz" + integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== + +safe-buffer@5.1.2: + version "5.1.2" + +safe-stable-stringify@^2.3.1: + version "2.4.3" + +"safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0": + version "2.1.2" + +sax@>=0.6.0: + version "1.4.1" + resolved "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz" + integrity sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg== + +scheduler@^0.23.2: + version "0.23.2" + resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz" + integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ== + dependencies: + loose-envify "^1.1.0" + +sdk-base@^2.0.1: + version "2.0.1" + resolved "https://registry.npmjs.org/sdk-base/-/sdk-base-2.0.1.tgz" + integrity sha512-eeG26wRwhtwYuKGCDM3LixCaxY27Pa/5lK4rLKhQa7HBjJ3U3Y+f81MMZQRsDw/8SC2Dao/83yJTXJ8aULuN8Q== + dependencies: + get-ready "~1.0.0" + +semver@^5.0.1: + version "5.7.2" + resolved "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz" + integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g== + +semver@^5.7.1: + version "5.7.2" + +semver@^6.0.0: + version "6.3.1" + +semver@^6.3.0: + version "6.3.1" + +semver@^6.3.1: + version "6.3.1" + +semver@^7.3.5, semver@^7.5.3, semver@^7.5.4: + version "7.6.3" + +semver@~7.0.0: + version "7.0.0" + +send@0.19.0: + version "0.19.0" + resolved "https://registry.npmjs.org/send/-/send-0.19.0.tgz" + integrity sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw== + dependencies: + debug "2.6.9" + depd "2.0.0" + destroy "1.2.0" + encodeurl "~1.0.2" + escape-html "~1.0.3" + etag "~1.8.1" + fresh "0.5.2" + http-errors "2.0.0" + mime "1.6.0" + ms "2.1.3" + on-finished "2.4.1" + range-parser "~1.2.1" + statuses "2.0.1" + +serve-static@1.16.2: + version "1.16.2" + resolved "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz" + integrity sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw== + dependencies: + encodeurl "~2.0.0" + escape-html "~1.0.3" + parseurl "~1.3.3" + send "0.19.0" + +set-blocking@^2.0.0: + version "2.0.0" + +set-function-length@^1.2.1: + version "1.2.2" + dependencies: + define-data-property "^1.1.4" + es-errors "^1.3.0" + function-bind "^1.1.2" + get-intrinsic "^1.2.4" + gopd "^1.0.1" + has-property-descriptors "^1.0.2" + +setprototypeof@1.2.0: + version "1.2.0" + +shebang-command@^2.0.0: + version "2.0.0" + dependencies: + shebang-regex "^3.0.0" + +shebang-regex@^3.0.0: + version "3.0.0" + +short-unique-id@^5.0.2: + version "5.2.0" + resolved "https://registry.npmjs.org/short-unique-id/-/short-unique-id-5.2.0.tgz" + integrity sha512-cMGfwNyfDZ/nzJ2k2M+ClthBIh//GlZl1JEf47Uoa9XR11bz8Pa2T2wQO4bVrRdH48LrIDWJahQziKo3MjhsWg== + +side-channel@^1.0.6: + version "1.0.6" + dependencies: + call-bind "^1.0.7" + es-errors "^1.3.0" + get-intrinsic "^1.2.4" + object-inspect "^1.13.1" + +signal-exit@^3.0.0, signal-exit@^3.0.3, signal-exit@^3.0.7: + version "3.0.7" + +simple-concat@^1.0.0: + version "1.0.1" + resolved "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz" + integrity sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q== + +simple-get@^4.0.0: + version "4.0.1" + resolved "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz" + integrity sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA== + dependencies: + decompress-response "^6.0.0" + once "^1.3.1" + simple-concat "^1.0.0" + +simple-update-notifier@^1.0.7: + version "1.1.0" + dependencies: + semver "~7.0.0" + +sisteransi@^1.0.5: + version "1.0.5" + +slash@^3.0.0: + version "3.0.0" + +smart-buffer@^4.2.0: + version "4.2.0" + +socks-proxy-agent@^5.0.0, socks-proxy-agent@5: + version "5.0.1" + dependencies: + agent-base "^6.0.2" + debug "4" + socks "^2.3.3" + +socks-proxy-agent@^7.0.0: + version "7.0.0" + dependencies: + agent-base "^6.0.2" + debug "^4.3.3" + socks "^2.6.2" + +socks@^2.3.3, socks@^2.6.2: + version "2.8.3" + dependencies: + ip-address "^9.0.5" + smart-buffer "^4.2.0" + +sonic-boom@^3.7.0: + version "3.8.1" + dependencies: + atomic-sleep "^1.0.0" + +source-map-js@^1.0.1: + version "1.2.0" + +source-map-support@0.5.13: + version "0.5.13" + dependencies: + buffer-from "^1.0.0" + source-map "^0.6.0" + +source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1: + version "0.6.1" + +split2@^4.0.0: + version "4.2.0" + +sprintf-js@^1.1.3: + version "1.1.3" + +sprintf-js@~1.0.2: + version "1.0.3" + resolved "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz" + integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g== + +ssri@^9.0.0: + version "9.0.1" + dependencies: + minipass "^3.1.1" + +stack-utils@^2.0.3: + version "2.0.6" + dependencies: + escape-string-regexp "^2.0.0" + +static-eval@2.0.2: + version "2.0.2" + dependencies: + escodegen "^1.8.1" + +statuses@^1.3.1: + version "1.5.0" + resolved "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz" + integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA== + +statuses@2.0.1: + version "2.0.1" + +stream-events@^1.0.5: + version "1.0.5" + dependencies: + stubs "^3.0.0" + +stream-http@2.8.2: + version "2.8.2" + resolved "https://registry.npmjs.org/stream-http/-/stream-http-2.8.2.tgz" + integrity sha512-QllfrBhqF1DPcz46WxKTs6Mz1Bpc+8Qm6vbqOpVav5odAXwbyzwnEczoWqtxrsmlO+cJqtPrp/8gWKWjaKLLlA== + dependencies: + builtin-status-codes "^3.0.0" + inherits "^2.0.1" + readable-stream "^2.3.6" + to-arraybuffer "^1.0.0" + xtend "^4.0.0" + +stream-shift@^1.0.2: + version "1.0.3" + +stream-wormhole@^1.0.4: + version "1.1.0" + resolved "https://registry.npmjs.org/stream-wormhole/-/stream-wormhole-1.1.0.tgz" + integrity sha512-gHFfL3px0Kctd6Po0M8TzEvt3De/xu6cnRrjlfYNhwbhLPLwigI2t1nc6jrzNuaYg5C4YF78PPFuQPzRiqn9ew== + +string_decoder@^1.1.1, string_decoder@^1.3.0: + version "1.3.0" + dependencies: + safe-buffer "~5.2.0" + +string_decoder@~0.10.x: + version "0.10.31" + +string_decoder@~1.1.1: + version "1.1.1" + resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz" + integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== + dependencies: + safe-buffer "~5.1.0" + +string-length@^4.0.1: + version "4.0.2" + dependencies: + char-regex "^1.0.2" + strip-ansi "^6.0.0" + +"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: + version "4.2.3" + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + +strip-ansi@^6.0.0, strip-ansi@^6.0.1: + version "6.0.1" + dependencies: + ansi-regex "^5.0.1" + +strip-bom@^4.0.0: + version "4.0.0" + +strip-final-newline@^2.0.0: + version "2.0.0" + +strip-json-comments@^3.1.1: + version "3.1.1" + +strip-json-comments@~2.0.1: + version "2.0.1" + resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz" + integrity sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ== + +strnum@^1.0.5: + version "1.0.5" + +stubs@^3.0.0: + version "3.0.0" + +stylis@^4.3.0: + version "4.3.2" + +supports-color@^5.3.0, supports-color@^5.5.0: + version "5.5.0" + dependencies: + has-flag "^3.0.0" + +supports-color@^7.1.0: + version "7.2.0" + dependencies: + has-flag "^4.0.0" + +supports-color@^8.0.0: + version "8.1.1" + dependencies: + has-flag "^4.0.0" + +supports-preserve-symlinks-flag@^1.0.0: + version "1.0.0" + +svgo@^3.0.2: + version "3.3.2" + dependencies: + "@trysound/sax" "0.2.0" + commander "^7.2.0" + css-select "^5.1.0" + css-tree "^2.3.1" + css-what "^6.1.0" + csso "^5.0.5" + picocolors "^1.0.0" + +swagger-client@^3.29.3: + version "3.29.3" + resolved "https://registry.npmjs.org/swagger-client/-/swagger-client-3.29.3.tgz" + integrity sha512-OhhMAO2dwDEaxtUNDxwaqzw75uiZY5lX/2vx+U6eKCYZYhXWQ5mylU/0qfk/xMR20VyitsnzRc6KcFFjRoCS7A== + dependencies: + "@babel/runtime-corejs3" "^7.22.15" + "@swagger-api/apidom-core" ">=1.0.0-alpha.9 <1.0.0-beta.0" + "@swagger-api/apidom-error" ">=1.0.0-alpha.9 <1.0.0-beta.0" + "@swagger-api/apidom-json-pointer" ">=1.0.0-alpha.9 <1.0.0-beta.0" + "@swagger-api/apidom-ns-openapi-3-1" ">=1.0.0-alpha.9 <1.0.0-beta.0" + "@swagger-api/apidom-reference" ">=1.0.0-alpha.9 <1.0.0-beta.0" + cookie "~0.6.0" + deepmerge "~4.3.0" + fast-json-patch "^3.0.0-1" + js-yaml "^4.1.0" + neotraverse "=0.6.18" + node-abort-controller "^3.1.1" + node-fetch-commonjs "^3.3.2" + openapi-path-templating "^1.5.1" + openapi-server-url-templating "^1.0.0" + ramda "^0.30.1" + ramda-adjunct "^5.0.0" + +tar-fs@^2.0.0: + version "2.1.1" + resolved "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz" + integrity sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng== + dependencies: + chownr "^1.1.1" + mkdirp-classic "^0.5.2" + pump "^3.0.0" + tar-stream "^2.1.4" + +tar-stream@^2.1.4: + version "2.2.0" + resolved "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz" + integrity sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ== + dependencies: + bl "^4.0.3" + end-of-stream "^1.4.1" + fs-constants "^1.0.0" + inherits "^2.0.3" + readable-stream "^3.1.1" + +tar@^6.1.11, tar@^6.1.2: + version "6.2.1" + dependencies: + chownr "^2.0.0" + fs-minipass "^2.0.0" + minipass "^5.0.0" + minizlib "^2.1.1" + mkdirp "^1.0.3" + yallist "^4.0.0" + +tdigest@^0.1.1: + version "0.1.2" + dependencies: + bintrees "1.0.2" + +teeny-request@^8.0.0: + version "8.0.3" + dependencies: + http-proxy-agent "^5.0.0" + https-proxy-agent "^5.0.0" + node-fetch "^2.6.1" + stream-events "^1.0.5" + uuid "^9.0.0" + +teeny-request@^9.0.0: + version "9.0.0" + resolved "https://registry.npmjs.org/teeny-request/-/teeny-request-9.0.0.tgz" + integrity sha512-resvxdc6Mgb7YEThw6G6bExlXKkv6+YbuzGg9xuXxSgxJF7Ozs+o8Y9+2R3sArdWdW8nOokoQb1yrpFB0pQK2g== + dependencies: + http-proxy-agent "^5.0.0" + https-proxy-agent "^5.0.0" + node-fetch "^2.6.9" + stream-events "^1.0.5" + uuid "^9.0.0" + +test-exclude@^6.0.0: + version "6.0.0" + dependencies: + "@istanbuljs/schema" "^0.1.2" + glob "^7.1.4" + minimatch "^3.0.4" + +thenify-all@^1.0.0: + version "1.6.0" + resolved "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz" + integrity sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA== + dependencies: + thenify ">= 3.1.0 < 4" + +"thenify@>= 3.1.0 < 4": + version "3.3.1" + resolved "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz" + integrity sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw== + dependencies: + any-promise "^1.0.0" + +thread-stream@^2.6.0: + version "2.7.0" + dependencies: + real-require "^0.2.0" + +through@~2.3: + version "2.3.8" + resolved "https://registry.npmjs.org/through/-/through-2.3.8.tgz" + integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg== + +through2@^2.0.1: + version "2.0.5" + dependencies: + readable-stream "~2.3.6" + xtend "~4.0.1" + +tmpl@1.0.5: + version "1.0.5" + +to-arraybuffer@^1.0.0: + version "1.0.1" + resolved "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz" + integrity sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA== + +to-fast-properties@^2.0.0: + version "2.0.0" + +to-regex-range@^5.0.1: + version "5.0.1" + dependencies: + is-number "^7.0.0" + +toidentifier@1.0.1: + version "1.0.1" + +touch@^3.1.0: + version "3.1.1" + +tr46@~0.0.3: + version "0.0.3" + +tree-sitter-json@=0.20.2: + version "0.20.2" + resolved "https://registry.npmjs.org/tree-sitter-json/-/tree-sitter-json-0.20.2.tgz" + integrity sha512-eUxrowp4F1QEGk/i7Sa+Xl8Crlfp7J0AXxX1QdJEQKQYMWhgMbCIgyQvpO3Q0P9oyTrNQxRLlRipDS44a8EtRw== + dependencies: + nan "^2.18.0" + +tree-sitter-yaml@=0.5.0: + version "0.5.0" + resolved "https://registry.npmjs.org/tree-sitter-yaml/-/tree-sitter-yaml-0.5.0.tgz" + integrity sha512-POJ4ZNXXSWIG/W4Rjuyg36MkUD4d769YRUGKRqN+sVaj/VCo6Dh6Pkssn1Rtewd5kybx+jT1BWMyWN0CijXnMA== + dependencies: + nan "^2.14.0" + +tree-sitter@=0.20.4: + version "0.20.4" + resolved "https://registry.npmjs.org/tree-sitter/-/tree-sitter-0.20.4.tgz" + integrity sha512-rjfR5dc4knG3jnJNN/giJ9WOoN1zL/kZyrS0ILh+eqq8RNcIbiXA63JsMEgluug0aNvfQvK4BfCErN1vIzvKog== + dependencies: + nan "^2.17.0" + prebuild-install "^7.1.1" + +ts-jest@^29.0.3: + version "29.2.4" + dependencies: + bs-logger "0.x" + ejs "^3.1.10" + fast-json-stable-stringify "2.x" + jest-util "^29.0.0" + json5 "^2.2.3" + lodash.memoize "4.x" + make-error "1.x" + semver "^7.5.3" + yargs-parser "^21.0.1" + +ts-mixer@^6.0.3, ts-mixer@^6.0.4: + version "6.0.4" + resolved "https://registry.npmjs.org/ts-mixer/-/ts-mixer-6.0.4.tgz" + integrity sha512-ufKpbmrugz5Aou4wcr5Wc1UUFWOLhq+Fm6qa6P0w0K5Qw2yhaUoiWszhCVuNQyNwrlGiscHOmqYoAox1PtvgjA== + +ts-node@^10.9.1, ts-node@>=9.0.0: + version "10.9.2" + dependencies: + "@cspotcode/source-map-support" "^0.8.0" + "@tsconfig/node10" "^1.0.7" + "@tsconfig/node12" "^1.0.7" + "@tsconfig/node14" "^1.0.0" + "@tsconfig/node16" "^1.0.2" + acorn "^8.4.1" + acorn-walk "^8.1.1" + arg "^4.1.0" + create-require "^1.1.0" + diff "^4.0.1" + make-error "^1.1.1" + v8-compile-cache-lib "^3.0.1" + yn "3.1.1" + +ts-toolbelt@^9.6.0: + version "9.6.0" + +tslib@^2.0.1, tslib@^2.1.0, tslib@^2.4.0, tslib@^2.6.2: + version "2.6.3" + +tunnel-agent@^0.6.0: + version "0.6.0" + resolved "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz" + integrity sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w== + dependencies: + safe-buffer "^5.0.1" + +type-check@~0.3.2: + version "0.3.2" + dependencies: + prelude-ls "~1.1.2" + +type-detect@4.0.8: + version "4.0.8" + +type-fest@^0.21.3: + version "0.21.3" + +type-is@~1.6.18: + version "1.6.18" + resolved "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz" + integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== + dependencies: + media-typer "0.3.0" + mime-types "~2.1.24" + +types-ramda@^0.30.1: + version "0.30.1" + resolved "https://registry.npmjs.org/types-ramda/-/types-ramda-0.30.1.tgz" + integrity sha512-1HTsf5/QVRmLzcGfldPFvkVsAdi1db1BBKzi7iW3KBUlOICg/nKnFS+jGqDJS3YD8VsWbAh7JiHeBvbsw8RPxA== + dependencies: + ts-toolbelt "^9.6.0" + +typescript@^4.9.3, typescript@>=2.7, "typescript@>=4.3 <6": + version "4.9.5" + +undefsafe@^2.0.5: + version "2.0.5" + +underscore@1.12.1: + version "1.12.1" + +undici-types@~5.26.4: + version "5.26.5" + +undici-types@~6.13.0: + version "6.13.0" + +unescape@^1.0.1: + version "1.0.1" + resolved "https://registry.npmjs.org/unescape/-/unescape-1.0.1.tgz" + integrity sha512-O0+af1Gs50lyH1nUu3ZyYS1cRh01Q/kUKatTOkSs7jukXE6/NebucDVxyiDsA9AQ4JC1V1jUH9EO8JX2nMDgGQ== + dependencies: + extend-shallow "^2.0.1" + +unique-filename@^2.0.0: + version "2.0.1" + dependencies: + unique-slug "^3.0.0" + +unique-sequence@1.0.2: + version "1.0.2" + +unique-slug@^3.0.0: + version "3.0.0" + dependencies: + imurmurhash "^0.1.4" + +universalify@^0.1.0: + version "0.1.2" + +unpipe@~1.0.0, unpipe@1.0.0: + version "1.0.0" + +unraw@^3.0.0: + version "3.0.0" + resolved "https://registry.npmjs.org/unraw/-/unraw-3.0.0.tgz" + integrity sha512-08/DA66UF65OlpUDIQtbJyrqTR0jTAlJ+jsnkQ4jxR7+K5g5YG1APZKQSMCE1vqqmD+2pv6+IdEjmopFatacvg== + +untildify@^4.0.0: + version "4.0.0" + +update-browserslist-db@^1.1.0: + version "1.1.0" + dependencies: + escalade "^3.1.2" + picocolors "^1.0.1" + +urllib@^2.44.0: + version "2.44.0" + resolved "https://registry.npmjs.org/urllib/-/urllib-2.44.0.tgz" + integrity sha512-zRCJqdfYllRDA9bXUtx+vccyRqtJPKsw85f44zH7zPD28PIvjMqIgw9VwoTLV7xTBWZsbebUFVHU5ghQcWku2A== + dependencies: + any-promise "^1.3.0" + content-type "^1.0.2" + default-user-agent "^1.0.0" + digest-header "^1.0.0" + ee-first "~1.1.1" + formstream "^1.1.0" + humanize-ms "^1.2.0" + iconv-lite "^0.6.3" + pump "^3.0.0" + qs "^6.4.0" + statuses "^1.3.1" + utility "^1.16.1" + +util-deprecate@^1.0.1, util-deprecate@~1.0.1: + version "1.0.2" + +utility@^1.16.1, utility@^1.18.0: + version "1.18.0" + resolved "https://registry.npmjs.org/utility/-/utility-1.18.0.tgz" + integrity sha512-PYxZDA+6QtvRvm//++aGdmKG/cI07jNwbROz0Ql+VzFV1+Z0Dy55NI4zZ7RHc9KKpBePNFwoErqIuqQv/cjiTA== + dependencies: + copy-to "^2.0.1" + escape-html "^1.0.3" + mkdirp "^0.5.1" + mz "^2.7.0" + unescape "^1.0.1" + +utils-merge@1.0.1: + version "1.0.1" + +uuid@^10.0.0: + version "10.0.0" + resolved "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz" + integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ== + +uuid@^8.0.0: + version "8.3.2" + resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz" + integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== + +uuid@^9.0.0, uuid@^9.0.1: + version "9.0.1" + resolved "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz" + integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA== + +v8-compile-cache-lib@^3.0.1: + version "3.0.1" + +v8-to-istanbul@^9.0.1: + version "9.3.0" + dependencies: + "@jridgewell/trace-mapping" "^0.3.12" + "@types/istanbul-lib-coverage" "^2.0.1" + convert-source-map "^2.0.0" + +vary@~1.1.2: + version "1.1.2" + +vm2@^3.9.17: + version "3.9.19" + dependencies: + acorn "^8.7.0" + acorn-walk "^8.2.0" + +walker@^1.0.8: + version "1.0.8" + dependencies: + makeerror "1.0.12" + +web-streams-polyfill@^3.0.3: + version "3.3.3" + +web-streams-polyfill@4.0.0-beta.3: + version "4.0.0-beta.3" + +web-tree-sitter@=0.20.3: + version "0.20.3" + resolved "https://registry.npmjs.org/web-tree-sitter/-/web-tree-sitter-0.20.3.tgz" + integrity sha512-zKGJW9r23y3BcJusbgvnOH2OYAW40MXAOi9bi3Gcc7T4Gms9WWgXF8m6adsJWpGJEhgOzCrfiz1IzKowJWrtYw== + +webidl-conversions@^3.0.0: + version "3.0.1" + +websocket-driver@>=0.5.1: + version "0.7.4" + resolved "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz" + integrity sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg== + dependencies: + http-parser-js ">=0.5.1" + safe-buffer ">=5.1.0" + websocket-extensions ">=0.1.1" + +websocket-extensions@>=0.1.1: + version "0.1.4" + resolved "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz" + integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg== + +whatwg-url@^5.0.0: + version "5.0.0" + dependencies: + tr46 "~0.0.3" + webidl-conversions "^3.0.0" + +which@^2.0.1, which@^2.0.2: + version "2.0.2" + dependencies: + isexe "^2.0.0" + +wide-align@^1.1.2, wide-align@^1.1.5: + version "1.1.5" + dependencies: + string-width "^1.0.2 || 2 || 3 || 4" + +win-release@^1.0.0: + version "1.1.1" + resolved "https://registry.npmjs.org/win-release/-/win-release-1.1.1.tgz" + integrity sha512-iCRnKVvGxOQdsKhcQId2PXV1vV3J/sDPXKA4Oe9+Eti2nb2ESEsYHRYls/UjoUW3bIc5ZDO8dTH50A/5iVN+bw== + dependencies: + semver "^5.0.1" + +word-wrap@~1.2.3: + version "1.2.5" + +wrap-ansi@^7.0.0: + version "7.0.0" + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + +wrappy@1: + version "1.0.2" + +write-file-atomic@^4.0.2: + version "4.0.2" + dependencies: + imurmurhash "^0.1.4" + signal-exit "^3.0.7" + +ws@^8.14.2: + version "8.18.0" + +xml2js@^0.6.2: + version "0.6.2" + resolved "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz" + integrity sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA== + dependencies: + sax ">=0.6.0" + xmlbuilder "~11.0.0" + +xmlbuilder@~11.0.0: + version "11.0.1" + resolved "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz" + integrity sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA== + +xregexp@2.0.0: + version "2.0.0" + +xtend@^4.0.0, xtend@~4.0.1: + version "4.0.2" + +y18n@^5.0.5: + version "5.0.8" + +yallist@^3.0.2: + version "3.1.1" + +yallist@^4.0.0: + version "4.0.0" + +yaml@^2.2.2: + version "2.5.0" + +yargs-parser@^20.2.2: + version "20.2.9" + +yargs-parser@^21.0.1, yargs-parser@^21.1.1: + version "21.1.1" + +yargs@^16.1.0: + version "16.2.0" + dependencies: + cliui "^7.0.2" + escalade "^3.1.1" + get-caller-file "^2.0.5" + require-directory "^2.1.1" + string-width "^4.2.0" + y18n "^5.0.5" + yargs-parser "^20.2.2" + +yargs@^17.3.1, yargs@^17.7.2: + version "17.7.2" + dependencies: + cliui "^8.0.1" + escalade "^3.1.1" + get-caller-file "^2.0.5" + require-directory "^2.1.1" + string-width "^4.2.3" + y18n "^5.0.5" + yargs-parser "^21.1.1" + +yn@3.1.1: + version "3.1.1" + +yocto-queue@^0.1.0: + version "0.1.0" From 08631d1f2dc5c2df8fdb2b415cbb2c9edb0201c5 Mon Sep 17 00:00:00 2001 From: FalkWolsky Date: Wed, 9 Oct 2024 21:32:53 +0200 Subject: [PATCH 4/4] Updating Yarn Lock file --- server/node-service/yarn.lock | 17811 ++++++++++++++++++++------------ 1 file changed, 11195 insertions(+), 6616 deletions(-) diff --git a/server/node-service/yarn.lock b/server/node-service/yarn.lock index 8e22f7461..4040e5e12 100644 --- a/server/node-service/yarn.lock +++ b/server/node-service/yarn.lock @@ -1,6616 +1,11195 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -"@ampproject/remapping@^2.2.0": - version "2.3.0" - dependencies: - "@jridgewell/gen-mapping" "^0.3.5" - "@jridgewell/trace-mapping" "^0.3.24" - -"@apidevtools/json-schema-ref-parser@9.0.6": - version "9.0.6" - resolved "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-9.0.6.tgz" - integrity sha512-M3YgsLjI0lZxvrpeGVk9Ap032W6TPQkH6pRAZz81Ac3WUNF79VQooAFnp8umjvVzUmD93NkogxEwbSce7qMsUg== - dependencies: - "@jsdevtools/ono" "^7.1.3" - call-me-maybe "^1.0.1" - js-yaml "^3.13.1" - -"@apidevtools/openapi-schemas@^2.1.0": - version "2.1.0" - -"@apidevtools/swagger-methods@^3.0.2": - version "3.0.2" - -"@apidevtools/swagger-parser@^10.1.0": - version "10.1.0" - dependencies: - "@apidevtools/json-schema-ref-parser" "9.0.6" - "@apidevtools/openapi-schemas" "^2.1.0" - "@apidevtools/swagger-methods" "^3.0.2" - "@jsdevtools/ono" "^7.1.3" - ajv "^8.6.3" - ajv-draft-04 "^1.0.0" - call-me-maybe "^1.0.1" - -"@aws-crypto/crc32@5.2.0": - version "5.2.0" - dependencies: - "@aws-crypto/util" "^5.2.0" - "@aws-sdk/types" "^3.222.0" - tslib "^2.6.2" - -"@aws-crypto/crc32c@5.2.0": - version "5.2.0" - dependencies: - "@aws-crypto/util" "^5.2.0" - "@aws-sdk/types" "^3.222.0" - tslib "^2.6.2" - -"@aws-crypto/sha1-browser@5.2.0": - version "5.2.0" - dependencies: - "@aws-crypto/supports-web-crypto" "^5.2.0" - "@aws-crypto/util" "^5.2.0" - "@aws-sdk/types" "^3.222.0" - "@aws-sdk/util-locate-window" "^3.0.0" - "@smithy/util-utf8" "^2.0.0" - tslib "^2.6.2" - -"@aws-crypto/sha256-browser@5.2.0": - version "5.2.0" - dependencies: - "@aws-crypto/sha256-js" "^5.2.0" - "@aws-crypto/supports-web-crypto" "^5.2.0" - "@aws-crypto/util" "^5.2.0" - "@aws-sdk/types" "^3.222.0" - "@aws-sdk/util-locate-window" "^3.0.0" - "@smithy/util-utf8" "^2.0.0" - tslib "^2.6.2" - -"@aws-crypto/sha256-js@^5.2.0", "@aws-crypto/sha256-js@5.2.0": - version "5.2.0" - dependencies: - "@aws-crypto/util" "^5.2.0" - "@aws-sdk/types" "^3.222.0" - tslib "^2.6.2" - -"@aws-crypto/supports-web-crypto@^5.2.0": - version "5.2.0" - dependencies: - tslib "^2.6.2" - -"@aws-crypto/util@^5.2.0": - version "5.2.0" - dependencies: - "@aws-sdk/types" "^3.222.0" - "@smithy/util-utf8" "^2.0.0" - tslib "^2.6.2" - -"@aws-sdk/client-appconfig@^3.533.0": - version "3.624.0" - dependencies: - "@aws-crypto/sha256-browser" "5.2.0" - "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/client-sso-oidc" "3.624.0" - "@aws-sdk/client-sts" "3.624.0" - "@aws-sdk/core" "3.624.0" - "@aws-sdk/credential-provider-node" "3.624.0" - "@aws-sdk/middleware-host-header" "3.620.0" - "@aws-sdk/middleware-logger" "3.609.0" - "@aws-sdk/middleware-recursion-detection" "3.620.0" - "@aws-sdk/middleware-user-agent" "3.620.0" - "@aws-sdk/region-config-resolver" "3.614.0" - "@aws-sdk/types" "3.609.0" - "@aws-sdk/util-endpoints" "3.614.0" - "@aws-sdk/util-user-agent-browser" "3.609.0" - "@aws-sdk/util-user-agent-node" "3.614.0" - "@smithy/config-resolver" "^3.0.5" - "@smithy/core" "^2.3.2" - "@smithy/fetch-http-handler" "^3.2.4" - "@smithy/hash-node" "^3.0.3" - "@smithy/invalid-dependency" "^3.0.3" - "@smithy/middleware-content-length" "^3.0.5" - "@smithy/middleware-endpoint" "^3.1.0" - "@smithy/middleware-retry" "^3.0.14" - "@smithy/middleware-serde" "^3.0.3" - "@smithy/middleware-stack" "^3.0.3" - "@smithy/node-config-provider" "^3.1.4" - "@smithy/node-http-handler" "^3.1.4" - "@smithy/protocol-http" "^4.1.0" - "@smithy/smithy-client" "^3.1.12" - "@smithy/types" "^3.3.0" - "@smithy/url-parser" "^3.0.3" - "@smithy/util-base64" "^3.0.0" - "@smithy/util-body-length-browser" "^3.0.0" - "@smithy/util-body-length-node" "^3.0.0" - "@smithy/util-defaults-mode-browser" "^3.0.14" - "@smithy/util-defaults-mode-node" "^3.0.14" - "@smithy/util-endpoints" "^2.0.5" - "@smithy/util-middleware" "^3.0.3" - "@smithy/util-retry" "^3.0.3" - "@smithy/util-stream" "^3.1.3" - "@smithy/util-utf8" "^3.0.0" - tslib "^2.6.2" - -"@aws-sdk/client-appconfigdata@^3.533.0": - version "3.624.0" - dependencies: - "@aws-crypto/sha256-browser" "5.2.0" - "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/client-sso-oidc" "3.624.0" - "@aws-sdk/client-sts" "3.624.0" - "@aws-sdk/core" "3.624.0" - "@aws-sdk/credential-provider-node" "3.624.0" - "@aws-sdk/middleware-host-header" "3.620.0" - "@aws-sdk/middleware-logger" "3.609.0" - "@aws-sdk/middleware-recursion-detection" "3.620.0" - "@aws-sdk/middleware-user-agent" "3.620.0" - "@aws-sdk/region-config-resolver" "3.614.0" - "@aws-sdk/types" "3.609.0" - "@aws-sdk/util-endpoints" "3.614.0" - "@aws-sdk/util-user-agent-browser" "3.609.0" - "@aws-sdk/util-user-agent-node" "3.614.0" - "@smithy/config-resolver" "^3.0.5" - "@smithy/core" "^2.3.2" - "@smithy/fetch-http-handler" "^3.2.4" - "@smithy/hash-node" "^3.0.3" - "@smithy/invalid-dependency" "^3.0.3" - "@smithy/middleware-content-length" "^3.0.5" - "@smithy/middleware-endpoint" "^3.1.0" - "@smithy/middleware-retry" "^3.0.14" - "@smithy/middleware-serde" "^3.0.3" - "@smithy/middleware-stack" "^3.0.3" - "@smithy/node-config-provider" "^3.1.4" - "@smithy/node-http-handler" "^3.1.4" - "@smithy/protocol-http" "^4.1.0" - "@smithy/smithy-client" "^3.1.12" - "@smithy/types" "^3.3.0" - "@smithy/url-parser" "^3.0.3" - "@smithy/util-base64" "^3.0.0" - "@smithy/util-body-length-browser" "^3.0.0" - "@smithy/util-body-length-node" "^3.0.0" - "@smithy/util-defaults-mode-browser" "^3.0.14" - "@smithy/util-defaults-mode-node" "^3.0.14" - "@smithy/util-endpoints" "^2.0.5" - "@smithy/util-middleware" "^3.0.3" - "@smithy/util-retry" "^3.0.3" - "@smithy/util-stream" "^3.1.3" - "@smithy/util-utf8" "^3.0.0" - tslib "^2.6.2" - -"@aws-sdk/client-athena@^3.333.0": - version "3.624.0" - dependencies: - "@aws-crypto/sha256-browser" "5.2.0" - "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/client-sso-oidc" "3.624.0" - "@aws-sdk/client-sts" "3.624.0" - "@aws-sdk/core" "3.624.0" - "@aws-sdk/credential-provider-node" "3.624.0" - "@aws-sdk/middleware-host-header" "3.620.0" - "@aws-sdk/middleware-logger" "3.609.0" - "@aws-sdk/middleware-recursion-detection" "3.620.0" - "@aws-sdk/middleware-user-agent" "3.620.0" - "@aws-sdk/region-config-resolver" "3.614.0" - "@aws-sdk/types" "3.609.0" - "@aws-sdk/util-endpoints" "3.614.0" - "@aws-sdk/util-user-agent-browser" "3.609.0" - "@aws-sdk/util-user-agent-node" "3.614.0" - "@smithy/config-resolver" "^3.0.5" - "@smithy/core" "^2.3.2" - "@smithy/fetch-http-handler" "^3.2.4" - "@smithy/hash-node" "^3.0.3" - "@smithy/invalid-dependency" "^3.0.3" - "@smithy/middleware-content-length" "^3.0.5" - "@smithy/middleware-endpoint" "^3.1.0" - "@smithy/middleware-retry" "^3.0.14" - "@smithy/middleware-serde" "^3.0.3" - "@smithy/middleware-stack" "^3.0.3" - "@smithy/node-config-provider" "^3.1.4" - "@smithy/node-http-handler" "^3.1.4" - "@smithy/protocol-http" "^4.1.0" - "@smithy/smithy-client" "^3.1.12" - "@smithy/types" "^3.3.0" - "@smithy/url-parser" "^3.0.3" - "@smithy/util-base64" "^3.0.0" - "@smithy/util-body-length-browser" "^3.0.0" - "@smithy/util-body-length-node" "^3.0.0" - "@smithy/util-defaults-mode-browser" "^3.0.14" - "@smithy/util-defaults-mode-node" "^3.0.14" - "@smithy/util-endpoints" "^2.0.5" - "@smithy/util-middleware" "^3.0.3" - "@smithy/util-retry" "^3.0.3" - "@smithy/util-utf8" "^3.0.0" - tslib "^2.6.2" - uuid "^9.0.1" - -"@aws-sdk/client-dynamodb@^3.332.0": - version "3.624.0" - dependencies: - "@aws-crypto/sha256-browser" "5.2.0" - "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/client-sso-oidc" "3.624.0" - "@aws-sdk/client-sts" "3.624.0" - "@aws-sdk/core" "3.624.0" - "@aws-sdk/credential-provider-node" "3.624.0" - "@aws-sdk/middleware-endpoint-discovery" "3.620.0" - "@aws-sdk/middleware-host-header" "3.620.0" - "@aws-sdk/middleware-logger" "3.609.0" - "@aws-sdk/middleware-recursion-detection" "3.620.0" - "@aws-sdk/middleware-user-agent" "3.620.0" - "@aws-sdk/region-config-resolver" "3.614.0" - "@aws-sdk/types" "3.609.0" - "@aws-sdk/util-endpoints" "3.614.0" - "@aws-sdk/util-user-agent-browser" "3.609.0" - "@aws-sdk/util-user-agent-node" "3.614.0" - "@smithy/config-resolver" "^3.0.5" - "@smithy/core" "^2.3.2" - "@smithy/fetch-http-handler" "^3.2.4" - "@smithy/hash-node" "^3.0.3" - "@smithy/invalid-dependency" "^3.0.3" - "@smithy/middleware-content-length" "^3.0.5" - "@smithy/middleware-endpoint" "^3.1.0" - "@smithy/middleware-retry" "^3.0.14" - "@smithy/middleware-serde" "^3.0.3" - "@smithy/middleware-stack" "^3.0.3" - "@smithy/node-config-provider" "^3.1.4" - "@smithy/node-http-handler" "^3.1.4" - "@smithy/protocol-http" "^4.1.0" - "@smithy/smithy-client" "^3.1.12" - "@smithy/types" "^3.3.0" - "@smithy/url-parser" "^3.0.3" - "@smithy/util-base64" "^3.0.0" - "@smithy/util-body-length-browser" "^3.0.0" - "@smithy/util-body-length-node" "^3.0.0" - "@smithy/util-defaults-mode-browser" "^3.0.14" - "@smithy/util-defaults-mode-node" "^3.0.14" - "@smithy/util-endpoints" "^2.0.5" - "@smithy/util-middleware" "^3.0.3" - "@smithy/util-retry" "^3.0.3" - "@smithy/util-utf8" "^3.0.0" - "@smithy/util-waiter" "^3.1.2" - tslib "^2.6.2" - uuid "^9.0.1" - -"@aws-sdk/client-lambda@^3.332.0": - version "3.624.0" - dependencies: - "@aws-crypto/sha256-browser" "5.2.0" - "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/client-sso-oidc" "3.624.0" - "@aws-sdk/client-sts" "3.624.0" - "@aws-sdk/core" "3.624.0" - "@aws-sdk/credential-provider-node" "3.624.0" - "@aws-sdk/middleware-host-header" "3.620.0" - "@aws-sdk/middleware-logger" "3.609.0" - "@aws-sdk/middleware-recursion-detection" "3.620.0" - "@aws-sdk/middleware-user-agent" "3.620.0" - "@aws-sdk/region-config-resolver" "3.614.0" - "@aws-sdk/types" "3.609.0" - "@aws-sdk/util-endpoints" "3.614.0" - "@aws-sdk/util-user-agent-browser" "3.609.0" - "@aws-sdk/util-user-agent-node" "3.614.0" - "@smithy/config-resolver" "^3.0.5" - "@smithy/core" "^2.3.2" - "@smithy/eventstream-serde-browser" "^3.0.5" - "@smithy/eventstream-serde-config-resolver" "^3.0.3" - "@smithy/eventstream-serde-node" "^3.0.4" - "@smithy/fetch-http-handler" "^3.2.4" - "@smithy/hash-node" "^3.0.3" - "@smithy/invalid-dependency" "^3.0.3" - "@smithy/middleware-content-length" "^3.0.5" - "@smithy/middleware-endpoint" "^3.1.0" - "@smithy/middleware-retry" "^3.0.14" - "@smithy/middleware-serde" "^3.0.3" - "@smithy/middleware-stack" "^3.0.3" - "@smithy/node-config-provider" "^3.1.4" - "@smithy/node-http-handler" "^3.1.4" - "@smithy/protocol-http" "^4.1.0" - "@smithy/smithy-client" "^3.1.12" - "@smithy/types" "^3.3.0" - "@smithy/url-parser" "^3.0.3" - "@smithy/util-base64" "^3.0.0" - "@smithy/util-body-length-browser" "^3.0.0" - "@smithy/util-body-length-node" "^3.0.0" - "@smithy/util-defaults-mode-browser" "^3.0.14" - "@smithy/util-defaults-mode-node" "^3.0.14" - "@smithy/util-endpoints" "^2.0.5" - "@smithy/util-middleware" "^3.0.3" - "@smithy/util-retry" "^3.0.3" - "@smithy/util-stream" "^3.1.3" - "@smithy/util-utf8" "^3.0.0" - "@smithy/util-waiter" "^3.1.2" - tslib "^2.6.2" - -"@aws-sdk/client-s3@^3.332.0": - version "3.624.0" - dependencies: - "@aws-crypto/sha1-browser" "5.2.0" - "@aws-crypto/sha256-browser" "5.2.0" - "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/client-sso-oidc" "3.624.0" - "@aws-sdk/client-sts" "3.624.0" - "@aws-sdk/core" "3.624.0" - "@aws-sdk/credential-provider-node" "3.624.0" - "@aws-sdk/middleware-bucket-endpoint" "3.620.0" - "@aws-sdk/middleware-expect-continue" "3.620.0" - "@aws-sdk/middleware-flexible-checksums" "3.620.0" - "@aws-sdk/middleware-host-header" "3.620.0" - "@aws-sdk/middleware-location-constraint" "3.609.0" - "@aws-sdk/middleware-logger" "3.609.0" - "@aws-sdk/middleware-recursion-detection" "3.620.0" - "@aws-sdk/middleware-sdk-s3" "3.624.0" - "@aws-sdk/middleware-ssec" "3.609.0" - "@aws-sdk/middleware-user-agent" "3.620.0" - "@aws-sdk/region-config-resolver" "3.614.0" - "@aws-sdk/signature-v4-multi-region" "3.624.0" - "@aws-sdk/types" "3.609.0" - "@aws-sdk/util-endpoints" "3.614.0" - "@aws-sdk/util-user-agent-browser" "3.609.0" - "@aws-sdk/util-user-agent-node" "3.614.0" - "@aws-sdk/xml-builder" "3.609.0" - "@smithy/config-resolver" "^3.0.5" - "@smithy/core" "^2.3.2" - "@smithy/eventstream-serde-browser" "^3.0.5" - "@smithy/eventstream-serde-config-resolver" "^3.0.3" - "@smithy/eventstream-serde-node" "^3.0.4" - "@smithy/fetch-http-handler" "^3.2.4" - "@smithy/hash-blob-browser" "^3.1.2" - "@smithy/hash-node" "^3.0.3" - "@smithy/hash-stream-node" "^3.1.2" - "@smithy/invalid-dependency" "^3.0.3" - "@smithy/md5-js" "^3.0.3" - "@smithy/middleware-content-length" "^3.0.5" - "@smithy/middleware-endpoint" "^3.1.0" - "@smithy/middleware-retry" "^3.0.14" - "@smithy/middleware-serde" "^3.0.3" - "@smithy/middleware-stack" "^3.0.3" - "@smithy/node-config-provider" "^3.1.4" - "@smithy/node-http-handler" "^3.1.4" - "@smithy/protocol-http" "^4.1.0" - "@smithy/smithy-client" "^3.1.12" - "@smithy/types" "^3.3.0" - "@smithy/url-parser" "^3.0.3" - "@smithy/util-base64" "^3.0.0" - "@smithy/util-body-length-browser" "^3.0.0" - "@smithy/util-body-length-node" "^3.0.0" - "@smithy/util-defaults-mode-browser" "^3.0.14" - "@smithy/util-defaults-mode-node" "^3.0.14" - "@smithy/util-endpoints" "^2.0.5" - "@smithy/util-middleware" "^3.0.3" - "@smithy/util-retry" "^3.0.3" - "@smithy/util-stream" "^3.1.3" - "@smithy/util-utf8" "^3.0.0" - "@smithy/util-waiter" "^3.1.2" - tslib "^2.6.2" - -"@aws-sdk/client-sso-oidc@^3.614.0", "@aws-sdk/client-sso-oidc@3.624.0": - version "3.624.0" - dependencies: - "@aws-crypto/sha256-browser" "5.2.0" - "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "3.624.0" - "@aws-sdk/credential-provider-node" "3.624.0" - "@aws-sdk/middleware-host-header" "3.620.0" - "@aws-sdk/middleware-logger" "3.609.0" - "@aws-sdk/middleware-recursion-detection" "3.620.0" - "@aws-sdk/middleware-user-agent" "3.620.0" - "@aws-sdk/region-config-resolver" "3.614.0" - "@aws-sdk/types" "3.609.0" - "@aws-sdk/util-endpoints" "3.614.0" - "@aws-sdk/util-user-agent-browser" "3.609.0" - "@aws-sdk/util-user-agent-node" "3.614.0" - "@smithy/config-resolver" "^3.0.5" - "@smithy/core" "^2.3.2" - "@smithy/fetch-http-handler" "^3.2.4" - "@smithy/hash-node" "^3.0.3" - "@smithy/invalid-dependency" "^3.0.3" - "@smithy/middleware-content-length" "^3.0.5" - "@smithy/middleware-endpoint" "^3.1.0" - "@smithy/middleware-retry" "^3.0.14" - "@smithy/middleware-serde" "^3.0.3" - "@smithy/middleware-stack" "^3.0.3" - "@smithy/node-config-provider" "^3.1.4" - "@smithy/node-http-handler" "^3.1.4" - "@smithy/protocol-http" "^4.1.0" - "@smithy/smithy-client" "^3.1.12" - "@smithy/types" "^3.3.0" - "@smithy/url-parser" "^3.0.3" - "@smithy/util-base64" "^3.0.0" - "@smithy/util-body-length-browser" "^3.0.0" - "@smithy/util-body-length-node" "^3.0.0" - "@smithy/util-defaults-mode-browser" "^3.0.14" - "@smithy/util-defaults-mode-node" "^3.0.14" - "@smithy/util-endpoints" "^2.0.5" - "@smithy/util-middleware" "^3.0.3" - "@smithy/util-retry" "^3.0.3" - "@smithy/util-utf8" "^3.0.0" - tslib "^2.6.2" - -"@aws-sdk/client-sso@3.624.0": - version "3.624.0" - dependencies: - "@aws-crypto/sha256-browser" "5.2.0" - "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "3.624.0" - "@aws-sdk/middleware-host-header" "3.620.0" - "@aws-sdk/middleware-logger" "3.609.0" - "@aws-sdk/middleware-recursion-detection" "3.620.0" - "@aws-sdk/middleware-user-agent" "3.620.0" - "@aws-sdk/region-config-resolver" "3.614.0" - "@aws-sdk/types" "3.609.0" - "@aws-sdk/util-endpoints" "3.614.0" - "@aws-sdk/util-user-agent-browser" "3.609.0" - "@aws-sdk/util-user-agent-node" "3.614.0" - "@smithy/config-resolver" "^3.0.5" - "@smithy/core" "^2.3.2" - "@smithy/fetch-http-handler" "^3.2.4" - "@smithy/hash-node" "^3.0.3" - "@smithy/invalid-dependency" "^3.0.3" - "@smithy/middleware-content-length" "^3.0.5" - "@smithy/middleware-endpoint" "^3.1.0" - "@smithy/middleware-retry" "^3.0.14" - "@smithy/middleware-serde" "^3.0.3" - "@smithy/middleware-stack" "^3.0.3" - "@smithy/node-config-provider" "^3.1.4" - "@smithy/node-http-handler" "^3.1.4" - "@smithy/protocol-http" "^4.1.0" - "@smithy/smithy-client" "^3.1.12" - "@smithy/types" "^3.3.0" - "@smithy/url-parser" "^3.0.3" - "@smithy/util-base64" "^3.0.0" - "@smithy/util-body-length-browser" "^3.0.0" - "@smithy/util-body-length-node" "^3.0.0" - "@smithy/util-defaults-mode-browser" "^3.0.14" - "@smithy/util-defaults-mode-node" "^3.0.14" - "@smithy/util-endpoints" "^2.0.5" - "@smithy/util-middleware" "^3.0.3" - "@smithy/util-retry" "^3.0.3" - "@smithy/util-utf8" "^3.0.0" - tslib "^2.6.2" - -"@aws-sdk/client-sts@^3.621.0", "@aws-sdk/client-sts@^3.624.0", "@aws-sdk/client-sts@3.624.0": - version "3.624.0" - dependencies: - "@aws-crypto/sha256-browser" "5.2.0" - "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/client-sso-oidc" "3.624.0" - "@aws-sdk/core" "3.624.0" - "@aws-sdk/credential-provider-node" "3.624.0" - "@aws-sdk/middleware-host-header" "3.620.0" - "@aws-sdk/middleware-logger" "3.609.0" - "@aws-sdk/middleware-recursion-detection" "3.620.0" - "@aws-sdk/middleware-user-agent" "3.620.0" - "@aws-sdk/region-config-resolver" "3.614.0" - "@aws-sdk/types" "3.609.0" - "@aws-sdk/util-endpoints" "3.614.0" - "@aws-sdk/util-user-agent-browser" "3.609.0" - "@aws-sdk/util-user-agent-node" "3.614.0" - "@smithy/config-resolver" "^3.0.5" - "@smithy/core" "^2.3.2" - "@smithy/fetch-http-handler" "^3.2.4" - "@smithy/hash-node" "^3.0.3" - "@smithy/invalid-dependency" "^3.0.3" - "@smithy/middleware-content-length" "^3.0.5" - "@smithy/middleware-endpoint" "^3.1.0" - "@smithy/middleware-retry" "^3.0.14" - "@smithy/middleware-serde" "^3.0.3" - "@smithy/middleware-stack" "^3.0.3" - "@smithy/node-config-provider" "^3.1.4" - "@smithy/node-http-handler" "^3.1.4" - "@smithy/protocol-http" "^4.1.0" - "@smithy/smithy-client" "^3.1.12" - "@smithy/types" "^3.3.0" - "@smithy/url-parser" "^3.0.3" - "@smithy/util-base64" "^3.0.0" - "@smithy/util-body-length-browser" "^3.0.0" - "@smithy/util-body-length-node" "^3.0.0" - "@smithy/util-defaults-mode-browser" "^3.0.14" - "@smithy/util-defaults-mode-node" "^3.0.14" - "@smithy/util-endpoints" "^2.0.5" - "@smithy/util-middleware" "^3.0.3" - "@smithy/util-retry" "^3.0.3" - "@smithy/util-utf8" "^3.0.0" - tslib "^2.6.2" - -"@aws-sdk/core@3.624.0": - version "3.624.0" - dependencies: - "@smithy/core" "^2.3.2" - "@smithy/node-config-provider" "^3.1.4" - "@smithy/protocol-http" "^4.1.0" - "@smithy/signature-v4" "^4.1.0" - "@smithy/smithy-client" "^3.1.12" - "@smithy/types" "^3.3.0" - "@smithy/util-middleware" "^3.0.3" - fast-xml-parser "4.4.1" - tslib "^2.6.2" - -"@aws-sdk/credential-provider-env@3.620.1": - version "3.620.1" - dependencies: - "@aws-sdk/types" "3.609.0" - "@smithy/property-provider" "^3.1.3" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@aws-sdk/credential-provider-http@3.622.0": - version "3.622.0" - dependencies: - "@aws-sdk/types" "3.609.0" - "@smithy/fetch-http-handler" "^3.2.4" - "@smithy/node-http-handler" "^3.1.4" - "@smithy/property-provider" "^3.1.3" - "@smithy/protocol-http" "^4.1.0" - "@smithy/smithy-client" "^3.1.12" - "@smithy/types" "^3.3.0" - "@smithy/util-stream" "^3.1.3" - tslib "^2.6.2" - -"@aws-sdk/credential-provider-ini@3.624.0": - version "3.624.0" - dependencies: - "@aws-sdk/credential-provider-env" "3.620.1" - "@aws-sdk/credential-provider-http" "3.622.0" - "@aws-sdk/credential-provider-process" "3.620.1" - "@aws-sdk/credential-provider-sso" "3.624.0" - "@aws-sdk/credential-provider-web-identity" "3.621.0" - "@aws-sdk/types" "3.609.0" - "@smithy/credential-provider-imds" "^3.2.0" - "@smithy/property-provider" "^3.1.3" - "@smithy/shared-ini-file-loader" "^3.1.4" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@aws-sdk/credential-provider-node@3.624.0": - version "3.624.0" - dependencies: - "@aws-sdk/credential-provider-env" "3.620.1" - "@aws-sdk/credential-provider-http" "3.622.0" - "@aws-sdk/credential-provider-ini" "3.624.0" - "@aws-sdk/credential-provider-process" "3.620.1" - "@aws-sdk/credential-provider-sso" "3.624.0" - "@aws-sdk/credential-provider-web-identity" "3.621.0" - "@aws-sdk/types" "3.609.0" - "@smithy/credential-provider-imds" "^3.2.0" - "@smithy/property-provider" "^3.1.3" - "@smithy/shared-ini-file-loader" "^3.1.4" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@aws-sdk/credential-provider-process@3.620.1": - version "3.620.1" - dependencies: - "@aws-sdk/types" "3.609.0" - "@smithy/property-provider" "^3.1.3" - "@smithy/shared-ini-file-loader" "^3.1.4" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@aws-sdk/credential-provider-sso@3.624.0": - version "3.624.0" - dependencies: - "@aws-sdk/client-sso" "3.624.0" - "@aws-sdk/token-providers" "3.614.0" - "@aws-sdk/types" "3.609.0" - "@smithy/property-provider" "^3.1.3" - "@smithy/shared-ini-file-loader" "^3.1.4" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@aws-sdk/credential-provider-web-identity@3.621.0": - version "3.621.0" - dependencies: - "@aws-sdk/types" "3.609.0" - "@smithy/property-provider" "^3.1.3" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@aws-sdk/endpoint-cache@3.572.0": - version "3.572.0" - dependencies: - mnemonist "0.38.3" - tslib "^2.6.2" - -"@aws-sdk/middleware-bucket-endpoint@3.620.0": - version "3.620.0" - dependencies: - "@aws-sdk/types" "3.609.0" - "@aws-sdk/util-arn-parser" "3.568.0" - "@smithy/node-config-provider" "^3.1.4" - "@smithy/protocol-http" "^4.1.0" - "@smithy/types" "^3.3.0" - "@smithy/util-config-provider" "^3.0.0" - tslib "^2.6.2" - -"@aws-sdk/middleware-endpoint-discovery@3.620.0": - version "3.620.0" - dependencies: - "@aws-sdk/endpoint-cache" "3.572.0" - "@aws-sdk/types" "3.609.0" - "@smithy/node-config-provider" "^3.1.4" - "@smithy/protocol-http" "^4.1.0" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@aws-sdk/middleware-expect-continue@3.620.0": - version "3.620.0" - dependencies: - "@aws-sdk/types" "3.609.0" - "@smithy/protocol-http" "^4.1.0" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@aws-sdk/middleware-flexible-checksums@3.620.0": - version "3.620.0" - dependencies: - "@aws-crypto/crc32" "5.2.0" - "@aws-crypto/crc32c" "5.2.0" - "@aws-sdk/types" "3.609.0" - "@smithy/is-array-buffer" "^3.0.0" - "@smithy/protocol-http" "^4.1.0" - "@smithy/types" "^3.3.0" - "@smithy/util-utf8" "^3.0.0" - tslib "^2.6.2" - -"@aws-sdk/middleware-host-header@3.620.0": - version "3.620.0" - dependencies: - "@aws-sdk/types" "3.609.0" - "@smithy/protocol-http" "^4.1.0" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@aws-sdk/middleware-location-constraint@3.609.0": - version "3.609.0" - dependencies: - "@aws-sdk/types" "3.609.0" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@aws-sdk/middleware-logger@3.609.0": - version "3.609.0" - dependencies: - "@aws-sdk/types" "3.609.0" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@aws-sdk/middleware-recursion-detection@3.620.0": - version "3.620.0" - dependencies: - "@aws-sdk/types" "3.609.0" - "@smithy/protocol-http" "^4.1.0" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@aws-sdk/middleware-sdk-s3@3.624.0": - version "3.624.0" - dependencies: - "@aws-sdk/core" "3.624.0" - "@aws-sdk/types" "3.609.0" - "@aws-sdk/util-arn-parser" "3.568.0" - "@smithy/core" "^2.3.2" - "@smithy/node-config-provider" "^3.1.4" - "@smithy/protocol-http" "^4.1.0" - "@smithy/signature-v4" "^4.1.0" - "@smithy/smithy-client" "^3.1.12" - "@smithy/types" "^3.3.0" - "@smithy/util-config-provider" "^3.0.0" - "@smithy/util-middleware" "^3.0.3" - "@smithy/util-stream" "^3.1.3" - "@smithy/util-utf8" "^3.0.0" - tslib "^2.6.2" - -"@aws-sdk/middleware-ssec@3.609.0": - version "3.609.0" - dependencies: - "@aws-sdk/types" "3.609.0" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@aws-sdk/middleware-user-agent@3.620.0": - version "3.620.0" - dependencies: - "@aws-sdk/types" "3.609.0" - "@aws-sdk/util-endpoints" "3.614.0" - "@smithy/protocol-http" "^4.1.0" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@aws-sdk/region-config-resolver@3.614.0": - version "3.614.0" - dependencies: - "@aws-sdk/types" "3.609.0" - "@smithy/node-config-provider" "^3.1.4" - "@smithy/types" "^3.3.0" - "@smithy/util-config-provider" "^3.0.0" - "@smithy/util-middleware" "^3.0.3" - tslib "^2.6.2" - -"@aws-sdk/s3-request-presigner@^3.332.0": - version "3.624.0" - dependencies: - "@aws-sdk/signature-v4-multi-region" "3.624.0" - "@aws-sdk/types" "3.609.0" - "@aws-sdk/util-format-url" "3.609.0" - "@smithy/middleware-endpoint" "^3.1.0" - "@smithy/protocol-http" "^4.1.0" - "@smithy/smithy-client" "^3.1.12" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@aws-sdk/signature-v4-multi-region@3.624.0": - version "3.624.0" - dependencies: - "@aws-sdk/middleware-sdk-s3" "3.624.0" - "@aws-sdk/types" "3.609.0" - "@smithy/protocol-http" "^4.1.0" - "@smithy/signature-v4" "^4.1.0" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@aws-sdk/token-providers@3.614.0": - version "3.614.0" - dependencies: - "@aws-sdk/types" "3.609.0" - "@smithy/property-provider" "^3.1.3" - "@smithy/shared-ini-file-loader" "^3.1.4" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@aws-sdk/types@^3.222.0", "@aws-sdk/types@3.609.0": - version "3.609.0" - dependencies: - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@aws-sdk/util-arn-parser@3.568.0": - version "3.568.0" - dependencies: - tslib "^2.6.2" - -"@aws-sdk/util-endpoints@3.614.0": - version "3.614.0" - dependencies: - "@aws-sdk/types" "3.609.0" - "@smithy/types" "^3.3.0" - "@smithy/util-endpoints" "^2.0.5" - tslib "^2.6.2" - -"@aws-sdk/util-format-url@3.609.0": - version "3.609.0" - dependencies: - "@aws-sdk/types" "3.609.0" - "@smithy/querystring-builder" "^3.0.3" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@aws-sdk/util-locate-window@^3.0.0": - version "3.568.0" - dependencies: - tslib "^2.6.2" - -"@aws-sdk/util-user-agent-browser@3.609.0": - version "3.609.0" - dependencies: - "@aws-sdk/types" "3.609.0" - "@smithy/types" "^3.3.0" - bowser "^2.11.0" - tslib "^2.6.2" - -"@aws-sdk/util-user-agent-node@3.614.0": - version "3.614.0" - dependencies: - "@aws-sdk/types" "3.609.0" - "@smithy/node-config-provider" "^3.1.4" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@aws-sdk/xml-builder@3.609.0": - version "3.609.0" - dependencies: - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.24.7": - version "7.24.7" - dependencies: - "@babel/highlight" "^7.24.7" - picocolors "^1.0.0" - -"@babel/compat-data@^7.25.2": - version "7.25.2" - -"@babel/core@^7.0.0", "@babel/core@^7.0.0-0", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.23.9", "@babel/core@^7.8.0", "@babel/core@>=7.0.0-beta.0 <8": - version "7.25.2" - dependencies: - "@ampproject/remapping" "^2.2.0" - "@babel/code-frame" "^7.24.7" - "@babel/generator" "^7.25.0" - "@babel/helper-compilation-targets" "^7.25.2" - "@babel/helper-module-transforms" "^7.25.2" - "@babel/helpers" "^7.25.0" - "@babel/parser" "^7.25.0" - "@babel/template" "^7.25.0" - "@babel/traverse" "^7.25.2" - "@babel/types" "^7.25.2" - convert-source-map "^2.0.0" - debug "^4.1.0" - gensync "^1.0.0-beta.2" - json5 "^2.2.3" - semver "^6.3.1" - -"@babel/generator@^7.25.0", "@babel/generator@^7.7.2": - version "7.25.0" - dependencies: - "@babel/types" "^7.25.0" - "@jridgewell/gen-mapping" "^0.3.5" - "@jridgewell/trace-mapping" "^0.3.25" - jsesc "^2.5.1" - -"@babel/helper-compilation-targets@^7.25.2": - version "7.25.2" - dependencies: - "@babel/compat-data" "^7.25.2" - "@babel/helper-validator-option" "^7.24.8" - browserslist "^4.23.1" - lru-cache "^5.1.1" - semver "^6.3.1" - -"@babel/helper-module-imports@^7.24.7": - version "7.24.7" - dependencies: - "@babel/traverse" "^7.24.7" - "@babel/types" "^7.24.7" - -"@babel/helper-module-transforms@^7.25.2": - version "7.25.2" - dependencies: - "@babel/helper-module-imports" "^7.24.7" - "@babel/helper-simple-access" "^7.24.7" - "@babel/helper-validator-identifier" "^7.24.7" - "@babel/traverse" "^7.25.2" - -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.24.7", "@babel/helper-plugin-utils@^7.8.0": - version "7.24.8" - -"@babel/helper-simple-access@^7.24.7": - version "7.24.7" - dependencies: - "@babel/traverse" "^7.24.7" - "@babel/types" "^7.24.7" - -"@babel/helper-string-parser@^7.24.8": - version "7.24.8" - -"@babel/helper-validator-identifier@^7.24.7": - version "7.24.7" - -"@babel/helper-validator-option@^7.24.8": - version "7.24.8" - -"@babel/helpers@^7.25.0": - version "7.25.0" - dependencies: - "@babel/template" "^7.25.0" - "@babel/types" "^7.25.0" - -"@babel/highlight@^7.24.7": - version "7.24.7" - dependencies: - "@babel/helper-validator-identifier" "^7.24.7" - chalk "^2.4.2" - js-tokens "^4.0.0" - picocolors "^1.0.0" - -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.25.0", "@babel/parser@^7.25.3": - version "7.25.3" - dependencies: - "@babel/types" "^7.25.2" - -"@babel/plugin-syntax-async-generators@^7.8.4": - version "7.8.4" - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-bigint@^7.8.3": - version "7.8.3" - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-class-properties@^7.8.3": - version "7.12.13" - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-syntax-import-meta@^7.8.3": - version "7.10.4" - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - -"@babel/plugin-syntax-json-strings@^7.8.3": - version "7.8.3" - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-jsx@^7.7.2": - version "7.24.7" - dependencies: - "@babel/helper-plugin-utils" "^7.24.7" - -"@babel/plugin-syntax-logical-assignment-operators@^7.8.3": - version "7.10.4" - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - -"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3": - version "7.8.3" - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-numeric-separator@^7.8.3": - version "7.10.4" - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - -"@babel/plugin-syntax-object-rest-spread@^7.8.3": - version "7.8.3" - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-optional-catch-binding@^7.8.3": - version "7.8.3" - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-optional-chaining@^7.8.3": - version "7.8.3" - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-top-level-await@^7.8.3": - version "7.14.5" - dependencies: - "@babel/helper-plugin-utils" "^7.14.5" - -"@babel/plugin-syntax-typescript@^7.7.2": - version "7.24.7" - dependencies: - "@babel/helper-plugin-utils" "^7.24.7" - -"@babel/runtime-corejs3@^7.20.7", "@babel/runtime-corejs3@^7.22.15": - version "7.25.7" - resolved "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.25.7.tgz" - integrity sha512-gMmIEhg35sXk9Te5qbGp3W9YKrvLt3HV658/d3odWrHSqT0JeG5OzsJWFHRLiOohRyjRsJc/x03DhJm3i8VJxg== - dependencies: - core-js-pure "^3.30.2" - regenerator-runtime "^0.14.0" - -"@babel/template@^7.25.0", "@babel/template@^7.3.3": - version "7.25.0" - dependencies: - "@babel/code-frame" "^7.24.7" - "@babel/parser" "^7.25.0" - "@babel/types" "^7.25.0" - -"@babel/traverse@^7.24.7", "@babel/traverse@^7.25.2": - version "7.25.3" - dependencies: - "@babel/code-frame" "^7.24.7" - "@babel/generator" "^7.25.0" - "@babel/parser" "^7.25.3" - "@babel/template" "^7.25.0" - "@babel/types" "^7.25.2" - debug "^4.3.1" - globals "^11.1.0" - -"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.24.7", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.3.3": - version "7.25.2" - dependencies: - "@babel/helper-string-parser" "^7.24.8" - "@babel/helper-validator-identifier" "^7.24.7" - to-fast-properties "^2.0.0" - -"@bcoe/v8-coverage@^0.2.3": - version "0.2.3" - -"@cspotcode/source-map-support@^0.8.0": - version "0.8.1" - dependencies: - "@jridgewell/trace-mapping" "0.3.9" - -"@fastify/busboy@^3.0.0": - version "3.0.0" - resolved "https://registry.npmjs.org/@fastify/busboy/-/busboy-3.0.0.tgz" - integrity sha512-83rnH2nCvclWaPQQKvkJ2pdOjG4TZyEVuFDnlOF6KP08lDaaceVyw/W63mDuafQT+MKHCvXIPpE5uYWeM0rT4w== - -"@firebase/app-check-interop-types@0.3.2": - version "0.3.2" - resolved "https://registry.npmjs.org/@firebase/app-check-interop-types/-/app-check-interop-types-0.3.2.tgz" - integrity sha512-LMs47Vinv2HBMZi49C09dJxp0QT5LwDzFaVGf/+ITHe3BlIhUiLNttkATSXplc89A2lAaeTqjgqVkiRfUGyQiQ== - -"@firebase/app-types@0.9.2": - version "0.9.2" - resolved "https://registry.npmjs.org/@firebase/app-types/-/app-types-0.9.2.tgz" - integrity sha512-oMEZ1TDlBz479lmABwWsWjzHwheQKiAgnuKxE0pz0IXCVx7/rtlkx1fQ6GfgK24WCrxDKMplZrT50Kh04iMbXQ== - -"@firebase/auth-interop-types@0.2.3": - version "0.2.3" - resolved "https://registry.npmjs.org/@firebase/auth-interop-types/-/auth-interop-types-0.2.3.tgz" - integrity sha512-Fc9wuJGgxoxQeavybiuwgyi+0rssr76b+nHpj+eGhXFYAdudMWyfBHvFL/I5fEHniUM/UQdFzi9VXJK2iZF7FQ== - -"@firebase/component@0.6.9": - version "0.6.9" - resolved "https://registry.npmjs.org/@firebase/component/-/component-0.6.9.tgz" - integrity sha512-gm8EUEJE/fEac86AvHn8Z/QW8BvR56TBw3hMW0O838J/1mThYQXAIQBgUv75EqlCZfdawpWLrKt1uXvp9ciK3Q== - dependencies: - "@firebase/util" "1.10.0" - tslib "^2.1.0" - -"@firebase/database-compat@^1.0.2": - version "1.0.8" - resolved "https://registry.npmjs.org/@firebase/database-compat/-/database-compat-1.0.8.tgz" - integrity sha512-OpeWZoPE3sGIRPBKYnW9wLad25RaWbGyk7fFQe4xnJQKRzlynWeFBSRRAoLE2Old01WXwskUiucNqUUVlFsceg== - dependencies: - "@firebase/component" "0.6.9" - "@firebase/database" "1.0.8" - "@firebase/database-types" "1.0.5" - "@firebase/logger" "0.4.2" - "@firebase/util" "1.10.0" - tslib "^2.1.0" - -"@firebase/database-types@^1.0.0", "@firebase/database-types@1.0.5": - version "1.0.5" - resolved "https://registry.npmjs.org/@firebase/database-types/-/database-types-1.0.5.tgz" - integrity sha512-fTlqCNwFYyq/C6W7AJ5OCuq5CeZuBEsEwptnVxlNPkWCo5cTTyukzAHRSO/jaQcItz33FfYrrFk1SJofcu2AaQ== - dependencies: - "@firebase/app-types" "0.9.2" - "@firebase/util" "1.10.0" - -"@firebase/database@1.0.8": - version "1.0.8" - resolved "https://registry.npmjs.org/@firebase/database/-/database-1.0.8.tgz" - integrity sha512-dzXALZeBI1U5TXt6619cv0+tgEhJiwlUtQ55WNZY7vGAjv7Q1QioV969iYwt1AQQ0ovHnEW0YW9TiBfefLvErg== - dependencies: - "@firebase/app-check-interop-types" "0.3.2" - "@firebase/auth-interop-types" "0.2.3" - "@firebase/component" "0.6.9" - "@firebase/logger" "0.4.2" - "@firebase/util" "1.10.0" - faye-websocket "0.11.4" - tslib "^2.1.0" - -"@firebase/logger@0.4.2": - version "0.4.2" - resolved "https://registry.npmjs.org/@firebase/logger/-/logger-0.4.2.tgz" - integrity sha512-Q1VuA5M1Gjqrwom6I6NUU4lQXdo9IAQieXlujeHZWvRt1b7qQ0KwBaNAjgxG27jgF9/mUwsNmO8ptBCGVYhB0A== - dependencies: - tslib "^2.1.0" - -"@firebase/util@1.10.0": - version "1.10.0" - resolved "https://registry.npmjs.org/@firebase/util/-/util-1.10.0.tgz" - integrity sha512-xKtx4A668icQqoANRxyDLBLz51TAbDP9KRfpbKGxiCAW346d0BeJe5vN6/hKxxmWwnZ0mautyv39JxviwwQMOQ== - dependencies: - tslib "^2.1.0" - -"@formatjs/ecma402-abstract@2.0.0": - version "2.0.0" - dependencies: - "@formatjs/intl-localematcher" "0.5.4" - tslib "^2.4.0" - -"@formatjs/fast-memoize@2.2.0": - version "2.2.0" - dependencies: - tslib "^2.4.0" - -"@formatjs/icu-messageformat-parser@2.7.8": - version "2.7.8" - dependencies: - "@formatjs/ecma402-abstract" "2.0.0" - "@formatjs/icu-skeleton-parser" "1.8.2" - tslib "^2.4.0" - -"@formatjs/icu-skeleton-parser@1.8.2": - version "1.8.2" - dependencies: - "@formatjs/ecma402-abstract" "2.0.0" - tslib "^2.4.0" - -"@formatjs/intl-localematcher@0.5.4": - version "0.5.4" - dependencies: - tslib "^2.4.0" - -"@gar/promisify@^1.1.3": - version "1.1.3" - -"@google-cloud/bigquery@^6.1.0": - version "6.2.1" - dependencies: - "@google-cloud/common" "^4.0.0" - "@google-cloud/paginator" "^4.0.0" - "@google-cloud/precise-date" "^3.0.1" - "@google-cloud/promisify" "^3.0.0" - arrify "^2.0.1" - big.js "^6.0.0" - duplexify "^4.0.0" - extend "^3.0.2" - is "^3.3.0" - stream-events "^1.0.5" - uuid "^9.0.0" - -"@google-cloud/common@^4.0.0": - version "4.0.3" - dependencies: - "@google-cloud/projectify" "^3.0.0" - "@google-cloud/promisify" "^3.0.0" - arrify "^2.0.1" - duplexify "^4.1.1" - ent "^2.2.0" - extend "^3.0.2" - google-auth-library "^8.0.2" - retry-request "^5.0.0" - teeny-request "^8.0.0" - -"@google-cloud/firestore@^7.7.0": - version "7.10.0" - resolved "https://registry.npmjs.org/@google-cloud/firestore/-/firestore-7.10.0.tgz" - integrity sha512-VFNhdHvfnmqcHHs6YhmSNHHxQqaaD64GwiL0c+e1qz85S8SWZPC2XFRf8p9yHRTF40Kow424s1KBU9f0fdQa+Q== - dependencies: - "@opentelemetry/api" "^1.3.0" - fast-deep-equal "^3.1.1" - functional-red-black-tree "^1.0.1" - google-gax "^4.3.3" - protobufjs "^7.2.6" - -"@google-cloud/paginator@^3.0.7": - version "3.0.7" - dependencies: - arrify "^2.0.0" - extend "^3.0.2" - -"@google-cloud/paginator@^4.0.0": - version "4.0.1" - dependencies: - arrify "^2.0.0" - extend "^3.0.2" - -"@google-cloud/paginator@^5.0.0": - version "5.0.2" - resolved "https://registry.npmjs.org/@google-cloud/paginator/-/paginator-5.0.2.tgz" - integrity sha512-DJS3s0OVH4zFDB1PzjxAsHqJT6sKVbRwwML0ZBP9PbU7Yebtu/7SWMRzvO2J3nUi9pRNITCfu4LJeooM2w4pjg== - dependencies: - arrify "^2.0.0" - extend "^3.0.2" - -"@google-cloud/precise-date@^3.0.1": - version "3.0.1" - -"@google-cloud/projectify@^3.0.0": - version "3.0.0" - -"@google-cloud/projectify@^4.0.0": - version "4.0.0" - resolved "https://registry.npmjs.org/@google-cloud/projectify/-/projectify-4.0.0.tgz" - integrity sha512-MmaX6HeSvyPbWGwFq7mXdo0uQZLGBYCwziiLIGq5JVX+/bdI3SAq6bP98trV5eTWfLuvsMcIC1YJOF2vfteLFA== - -"@google-cloud/promisify@^3.0.0": - version "3.0.1" - -"@google-cloud/promisify@^4.0.0": - version "4.0.0" - resolved "https://registry.npmjs.org/@google-cloud/promisify/-/promisify-4.0.0.tgz" - integrity sha512-Orxzlfb9c67A15cq2JQEyVc7wEsmFBmHjZWZYQMUyJ1qivXyMwdyNOs9odi79hze+2zqdTtu1E19IM/FtqZ10g== - -"@google-cloud/storage@^6.10.1": - version "6.12.0" - dependencies: - "@google-cloud/paginator" "^3.0.7" - "@google-cloud/projectify" "^3.0.0" - "@google-cloud/promisify" "^3.0.0" - abort-controller "^3.0.0" - async-retry "^1.3.3" - compressible "^2.0.12" - duplexify "^4.0.0" - ent "^2.2.0" - extend "^3.0.2" - fast-xml-parser "^4.2.2" - gaxios "^5.0.0" - google-auth-library "^8.0.1" - mime "^3.0.0" - mime-types "^2.0.8" - p-limit "^3.0.1" - retry-request "^5.0.0" - teeny-request "^8.0.0" - uuid "^8.0.0" - -"@google-cloud/storage@^7.7.0": - version "7.13.0" - resolved "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.13.0.tgz" - integrity sha512-Y0rYdwM5ZPW3jw/T26sMxxfPrVQTKm9vGrZG8PRyGuUmUJ8a2xNuQ9W/NNA1prxqv2i54DSydV8SJqxF2oCVgA== - dependencies: - "@google-cloud/paginator" "^5.0.0" - "@google-cloud/projectify" "^4.0.0" - "@google-cloud/promisify" "^4.0.0" - abort-controller "^3.0.0" - async-retry "^1.3.3" - duplexify "^4.1.3" - fast-xml-parser "^4.4.1" - gaxios "^6.0.2" - google-auth-library "^9.6.3" - html-entities "^2.5.2" - mime "^3.0.0" - p-limit "^3.0.1" - retry-request "^7.0.0" - teeny-request "^9.0.0" - uuid "^8.0.0" - -"@graphql-typed-document-node/core@^3.2.0": - version "3.2.0" - -"@grpc/grpc-js@^1.10.9": - version "1.11.3" - resolved "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.11.3.tgz" - integrity sha512-i9UraDzFHMR+Iz/MhFLljT+fCpgxZ3O6CxwGJ8YuNYHJItIHUzKJpW2LvoFZNnGPwqc9iWy9RAucxV0JoR9aUQ== - dependencies: - "@grpc/proto-loader" "^0.7.13" - "@js-sdsl/ordered-map" "^4.4.2" - -"@grpc/proto-loader@^0.7.13": - version "0.7.13" - resolved "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.7.13.tgz" - integrity sha512-AiXO/bfe9bmxBjxxtYxFAXGZvMaN5s8kO+jBHAJCON8rJoB5YS/D6X7ZNc6XQkuHNmyl4CYaMI1fJ/Gn27RGGw== - dependencies: - lodash.camelcase "^4.3.0" - long "^5.0.0" - protobufjs "^7.2.5" - yargs "^17.7.2" - -"@istanbuljs/load-nyc-config@^1.0.0": - version "1.1.0" - dependencies: - camelcase "^5.3.1" - find-up "^4.1.0" - get-package-type "^0.1.0" - js-yaml "^3.13.1" - resolve-from "^5.0.0" - -"@istanbuljs/schema@^0.1.2", "@istanbuljs/schema@^0.1.3": - version "0.1.3" - -"@jest/console@^29.7.0": - version "29.7.0" - dependencies: - "@jest/types" "^29.6.3" - "@types/node" "*" - chalk "^4.0.0" - jest-message-util "^29.7.0" - jest-util "^29.7.0" - slash "^3.0.0" - -"@jest/core@^29.7.0": - version "29.7.0" - dependencies: - "@jest/console" "^29.7.0" - "@jest/reporters" "^29.7.0" - "@jest/test-result" "^29.7.0" - "@jest/transform" "^29.7.0" - "@jest/types" "^29.6.3" - "@types/node" "*" - ansi-escapes "^4.2.1" - chalk "^4.0.0" - ci-info "^3.2.0" - exit "^0.1.2" - graceful-fs "^4.2.9" - jest-changed-files "^29.7.0" - jest-config "^29.7.0" - jest-haste-map "^29.7.0" - jest-message-util "^29.7.0" - jest-regex-util "^29.6.3" - jest-resolve "^29.7.0" - jest-resolve-dependencies "^29.7.0" - jest-runner "^29.7.0" - jest-runtime "^29.7.0" - jest-snapshot "^29.7.0" - jest-util "^29.7.0" - jest-validate "^29.7.0" - jest-watcher "^29.7.0" - micromatch "^4.0.4" - pretty-format "^29.7.0" - slash "^3.0.0" - strip-ansi "^6.0.0" - -"@jest/environment@^29.7.0": - version "29.7.0" - dependencies: - "@jest/fake-timers" "^29.7.0" - "@jest/types" "^29.6.3" - "@types/node" "*" - jest-mock "^29.7.0" - -"@jest/expect-utils@^29.7.0": - version "29.7.0" - dependencies: - jest-get-type "^29.6.3" - -"@jest/expect@^29.7.0": - version "29.7.0" - dependencies: - expect "^29.7.0" - jest-snapshot "^29.7.0" - -"@jest/fake-timers@^29.7.0": - version "29.7.0" - dependencies: - "@jest/types" "^29.6.3" - "@sinonjs/fake-timers" "^10.0.2" - "@types/node" "*" - jest-message-util "^29.7.0" - jest-mock "^29.7.0" - jest-util "^29.7.0" - -"@jest/globals@^29.7.0": - version "29.7.0" - dependencies: - "@jest/environment" "^29.7.0" - "@jest/expect" "^29.7.0" - "@jest/types" "^29.6.3" - jest-mock "^29.7.0" - -"@jest/reporters@^29.7.0": - version "29.7.0" - dependencies: - "@bcoe/v8-coverage" "^0.2.3" - "@jest/console" "^29.7.0" - "@jest/test-result" "^29.7.0" - "@jest/transform" "^29.7.0" - "@jest/types" "^29.6.3" - "@jridgewell/trace-mapping" "^0.3.18" - "@types/node" "*" - chalk "^4.0.0" - collect-v8-coverage "^1.0.0" - exit "^0.1.2" - glob "^7.1.3" - graceful-fs "^4.2.9" - istanbul-lib-coverage "^3.0.0" - istanbul-lib-instrument "^6.0.0" - istanbul-lib-report "^3.0.0" - istanbul-lib-source-maps "^4.0.0" - istanbul-reports "^3.1.3" - jest-message-util "^29.7.0" - jest-util "^29.7.0" - jest-worker "^29.7.0" - slash "^3.0.0" - string-length "^4.0.1" - strip-ansi "^6.0.0" - v8-to-istanbul "^9.0.1" - -"@jest/schemas@^29.6.3": - version "29.6.3" - dependencies: - "@sinclair/typebox" "^0.27.8" - -"@jest/source-map@^29.6.3": - version "29.6.3" - dependencies: - "@jridgewell/trace-mapping" "^0.3.18" - callsites "^3.0.0" - graceful-fs "^4.2.9" - -"@jest/test-result@^29.7.0": - version "29.7.0" - dependencies: - "@jest/console" "^29.7.0" - "@jest/types" "^29.6.3" - "@types/istanbul-lib-coverage" "^2.0.0" - collect-v8-coverage "^1.0.0" - -"@jest/test-sequencer@^29.7.0": - version "29.7.0" - dependencies: - "@jest/test-result" "^29.7.0" - graceful-fs "^4.2.9" - jest-haste-map "^29.7.0" - slash "^3.0.0" - -"@jest/transform@^29.0.0", "@jest/transform@^29.7.0": - version "29.7.0" - dependencies: - "@babel/core" "^7.11.6" - "@jest/types" "^29.6.3" - "@jridgewell/trace-mapping" "^0.3.18" - babel-plugin-istanbul "^6.1.1" - chalk "^4.0.0" - convert-source-map "^2.0.0" - fast-json-stable-stringify "^2.1.0" - graceful-fs "^4.2.9" - jest-haste-map "^29.7.0" - jest-regex-util "^29.6.3" - jest-util "^29.7.0" - micromatch "^4.0.4" - pirates "^4.0.4" - slash "^3.0.0" - write-file-atomic "^4.0.2" - -"@jest/types@^29.0.0", "@jest/types@^29.6.3": - version "29.6.3" - dependencies: - "@jest/schemas" "^29.6.3" - "@types/istanbul-lib-coverage" "^2.0.0" - "@types/istanbul-reports" "^3.0.0" - "@types/node" "*" - "@types/yargs" "^17.0.8" - chalk "^4.0.0" - -"@jridgewell/gen-mapping@^0.3.5": - version "0.3.5" - dependencies: - "@jridgewell/set-array" "^1.2.1" - "@jridgewell/sourcemap-codec" "^1.4.10" - "@jridgewell/trace-mapping" "^0.3.24" - -"@jridgewell/resolve-uri@^3.0.3", "@jridgewell/resolve-uri@^3.1.0": - version "3.1.2" - -"@jridgewell/set-array@^1.2.1": - version "1.2.1" - -"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.13", "@jridgewell/sourcemap-codec@^1.4.14": - version "1.5.0" - -"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.18", "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25": - version "0.3.25" - dependencies: - "@jridgewell/resolve-uri" "^3.1.0" - "@jridgewell/sourcemap-codec" "^1.4.14" - -"@jridgewell/trace-mapping@0.3.9": - version "0.3.9" - dependencies: - "@jridgewell/resolve-uri" "^3.0.3" - "@jridgewell/sourcemap-codec" "^1.4.10" - -"@js-sdsl/ordered-map@^4.4.2": - version "4.4.2" - resolved "https://registry.npmjs.org/@js-sdsl/ordered-map/-/ordered-map-4.4.2.tgz" - integrity sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw== - -"@jsdevtools/ono@^7.1.3": - version "7.1.3" - -"@mapbox/node-pre-gyp@^1.0.0": - version "1.0.11" - dependencies: - detect-libc "^2.0.0" - https-proxy-agent "^5.0.0" - make-dir "^3.1.0" - node-fetch "^2.6.7" - nopt "^5.0.0" - npmlog "^5.0.1" - rimraf "^3.0.2" - semver "^7.3.5" - tar "^6.1.11" - -"@npmcli/fs@^2.1.0": - version "2.1.2" - dependencies: - "@gar/promisify" "^1.1.3" - semver "^7.3.5" - -"@npmcli/move-file@^2.0.0": - version "2.0.1" - dependencies: - mkdirp "^1.0.4" - rimraf "^3.0.2" - -"@opentelemetry/api@^1.3.0": - version "1.9.0" - resolved "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.0.tgz" - integrity sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg== - -"@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2": - version "1.1.2" - resolved "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz" - integrity sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ== - -"@protobufjs/base64@^1.1.2": - version "1.1.2" - resolved "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz" - integrity sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg== - -"@protobufjs/codegen@^2.0.4": - version "2.0.4" - resolved "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz" - integrity sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg== - -"@protobufjs/eventemitter@^1.1.0": - version "1.1.0" - resolved "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz" - integrity sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q== - -"@protobufjs/fetch@^1.1.0": - version "1.1.0" - resolved "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz" - integrity sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ== - dependencies: - "@protobufjs/aspromise" "^1.1.1" - "@protobufjs/inquire" "^1.1.0" - -"@protobufjs/float@^1.0.2": - version "1.0.2" - resolved "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz" - integrity sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ== - -"@protobufjs/inquire@^1.1.0": - version "1.1.0" - resolved "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz" - integrity sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q== - -"@protobufjs/path@^1.1.2": - version "1.1.2" - resolved "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz" - integrity sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA== - -"@protobufjs/pool@^1.1.0": - version "1.1.0" - resolved "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz" - integrity sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw== - -"@protobufjs/utf8@^1.1.0": - version "1.1.0" - resolved "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz" - integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw== - -"@rollup/plugin-commonjs@^23.0.0": - version "23.0.7" - dependencies: - "@rollup/pluginutils" "^5.0.1" - commondir "^1.0.1" - estree-walker "^2.0.2" - glob "^8.0.3" - is-reference "1.2.1" - magic-string "^0.27.0" - -"@rollup/plugin-node-resolve@^15.0.0": - version "15.2.3" - dependencies: - "@rollup/pluginutils" "^5.0.1" - "@types/resolve" "1.20.2" - deepmerge "^4.2.2" - is-builtin-module "^3.2.1" - is-module "^1.0.0" - resolve "^1.22.1" - -"@rollup/pluginutils@^5.0.1": - version "5.1.0" - dependencies: - "@types/estree" "^1.0.0" - estree-walker "^2.0.2" - picomatch "^2.3.1" - -"@sinclair/typebox@^0.27.8": - version "0.27.8" - -"@sinonjs/commons@^3.0.0": - version "3.0.1" - dependencies: - type-detect "4.0.8" - -"@sinonjs/fake-timers@^10.0.2": - version "10.3.0" - dependencies: - "@sinonjs/commons" "^3.0.0" - -"@smithy/abort-controller@^3.1.1": - version "3.1.1" - dependencies: - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@smithy/chunked-blob-reader-native@^3.0.0": - version "3.0.0" - dependencies: - "@smithy/util-base64" "^3.0.0" - tslib "^2.6.2" - -"@smithy/chunked-blob-reader@^3.0.0": - version "3.0.0" - dependencies: - tslib "^2.6.2" - -"@smithy/config-resolver@^3.0.5": - version "3.0.5" - dependencies: - "@smithy/node-config-provider" "^3.1.4" - "@smithy/types" "^3.3.0" - "@smithy/util-config-provider" "^3.0.0" - "@smithy/util-middleware" "^3.0.3" - tslib "^2.6.2" - -"@smithy/core@^2.3.2": - version "2.3.2" - dependencies: - "@smithy/middleware-endpoint" "^3.1.0" - "@smithy/middleware-retry" "^3.0.14" - "@smithy/middleware-serde" "^3.0.3" - "@smithy/protocol-http" "^4.1.0" - "@smithy/smithy-client" "^3.1.12" - "@smithy/types" "^3.3.0" - "@smithy/util-middleware" "^3.0.3" - tslib "^2.6.2" - -"@smithy/credential-provider-imds@^3.2.0": - version "3.2.0" - dependencies: - "@smithy/node-config-provider" "^3.1.4" - "@smithy/property-provider" "^3.1.3" - "@smithy/types" "^3.3.0" - "@smithy/url-parser" "^3.0.3" - tslib "^2.6.2" - -"@smithy/eventstream-codec@^3.1.2": - version "3.1.2" - dependencies: - "@aws-crypto/crc32" "5.2.0" - "@smithy/types" "^3.3.0" - "@smithy/util-hex-encoding" "^3.0.0" - tslib "^2.6.2" - -"@smithy/eventstream-serde-browser@^3.0.5": - version "3.0.5" - dependencies: - "@smithy/eventstream-serde-universal" "^3.0.4" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@smithy/eventstream-serde-config-resolver@^3.0.3": - version "3.0.3" - dependencies: - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@smithy/eventstream-serde-node@^3.0.4": - version "3.0.4" - dependencies: - "@smithy/eventstream-serde-universal" "^3.0.4" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@smithy/eventstream-serde-universal@^3.0.4": - version "3.0.4" - dependencies: - "@smithy/eventstream-codec" "^3.1.2" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@smithy/fetch-http-handler@^3.2.4": - version "3.2.4" - dependencies: - "@smithy/protocol-http" "^4.1.0" - "@smithy/querystring-builder" "^3.0.3" - "@smithy/types" "^3.3.0" - "@smithy/util-base64" "^3.0.0" - tslib "^2.6.2" - -"@smithy/hash-blob-browser@^3.1.2": - version "3.1.2" - dependencies: - "@smithy/chunked-blob-reader" "^3.0.0" - "@smithy/chunked-blob-reader-native" "^3.0.0" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@smithy/hash-node@^3.0.3": - version "3.0.3" - dependencies: - "@smithy/types" "^3.3.0" - "@smithy/util-buffer-from" "^3.0.0" - "@smithy/util-utf8" "^3.0.0" - tslib "^2.6.2" - -"@smithy/hash-stream-node@^3.1.2": - version "3.1.2" - dependencies: - "@smithy/types" "^3.3.0" - "@smithy/util-utf8" "^3.0.0" - tslib "^2.6.2" - -"@smithy/invalid-dependency@^3.0.3": - version "3.0.3" - dependencies: - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@smithy/is-array-buffer@^2.2.0": - version "2.2.0" - dependencies: - tslib "^2.6.2" - -"@smithy/is-array-buffer@^3.0.0": - version "3.0.0" - dependencies: - tslib "^2.6.2" - -"@smithy/md5-js@^3.0.3": - version "3.0.3" - dependencies: - "@smithy/types" "^3.3.0" - "@smithy/util-utf8" "^3.0.0" - tslib "^2.6.2" - -"@smithy/middleware-content-length@^3.0.5": - version "3.0.5" - dependencies: - "@smithy/protocol-http" "^4.1.0" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@smithy/middleware-endpoint@^3.1.0": - version "3.1.0" - dependencies: - "@smithy/middleware-serde" "^3.0.3" - "@smithy/node-config-provider" "^3.1.4" - "@smithy/shared-ini-file-loader" "^3.1.4" - "@smithy/types" "^3.3.0" - "@smithy/url-parser" "^3.0.3" - "@smithy/util-middleware" "^3.0.3" - tslib "^2.6.2" - -"@smithy/middleware-retry@^3.0.14": - version "3.0.14" - dependencies: - "@smithy/node-config-provider" "^3.1.4" - "@smithy/protocol-http" "^4.1.0" - "@smithy/service-error-classification" "^3.0.3" - "@smithy/smithy-client" "^3.1.12" - "@smithy/types" "^3.3.0" - "@smithy/util-middleware" "^3.0.3" - "@smithy/util-retry" "^3.0.3" - tslib "^2.6.2" - uuid "^9.0.1" - -"@smithy/middleware-serde@^3.0.3": - version "3.0.3" - dependencies: - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@smithy/middleware-stack@^3.0.3": - version "3.0.3" - dependencies: - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@smithy/node-config-provider@^3.1.4": - version "3.1.4" - dependencies: - "@smithy/property-provider" "^3.1.3" - "@smithy/shared-ini-file-loader" "^3.1.4" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@smithy/node-http-handler@^3.1.4": - version "3.1.4" - dependencies: - "@smithy/abort-controller" "^3.1.1" - "@smithy/protocol-http" "^4.1.0" - "@smithy/querystring-builder" "^3.0.3" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@smithy/property-provider@^3.1.3": - version "3.1.3" - dependencies: - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@smithy/protocol-http@^4.1.0": - version "4.1.0" - dependencies: - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@smithy/querystring-builder@^3.0.3": - version "3.0.3" - dependencies: - "@smithy/types" "^3.3.0" - "@smithy/util-uri-escape" "^3.0.0" - tslib "^2.6.2" - -"@smithy/querystring-parser@^3.0.3": - version "3.0.3" - dependencies: - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@smithy/service-error-classification@^3.0.3": - version "3.0.3" - dependencies: - "@smithy/types" "^3.3.0" - -"@smithy/shared-ini-file-loader@^3.1.4": - version "3.1.4" - dependencies: - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@smithy/signature-v4@^4.1.0": - version "4.1.0" - dependencies: - "@smithy/is-array-buffer" "^3.0.0" - "@smithy/protocol-http" "^4.1.0" - "@smithy/types" "^3.3.0" - "@smithy/util-hex-encoding" "^3.0.0" - "@smithy/util-middleware" "^3.0.3" - "@smithy/util-uri-escape" "^3.0.0" - "@smithy/util-utf8" "^3.0.0" - tslib "^2.6.2" - -"@smithy/smithy-client@^3.1.12": - version "3.1.12" - dependencies: - "@smithy/middleware-endpoint" "^3.1.0" - "@smithy/middleware-stack" "^3.0.3" - "@smithy/protocol-http" "^4.1.0" - "@smithy/types" "^3.3.0" - "@smithy/util-stream" "^3.1.3" - tslib "^2.6.2" - -"@smithy/types@^3.3.0": - version "3.3.0" - dependencies: - tslib "^2.6.2" - -"@smithy/url-parser@^3.0.3": - version "3.0.3" - dependencies: - "@smithy/querystring-parser" "^3.0.3" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@smithy/util-base64@^3.0.0": - version "3.0.0" - dependencies: - "@smithy/util-buffer-from" "^3.0.0" - "@smithy/util-utf8" "^3.0.0" - tslib "^2.6.2" - -"@smithy/util-body-length-browser@^3.0.0": - version "3.0.0" - dependencies: - tslib "^2.6.2" - -"@smithy/util-body-length-node@^3.0.0": - version "3.0.0" - dependencies: - tslib "^2.6.2" - -"@smithy/util-buffer-from@^2.2.0": - version "2.2.0" - dependencies: - "@smithy/is-array-buffer" "^2.2.0" - tslib "^2.6.2" - -"@smithy/util-buffer-from@^3.0.0": - version "3.0.0" - dependencies: - "@smithy/is-array-buffer" "^3.0.0" - tslib "^2.6.2" - -"@smithy/util-config-provider@^3.0.0": - version "3.0.0" - dependencies: - tslib "^2.6.2" - -"@smithy/util-defaults-mode-browser@^3.0.14": - version "3.0.14" - dependencies: - "@smithy/property-provider" "^3.1.3" - "@smithy/smithy-client" "^3.1.12" - "@smithy/types" "^3.3.0" - bowser "^2.11.0" - tslib "^2.6.2" - -"@smithy/util-defaults-mode-node@^3.0.14": - version "3.0.14" - dependencies: - "@smithy/config-resolver" "^3.0.5" - "@smithy/credential-provider-imds" "^3.2.0" - "@smithy/node-config-provider" "^3.1.4" - "@smithy/property-provider" "^3.1.3" - "@smithy/smithy-client" "^3.1.12" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@smithy/util-endpoints@^2.0.5": - version "2.0.5" - dependencies: - "@smithy/node-config-provider" "^3.1.4" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@smithy/util-hex-encoding@^3.0.0": - version "3.0.0" - dependencies: - tslib "^2.6.2" - -"@smithy/util-middleware@^3.0.3": - version "3.0.3" - dependencies: - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@smithy/util-retry@^3.0.3": - version "3.0.3" - dependencies: - "@smithy/service-error-classification" "^3.0.3" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@smithy/util-stream@^3.1.3": - version "3.1.3" - dependencies: - "@smithy/fetch-http-handler" "^3.2.4" - "@smithy/node-http-handler" "^3.1.4" - "@smithy/types" "^3.3.0" - "@smithy/util-base64" "^3.0.0" - "@smithy/util-buffer-from" "^3.0.0" - "@smithy/util-hex-encoding" "^3.0.0" - "@smithy/util-utf8" "^3.0.0" - tslib "^2.6.2" - -"@smithy/util-uri-escape@^3.0.0": - version "3.0.0" - dependencies: - tslib "^2.6.2" - -"@smithy/util-utf8@^2.0.0": - version "2.3.0" - dependencies: - "@smithy/util-buffer-from" "^2.2.0" - tslib "^2.6.2" - -"@smithy/util-utf8@^3.0.0": - version "3.0.0" - dependencies: - "@smithy/util-buffer-from" "^3.0.0" - tslib "^2.6.2" - -"@smithy/util-waiter@^3.1.2": - version "3.1.2" - dependencies: - "@smithy/abort-controller" "^3.1.1" - "@smithy/types" "^3.3.0" - tslib "^2.6.2" - -"@supabase/auth-js@2.64.4": - version "2.64.4" - dependencies: - "@supabase/node-fetch" "^2.6.14" - -"@supabase/functions-js@2.4.1": - version "2.4.1" - dependencies: - "@supabase/node-fetch" "^2.6.14" - -"@supabase/node-fetch@^2.6.14", "@supabase/node-fetch@2.6.15": - version "2.6.15" - dependencies: - whatwg-url "^5.0.0" - -"@supabase/postgrest-js@1.15.8": - version "1.15.8" - dependencies: - "@supabase/node-fetch" "^2.6.14" - -"@supabase/realtime-js@2.10.2": - version "2.10.2" - dependencies: - "@supabase/node-fetch" "^2.6.14" - "@types/phoenix" "^1.5.4" - "@types/ws" "^8.5.10" - ws "^8.14.2" - -"@supabase/storage-js@2.6.0": - version "2.6.0" - dependencies: - "@supabase/node-fetch" "^2.6.14" - -"@supabase/supabase-js@^2.26.0": - version "2.45.1" - dependencies: - "@supabase/auth-js" "2.64.4" - "@supabase/functions-js" "2.4.1" - "@supabase/node-fetch" "2.6.15" - "@supabase/postgrest-js" "1.15.8" - "@supabase/realtime-js" "2.10.2" - "@supabase/storage-js" "2.6.0" - -"@swagger-api/apidom-ast@^1.0.0-alpha.9": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-ast/-/apidom-ast-1.0.0-alpha.9.tgz" - integrity sha512-SAOQrFSFwgDiI4QSIPDwAIJEb4Za+8bu45sNojgV3RMtCz+n4Agw66iqGsDib5YSI/Cg1h4AKFovT3iWdfGWfw== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-error" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - unraw "^3.0.0" - -"@swagger-api/apidom-core@^1.0.0-alpha.9", "@swagger-api/apidom-core@>=1.0.0-alpha.9 <1.0.0-beta.0": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-core/-/apidom-core-1.0.0-alpha.9.tgz" - integrity sha512-vGl8BWRf6ODl39fxElcIOjRE2QG5AJhn8tTNMqjjHB/2WppNBuxOVStYZeVJoWfK03OPK8v4Fp/TAcaP9+R7DQ== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-ast" "^1.0.0-alpha.9" - "@swagger-api/apidom-error" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - minim "~0.23.8" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - short-unique-id "^5.0.2" - ts-mixer "^6.0.3" - -"@swagger-api/apidom-error@^1.0.0-alpha.1", "@swagger-api/apidom-error@^1.0.0-alpha.9", "@swagger-api/apidom-error@>=1.0.0-alpha.9 <1.0.0-beta.0": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-error/-/apidom-error-1.0.0-alpha.9.tgz" - integrity sha512-FU/2sFSgsICB9HYFELJ79caRpXXzlAV41QTHsAM46WfRehbzZUQpOBQm4jRi3qJGSa/Jk+mQ7Vt8HLRFMpJFfg== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - -"@swagger-api/apidom-json-pointer@^1.0.0-alpha.1", "@swagger-api/apidom-json-pointer@^1.0.0-alpha.9", "@swagger-api/apidom-json-pointer@>=1.0.0-alpha.9 <1.0.0-beta.0": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-json-pointer/-/apidom-json-pointer-1.0.0-alpha.9.tgz" - integrity sha512-/W8Ktbgbs29zdhed6KHTFk0qmuIRbvEFi8wu2MHGQ5UT4i99Bdu2OyUiayhnpejWztfQxDgL08pjrQPEwgY8Yg== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-core" "^1.0.0-alpha.9" - "@swagger-api/apidom-error" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - -"@swagger-api/apidom-ns-api-design-systems@^1.0.0-alpha.9": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-ns-api-design-systems/-/apidom-ns-api-design-systems-1.0.0-alpha.9.tgz" - integrity sha512-aduC2vbwGgn6ia9IkKpqBYBaKyIDGM/80M3oU3DFgaYIIwynzuwVpN1TkBOLIFy3mAzkWoYKUS0jdZJhMy/6Ug== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-core" "^1.0.0-alpha.9" - "@swagger-api/apidom-error" "^1.0.0-alpha.9" - "@swagger-api/apidom-ns-openapi-3-1" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - ts-mixer "^6.0.3" - -"@swagger-api/apidom-ns-asyncapi-2@^1.0.0-alpha.1", "@swagger-api/apidom-ns-asyncapi-2@^1.0.0-alpha.9": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-ns-asyncapi-2/-/apidom-ns-asyncapi-2-1.0.0-alpha.9.tgz" - integrity sha512-hZjxXJgMt517ADnAauWJh01k7WNRwkbWT5p6b7AXF2H3tl549A2hhLnIg3BBSE3GwB3Nv25GyrI3aA/1dFVC8A== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-core" "^1.0.0-alpha.9" - "@swagger-api/apidom-ns-json-schema-draft-7" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - ts-mixer "^6.0.3" - -"@swagger-api/apidom-ns-json-schema-draft-4@^1.0.0-alpha.9": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-ns-json-schema-draft-4/-/apidom-ns-json-schema-draft-4-1.0.0-alpha.9.tgz" - integrity sha512-OfX4UBb08C0xD5+F80dQAM2yt5lXxcURWkVEeCwxz7i23BB3nNEbnZXNV91Qo9eaJflPh8dO9iiHQxvfw5IgSg== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-ast" "^1.0.0-alpha.9" - "@swagger-api/apidom-core" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - ts-mixer "^6.0.4" - -"@swagger-api/apidom-ns-json-schema-draft-6@^1.0.0-alpha.9": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-ns-json-schema-draft-6/-/apidom-ns-json-schema-draft-6-1.0.0-alpha.9.tgz" - integrity sha512-qzUVRSSrnlYGMhK6w57o/RboNvy1FO0iFgEnTk56dD4wN49JRNuFqKI18IgXc1W2r9tTTG70nG1khe4cPE8TNg== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-core" "^1.0.0-alpha.9" - "@swagger-api/apidom-error" "^1.0.0-alpha.9" - "@swagger-api/apidom-ns-json-schema-draft-4" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - ts-mixer "^6.0.4" - -"@swagger-api/apidom-ns-json-schema-draft-7@^1.0.0-alpha.9": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-ns-json-schema-draft-7/-/apidom-ns-json-schema-draft-7-1.0.0-alpha.9.tgz" - integrity sha512-Zml8Z8VCckdFjvTogaec1dabd85hg1+xZDseWcCuD0tYkaTY/sZ8zzI0dz6/4HsKCb58qjiWSa0w60N8Syr6WQ== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-core" "^1.0.0-alpha.9" - "@swagger-api/apidom-error" "^1.0.0-alpha.9" - "@swagger-api/apidom-ns-json-schema-draft-6" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - ts-mixer "^6.0.4" - -"@swagger-api/apidom-ns-openapi-2@^1.0.0-alpha.1", "@swagger-api/apidom-ns-openapi-2@^1.0.0-alpha.9": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-ns-openapi-2/-/apidom-ns-openapi-2-1.0.0-alpha.9.tgz" - integrity sha512-WUZxt7Gs7P4EQsGtoD6cKAjf0uDJhkUxsIW9Bb4EAgO6tdp7LlXhbJ0fJ2QycCLY717SfJbvGLfhuSfTYo4Iow== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-core" "^1.0.0-alpha.9" - "@swagger-api/apidom-error" "^1.0.0-alpha.9" - "@swagger-api/apidom-ns-json-schema-draft-4" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - ts-mixer "^6.0.3" - -"@swagger-api/apidom-ns-openapi-3-0@^1.0.0-alpha.1", "@swagger-api/apidom-ns-openapi-3-0@^1.0.0-alpha.9": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-ns-openapi-3-0/-/apidom-ns-openapi-3-0-1.0.0-alpha.9.tgz" - integrity sha512-7ra5uoZGrfCn1LabfJLueChPcYXyg24//LCYBtjTstyueqd5Vp7JCPeP5NnJSAaqVAP47r8ygceBPoxNp9k1EQ== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-core" "^1.0.0-alpha.9" - "@swagger-api/apidom-error" "^1.0.0-alpha.9" - "@swagger-api/apidom-ns-json-schema-draft-4" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - ts-mixer "^6.0.3" - -"@swagger-api/apidom-ns-openapi-3-1@^1.0.0-alpha.1", "@swagger-api/apidom-ns-openapi-3-1@^1.0.0-alpha.9", "@swagger-api/apidom-ns-openapi-3-1@>=1.0.0-alpha.9 <1.0.0-beta.0": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-ns-openapi-3-1/-/apidom-ns-openapi-3-1-1.0.0-alpha.9.tgz" - integrity sha512-nQOwNQgf0C8EVjf2loAAl4ifRuVOdcqycvXUdcTpsUfHN3fbndR8IKpb26mQNmnACmqgmX+LkbMdW9b+K6089g== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-ast" "^1.0.0-alpha.9" - "@swagger-api/apidom-core" "^1.0.0-alpha.9" - "@swagger-api/apidom-json-pointer" "^1.0.0-alpha.9" - "@swagger-api/apidom-ns-openapi-3-0" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - ts-mixer "^6.0.3" - -"@swagger-api/apidom-ns-workflows-1@^1.0.0-alpha.1", "@swagger-api/apidom-ns-workflows-1@^1.0.0-alpha.9": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-ns-workflows-1/-/apidom-ns-workflows-1-1.0.0-alpha.9.tgz" - integrity sha512-yKo0p8OkQmDib93Kt1yqWmI7JsD6D9qUHxr/SCuAmNNWny1hxm7cZGoKJwJlGd0uAg84j4vmzWOlG3AsJbnT8g== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-core" "^1.0.0-alpha.9" - "@swagger-api/apidom-ns-openapi-3-1" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - ts-mixer "^6.0.3" - -"@swagger-api/apidom-parser-adapter-api-design-systems-json@^1.0.0-alpha.1": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-api-design-systems-json/-/apidom-parser-adapter-api-design-systems-json-1.0.0-alpha.9.tgz" - integrity sha512-xfVMR4HrTzXU0HB4TtxwkNbUIa/cQrPa0BWutJZ0fMYMAtUox2s8GsFYnJfZP52XfpSHFM1VPclivorZqET14g== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-core" "^1.0.0-alpha.9" - "@swagger-api/apidom-ns-api-design-systems" "^1.0.0-alpha.9" - "@swagger-api/apidom-parser-adapter-json" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - -"@swagger-api/apidom-parser-adapter-api-design-systems-yaml@^1.0.0-alpha.1": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-api-design-systems-yaml/-/apidom-parser-adapter-api-design-systems-yaml-1.0.0-alpha.9.tgz" - integrity sha512-lJZkrhZ8qRTtc5fSLKefCv8j7Xzo8UBfMjpqTJhmETAtU8YfVV2i2znjgxJpm0QwV6FVQqGfK1+ASZQWPLiVcA== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-core" "^1.0.0-alpha.9" - "@swagger-api/apidom-ns-api-design-systems" "^1.0.0-alpha.9" - "@swagger-api/apidom-parser-adapter-yaml-1-2" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - -"@swagger-api/apidom-parser-adapter-asyncapi-json-2@^1.0.0-alpha.1": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-asyncapi-json-2/-/apidom-parser-adapter-asyncapi-json-2-1.0.0-alpha.9.tgz" - integrity sha512-65nmKdPzw4C1bmtYn+3zoxXCI6Gnobr0StI9XE0YWiK+lpso7RH3Cgyl1yPZ0DBRVGzP+Fn9FVzmDNulEfR95w== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-core" "^1.0.0-alpha.9" - "@swagger-api/apidom-ns-asyncapi-2" "^1.0.0-alpha.9" - "@swagger-api/apidom-parser-adapter-json" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - -"@swagger-api/apidom-parser-adapter-asyncapi-yaml-2@^1.0.0-alpha.1": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-asyncapi-yaml-2/-/apidom-parser-adapter-asyncapi-yaml-2-1.0.0-alpha.9.tgz" - integrity sha512-RLI4FpVB3vB6mIuT77yrsv5V2LMZ80dW9XpV+Fmbd4Jkdj+ysAFwT38cI4AsUMOxixpTDIXY1oWD7AjvylHhQQ== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-core" "^1.0.0-alpha.9" - "@swagger-api/apidom-ns-asyncapi-2" "^1.0.0-alpha.9" - "@swagger-api/apidom-parser-adapter-yaml-1-2" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - -"@swagger-api/apidom-parser-adapter-json@^1.0.0-alpha.1", "@swagger-api/apidom-parser-adapter-json@^1.0.0-alpha.9": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-json/-/apidom-parser-adapter-json-1.0.0-alpha.9.tgz" - integrity sha512-aOewp8/3zobf/O+5Jx8y7+bX3BPRfRlHIv15qp4YVTsLs6gLISWSzTO9JpWe9cR+AfhpsAalFq4t1LwIkmLk4A== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-ast" "^1.0.0-alpha.9" - "@swagger-api/apidom-core" "^1.0.0-alpha.9" - "@swagger-api/apidom-error" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - tree-sitter "=0.20.4" - tree-sitter-json "=0.20.2" - web-tree-sitter "=0.20.3" - -"@swagger-api/apidom-parser-adapter-openapi-json-2@^1.0.0-alpha.1": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-json-2/-/apidom-parser-adapter-openapi-json-2-1.0.0-alpha.9.tgz" - integrity sha512-zgtsAfkplCFusX2P/saqdn10J8P3kQizCXxHLvxd2j0EhMJk2wfu4HYN5Pej/7/qf/OR1QZxqtacwebd4RfpXA== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-core" "^1.0.0-alpha.9" - "@swagger-api/apidom-ns-openapi-2" "^1.0.0-alpha.9" - "@swagger-api/apidom-parser-adapter-json" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - -"@swagger-api/apidom-parser-adapter-openapi-json-3-0@^1.0.0-alpha.1": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-json-3-0/-/apidom-parser-adapter-openapi-json-3-0-1.0.0-alpha.9.tgz" - integrity sha512-iPuHf0cAZSUhSv8mB0FnVgatTc26cVYohgqz2cvjoGofdqoh5KKIfxOkWlIhm+qGuBp71CfZUrPYPRsd0dHgeg== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-core" "^1.0.0-alpha.9" - "@swagger-api/apidom-ns-openapi-3-0" "^1.0.0-alpha.9" - "@swagger-api/apidom-parser-adapter-json" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - -"@swagger-api/apidom-parser-adapter-openapi-json-3-1@^1.0.0-alpha.1": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-json-3-1/-/apidom-parser-adapter-openapi-json-3-1-1.0.0-alpha.9.tgz" - integrity sha512-jwkfO7tzZyyrAgok+O9fKFOv1q/5njMb9DBc3D/ZF3ZLTcnEw8uj4V2HkjKxUweH5k8ip/gc8ueKmO/i7p2fng== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-core" "^1.0.0-alpha.9" - "@swagger-api/apidom-ns-openapi-3-1" "^1.0.0-alpha.9" - "@swagger-api/apidom-parser-adapter-json" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - -"@swagger-api/apidom-parser-adapter-openapi-yaml-2@^1.0.0-alpha.1": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-yaml-2/-/apidom-parser-adapter-openapi-yaml-2-1.0.0-alpha.9.tgz" - integrity sha512-jEIDpjbjwFKXQXS/RHJeA4tthsguLoz+nJPYS3AOLfuSiby5QXsKTxgqHXxG/YJqF1xJbZL+5KcF8UyiDePumw== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-core" "^1.0.0-alpha.9" - "@swagger-api/apidom-ns-openapi-2" "^1.0.0-alpha.9" - "@swagger-api/apidom-parser-adapter-yaml-1-2" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - -"@swagger-api/apidom-parser-adapter-openapi-yaml-3-0@^1.0.0-alpha.1": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-yaml-3-0/-/apidom-parser-adapter-openapi-yaml-3-0-1.0.0-alpha.9.tgz" - integrity sha512-ieJL8dfIF8fmP3uJRNh/duJa3cCIIv6MzUe6o4uPT/oTDroy4qIATvnq9Dq/gtAv6rcPRpA9VhyghJ1DmjKsZQ== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-core" "^1.0.0-alpha.9" - "@swagger-api/apidom-ns-openapi-3-0" "^1.0.0-alpha.9" - "@swagger-api/apidom-parser-adapter-yaml-1-2" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - -"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1@^1.0.0-alpha.1": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-yaml-3-1/-/apidom-parser-adapter-openapi-yaml-3-1-1.0.0-alpha.9.tgz" - integrity sha512-EatIH7PZQSNDsRn9ompc62MYzboY7wAkjfYz+2FzBaSA8Vl5/+740qGQj22tu/xhwW4K72aV2NNL1m47QVF7hA== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-core" "^1.0.0-alpha.9" - "@swagger-api/apidom-ns-openapi-3-1" "^1.0.0-alpha.9" - "@swagger-api/apidom-parser-adapter-yaml-1-2" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - -"@swagger-api/apidom-parser-adapter-workflows-json-1@^1.0.0-alpha.1": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-workflows-json-1/-/apidom-parser-adapter-workflows-json-1-1.0.0-alpha.9.tgz" - integrity sha512-LylC2cQdAmvR7bXqwMwBt6FHTMVGinwIdI8pjl4EbPT9hCVm1rdED53caTYM4gCm+CJGRw20r4gb9vn3+N6RrA== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-core" "^1.0.0-alpha.9" - "@swagger-api/apidom-ns-workflows-1" "^1.0.0-alpha.9" - "@swagger-api/apidom-parser-adapter-json" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - -"@swagger-api/apidom-parser-adapter-workflows-yaml-1@^1.0.0-alpha.1": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-workflows-yaml-1/-/apidom-parser-adapter-workflows-yaml-1-1.0.0-alpha.9.tgz" - integrity sha512-TlA4+1ca33D7fWxO5jKBytSCv86IGI4Lze4JfrawWUXZ5efhi4LiNmW5TrGlZUyvL7yJtZcA4tn3betlj6jVwA== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-core" "^1.0.0-alpha.9" - "@swagger-api/apidom-ns-workflows-1" "^1.0.0-alpha.9" - "@swagger-api/apidom-parser-adapter-yaml-1-2" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - -"@swagger-api/apidom-parser-adapter-yaml-1-2@^1.0.0-alpha.1", "@swagger-api/apidom-parser-adapter-yaml-1-2@^1.0.0-alpha.9": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-yaml-1-2/-/apidom-parser-adapter-yaml-1-2-1.0.0-alpha.9.tgz" - integrity sha512-jSIHEB7lbh+MP3BhYIXFkeivDR01kugXN70e5FskW7oet2TIARsVEPheWKQFSP1U8bUZA4bsp9h9gOQ9xEeErw== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-ast" "^1.0.0-alpha.9" - "@swagger-api/apidom-core" "^1.0.0-alpha.9" - "@swagger-api/apidom-error" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - tree-sitter "=0.20.4" - tree-sitter-yaml "=0.5.0" - web-tree-sitter "=0.20.3" - -"@swagger-api/apidom-reference@>=1.0.0-alpha.9 <1.0.0-beta.0": - version "1.0.0-alpha.9" - resolved "https://registry.npmjs.org/@swagger-api/apidom-reference/-/apidom-reference-1.0.0-alpha.9.tgz" - integrity sha512-KQ6wB5KplqdSsjxdA8BaQulj5zlF5VBCd5KP3RN/9vvixgsD/gyrVY59nisdzmPTqiL6yjhk612eQ96MgG8KiA== - dependencies: - "@babel/runtime-corejs3" "^7.20.7" - "@swagger-api/apidom-core" "^1.0.0-alpha.9" - "@types/ramda" "~0.30.0" - axios "^1.4.0" - minimatch "^7.4.3" - process "^0.11.10" - ramda "~0.30.0" - ramda-adjunct "^5.0.0" - optionalDependencies: - "@swagger-api/apidom-error" "^1.0.0-alpha.1" - "@swagger-api/apidom-json-pointer" "^1.0.0-alpha.1" - "@swagger-api/apidom-ns-asyncapi-2" "^1.0.0-alpha.1" - "@swagger-api/apidom-ns-openapi-2" "^1.0.0-alpha.1" - "@swagger-api/apidom-ns-openapi-3-0" "^1.0.0-alpha.1" - "@swagger-api/apidom-ns-openapi-3-1" "^1.0.0-alpha.1" - "@swagger-api/apidom-ns-workflows-1" "^1.0.0-alpha.1" - "@swagger-api/apidom-parser-adapter-api-design-systems-json" "^1.0.0-alpha.1" - "@swagger-api/apidom-parser-adapter-api-design-systems-yaml" "^1.0.0-alpha.1" - "@swagger-api/apidom-parser-adapter-asyncapi-json-2" "^1.0.0-alpha.1" - "@swagger-api/apidom-parser-adapter-asyncapi-yaml-2" "^1.0.0-alpha.1" - "@swagger-api/apidom-parser-adapter-json" "^1.0.0-alpha.1" - "@swagger-api/apidom-parser-adapter-openapi-json-2" "^1.0.0-alpha.1" - "@swagger-api/apidom-parser-adapter-openapi-json-3-0" "^1.0.0-alpha.1" - "@swagger-api/apidom-parser-adapter-openapi-json-3-1" "^1.0.0-alpha.1" - "@swagger-api/apidom-parser-adapter-openapi-yaml-2" "^1.0.0-alpha.1" - "@swagger-api/apidom-parser-adapter-openapi-yaml-3-0" "^1.0.0-alpha.1" - "@swagger-api/apidom-parser-adapter-openapi-yaml-3-1" "^1.0.0-alpha.1" - "@swagger-api/apidom-parser-adapter-workflows-json-1" "^1.0.0-alpha.1" - "@swagger-api/apidom-parser-adapter-workflows-yaml-1" "^1.0.0-alpha.1" - "@swagger-api/apidom-parser-adapter-yaml-1-2" "^1.0.0-alpha.1" - -"@tootallnate/once@1": - version "1.1.2" - -"@tootallnate/once@2": - version "2.0.0" - -"@trysound/sax@0.2.0": - version "0.2.0" - -"@tsconfig/node10@^1.0.7": - version "1.0.11" - -"@tsconfig/node12@^1.0.7": - version "1.0.11" - -"@tsconfig/node14@^1.0.0": - version "1.0.3" - -"@tsconfig/node16@^1.0.2": - version "1.0.4" - -"@types/ali-oss@^6.16.11": - version "6.16.11" - resolved "https://registry.npmjs.org/@types/ali-oss/-/ali-oss-6.16.11.tgz" - integrity sha512-/AyemPZy93ZXGzEokMsoPFgjH37snpzH4X/fwans/n63HLaCleriCG3PyrkHCPkgHEc9vj9Uo6paqsBN3vJ3OA== - -"@types/axios@^0.14.0": - version "0.14.0" - dependencies: - axios "*" - -"@types/babel__core@^7.1.14": - version "7.20.5" - dependencies: - "@babel/parser" "^7.20.7" - "@babel/types" "^7.20.7" - "@types/babel__generator" "*" - "@types/babel__template" "*" - "@types/babel__traverse" "*" - -"@types/babel__generator@*": - version "7.6.8" - dependencies: - "@babel/types" "^7.0.0" - -"@types/babel__template@*": - version "7.4.4" - dependencies: - "@babel/parser" "^7.1.0" - "@babel/types" "^7.0.0" - -"@types/babel__traverse@*", "@types/babel__traverse@^7.0.6": - version "7.20.6" - dependencies: - "@babel/types" "^7.20.7" - -"@types/body-parser@*": - version "1.19.5" - dependencies: - "@types/connect" "*" - "@types/node" "*" - -"@types/caseless@*": - version "0.12.5" - resolved "https://registry.npmjs.org/@types/caseless/-/caseless-0.12.5.tgz" - integrity sha512-hWtVTC2q7hc7xZ/RLbxapMvDMgUnDvKvMOpKal4DrMyfGBUfB1oKaZlIRr6mJL+If3bAP6sV/QneGzF6tJjZDg== - -"@types/connect@*": - version "3.4.38" - dependencies: - "@types/node" "*" - -"@types/estree@*", "@types/estree@^1.0.0": - version "1.0.5" - -"@types/express-serve-static-core@^4.17.33": - version "4.19.5" - dependencies: - "@types/node" "*" - "@types/qs" "*" - "@types/range-parser" "*" - "@types/send" "*" - -"@types/express@^4.17.14", "@types/express@^4.17.17": - version "4.17.21" - dependencies: - "@types/body-parser" "*" - "@types/express-serve-static-core" "^4.17.33" - "@types/qs" "*" - "@types/serve-static" "*" - -"@types/graceful-fs@^4.1.3": - version "4.1.9" - dependencies: - "@types/node" "*" - -"@types/http-errors@*": - version "2.0.4" - -"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1": - version "2.0.6" - -"@types/istanbul-lib-report@*": - version "3.0.3" - dependencies: - "@types/istanbul-lib-coverage" "*" - -"@types/istanbul-reports@^3.0.0": - version "3.0.4" - dependencies: - "@types/istanbul-lib-report" "*" - -"@types/jest@^29.2.4": - version "29.5.12" - dependencies: - expect "^29.0.0" - pretty-format "^29.0.0" - -"@types/jsonpath@^0.2.0": - version "0.2.4" - -"@types/jsonwebtoken@^9.0.2": - version "9.0.6" - dependencies: - "@types/node" "*" - -"@types/lodash@^4.14.190": - version "4.17.7" - -"@types/long@^4.0.0": - version "4.0.2" - resolved "https://registry.npmjs.org/@types/long/-/long-4.0.2.tgz" - integrity sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA== - -"@types/mime@^1": - version "1.3.5" - -"@types/morgan@^1.9.3": - version "1.9.9" - dependencies: - "@types/node" "*" - -"@types/node-fetch@^2.6.2": - version "2.6.11" - dependencies: - "@types/node" "*" - form-data "^4.0.0" - -"@types/node@*", "@types/node@^20.1.1", "@types/node@>=13.7.0": - version "20.14.14" - dependencies: - undici-types "~5.26.4" - -"@types/node@^22.0.1": - version "22.1.0" - dependencies: - undici-types "~6.13.0" - -"@types/phoenix@^1.5.4": - version "1.6.5" - -"@types/qs@*": - version "6.9.15" - -"@types/ramda@~0.30.0": - version "0.30.2" - resolved "https://registry.npmjs.org/@types/ramda/-/ramda-0.30.2.tgz" - integrity sha512-PyzHvjCalm2BRYjAU6nIB3TprYwMNOUY/7P/N8bSzp9W/yM2YrtGtAnnVtaCNSeOZ8DzKyFDvaqQs7LnWwwmBA== - dependencies: - types-ramda "^0.30.1" - -"@types/range-parser@*": - version "1.2.7" - -"@types/request@^2.48.8": - version "2.48.12" - resolved "https://registry.npmjs.org/@types/request/-/request-2.48.12.tgz" - integrity sha512-G3sY+NpsA9jnwm0ixhAFQSJ3Q9JkpLZpJbI3GMv0mIAT0y3mRabYeINzal5WOChIiaTEGQYlHOKgkaM9EisWHw== - dependencies: - "@types/caseless" "*" - "@types/node" "*" - "@types/tough-cookie" "*" - form-data "^2.5.0" - -"@types/resolve@1.20.2": - version "1.20.2" - -"@types/send@*": - version "0.17.4" - dependencies: - "@types/mime" "^1" - "@types/node" "*" - -"@types/serve-static@*": - version "1.15.7" - dependencies: - "@types/http-errors" "*" - "@types/node" "*" - "@types/send" "*" - -"@types/stack-utils@^2.0.0": - version "2.0.3" - -"@types/tough-cookie@*": - version "4.0.5" - resolved "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz" - integrity sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA== - -"@types/ws@^8.5.10": - version "8.5.12" - dependencies: - "@types/node" "*" - -"@types/yargs-parser@*": - version "21.0.3" - -"@types/yargs@^17.0.8": - version "17.0.33" - dependencies: - "@types/yargs-parser" "*" - -abbrev@^1.0.0, abbrev@1: - version "1.1.1" - -abort-controller@^3.0.0: - version "3.0.0" - dependencies: - event-target-shim "^5.0.0" - -accepts@~1.3.8: - version "1.3.8" - dependencies: - mime-types "~2.1.34" - negotiator "0.6.3" - -acorn-walk@^8.1.1, acorn-walk@^8.2.0: - version "8.3.3" - dependencies: - acorn "^8.11.0" - -acorn@^8.11.0, acorn@^8.4.1, acorn@^8.7.0: - version "8.12.1" - -address@^1.2.2: - version "1.2.2" - resolved "https://registry.npmjs.org/address/-/address-1.2.2.tgz" - integrity sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA== - -agent-base@^6.0.0, agent-base@^6.0.2, agent-base@6: - version "6.0.2" - resolved "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz" - integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== - dependencies: - debug "4" - -agent-base@^7.0.2: - version "7.1.1" - resolved "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz" - integrity sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA== - dependencies: - debug "^4.3.4" - -agentkeepalive@^3.4.1: - version "3.5.3" - resolved "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-3.5.3.tgz" - integrity sha512-yqXL+k5rr8+ZRpOAntkaaRgWgE5o8ESAj5DyRmVTCSoZxXmqemb9Dd7T4i5UzwuERdLAJUy6XzR9zFVuf0kzkw== - dependencies: - humanize-ms "^1.2.1" - -agentkeepalive@^4.2.1: - version "4.5.0" - dependencies: - humanize-ms "^1.2.1" - -aggregate-error@^3.0.0: - version "3.1.0" - dependencies: - clean-stack "^2.0.0" - indent-string "^4.0.0" - -ajv-draft-04@^1.0.0: - version "1.0.0" - -ajv@^8.5.0, ajv@^8.6.3: - version "8.17.1" - dependencies: - fast-deep-equal "^3.1.3" - fast-uri "^3.0.1" - json-schema-traverse "^1.0.0" - require-from-string "^2.0.2" - -ali-oss@^6.20.0: - version "6.21.0" - resolved "https://registry.npmjs.org/ali-oss/-/ali-oss-6.21.0.tgz" - integrity sha512-dRvKWO/GJEa6dlsCnvmgHIbU5+yE/SmZsE4kZRGNU7Uotr9uIkQWGqv4szLTxRSxWv3YgL+BZgt+swIgitYGjA== - dependencies: - address "^1.2.2" - agentkeepalive "^3.4.1" - bowser "^1.6.0" - copy-to "^2.0.1" - dateformat "^2.0.0" - debug "^4.3.4" - destroy "^1.0.4" - end-or-error "^1.0.1" - get-ready "^1.0.0" - humanize-ms "^1.2.0" - is-type-of "^1.4.0" - js-base64 "^2.5.2" - jstoxml "^2.0.0" - lodash "^4.17.21" - merge-descriptors "^1.0.1" - mime "^2.4.5" - platform "^1.3.1" - pump "^3.0.0" - qs "^6.4.0" - sdk-base "^2.0.1" - stream-http "2.8.2" - stream-wormhole "^1.0.4" - urllib "^2.44.0" - utility "^1.18.0" - xml2js "^0.6.2" - -ansi-escapes@^4.2.1: - version "4.3.2" - dependencies: - type-fest "^0.21.3" - -ansi-regex@^5.0.1: - version "5.0.1" - -ansi-styles@^3.2.1: - version "3.2.1" - dependencies: - color-convert "^1.9.0" - -ansi-styles@^4.0.0, ansi-styles@^4.1.0: - version "4.3.0" - dependencies: - color-convert "^2.0.1" - -ansi-styles@^5.0.0: - version "5.2.0" - -any-promise@^1.0.0, any-promise@^1.3.0: - version "1.3.0" - resolved "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz" - integrity sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A== - -anymatch@^3.0.3, anymatch@~3.1.2: - version "3.1.3" - dependencies: - normalize-path "^3.0.0" - picomatch "^2.0.4" - -apg-lite@^1.0.3: - version "1.0.4" - -"aproba@^1.0.3 || ^2.0.0": - version "2.0.0" - -are-we-there-yet@^2.0.0: - version "2.0.0" - dependencies: - delegates "^1.0.0" - readable-stream "^3.6.0" - -are-we-there-yet@^3.0.0: - version "3.0.1" - dependencies: - delegates "^1.0.0" - readable-stream "^3.6.0" - -arg@^4.1.0: - version "4.1.3" - -argparse@^1.0.7: - version "1.0.10" - resolved "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz" - integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== - dependencies: - sprintf-js "~1.0.2" - -argparse@^2.0.1: - version "2.0.1" - -array-flatten@1.1.1: - version "1.1.1" - -arrify@^2.0.0, arrify@^2.0.1: - version "2.0.1" - -ast-types@^0.13.2: - version "0.13.4" - dependencies: - tslib "^2.0.1" - -async-retry@^1.3.3: - version "1.3.3" - dependencies: - retry "0.13.1" - -async@^3.2.3: - version "3.2.5" - -asynckit@^0.4.0: - version "0.4.0" - -atomic-sleep@^1.0.0: - version "1.0.0" - -axios@*, axios@^1.4.0, axios@^1.7.7: - version "1.7.7" - resolved "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz" - integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q== - dependencies: - follow-redirects "^1.15.6" - form-data "^4.0.0" - proxy-from-env "^1.1.0" - -babel-jest@^29.0.0, babel-jest@^29.7.0: - version "29.7.0" - dependencies: - "@jest/transform" "^29.7.0" - "@types/babel__core" "^7.1.14" - babel-plugin-istanbul "^6.1.1" - babel-preset-jest "^29.6.3" - chalk "^4.0.0" - graceful-fs "^4.2.9" - slash "^3.0.0" - -babel-plugin-istanbul@^6.1.1: - version "6.1.1" - dependencies: - "@babel/helper-plugin-utils" "^7.0.0" - "@istanbuljs/load-nyc-config" "^1.0.0" - "@istanbuljs/schema" "^0.1.2" - istanbul-lib-instrument "^5.0.4" - test-exclude "^6.0.0" - -babel-plugin-jest-hoist@^29.6.3: - version "29.6.3" - dependencies: - "@babel/template" "^7.3.3" - "@babel/types" "^7.3.3" - "@types/babel__core" "^7.1.14" - "@types/babel__traverse" "^7.0.6" - -babel-preset-current-node-syntax@^1.0.0: - version "1.0.1" - dependencies: - "@babel/plugin-syntax-async-generators" "^7.8.4" - "@babel/plugin-syntax-bigint" "^7.8.3" - "@babel/plugin-syntax-class-properties" "^7.8.3" - "@babel/plugin-syntax-import-meta" "^7.8.3" - "@babel/plugin-syntax-json-strings" "^7.8.3" - "@babel/plugin-syntax-logical-assignment-operators" "^7.8.3" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" - "@babel/plugin-syntax-numeric-separator" "^7.8.3" - "@babel/plugin-syntax-object-rest-spread" "^7.8.3" - "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" - "@babel/plugin-syntax-optional-chaining" "^7.8.3" - "@babel/plugin-syntax-top-level-await" "^7.8.3" - -babel-preset-jest@^29.6.3: - version "29.6.3" - dependencies: - babel-plugin-jest-hoist "^29.6.3" - babel-preset-current-node-syntax "^1.0.0" - -balanced-match@^1.0.0: - version "1.0.2" - -base64-arraybuffer@^1.0.2: - version "1.0.2" - -base64-js@^1.3.0, base64-js@^1.3.1: - version "1.5.1" - -basic-auth@~2.0.1: - version "2.0.1" - dependencies: - safe-buffer "5.1.2" - -big-integer@^1.6.51: - version "1.6.52" - -big.js@^6.0.0: - version "6.2.1" - -bignumber.js@^9.0.0: - version "9.1.2" - -binary-extensions@^2.0.0: - version "2.3.0" - -bintrees@1.0.2: - version "1.0.2" - -bl@^4.0.3: - version "4.1.0" - resolved "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz" - integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w== - dependencies: - buffer "^5.5.0" - inherits "^2.0.4" - readable-stream "^3.4.0" - -bluebird@^3.7.2: - version "3.7.2" - -body-parser@1.20.3: - version "1.20.3" - resolved "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz" - integrity sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g== - dependencies: - bytes "3.1.2" - content-type "~1.0.5" - debug "2.6.9" - depd "2.0.0" - destroy "1.2.0" - http-errors "2.0.0" - iconv-lite "0.4.24" - on-finished "2.4.1" - qs "6.13.0" - raw-body "2.5.2" - type-is "~1.6.18" - unpipe "1.0.0" - -boolbase@^1.0.0: - version "1.0.0" - -bowser@^1.6.0: - version "1.9.4" - resolved "https://registry.npmjs.org/bowser/-/bowser-1.9.4.tgz" - integrity sha512-9IdMmj2KjigRq6oWhmwv1W36pDuA4STQZ8q6YO9um+x07xgYNCD3Oou+WP/3L1HNz7iqythGet3/p4wvc8AAwQ== - -bowser@^2.11.0: - version "2.11.0" - -brace-expansion@^1.1.7: - version "1.1.11" - dependencies: - balanced-match "^1.0.0" - concat-map "0.0.1" - -brace-expansion@^2.0.1: - version "2.0.1" - dependencies: - balanced-match "^1.0.0" - -braces@^3.0.3, braces@~3.0.2: - version "3.0.3" - dependencies: - fill-range "^7.1.1" - -browserslist@^4.23.1, "browserslist@>= 4.21.0": - version "4.23.3" - dependencies: - caniuse-lite "^1.0.30001646" - electron-to-chromium "^1.5.4" - node-releases "^2.0.18" - update-browserslist-db "^1.1.0" - -bs-logger@0.x: - version "0.2.6" - dependencies: - fast-json-stable-stringify "2.x" - -bser@2.1.1: - version "2.1.1" - dependencies: - node-int64 "^0.4.0" - -buffer-equal-constant-time@1.0.1: - version "1.0.1" - -buffer-from@^1.0.0: - version "1.1.2" - -buffer@^5.5.0: - version "5.7.1" - resolved "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz" - integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== - dependencies: - base64-js "^1.3.1" - ieee754 "^1.1.13" - -buffer@^6.0.3: - version "6.0.3" - dependencies: - base64-js "^1.3.1" - ieee754 "^1.2.1" - -builtin-modules@^3.3.0: - version "3.3.0" - -builtin-status-codes@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz" - integrity sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ== - -bytes@3.1.2: - version "3.1.2" - -cacache@^16.1.0: - version "16.1.3" - dependencies: - "@npmcli/fs" "^2.1.0" - "@npmcli/move-file" "^2.0.0" - chownr "^2.0.0" - fs-minipass "^2.1.0" - glob "^8.0.1" - infer-owner "^1.0.4" - lru-cache "^7.7.1" - minipass "^3.1.6" - minipass-collect "^1.0.2" - minipass-flush "^1.0.5" - minipass-pipeline "^1.2.4" - mkdirp "^1.0.4" - p-map "^4.0.0" - promise-inflight "^1.0.1" - rimraf "^3.0.2" - ssri "^9.0.0" - tar "^6.1.11" - unique-filename "^2.0.0" - -call-bind@^1.0.7: - version "1.0.7" - dependencies: - es-define-property "^1.0.0" - es-errors "^1.3.0" - function-bind "^1.1.2" - get-intrinsic "^1.2.4" - set-function-length "^1.2.1" - -call-me-maybe@^1.0.1: - version "1.0.2" - -callsites@^3.0.0: - version "3.1.0" - -camelcase@^5.3.1: - version "5.3.1" - -camelcase@^6.2.0: - version "6.3.0" - -caniuse-lite@^1.0.30001646: - version "1.0.30001650" - -chalk@^2.4.2: - version "2.4.2" - dependencies: - ansi-styles "^3.2.1" - escape-string-regexp "^1.0.5" - supports-color "^5.3.0" - -chalk@^4.0.0, chalk@^4.0.2: - version "4.1.2" - dependencies: - ansi-styles "^4.1.0" - supports-color "^7.1.0" - -char-regex@^1.0.2: - version "1.0.2" - -chokidar@^3.5.2: - version "3.6.0" - dependencies: - anymatch "~3.1.2" - braces "~3.0.2" - glob-parent "~5.1.2" - is-binary-path "~2.1.0" - is-glob "~4.0.1" - normalize-path "~3.0.0" - readdirp "~3.6.0" - optionalDependencies: - fsevents "~2.3.2" - -chownr@^1.1.1: - version "1.1.4" - resolved "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz" - integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== - -chownr@^2.0.0: - version "2.0.0" - -ci-info@^3.2.0: - version "3.9.0" - -cjs-module-lexer@^1.0.0: - version "1.3.1" - -clean-stack@^2.0.0: - version "2.2.0" - -cliui@^7.0.2: - version "7.0.4" - dependencies: - string-width "^4.2.0" - strip-ansi "^6.0.0" - wrap-ansi "^7.0.0" - -cliui@^8.0.1: - version "8.0.1" - dependencies: - string-width "^4.2.0" - strip-ansi "^6.0.1" - wrap-ansi "^7.0.0" - -co@^4.6.0: - version "4.6.0" - -collect-v8-coverage@^1.0.0: - version "1.0.2" - -color-convert@^1.9.0: - version "1.9.3" - dependencies: - color-name "1.1.3" - -color-convert@^2.0.1: - version "2.0.1" - dependencies: - color-name "~1.1.4" - -color-name@~1.1.4: - version "1.1.4" - -color-name@1.1.3: - version "1.1.3" - -color-support@^1.1.2, color-support@^1.1.3: - version "1.1.3" - -combined-stream@^1.0.6, combined-stream@^1.0.8: - version "1.0.8" - dependencies: - delayed-stream "~1.0.0" - -commander@^10.0.0: - version "10.0.1" - -commander@^7.2.0: - version "7.2.0" - -commander@^8.3.0: - version "8.3.0" - -commondir@^1.0.1: - version "1.0.1" - -compressible@^2.0.12: - version "2.0.18" - dependencies: - mime-db ">= 1.43.0 < 2" - -concat-map@0.0.1: - version "0.0.1" - -console-control-strings@^1.0.0, console-control-strings@^1.1.0: - version "1.1.0" - -content-disposition@0.5.4: - version "0.5.4" - dependencies: - safe-buffer "5.2.1" - -content-type@^1.0.2, content-type@~1.0.4, content-type@~1.0.5: - version "1.0.5" - resolved "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz" - integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA== - -convert-source-map@^2.0.0: - version "2.0.0" - -cookie-signature@1.0.6: - version "1.0.6" - -cookie@~0.6.0, cookie@0.6.0: - version "0.6.0" - -copy-to@^2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/copy-to/-/copy-to-2.0.1.tgz" - integrity sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w== - -copyfiles@^2.4.1: - version "2.4.1" - dependencies: - glob "^7.0.5" - minimatch "^3.0.3" - mkdirp "^1.0.4" - noms "0.0.0" - through2 "^2.0.1" - untildify "^4.0.0" - yargs "^16.1.0" - -core-js-pure@^3.30.2: - version "3.38.1" - resolved "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.38.1.tgz" - integrity sha512-BY8Etc1FZqdw1glX0XNOq2FDwfrg/VGqoZOZCdaL+UmdaqDwQwYXkMJT4t6In+zfEfOJDcM9T0KdbBeJg8KKCQ== - -core-util-is@^1.0.2, core-util-is@~1.0.0: - version "1.0.3" - -create-jest@^29.7.0: - version "29.7.0" - dependencies: - "@jest/types" "^29.6.3" - chalk "^4.0.0" - exit "^0.1.2" - graceful-fs "^4.2.9" - jest-config "^29.7.0" - jest-util "^29.7.0" - prompts "^2.0.1" - -create-require@^1.1.0: - version "1.1.1" - -cross-fetch@^3.1.5: - version "3.1.8" - resolved "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.8.tgz" - integrity sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg== - dependencies: - node-fetch "^2.6.12" - -cross-spawn@^7.0.3: - version "7.0.3" - dependencies: - path-key "^3.1.0" - shebang-command "^2.0.0" - which "^2.0.1" - -css-select@^5.1.0: - version "5.1.0" - dependencies: - boolbase "^1.0.0" - css-what "^6.1.0" - domhandler "^5.0.2" - domutils "^3.0.1" - nth-check "^2.0.1" - -css-tree@^2.3.1: - version "2.3.1" - dependencies: - mdn-data "2.0.30" - source-map-js "^1.0.1" - -css-tree@~2.2.0: - version "2.2.1" - dependencies: - mdn-data "2.0.28" - source-map-js "^1.0.1" - -css-what@^6.1.0: - version "6.1.0" - -csso@^5.0.5: - version "5.0.5" - dependencies: - css-tree "~2.2.0" - -data-uri-to-buffer@3: - version "3.0.1" - -dateformat@^2.0.0: - version "2.2.0" - resolved "https://registry.npmjs.org/dateformat/-/dateformat-2.2.0.tgz" - integrity sha512-GODcnWq3YGoTnygPfi02ygEiRxqUxpJwuRHjdhJYuxpcZmDq4rjBiXYmbCCzStxo176ixfLT6i4NPwQooRySnw== - -debug@^3.2.7: - version "3.2.7" - dependencies: - ms "^2.1.1" - -debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.3, debug@^4.3.4, debug@4: - version "4.3.6" - dependencies: - ms "2.1.2" - -debug@2.6.9: - version "2.6.9" - resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz" - integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== - dependencies: - ms "2.0.0" - -decompress-response@^6.0.0: - version "6.0.0" - resolved "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz" - integrity sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ== - dependencies: - mimic-response "^3.1.0" - -dedent@^1.0.0: - version "1.5.3" - -deep-extend@^0.6.0: - version "0.6.0" - resolved "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz" - integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== - -deep-is@~0.1.3: - version "0.1.4" - -deepmerge@^4.2.2, deepmerge@~4.3.0: - version "4.3.1" - -default-user-agent@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/default-user-agent/-/default-user-agent-1.0.0.tgz" - integrity sha512-bDF7bg6OSNcSwFWPu4zYKpVkJZQYVrAANMYB8bc9Szem1D0yKdm4sa/rOCs2aC9+2GMqQ7KnwtZRvDhmLF0dXw== - dependencies: - os-name "~1.0.3" - -define-data-property@^1.1.4: - version "1.1.4" - dependencies: - es-define-property "^1.0.0" - es-errors "^1.3.0" - gopd "^1.0.1" - -degenerator@^3.0.2: - version "3.0.4" - dependencies: - ast-types "^0.13.2" - escodegen "^1.8.1" - esprima "^4.0.0" - vm2 "^3.9.17" - -delayed-stream@~1.0.0: - version "1.0.0" - -delegates@^1.0.0: - version "1.0.0" - -depd@~2.0.0, depd@2.0.0: - version "2.0.0" - -destroy@^1.0.4, destroy@1.2.0: - version "1.2.0" - resolved "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz" - integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg== - -detect-libc@^2.0.0: - version "2.0.3" - -detect-newline@^3.0.0: - version "3.1.0" - -diff-sequences@^29.6.3: - version "29.6.3" - -diff@^4.0.1: - version "4.0.2" - -digest-header@^1.0.0: - version "1.1.0" - resolved "https://registry.npmjs.org/digest-header/-/digest-header-1.1.0.tgz" - integrity sha512-glXVh42vz40yZb9Cq2oMOt70FIoWiv+vxNvdKdU8CwjLad25qHM3trLxhl9bVjdr6WaslIXhWpn0NO8T/67Qjg== - -dom-serializer@^2.0.0: - version "2.0.0" - dependencies: - domelementtype "^2.3.0" - domhandler "^5.0.2" - entities "^4.2.0" - -domelementtype@^2.3.0: - version "2.3.0" - -domhandler@^5.0.2, domhandler@^5.0.3: - version "5.0.3" - dependencies: - domelementtype "^2.3.0" - -domutils@^3.0.1: - version "3.1.0" - dependencies: - dom-serializer "^2.0.0" - domelementtype "^2.3.0" - domhandler "^5.0.3" - -duckdb-async@^0.10.0: - version "0.10.2" - dependencies: - duckdb "0.10.2" - -duckdb@0.10.2: - version "0.10.2" - dependencies: - "@mapbox/node-pre-gyp" "^1.0.0" - node-addon-api "^7.0.0" - node-gyp "^9.3.0" - -duplexify@^4.0.0, duplexify@^4.1.1, duplexify@^4.1.3: - version "4.1.3" - dependencies: - end-of-stream "^1.4.1" - inherits "^2.0.3" - readable-stream "^3.1.1" - stream-shift "^1.0.2" - -dynamodb-data-types@^4.0.1: - version "4.0.1" - dependencies: - unique-sequence "1.0.2" - -ecdsa-sig-formatter@^1.0.11, ecdsa-sig-formatter@1.0.11: - version "1.0.11" - dependencies: - safe-buffer "^5.0.1" - -ee-first@~1.1.1, ee-first@1.1.1: - version "1.1.1" - -ejs@^3.1.10: - version "3.1.10" - dependencies: - jake "^10.8.5" - -electron-to-chromium@^1.5.4: - version "1.5.5" - -emittery@^0.13.1: - version "0.13.1" - -emoji-regex@^8.0.0: - version "8.0.0" - -encodeurl@~1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz" - integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w== - -encodeurl@~2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz" - integrity sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg== - -encoding@^0.1.0, encoding@^0.1.13: - version "0.1.13" - dependencies: - iconv-lite "^0.6.2" - -end-of-stream@^1.1.0, end-of-stream@^1.4.1: - version "1.4.4" - dependencies: - once "^1.4.0" - -end-or-error@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/end-or-error/-/end-or-error-1.0.1.tgz" - integrity sha512-OclLMSug+k2A0JKuf494im25ANRBVW8qsjmwbgX7lQ8P82H21PQ1PWkoYwb9y5yMBS69BPlwtzdIFClo3+7kOQ== - -ent@^2.2.0: - version "2.2.1" - dependencies: - punycode "^1.4.1" - -entities@^4.2.0: - version "4.5.0" - -env-paths@^2.2.0: - version "2.2.1" - -err-code@^2.0.2: - version "2.0.3" - -error-ex@^1.3.1: - version "1.3.2" - dependencies: - is-arrayish "^0.2.1" - -es-define-property@^1.0.0: - version "1.0.0" - dependencies: - get-intrinsic "^1.2.4" - -es-errors@^1.3.0: - version "1.3.0" - -escalade@^3.1.1, escalade@^3.1.2: - version "3.1.2" - -escape-html@^1.0.3, escape-html@~1.0.3: - version "1.0.3" - resolved "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz" - integrity sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow== - -escape-string-regexp@^1.0.5: - version "1.0.5" - -escape-string-regexp@^2.0.0: - version "2.0.0" - -escodegen@^1.8.1: - version "1.14.3" - dependencies: - esprima "^4.0.1" - estraverse "^4.2.0" - esutils "^2.0.2" - optionator "^0.8.1" - optionalDependencies: - source-map "~0.6.1" - -esprima@^4.0.0, esprima@^4.0.1: - version "4.0.1" - -esprima@1.2.2: - version "1.2.2" - -estraverse@^4.2.0: - version "4.3.0" - -estree-walker@^2.0.2: - version "2.0.2" - -esutils@^2.0.2: - version "2.0.3" - -etag@~1.8.1: - version "1.8.1" - resolved "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz" - integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg== - -event-target-shim@^5.0.0: - version "5.0.1" - -events@^3.3.0: - version "3.3.0" - -execa@^5.0.0: - version "5.1.1" - dependencies: - cross-spawn "^7.0.3" - get-stream "^6.0.0" - human-signals "^2.1.0" - is-stream "^2.0.0" - merge-stream "^2.0.0" - npm-run-path "^4.0.1" - onetime "^5.1.2" - signal-exit "^3.0.3" - strip-final-newline "^2.0.0" - -exit@^0.1.2: - version "0.1.2" - -expand-template@^2.0.3: - version "2.0.3" - resolved "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz" - integrity sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg== - -expect@^29.0.0, expect@^29.7.0: - version "29.7.0" - dependencies: - "@jest/expect-utils" "^29.7.0" - jest-get-type "^29.6.3" - jest-matcher-utils "^29.7.0" - jest-message-util "^29.7.0" - jest-util "^29.7.0" - -exponential-backoff@^3.1.1: - version "3.1.1" - -express-async-errors@^3.1.1: - version "3.1.1" - -express@^4.16.2, express@^4.21.0: - version "4.21.0" - resolved "https://registry.npmjs.org/express/-/express-4.21.0.tgz" - integrity sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng== - dependencies: - accepts "~1.3.8" - array-flatten "1.1.1" - body-parser "1.20.3" - content-disposition "0.5.4" - content-type "~1.0.4" - cookie "0.6.0" - cookie-signature "1.0.6" - debug "2.6.9" - depd "2.0.0" - encodeurl "~2.0.0" - escape-html "~1.0.3" - etag "~1.8.1" - finalhandler "1.3.1" - fresh "0.5.2" - http-errors "2.0.0" - merge-descriptors "1.0.3" - methods "~1.1.2" - on-finished "2.4.1" - parseurl "~1.3.3" - path-to-regexp "0.1.10" - proxy-addr "~2.0.7" - qs "6.13.0" - range-parser "~1.2.1" - safe-buffer "5.2.1" - send "0.19.0" - serve-static "1.16.2" - setprototypeof "1.2.0" - statuses "2.0.1" - type-is "~1.6.18" - utils-merge "1.0.1" - vary "~1.1.2" - -extend-shallow@^2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz" - integrity sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug== - dependencies: - is-extendable "^0.1.0" - -extend@^3.0.2: - version "3.0.2" - -farmhash-modern@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/farmhash-modern/-/farmhash-modern-1.1.0.tgz" - integrity sha512-6ypT4XfgqJk/F3Yuv4SX26I3doUjt0GTG4a+JgWxXQpxXzTBq8fPUeGHfcYMMDPHJHm3yPOSjaeBwBGAHWXCdA== - -fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: - version "3.1.3" - -fast-json-patch@^3.0.0-1: - version "3.1.1" - -fast-json-stable-stringify@^2.1.0, fast-json-stable-stringify@2.x: - version "2.1.0" - -fast-levenshtein@~2.0.6: - version "2.0.6" - -fast-redact@^3.1.1: - version "3.5.0" - -fast-text-encoding@^1.0.0: - version "1.0.6" - -fast-uri@^3.0.1: - version "3.0.1" - -fast-xml-parser@^4.2.2, fast-xml-parser@^4.4.1, fast-xml-parser@4.4.1: - version "4.4.1" - dependencies: - strnum "^1.0.5" - -faye-websocket@0.11.4: - version "0.11.4" - resolved "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz" - integrity sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g== - dependencies: - websocket-driver ">=0.5.1" - -fb-watchman@^2.0.0: - version "2.0.2" - dependencies: - bser "2.1.1" - -file-uri-to-path@2: - version "2.0.0" - -filelist@^1.0.4: - version "1.0.4" - dependencies: - minimatch "^5.0.1" - -fill-range@^7.1.1: - version "7.1.1" - dependencies: - to-regex-range "^5.0.1" - -finalhandler@1.3.1: - version "1.3.1" - resolved "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz" - integrity sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ== - dependencies: - debug "2.6.9" - encodeurl "~2.0.0" - escape-html "~1.0.3" - on-finished "2.4.1" - parseurl "~1.3.3" - statuses "2.0.1" - unpipe "~1.0.0" - -find-up@^4.0.0, find-up@^4.1.0: - version "4.1.0" - dependencies: - locate-path "^5.0.0" - path-exists "^4.0.0" - -firebase-admin@^12.6.0: - version "12.6.0" - resolved "https://registry.npmjs.org/firebase-admin/-/firebase-admin-12.6.0.tgz" - integrity sha512-gc0pDiUmxscxBhcjMcttmjvExJmnQdVRb+IIth95CvMm7F9rLdabrQZThW2mK02HR696P+rzd6NqkdUA3URu4w== - dependencies: - "@fastify/busboy" "^3.0.0" - "@firebase/database-compat" "^1.0.2" - "@firebase/database-types" "^1.0.0" - "@types/node" "^22.0.1" - farmhash-modern "^1.1.0" - jsonwebtoken "^9.0.0" - jwks-rsa "^3.1.0" - node-forge "^1.3.1" - uuid "^10.0.0" - optionalDependencies: - "@google-cloud/firestore" "^7.7.0" - "@google-cloud/storage" "^7.7.0" - -follow-redirects@^1.15.6: - version "1.15.6" - -form-data@^2.5.0: - version "2.5.1" - resolved "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz" - integrity sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA== - dependencies: - asynckit "^0.4.0" - combined-stream "^1.0.6" - mime-types "^2.1.12" - -form-data@^4.0.0: - version "4.0.0" - dependencies: - asynckit "^0.4.0" - combined-stream "^1.0.8" - mime-types "^2.1.12" - -formdata-node@4: - version "4.4.1" - dependencies: - node-domexception "1.0.0" - web-streams-polyfill "4.0.0-beta.3" - -formstream@^1.1.0: - version "1.5.1" - resolved "https://registry.npmjs.org/formstream/-/formstream-1.5.1.tgz" - integrity sha512-q7ORzFqotpwn3Y/GBK2lK7PjtZZwJHz9QE9Phv8zb5IrL9ftGLyi2zjGURON3voK8TaZ+mqJKERYN4lrHYTkUQ== - dependencies: - destroy "^1.0.4" - mime "^2.5.2" - node-hex "^1.0.1" - pause-stream "~0.0.11" - -forwarded@0.2.0: - version "0.2.0" - -fresh@0.5.2: - version "0.5.2" - resolved "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz" - integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q== - -fs-constants@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz" - integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== - -fs-extra@^8.1.0: - version "8.1.0" - dependencies: - graceful-fs "^4.2.0" - jsonfile "^4.0.0" - universalify "^0.1.0" - -fs-minipass@^2.0.0, fs-minipass@^2.1.0: - version "2.1.0" - dependencies: - minipass "^3.0.0" - -fs.realpath@^1.0.0: - version "1.0.0" - -fsevents@^2.3.2, fsevents@~2.3.2: - version "2.3.3" - -ftp@^0.3.10: - version "0.3.10" - dependencies: - readable-stream "1.1.x" - xregexp "2.0.0" - -function-bind@^1.1.2: - version "1.1.2" - -functional-red-black-tree@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz" - integrity sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g== - -gauge@^3.0.0: - version "3.0.2" - dependencies: - aproba "^1.0.3 || ^2.0.0" - color-support "^1.1.2" - console-control-strings "^1.0.0" - has-unicode "^2.0.1" - object-assign "^4.1.1" - signal-exit "^3.0.0" - string-width "^4.2.3" - strip-ansi "^6.0.1" - wide-align "^1.1.2" - -gauge@^4.0.3: - version "4.0.4" - dependencies: - aproba "^1.0.3 || ^2.0.0" - color-support "^1.1.3" - console-control-strings "^1.1.0" - has-unicode "^2.0.1" - signal-exit "^3.0.7" - string-width "^4.2.3" - strip-ansi "^6.0.1" - wide-align "^1.1.5" - -gaxios@^5.0.0, gaxios@^5.0.1: - version "5.1.3" - dependencies: - extend "^3.0.2" - https-proxy-agent "^5.0.0" - is-stream "^2.0.0" - node-fetch "^2.6.9" - -gaxios@^6.0.0, gaxios@^6.0.2, gaxios@^6.1.1: - version "6.7.1" - resolved "https://registry.npmjs.org/gaxios/-/gaxios-6.7.1.tgz" - integrity sha512-LDODD4TMYx7XXdpwxAVRAIAuB0bzv0s+ywFonY46k126qzQHT9ygyoa9tncmOiQmmDrik65UYsEkv3lbfqQ3yQ== - dependencies: - extend "^3.0.2" - https-proxy-agent "^7.0.1" - is-stream "^2.0.0" - node-fetch "^2.6.9" - uuid "^9.0.1" - -gcp-metadata@^5.3.0: - version "5.3.0" - dependencies: - gaxios "^5.0.0" - json-bigint "^1.0.0" - -gcp-metadata@^6.1.0: - version "6.1.0" - resolved "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-6.1.0.tgz" - integrity sha512-Jh/AIwwgaxan+7ZUUmRLCjtchyDiqh4KjBJ5tW3plBZb5iL/BPcso8A5DlzeD9qlw0duCamnNdpFjxwaT0KyKg== - dependencies: - gaxios "^6.0.0" - json-bigint "^1.0.0" - -gensync@^1.0.0-beta.2: - version "1.0.0-beta.2" - -get-caller-file@^2.0.5: - version "2.0.5" - -get-intrinsic@^1.1.3, get-intrinsic@^1.2.4: - version "1.2.4" - dependencies: - es-errors "^1.3.0" - function-bind "^1.1.2" - has-proto "^1.0.1" - has-symbols "^1.0.3" - hasown "^2.0.0" - -get-package-type@^0.1.0: - version "0.1.0" - -get-ready@^1.0.0, get-ready@~1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/get-ready/-/get-ready-1.0.0.tgz" - integrity sha512-mFXCZPJIlcYcth+N8267+mghfYN9h3EhsDa6JSnbA3Wrhh/XFpuowviFcsDeYZtKspQyWyJqfs4O6P8CHeTwzw== - -get-stream@^6.0.0: - version "6.0.1" - -get-uri@3: - version "3.0.2" - dependencies: - "@tootallnate/once" "1" - data-uri-to-buffer "3" - debug "4" - file-uri-to-path "2" - fs-extra "^8.1.0" - ftp "^0.3.10" - -github-from-package@0.0.0: - version "0.0.0" - resolved "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz" - integrity sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw== - -glob-parent@~5.1.2: - version "5.1.2" - dependencies: - is-glob "^4.0.1" - -glob@^7.0.5, glob@^7.1.3, glob@^7.1.4: - version "7.2.3" - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^3.1.1" - once "^1.3.0" - path-is-absolute "^1.0.0" - -glob@^8.0.1: - version "8.1.0" - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^5.0.1" - once "^1.3.0" - -glob@^8.0.3: - version "8.1.0" - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^5.0.1" - once "^1.3.0" - -globals@^11.1.0: - version "11.12.0" - -google-auth-library@^8.0.1, google-auth-library@^8.0.2: - version "8.9.0" - dependencies: - arrify "^2.0.0" - base64-js "^1.3.0" - ecdsa-sig-formatter "^1.0.11" - fast-text-encoding "^1.0.0" - gaxios "^5.0.0" - gcp-metadata "^5.3.0" - gtoken "^6.1.0" - jws "^4.0.0" - lru-cache "^6.0.0" - -google-auth-library@^9.3.0: - version "9.14.1" - resolved "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.14.1.tgz" - integrity sha512-Rj+PMjoNFGFTmtItH7gHfbHpGVSb3vmnGK3nwNBqxQF9NoBpttSZI/rc0WiM63ma2uGDQtYEkMHkK9U6937NiA== - dependencies: - base64-js "^1.3.0" - ecdsa-sig-formatter "^1.0.11" - gaxios "^6.1.1" - gcp-metadata "^6.1.0" - gtoken "^7.0.0" - jws "^4.0.0" - -google-auth-library@^9.6.3: - version "9.14.1" - resolved "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.14.1.tgz" - integrity sha512-Rj+PMjoNFGFTmtItH7gHfbHpGVSb3vmnGK3nwNBqxQF9NoBpttSZI/rc0WiM63ma2uGDQtYEkMHkK9U6937NiA== - dependencies: - base64-js "^1.3.0" - ecdsa-sig-formatter "^1.0.11" - gaxios "^6.1.1" - gcp-metadata "^6.1.0" - gtoken "^7.0.0" - jws "^4.0.0" - -google-gax@^4.3.3: - version "4.4.1" - resolved "https://registry.npmjs.org/google-gax/-/google-gax-4.4.1.tgz" - integrity sha512-Phyp9fMfA00J3sZbJxbbB4jC55b7DBjE3F6poyL3wKMEBVKA79q6BGuHcTiM28yOzVql0NDbRL8MLLh8Iwk9Dg== - dependencies: - "@grpc/grpc-js" "^1.10.9" - "@grpc/proto-loader" "^0.7.13" - "@types/long" "^4.0.0" - abort-controller "^3.0.0" - duplexify "^4.0.0" - google-auth-library "^9.3.0" - node-fetch "^2.7.0" - object-hash "^3.0.0" - proto3-json-serializer "^2.0.2" - protobufjs "^7.3.2" - retry-request "^7.0.0" - uuid "^9.0.1" - -google-p12-pem@^4.0.0: - version "4.0.1" - dependencies: - node-forge "^1.3.1" - -gopd@^1.0.1: - version "1.0.1" - dependencies: - get-intrinsic "^1.1.3" - -graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.6, graceful-fs@^4.2.9: - version "4.2.11" - -graphql-request@^6.1.0: - version "6.1.0" - resolved "https://registry.npmjs.org/graphql-request/-/graphql-request-6.1.0.tgz" - integrity sha512-p+XPfS4q7aIpKVcgmnZKhMNqhltk20hfXtkaIkTfjjmiKMJ5xrt5c743cL03y/K7y1rg3WrIC49xGiEQ4mxdNw== - dependencies: - "@graphql-typed-document-node/core" "^3.2.0" - cross-fetch "^3.1.5" - -"graphql@^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0", graphql@^16.9.0, "graphql@14 - 16": - version "16.9.0" - -gtoken@^6.1.0: - version "6.1.2" - dependencies: - gaxios "^5.0.1" - google-p12-pem "^4.0.0" - jws "^4.0.0" - -gtoken@^7.0.0: - version "7.1.0" - resolved "https://registry.npmjs.org/gtoken/-/gtoken-7.1.0.tgz" - integrity sha512-pCcEwRi+TKpMlxAQObHDQ56KawURgyAf6jtIY046fJ5tIv3zDe/LEIubckAO8fj6JnAxLdmWkUfNyulQ2iKdEw== - dependencies: - gaxios "^6.0.0" - jws "^4.0.0" - -has-flag@^3.0.0: - version "3.0.0" - -has-flag@^4.0.0: - version "4.0.0" - -has-property-descriptors@^1.0.2: - version "1.0.2" - dependencies: - es-define-property "^1.0.0" - -has-proto@^1.0.1: - version "1.0.3" - -has-symbols@^1.0.3: - version "1.0.3" - -has-unicode@^2.0.1: - version "2.0.1" - -hasown@^2.0.0, hasown@^2.0.2: - version "2.0.2" - dependencies: - function-bind "^1.1.2" - -html-entities@^2.5.2: - version "2.5.2" - resolved "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz" - integrity sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA== - -html-escaper@^2.0.0: - version "2.0.2" - -http-cache-semantics@^4.1.0: - version "4.1.1" - -http-errors@2.0.0: - version "2.0.0" - dependencies: - depd "2.0.0" - inherits "2.0.4" - setprototypeof "1.2.0" - statuses "2.0.1" - toidentifier "1.0.1" - -http-parser-js@>=0.5.1: - version "0.5.8" - resolved "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz" - integrity sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q== - -http-proxy-agent@^4.0.0: - version "4.0.1" - dependencies: - "@tootallnate/once" "1" - agent-base "6" - debug "4" - -http-proxy-agent@^4.0.1: - version "4.0.1" - dependencies: - "@tootallnate/once" "1" - agent-base "6" - debug "4" - -http-proxy-agent@^5.0.0: - version "5.0.0" - dependencies: - "@tootallnate/once" "2" - agent-base "6" - debug "4" - -https-proxy-agent@^5.0.0, https-proxy-agent@5: - version "5.0.1" - resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz" - integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA== - dependencies: - agent-base "6" - debug "4" - -https-proxy-agent@^7.0.1: - version "7.0.5" - resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz" - integrity sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw== - dependencies: - agent-base "^7.0.2" - debug "4" - -human-signals@^2.1.0: - version "2.1.0" - -humanize-ms@^1.2.0, humanize-ms@^1.2.1: - version "1.2.1" - dependencies: - ms "^2.0.0" - -iconv-lite@^0.6.2: - version "0.6.3" - dependencies: - safer-buffer ">= 2.1.2 < 3.0.0" - -iconv-lite@^0.6.3: - version "0.6.3" - resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz" - integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw== - dependencies: - safer-buffer ">= 2.1.2 < 3.0.0" - -iconv-lite@0.4.24: - version "0.4.24" - dependencies: - safer-buffer ">= 2.1.2 < 3" - -ieee754@^1.1.13, ieee754@^1.2.1: - version "1.2.1" - -ignore-by-default@^1.0.1: - version "1.0.1" - -import-local@^3.0.2: - version "3.2.0" - dependencies: - pkg-dir "^4.2.0" - resolve-cwd "^3.0.0" - -imurmurhash@^0.1.4: - version "0.1.4" - -indent-string@^4.0.0: - version "4.0.0" - -infer-owner@^1.0.4: - version "1.0.4" - -inflight@^1.0.4: - version "1.0.6" - dependencies: - once "^1.3.0" - wrappy "1" - -inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3, inherits@2, inherits@2.0.4: - version "2.0.4" - -ini@~1.3.0: - version "1.3.8" - resolved "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz" - integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== - -intl-messageformat@^10.2.1: - version "10.5.14" - dependencies: - "@formatjs/ecma402-abstract" "2.0.0" - "@formatjs/fast-memoize" "2.2.0" - "@formatjs/icu-messageformat-parser" "2.7.8" - tslib "^2.4.0" - -ip-address@^9.0.5: - version "9.0.5" - dependencies: - jsbn "1.1.0" - sprintf-js "^1.1.3" - -ip@^1.1.5: - version "1.1.9" - -ipaddr.js@1.9.1: - version "1.9.1" - -is-arrayish@^0.2.1: - version "0.2.1" - -is-binary-path@~2.1.0: - version "2.1.0" - dependencies: - binary-extensions "^2.0.0" - -is-builtin-module@^3.2.1: - version "3.2.1" - dependencies: - builtin-modules "^3.3.0" - -is-class-hotfix@~0.0.6: - version "0.0.6" - resolved "https://registry.npmjs.org/is-class-hotfix/-/is-class-hotfix-0.0.6.tgz" - integrity sha512-0n+pzCC6ICtVr/WXnN2f03TK/3BfXY7me4cjCAqT8TYXEl0+JBRoqBo94JJHXcyDSLUeWbNX8Fvy5g5RJdAstQ== - -is-core-module@^2.13.0: - version "2.15.0" - dependencies: - hasown "^2.0.2" - -is-extendable@^0.1.0: - version "0.1.1" - resolved "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz" - integrity sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw== - -is-extglob@^2.1.1: - version "2.1.1" - -is-fullwidth-code-point@^3.0.0: - version "3.0.0" - -is-generator-fn@^2.0.0: - version "2.1.0" - -is-glob@^4.0.1, is-glob@~4.0.1: - version "4.0.3" - dependencies: - is-extglob "^2.1.1" - -is-lambda@^1.0.1: - version "1.0.1" - -is-module@^1.0.0: - version "1.0.0" - -is-number@^7.0.0: - version "7.0.0" - -is-reference@1.2.1: - version "1.2.1" - dependencies: - "@types/estree" "*" - -is-stream@^2.0.0: - version "2.0.1" - -is-type-of@^1.4.0: - version "1.4.0" - resolved "https://registry.npmjs.org/is-type-of/-/is-type-of-1.4.0.tgz" - integrity sha512-EddYllaovi5ysMLMEN7yzHEKh8A850cZ7pykrY1aNRQGn/CDjRDE9qEWbIdt7xGEVJmjBXzU/fNnC4ABTm8tEQ== - dependencies: - core-util-is "^1.0.2" - is-class-hotfix "~0.0.6" - isstream "~0.1.2" - -is@^3.3.0: - version "3.3.0" - -isarray@~1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz" - integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ== - -isarray@0.0.1: - version "0.0.1" - -isexe@^2.0.0: - version "2.0.0" - -isstream@~0.1.2: - version "0.1.2" - resolved "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz" - integrity sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g== - -istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0: - version "3.2.2" - -istanbul-lib-instrument@^5.0.4: - version "5.2.1" - dependencies: - "@babel/core" "^7.12.3" - "@babel/parser" "^7.14.7" - "@istanbuljs/schema" "^0.1.2" - istanbul-lib-coverage "^3.2.0" - semver "^6.3.0" - -istanbul-lib-instrument@^6.0.0: - version "6.0.3" - dependencies: - "@babel/core" "^7.23.9" - "@babel/parser" "^7.23.9" - "@istanbuljs/schema" "^0.1.3" - istanbul-lib-coverage "^3.2.0" - semver "^7.5.4" - -istanbul-lib-report@^3.0.0: - version "3.0.1" - dependencies: - istanbul-lib-coverage "^3.0.0" - make-dir "^4.0.0" - supports-color "^7.1.0" - -istanbul-lib-source-maps@^4.0.0: - version "4.0.1" - dependencies: - debug "^4.1.1" - istanbul-lib-coverage "^3.0.0" - source-map "^0.6.1" - -istanbul-reports@^3.1.3: - version "3.1.7" - dependencies: - html-escaper "^2.0.0" - istanbul-lib-report "^3.0.0" - -jake@^10.8.5: - version "10.9.2" - dependencies: - async "^3.2.3" - chalk "^4.0.2" - filelist "^1.0.4" - minimatch "^3.1.2" - -jest-changed-files@^29.7.0: - version "29.7.0" - dependencies: - execa "^5.0.0" - jest-util "^29.7.0" - p-limit "^3.1.0" - -jest-circus@^29.7.0: - version "29.7.0" - dependencies: - "@jest/environment" "^29.7.0" - "@jest/expect" "^29.7.0" - "@jest/test-result" "^29.7.0" - "@jest/types" "^29.6.3" - "@types/node" "*" - chalk "^4.0.0" - co "^4.6.0" - dedent "^1.0.0" - is-generator-fn "^2.0.0" - jest-each "^29.7.0" - jest-matcher-utils "^29.7.0" - jest-message-util "^29.7.0" - jest-runtime "^29.7.0" - jest-snapshot "^29.7.0" - jest-util "^29.7.0" - p-limit "^3.1.0" - pretty-format "^29.7.0" - pure-rand "^6.0.0" - slash "^3.0.0" - stack-utils "^2.0.3" - -jest-cli@^29.7.0: - version "29.7.0" - dependencies: - "@jest/core" "^29.7.0" - "@jest/test-result" "^29.7.0" - "@jest/types" "^29.6.3" - chalk "^4.0.0" - create-jest "^29.7.0" - exit "^0.1.2" - import-local "^3.0.2" - jest-config "^29.7.0" - jest-util "^29.7.0" - jest-validate "^29.7.0" - yargs "^17.3.1" - -jest-config@^29.7.0: - version "29.7.0" - dependencies: - "@babel/core" "^7.11.6" - "@jest/test-sequencer" "^29.7.0" - "@jest/types" "^29.6.3" - babel-jest "^29.7.0" - chalk "^4.0.0" - ci-info "^3.2.0" - deepmerge "^4.2.2" - glob "^7.1.3" - graceful-fs "^4.2.9" - jest-circus "^29.7.0" - jest-environment-node "^29.7.0" - jest-get-type "^29.6.3" - jest-regex-util "^29.6.3" - jest-resolve "^29.7.0" - jest-runner "^29.7.0" - jest-util "^29.7.0" - jest-validate "^29.7.0" - micromatch "^4.0.4" - parse-json "^5.2.0" - pretty-format "^29.7.0" - slash "^3.0.0" - strip-json-comments "^3.1.1" - -jest-diff@^29.7.0: - version "29.7.0" - dependencies: - chalk "^4.0.0" - diff-sequences "^29.6.3" - jest-get-type "^29.6.3" - pretty-format "^29.7.0" - -jest-docblock@^29.7.0: - version "29.7.0" - dependencies: - detect-newline "^3.0.0" - -jest-each@^29.7.0: - version "29.7.0" - dependencies: - "@jest/types" "^29.6.3" - chalk "^4.0.0" - jest-get-type "^29.6.3" - jest-util "^29.7.0" - pretty-format "^29.7.0" - -jest-environment-node@^29.7.0: - version "29.7.0" - dependencies: - "@jest/environment" "^29.7.0" - "@jest/fake-timers" "^29.7.0" - "@jest/types" "^29.6.3" - "@types/node" "*" - jest-mock "^29.7.0" - jest-util "^29.7.0" - -jest-get-type@^29.6.3: - version "29.6.3" - -jest-haste-map@^29.7.0: - version "29.7.0" - dependencies: - "@jest/types" "^29.6.3" - "@types/graceful-fs" "^4.1.3" - "@types/node" "*" - anymatch "^3.0.3" - fb-watchman "^2.0.0" - graceful-fs "^4.2.9" - jest-regex-util "^29.6.3" - jest-util "^29.7.0" - jest-worker "^29.7.0" - micromatch "^4.0.4" - walker "^1.0.8" - optionalDependencies: - fsevents "^2.3.2" - -jest-leak-detector@^29.7.0: - version "29.7.0" - dependencies: - jest-get-type "^29.6.3" - pretty-format "^29.7.0" - -jest-matcher-utils@^29.7.0: - version "29.7.0" - dependencies: - chalk "^4.0.0" - jest-diff "^29.7.0" - jest-get-type "^29.6.3" - pretty-format "^29.7.0" - -jest-message-util@^29.7.0: - version "29.7.0" - dependencies: - "@babel/code-frame" "^7.12.13" - "@jest/types" "^29.6.3" - "@types/stack-utils" "^2.0.0" - chalk "^4.0.0" - graceful-fs "^4.2.9" - micromatch "^4.0.4" - pretty-format "^29.7.0" - slash "^3.0.0" - stack-utils "^2.0.3" - -jest-mock@^29.7.0: - version "29.7.0" - dependencies: - "@jest/types" "^29.6.3" - "@types/node" "*" - jest-util "^29.7.0" - -jest-pnp-resolver@^1.2.2: - version "1.2.3" - -jest-regex-util@^29.6.3: - version "29.6.3" - -jest-resolve-dependencies@^29.7.0: - version "29.7.0" - dependencies: - jest-regex-util "^29.6.3" - jest-snapshot "^29.7.0" - -jest-resolve@*, jest-resolve@^29.7.0: - version "29.7.0" - dependencies: - chalk "^4.0.0" - graceful-fs "^4.2.9" - jest-haste-map "^29.7.0" - jest-pnp-resolver "^1.2.2" - jest-util "^29.7.0" - jest-validate "^29.7.0" - resolve "^1.20.0" - resolve.exports "^2.0.0" - slash "^3.0.0" - -jest-runner@^29.7.0: - version "29.7.0" - dependencies: - "@jest/console" "^29.7.0" - "@jest/environment" "^29.7.0" - "@jest/test-result" "^29.7.0" - "@jest/transform" "^29.7.0" - "@jest/types" "^29.6.3" - "@types/node" "*" - chalk "^4.0.0" - emittery "^0.13.1" - graceful-fs "^4.2.9" - jest-docblock "^29.7.0" - jest-environment-node "^29.7.0" - jest-haste-map "^29.7.0" - jest-leak-detector "^29.7.0" - jest-message-util "^29.7.0" - jest-resolve "^29.7.0" - jest-runtime "^29.7.0" - jest-util "^29.7.0" - jest-watcher "^29.7.0" - jest-worker "^29.7.0" - p-limit "^3.1.0" - source-map-support "0.5.13" - -jest-runtime@^29.7.0: - version "29.7.0" - dependencies: - "@jest/environment" "^29.7.0" - "@jest/fake-timers" "^29.7.0" - "@jest/globals" "^29.7.0" - "@jest/source-map" "^29.6.3" - "@jest/test-result" "^29.7.0" - "@jest/transform" "^29.7.0" - "@jest/types" "^29.6.3" - "@types/node" "*" - chalk "^4.0.0" - cjs-module-lexer "^1.0.0" - collect-v8-coverage "^1.0.0" - glob "^7.1.3" - graceful-fs "^4.2.9" - jest-haste-map "^29.7.0" - jest-message-util "^29.7.0" - jest-mock "^29.7.0" - jest-regex-util "^29.6.3" - jest-resolve "^29.7.0" - jest-snapshot "^29.7.0" - jest-util "^29.7.0" - slash "^3.0.0" - strip-bom "^4.0.0" - -jest-snapshot@^29.7.0: - version "29.7.0" - dependencies: - "@babel/core" "^7.11.6" - "@babel/generator" "^7.7.2" - "@babel/plugin-syntax-jsx" "^7.7.2" - "@babel/plugin-syntax-typescript" "^7.7.2" - "@babel/types" "^7.3.3" - "@jest/expect-utils" "^29.7.0" - "@jest/transform" "^29.7.0" - "@jest/types" "^29.6.3" - babel-preset-current-node-syntax "^1.0.0" - chalk "^4.0.0" - expect "^29.7.0" - graceful-fs "^4.2.9" - jest-diff "^29.7.0" - jest-get-type "^29.6.3" - jest-matcher-utils "^29.7.0" - jest-message-util "^29.7.0" - jest-util "^29.7.0" - natural-compare "^1.4.0" - pretty-format "^29.7.0" - semver "^7.5.3" - -jest-util@^29.0.0, jest-util@^29.7.0: - version "29.7.0" - dependencies: - "@jest/types" "^29.6.3" - "@types/node" "*" - chalk "^4.0.0" - ci-info "^3.2.0" - graceful-fs "^4.2.9" - picomatch "^2.2.3" - -jest-validate@^29.7.0: - version "29.7.0" - dependencies: - "@jest/types" "^29.6.3" - camelcase "^6.2.0" - chalk "^4.0.0" - jest-get-type "^29.6.3" - leven "^3.1.0" - pretty-format "^29.7.0" - -jest-watcher@^29.7.0: - version "29.7.0" - dependencies: - "@jest/test-result" "^29.7.0" - "@jest/types" "^29.6.3" - "@types/node" "*" - ansi-escapes "^4.2.1" - chalk "^4.0.0" - emittery "^0.13.1" - jest-util "^29.7.0" - string-length "^4.0.1" - -jest-worker@^29.7.0: - version "29.7.0" - dependencies: - "@types/node" "*" - jest-util "^29.7.0" - merge-stream "^2.0.0" - supports-color "^8.0.0" - -jest@^29.0.0, jest@^29.3.1: - version "29.7.0" - dependencies: - "@jest/core" "^29.7.0" - "@jest/types" "^29.6.3" - import-local "^3.0.2" - jest-cli "^29.7.0" - -jose@^4.14.6: - version "4.15.9" - -js-base64@^2.5.2: - version "2.6.4" - resolved "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz" - integrity sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ== - -"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: - version "4.0.0" - -js-yaml@^3.13.1: - version "3.14.1" - resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz" - integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== - dependencies: - argparse "^1.0.7" - esprima "^4.0.0" - -js-yaml@^4.1.0: - version "4.1.0" - dependencies: - argparse "^2.0.1" - -jsbn@1.1.0: - version "1.1.0" - -jsesc@^2.5.1: - version "2.5.2" - -json-bigint@^1.0.0: - version "1.0.0" - dependencies: - bignumber.js "^9.0.0" - -json-parse-even-better-errors@^2.3.0: - version "2.3.1" - -json-schema-traverse@^1.0.0: - version "1.0.0" - -json-stringify-safe@^5.0.1: - version "5.0.1" - -json5@^2.2.3: - version "2.2.3" - -jsonc-parser@3.2.0: - version "3.2.0" - -jsonfile@^4.0.0: - version "4.0.0" - optionalDependencies: - graceful-fs "^4.1.6" - -jsonpath@^1.1.1: - version "1.1.1" - dependencies: - esprima "1.2.2" - static-eval "2.0.2" - underscore "1.12.1" - -jsonwebtoken@^9.0.0: - version "9.0.2" - dependencies: - jws "^3.2.2" - lodash.includes "^4.3.0" - lodash.isboolean "^3.0.3" - lodash.isinteger "^4.0.4" - lodash.isnumber "^3.0.3" - lodash.isplainobject "^4.0.6" - lodash.isstring "^4.0.1" - lodash.once "^4.0.0" - ms "^2.1.1" - semver "^7.5.4" - -jstoxml@^2.0.0: - version "2.2.9" - resolved "https://registry.npmjs.org/jstoxml/-/jstoxml-2.2.9.tgz" - integrity sha512-OYWlK0j+roh+eyaMROlNbS5cd5R25Y+IUpdl7cNdB8HNrkgwQzIS7L9MegxOiWNBj9dQhA/yAxiMwCC5mwNoBw== - -jwa@^1.4.1: - version "1.4.1" - dependencies: - buffer-equal-constant-time "1.0.1" - ecdsa-sig-formatter "1.0.11" - safe-buffer "^5.0.1" - -jwa@^2.0.0: - version "2.0.0" - dependencies: - buffer-equal-constant-time "1.0.1" - ecdsa-sig-formatter "1.0.11" - safe-buffer "^5.0.1" - -jwks-rsa@^3.1.0: - version "3.1.0" - dependencies: - "@types/express" "^4.17.17" - "@types/jsonwebtoken" "^9.0.2" - debug "^4.3.4" - jose "^4.14.6" - limiter "^1.1.5" - lru-memoizer "^2.2.0" - -jws@^3.2.2: - version "3.2.2" - dependencies: - jwa "^1.4.1" - safe-buffer "^5.0.1" - -jws@^4.0.0: - version "4.0.0" - dependencies: - jwa "^2.0.0" - safe-buffer "^5.0.1" - -kleur@^3.0.3: - version "3.0.3" - -leven@^3.1.0: - version "3.1.0" - -levn@~0.3.0: - version "0.3.0" - dependencies: - prelude-ls "~1.1.2" - type-check "~0.3.2" - -limiter@^1.1.5: - version "1.1.5" - -lines-and-columns@^1.1.6: - version "1.2.4" - -locate-path@^5.0.0: - version "5.0.0" - dependencies: - p-locate "^4.1.0" - -lodash.camelcase@^4.3.0: - version "4.3.0" - -lodash.clonedeep@^4.5.0: - version "4.5.0" - -lodash.includes@^4.3.0: - version "4.3.0" - -lodash.isboolean@^3.0.3: - version "3.0.3" - -lodash.isinteger@^4.0.4: - version "4.0.4" - -lodash.isnumber@^3.0.3: - version "3.0.3" - -lodash.isplainobject@^4.0.6: - version "4.0.6" - -lodash.isstring@^4.0.1: - version "4.0.1" - -lodash.memoize@4.x: - version "4.1.2" - -lodash.once@^4.0.0: - version "4.1.1" - -lodash@^4.15.0, lodash@^4.17.21: - version "4.17.21" - -loglevel@^1.8.1: - version "1.9.1" - -long@^5.0.0, long@^5.2.3: - version "5.2.3" - -loose-envify@^1.1.0: - version "1.4.0" - resolved "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz" - integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== - dependencies: - js-tokens "^3.0.0 || ^4.0.0" - -lowcoder-core@^0.0.8: - version "0.0.8" - dependencies: - "@rollup/plugin-commonjs" "^23.0.0" - "@rollup/plugin-node-resolve" "^15.0.0" - intl-messageformat "^10.2.1" - lodash "^4.17.21" - lru-cache "^7.14.1" - -lowcoder-sdk@0.0.41: - version "0.0.41" - -lru-cache@^5.1.1: - version "5.1.1" - dependencies: - yallist "^3.0.2" - -lru-cache@^6.0.0: - version "6.0.0" - dependencies: - yallist "^4.0.0" - -lru-cache@^7.14.1: - version "7.18.3" - -lru-cache@^7.7.1: - version "7.18.3" - -lru-cache@6.0.0: - version "6.0.0" - dependencies: - yallist "^4.0.0" - -lru-memoizer@^2.2.0: - version "2.3.0" - dependencies: - lodash.clonedeep "^4.5.0" - lru-cache "6.0.0" - -magic-string@^0.27.0: - version "0.27.0" - dependencies: - "@jridgewell/sourcemap-codec" "^1.4.13" - -make-dir@^3.1.0: - version "3.1.0" - dependencies: - semver "^6.0.0" - -make-dir@^4.0.0: - version "4.0.0" - dependencies: - semver "^7.5.3" - -make-error@^1.1.1, make-error@1.x: - version "1.3.6" - -make-fetch-happen@^10.0.3: - version "10.2.1" - dependencies: - agentkeepalive "^4.2.1" - cacache "^16.1.0" - http-cache-semantics "^4.1.0" - http-proxy-agent "^5.0.0" - https-proxy-agent "^5.0.0" - is-lambda "^1.0.1" - lru-cache "^7.7.1" - minipass "^3.1.6" - minipass-collect "^1.0.2" - minipass-fetch "^2.0.3" - minipass-flush "^1.0.5" - minipass-pipeline "^1.2.4" - negotiator "^0.6.3" - promise-retry "^2.0.1" - socks-proxy-agent "^7.0.0" - ssri "^9.0.0" - -makeerror@1.0.12: - version "1.0.12" - dependencies: - tmpl "1.0.5" - -marked@^4.2.5: - version "4.3.0" - -mdn-data@2.0.28: - version "2.0.28" - -mdn-data@2.0.30: - version "2.0.30" - -media-typer@0.3.0: - version "0.3.0" - resolved "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz" - integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ== - -merge-descriptors@^1.0.1, merge-descriptors@1.0.3: - version "1.0.3" - resolved "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz" - integrity sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ== - -merge-stream@^2.0.0: - version "2.0.0" - -methods@~1.1.2: - version "1.1.2" - -micromatch@^4.0.4: - version "4.0.7" - dependencies: - braces "^3.0.3" - picomatch "^2.3.1" - -"mime-db@>= 1.43.0 < 2": - version "1.53.0" - -mime-db@1.52.0: - version "1.52.0" - -mime-types@^2.0.8, mime-types@^2.1.12, mime-types@~2.1.24, mime-types@~2.1.34: - version "2.1.35" - dependencies: - mime-db "1.52.0" - -mime@^2.4.5: - version "2.6.0" - resolved "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz" - integrity sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg== - -mime@^2.5.2: - version "2.6.0" - resolved "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz" - integrity sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg== - -mime@^3.0.0: - version "3.0.0" - -mime@1.6.0: - version "1.6.0" - resolved "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz" - integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== - -mimic-fn@^2.1.0: - version "2.1.0" - -mimic-response@^3.1.0: - version "3.1.0" - resolved "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz" - integrity sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ== - -minim@~0.23.8: - version "0.23.8" - resolved "https://registry.npmjs.org/minim/-/minim-0.23.8.tgz" - integrity sha512-bjdr2xW1dBCMsMGGsUeqM4eFI60m94+szhxWys+B1ztIt6gWSfeGBdSVCIawezeHYLYn0j6zrsXdQS/JllBzww== - dependencies: - lodash "^4.15.0" - -minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2: - version "3.1.2" - dependencies: - brace-expansion "^1.1.7" - -minimatch@^5.0.1: - version "5.1.6" - dependencies: - brace-expansion "^2.0.1" - -minimatch@^7.4.3: - version "7.4.6" - resolved "https://registry.npmjs.org/minimatch/-/minimatch-7.4.6.tgz" - integrity sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw== - dependencies: - brace-expansion "^2.0.1" - -minimist@^1.1.0, minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.6: - version "1.2.8" - -minipass-collect@^1.0.2: - version "1.0.2" - dependencies: - minipass "^3.0.0" - -minipass-fetch@^2.0.3: - version "2.1.2" - dependencies: - minipass "^3.1.6" - minipass-sized "^1.0.3" - minizlib "^2.1.2" - optionalDependencies: - encoding "^0.1.13" - -minipass-flush@^1.0.5: - version "1.0.5" - dependencies: - minipass "^3.0.0" - -minipass-pipeline@^1.2.4: - version "1.2.4" - dependencies: - minipass "^3.0.0" - -minipass-sized@^1.0.3: - version "1.0.3" - dependencies: - minipass "^3.0.0" - -minipass@^3.0.0, minipass@^3.1.1, minipass@^3.1.6: - version "3.3.6" - dependencies: - yallist "^4.0.0" - -minipass@^5.0.0: - version "5.0.0" - -minizlib@^2.1.1, minizlib@^2.1.2: - version "2.1.2" - dependencies: - minipass "^3.0.0" - yallist "^4.0.0" - -mkdirp-classic@^0.5.2, mkdirp-classic@^0.5.3: - version "0.5.3" - resolved "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz" - integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A== - -mkdirp@^0.5.1: - version "0.5.6" - resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz" - integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw== - dependencies: - minimist "^1.2.6" - -mkdirp@^1.0.3, mkdirp@^1.0.4: - version "1.0.4" - -mnemonist@0.38.3: - version "0.38.3" - dependencies: - obliterator "^1.6.1" - -morgan@^1.10.0: - version "1.10.0" - dependencies: - basic-auth "~2.0.1" - debug "2.6.9" - depd "~2.0.0" - on-finished "~2.3.0" - on-headers "~1.0.2" - -ms@^2.0.0, ms@^2.1.1, ms@2.1.3: - version "2.1.3" - -ms@2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz" - integrity sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A== - -ms@2.1.2: - version "2.1.2" - -mustache@^4.2.0: - version "4.2.0" - -mz@^2.7.0: - version "2.7.0" - resolved "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz" - integrity sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q== - dependencies: - any-promise "^1.0.0" - object-assign "^4.0.1" - thenify-all "^1.0.0" - -nan@^2.14.0, nan@^2.17.0, nan@^2.18.0: - version "2.20.0" - resolved "https://registry.npmjs.org/nan/-/nan-2.20.0.tgz" - integrity sha512-bk3gXBZDGILuuo/6sKtr0DQmSThYHLtNCdSdXk9YkxD/jK6X2vmCyyXBBxyqZ4XcnzTyYEAThfX3DCEnLf6igw== - -napi-build-utils@^1.0.1: - version "1.0.2" - resolved "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz" - integrity sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg== - -natural-compare@^1.4.0: - version "1.4.0" - -negotiator@^0.6.3, negotiator@0.6.3: - version "0.6.3" - -neotraverse@=0.6.18: - version "0.6.18" - resolved "https://registry.npmjs.org/neotraverse/-/neotraverse-0.6.18.tgz" - integrity sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA== - -netmask@^2.0.2: - version "2.0.2" - -nock@^13.3.0: - version "13.5.4" - dependencies: - debug "^4.1.0" - json-stringify-safe "^5.0.1" - propagate "^2.0.0" - -node-abi@^3.3.0: - version "3.68.0" - resolved "https://registry.npmjs.org/node-abi/-/node-abi-3.68.0.tgz" - integrity sha512-7vbj10trelExNjFSBm5kTvZXXa7pZyKWx9RCKIyqe6I9Ev3IzGpQoqBP3a+cOdxY+pWj6VkP28n/2wWysBHD/A== - dependencies: - semver "^7.3.5" - -node-abort-controller@^3.1.1: - version "3.1.1" - -node-addon-api@^7.0.0: - version "7.1.1" - -node-domexception@^1.0.0, node-domexception@1.0.0: - version "1.0.0" - -node-fetch-commonjs@^3.3.2: - version "3.3.2" - dependencies: - node-domexception "^1.0.0" - web-streams-polyfill "^3.0.3" - -node-fetch@^2.6.1, node-fetch@^2.6.12, node-fetch@^2.6.7, node-fetch@^2.6.9, node-fetch@^2.7.0, node-fetch@2: - version "2.7.0" - dependencies: - whatwg-url "^5.0.0" - -node-firebird@^1.1.9: - version "1.1.9" - dependencies: - big-integer "^1.6.51" - long "^5.2.3" - -node-forge@^1.3.1: - version "1.3.1" - -node-gyp@^9.3.0: - version "9.4.1" - dependencies: - env-paths "^2.2.0" - exponential-backoff "^3.1.1" - glob "^7.1.4" - graceful-fs "^4.2.6" - make-fetch-happen "^10.0.3" - nopt "^6.0.0" - npmlog "^6.0.0" - rimraf "^3.0.2" - semver "^7.3.5" - tar "^6.1.2" - which "^2.0.2" - -node-hex@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/node-hex/-/node-hex-1.0.1.tgz" - integrity sha512-iwpZdvW6Umz12ICmu9IYPRxg0tOLGmU3Tq2tKetejCj3oZd7b2nUXwP3a7QA5M9glWy8wlPS1G3RwM/CdsUbdQ== - -node-int64@^0.4.0: - version "0.4.0" - -node-releases@^2.0.18: - version "2.0.18" - -nodemon@^2.0.22: - version "2.0.22" - dependencies: - chokidar "^3.5.2" - debug "^3.2.7" - ignore-by-default "^1.0.1" - minimatch "^3.1.2" - pstree.remy "^1.1.8" - semver "^5.7.1" - simple-update-notifier "^1.0.7" - supports-color "^5.5.0" - touch "^3.1.0" - undefsafe "^2.0.5" - -noms@0.0.0: - version "0.0.0" - dependencies: - inherits "^2.0.1" - readable-stream "~1.0.31" - -nopt@^5.0.0: - version "5.0.0" - dependencies: - abbrev "1" - -nopt@^6.0.0: - version "6.0.0" - dependencies: - abbrev "^1.0.0" - -normalize-path@^3.0.0, normalize-path@~3.0.0: - version "3.0.0" - -npm-run-path@^4.0.1: - version "4.0.1" - dependencies: - path-key "^3.0.0" - -npmlog@^5.0.1: - version "5.0.1" - dependencies: - are-we-there-yet "^2.0.0" - console-control-strings "^1.1.0" - gauge "^3.0.0" - set-blocking "^2.0.0" - -npmlog@^6.0.0: - version "6.0.2" - dependencies: - are-we-there-yet "^3.0.0" - console-control-strings "^1.1.0" - gauge "^4.0.3" - set-blocking "^2.0.0" - -nth-check@^2.0.1: - version "2.1.1" - dependencies: - boolbase "^1.0.0" - -object-assign@^4.0.1, object-assign@^4.1.1: - version "4.1.1" - -object-hash@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz" - integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw== - -object-inspect@^1.13.1: - version "1.13.2" - -obliterator@^1.6.1: - version "1.6.1" - -on-exit-leak-free@^2.1.0: - version "2.1.2" - -on-finished@~2.3.0: - version "2.3.0" - dependencies: - ee-first "1.1.1" - -on-finished@2.4.1: - version "2.4.1" - resolved "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz" - integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg== - dependencies: - ee-first "1.1.1" - -on-headers@~1.0.2: - version "1.0.2" - -once@^1.3.0, once@^1.3.1, once@^1.4.0: - version "1.4.0" - dependencies: - wrappy "1" - -onetime@^5.1.2: - version "5.1.2" - dependencies: - mimic-fn "^2.1.0" - -openapi-path-templating@^1.5.1: - version "1.6.0" - dependencies: - apg-lite "^1.0.3" - -openapi-server-url-templating@^1.0.0: - version "1.1.0" - dependencies: - apg-lite "^1.0.3" - -openapi-types@^12.1.3, openapi-types@>=7: - version "12.1.3" - -optionator@^0.8.1: - version "0.8.3" - dependencies: - deep-is "~0.1.3" - fast-levenshtein "~2.0.6" - levn "~0.3.0" - prelude-ls "~1.1.2" - type-check "~0.3.2" - word-wrap "~1.2.3" - -os-name@~1.0.3: - version "1.0.3" - resolved "https://registry.npmjs.org/os-name/-/os-name-1.0.3.tgz" - integrity sha512-f5estLO2KN8vgtTRaILIgEGBoBrMnZ3JQ7W9TMZCnOIGwHe8TRGSpcagnWDo+Dfhd/z08k9Xe75hvciJJ8Qaew== - dependencies: - osx-release "^1.0.0" - win-release "^1.0.0" - -osx-release@^1.0.0: - version "1.1.0" - resolved "https://registry.npmjs.org/osx-release/-/osx-release-1.1.0.tgz" - integrity sha512-ixCMMwnVxyHFQLQnINhmIpWqXIfS2YOXchwQrk+OFzmo6nDjQ0E4KXAyyUh0T0MZgV4bUhkRrAbVqlE4yLVq4A== - dependencies: - minimist "^1.1.0" - -p-limit@^2.2.0: - version "2.3.0" - dependencies: - p-try "^2.0.0" - -p-limit@^3.0.1, p-limit@^3.1.0: - version "3.1.0" - dependencies: - yocto-queue "^0.1.0" - -p-locate@^4.1.0: - version "4.1.0" - dependencies: - p-limit "^2.2.0" - -p-map@^4.0.0: - version "4.0.0" - dependencies: - aggregate-error "^3.0.0" - -p-try@^2.0.0: - version "2.2.0" - -pac-proxy-agent@^5.0.0: - version "5.0.0" - dependencies: - "@tootallnate/once" "1" - agent-base "6" - debug "4" - get-uri "3" - http-proxy-agent "^4.0.1" - https-proxy-agent "5" - pac-resolver "^5.0.0" - raw-body "^2.2.0" - socks-proxy-agent "5" - -pac-resolver@^5.0.0: - version "5.0.1" - dependencies: - degenerator "^3.0.2" - ip "^1.1.5" - netmask "^2.0.2" - -parse-json@^5.2.0: - version "5.2.0" - dependencies: - "@babel/code-frame" "^7.0.0" - error-ex "^1.3.1" - json-parse-even-better-errors "^2.3.0" - lines-and-columns "^1.1.6" - -parseurl@~1.3.3: - version "1.3.3" - resolved "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz" - integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== - -path-exists@^4.0.0: - version "4.0.0" - -path-is-absolute@^1.0.0: - version "1.0.1" - -path-key@^3.0.0, path-key@^3.1.0: - version "3.1.1" - -path-parse@^1.0.7: - version "1.0.7" - -path-to-regexp@0.1.10: - version "0.1.10" - resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz" - integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w== - -pause-stream@~0.0.11: - version "0.0.11" - resolved "https://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz" - integrity sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A== - dependencies: - through "~2.3" - -picocolors@^1.0.0, picocolors@^1.0.1: - version "1.0.1" - -picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.1: - version "2.3.1" - -pino-abstract-transport@^1.2.0: - version "1.2.0" - dependencies: - readable-stream "^4.0.0" - split2 "^4.0.0" - -pino-std-serializers@^6.0.0: - version "6.2.2" - -pino@^8.14.1: - version "8.21.0" - dependencies: - atomic-sleep "^1.0.0" - fast-redact "^3.1.1" - on-exit-leak-free "^2.1.0" - pino-abstract-transport "^1.2.0" - pino-std-serializers "^6.0.0" - process-warning "^3.0.0" - quick-format-unescaped "^4.0.3" - real-require "^0.2.0" - safe-stable-stringify "^2.3.1" - sonic-boom "^3.7.0" - thread-stream "^2.6.0" - -pirates@^4.0.4: - version "4.0.6" - -pkg-dir@^4.2.0: - version "4.2.0" - dependencies: - find-up "^4.0.0" - -platform@^1.3.1: - version "1.3.6" - resolved "https://registry.npmjs.org/platform/-/platform-1.3.6.tgz" - integrity sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg== - -postman-to-openapi@^3.0.1: - version "3.0.1" - dependencies: - commander "^8.3.0" - js-yaml "^4.1.0" - jsonc-parser "3.2.0" - lodash.camelcase "^4.3.0" - marked "^4.2.5" - mustache "^4.2.0" - -prebuild-install@^7.1.1: - version "7.1.2" - resolved "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.2.tgz" - integrity sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ== - dependencies: - detect-libc "^2.0.0" - expand-template "^2.0.3" - github-from-package "0.0.0" - minimist "^1.2.3" - mkdirp-classic "^0.5.3" - napi-build-utils "^1.0.1" - node-abi "^3.3.0" - pump "^3.0.0" - rc "^1.2.7" - simple-get "^4.0.0" - tar-fs "^2.0.0" - tunnel-agent "^0.6.0" - -prelude-ls@~1.1.2: - version "1.1.2" - -pretty-format@^29.0.0, pretty-format@^29.7.0: - version "29.7.0" - dependencies: - "@jest/schemas" "^29.6.3" - ansi-styles "^5.0.0" - react-is "^18.0.0" - -process-nextick-args@~2.0.0: - version "2.0.1" - -process-warning@^3.0.0: - version "3.0.0" - -process@^0.11.10: - version "0.11.10" - -prom-client@^14.2.0: - version "14.2.0" - dependencies: - tdigest "^0.1.1" - -promise-inflight@^1.0.1: - version "1.0.1" - -promise-retry@^2.0.1: - version "2.0.1" - dependencies: - err-code "^2.0.2" - retry "^0.12.0" - -prompts@^2.0.1: - version "2.4.2" - dependencies: - kleur "^3.0.3" - sisteransi "^1.0.5" - -propagate@^2.0.0: - version "2.0.1" - -proto3-json-serializer@^2.0.2: - version "2.0.2" - resolved "https://registry.npmjs.org/proto3-json-serializer/-/proto3-json-serializer-2.0.2.tgz" - integrity sha512-SAzp/O4Yh02jGdRc+uIrGoe87dkN/XtwxfZ4ZyafJHymd79ozp5VG5nyZ7ygqPM5+cpLDjjGnYFUkngonyDPOQ== - dependencies: - protobufjs "^7.2.5" - -protobufjs@^7.2.5, protobufjs@^7.2.6, protobufjs@^7.3.2: - version "7.4.0" - resolved "https://registry.npmjs.org/protobufjs/-/protobufjs-7.4.0.tgz" - integrity sha512-mRUWCc3KUU4w1jU8sGxICXH/gNS94DvI1gxqDvBzhj1JpcsimQkYiOJfwsPUykUI5ZaspFbSgmBLER8IrQ3tqw== - dependencies: - "@protobufjs/aspromise" "^1.1.2" - "@protobufjs/base64" "^1.1.2" - "@protobufjs/codegen" "^2.0.4" - "@protobufjs/eventemitter" "^1.1.0" - "@protobufjs/fetch" "^1.1.0" - "@protobufjs/float" "^1.0.2" - "@protobufjs/inquire" "^1.1.0" - "@protobufjs/path" "^1.1.2" - "@protobufjs/pool" "^1.1.0" - "@protobufjs/utf8" "^1.1.0" - "@types/node" ">=13.7.0" - long "^5.0.0" - -proxy-addr@~2.0.7: - version "2.0.7" - dependencies: - forwarded "0.2.0" - ipaddr.js "1.9.1" - -proxy-agent@^5.0.0: - version "5.0.0" - dependencies: - agent-base "^6.0.0" - debug "4" - http-proxy-agent "^4.0.0" - https-proxy-agent "^5.0.0" - lru-cache "^5.1.1" - pac-proxy-agent "^5.0.0" - proxy-from-env "^1.0.0" - socks-proxy-agent "^5.0.0" - -proxy-from-env@^1.0.0, proxy-from-env@^1.1.0: - version "1.1.0" - -pstree.remy@^1.1.8: - version "1.1.8" - -pump@^3.0.0: - version "3.0.0" - dependencies: - end-of-stream "^1.1.0" - once "^1.3.1" - -punycode@^1.4.1: - version "1.4.1" - -pure-rand@^6.0.0: - version "6.1.0" - -qs@^6.4.0, qs@6.13.0: - version "6.13.0" - resolved "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz" - integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg== - dependencies: - side-channel "^1.0.6" - -quick-format-unescaped@^4.0.3: - version "4.0.4" - -ramda-adjunct@^5.0.0: - version "5.1.0" - resolved "https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-5.1.0.tgz" - integrity sha512-8qCpl2vZBXEJyNbi4zqcgdfHtcdsWjOGbiNSEnEBrM6Y0OKOT8UxJbIVGm1TIcjaSu2MxaWcgtsNlKlCk7o7qg== - -ramda@^0.30.1, "ramda@>= 0.30.0", ramda@~0.30.0: - version "0.30.1" - resolved "https://registry.npmjs.org/ramda/-/ramda-0.30.1.tgz" - integrity sha512-tEF5I22zJnuclswcZMc8bDIrwRHRzf+NqVEmqg50ShAZMP7MWeR/RGDthfM/p+BlqvF2fXAzpn8i+SJcYD3alw== - -range-parser@~1.2.1: - version "1.2.1" - resolved "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz" - integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== - -raw-body@^2.2.0, raw-body@2.5.2: - version "2.5.2" - dependencies: - bytes "3.1.2" - http-errors "2.0.0" - iconv-lite "0.4.24" - unpipe "1.0.0" - -rc@^1.2.7: - version "1.2.8" - resolved "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz" - integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== - dependencies: - deep-extend "^0.6.0" - ini "~1.3.0" - minimist "^1.2.0" - strip-json-comments "~2.0.1" - -react-dom@>=17: - version "18.3.1" - resolved "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz" - integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw== - dependencies: - loose-envify "^1.1.0" - scheduler "^0.23.2" - -react-is@^18.0.0: - version "18.3.1" - -react@^18.3.1, react@>=17: - version "18.3.1" - resolved "https://registry.npmjs.org/react/-/react-18.3.1.tgz" - integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ== - dependencies: - loose-envify "^1.1.0" - -readable-stream@^2.3.6: - version "2.3.8" - resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz" - integrity sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA== - dependencies: - core-util-is "~1.0.0" - inherits "~2.0.3" - isarray "~1.0.0" - process-nextick-args "~2.0.0" - safe-buffer "~5.1.1" - string_decoder "~1.1.1" - util-deprecate "~1.0.1" - -readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@^3.6.0: - version "3.6.2" - dependencies: - inherits "^2.0.3" - string_decoder "^1.1.1" - util-deprecate "^1.0.1" - -readable-stream@^4.0.0: - version "4.5.2" - dependencies: - abort-controller "^3.0.0" - buffer "^6.0.3" - events "^3.3.0" - process "^0.11.10" - string_decoder "^1.3.0" - -readable-stream@~1.0.31: - version "1.0.34" - dependencies: - core-util-is "~1.0.0" - inherits "~2.0.1" - isarray "0.0.1" - string_decoder "~0.10.x" - -readable-stream@~2.3.6: - version "2.3.8" - dependencies: - core-util-is "~1.0.0" - inherits "~2.0.3" - isarray "~1.0.0" - process-nextick-args "~2.0.0" - safe-buffer "~5.1.1" - string_decoder "~1.1.1" - util-deprecate "~1.0.1" - -readable-stream@1.1.x: - version "1.1.14" - dependencies: - core-util-is "~1.0.0" - inherits "~2.0.1" - isarray "0.0.1" - string_decoder "~0.10.x" - -readdirp@~3.6.0: - version "3.6.0" - dependencies: - picomatch "^2.2.1" - -real-require@^0.2.0: - version "0.2.0" - -regenerator-runtime@^0.14.0: - version "0.14.1" - resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz" - integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw== - -require-directory@^2.1.1: - version "2.1.1" - -require-from-string@^2.0.2: - version "2.0.2" - -resolve-cwd@^3.0.0: - version "3.0.0" - dependencies: - resolve-from "^5.0.0" - -resolve-from@^5.0.0: - version "5.0.0" - -resolve.exports@^2.0.0: - version "2.0.2" - -resolve@^1.20.0, resolve@^1.22.1: - version "1.22.8" - dependencies: - is-core-module "^2.13.0" - path-parse "^1.0.7" - supports-preserve-symlinks-flag "^1.0.0" - -retry-request@^5.0.0: - version "5.0.2" - dependencies: - debug "^4.1.1" - extend "^3.0.2" - -retry-request@^7.0.0: - version "7.0.2" - resolved "https://registry.npmjs.org/retry-request/-/retry-request-7.0.2.tgz" - integrity sha512-dUOvLMJ0/JJYEn8NrpOaGNE7X3vpI5XlZS/u0ANjqtcZVKnIxP7IgCFwrKTxENw29emmwug53awKtaMm4i9g5w== - dependencies: - "@types/request" "^2.48.8" - extend "^3.0.2" - teeny-request "^9.0.0" - -retry@^0.12.0: - version "0.12.0" - -retry@0.13.1: - version "0.13.1" - -rimraf@^3.0.2: - version "3.0.2" - dependencies: - glob "^7.1.3" - -safe-buffer@^5.0.1, safe-buffer@>=5.1.0, safe-buffer@~5.2.0, safe-buffer@5.2.1: - version "5.2.1" - -safe-buffer@~5.1.0, safe-buffer@~5.1.1: - version "5.1.2" - resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz" - integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== - -safe-buffer@5.1.2: - version "5.1.2" - -safe-stable-stringify@^2.3.1: - version "2.4.3" - -"safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0": - version "2.1.2" - -sax@>=0.6.0: - version "1.4.1" - resolved "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz" - integrity sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg== - -scheduler@^0.23.2: - version "0.23.2" - resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz" - integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ== - dependencies: - loose-envify "^1.1.0" - -sdk-base@^2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/sdk-base/-/sdk-base-2.0.1.tgz" - integrity sha512-eeG26wRwhtwYuKGCDM3LixCaxY27Pa/5lK4rLKhQa7HBjJ3U3Y+f81MMZQRsDw/8SC2Dao/83yJTXJ8aULuN8Q== - dependencies: - get-ready "~1.0.0" - -semver@^5.0.1: - version "5.7.2" - resolved "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz" - integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g== - -semver@^5.7.1: - version "5.7.2" - -semver@^6.0.0: - version "6.3.1" - -semver@^6.3.0: - version "6.3.1" - -semver@^6.3.1: - version "6.3.1" - -semver@^7.3.5, semver@^7.5.3, semver@^7.5.4: - version "7.6.3" - -semver@~7.0.0: - version "7.0.0" - -send@0.19.0: - version "0.19.0" - resolved "https://registry.npmjs.org/send/-/send-0.19.0.tgz" - integrity sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw== - dependencies: - debug "2.6.9" - depd "2.0.0" - destroy "1.2.0" - encodeurl "~1.0.2" - escape-html "~1.0.3" - etag "~1.8.1" - fresh "0.5.2" - http-errors "2.0.0" - mime "1.6.0" - ms "2.1.3" - on-finished "2.4.1" - range-parser "~1.2.1" - statuses "2.0.1" - -serve-static@1.16.2: - version "1.16.2" - resolved "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz" - integrity sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw== - dependencies: - encodeurl "~2.0.0" - escape-html "~1.0.3" - parseurl "~1.3.3" - send "0.19.0" - -set-blocking@^2.0.0: - version "2.0.0" - -set-function-length@^1.2.1: - version "1.2.2" - dependencies: - define-data-property "^1.1.4" - es-errors "^1.3.0" - function-bind "^1.1.2" - get-intrinsic "^1.2.4" - gopd "^1.0.1" - has-property-descriptors "^1.0.2" - -setprototypeof@1.2.0: - version "1.2.0" - -shebang-command@^2.0.0: - version "2.0.0" - dependencies: - shebang-regex "^3.0.0" - -shebang-regex@^3.0.0: - version "3.0.0" - -short-unique-id@^5.0.2: - version "5.2.0" - resolved "https://registry.npmjs.org/short-unique-id/-/short-unique-id-5.2.0.tgz" - integrity sha512-cMGfwNyfDZ/nzJ2k2M+ClthBIh//GlZl1JEf47Uoa9XR11bz8Pa2T2wQO4bVrRdH48LrIDWJahQziKo3MjhsWg== - -side-channel@^1.0.6: - version "1.0.6" - dependencies: - call-bind "^1.0.7" - es-errors "^1.3.0" - get-intrinsic "^1.2.4" - object-inspect "^1.13.1" - -signal-exit@^3.0.0, signal-exit@^3.0.3, signal-exit@^3.0.7: - version "3.0.7" - -simple-concat@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz" - integrity sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q== - -simple-get@^4.0.0: - version "4.0.1" - resolved "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz" - integrity sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA== - dependencies: - decompress-response "^6.0.0" - once "^1.3.1" - simple-concat "^1.0.0" - -simple-update-notifier@^1.0.7: - version "1.1.0" - dependencies: - semver "~7.0.0" - -sisteransi@^1.0.5: - version "1.0.5" - -slash@^3.0.0: - version "3.0.0" - -smart-buffer@^4.2.0: - version "4.2.0" - -socks-proxy-agent@^5.0.0, socks-proxy-agent@5: - version "5.0.1" - dependencies: - agent-base "^6.0.2" - debug "4" - socks "^2.3.3" - -socks-proxy-agent@^7.0.0: - version "7.0.0" - dependencies: - agent-base "^6.0.2" - debug "^4.3.3" - socks "^2.6.2" - -socks@^2.3.3, socks@^2.6.2: - version "2.8.3" - dependencies: - ip-address "^9.0.5" - smart-buffer "^4.2.0" - -sonic-boom@^3.7.0: - version "3.8.1" - dependencies: - atomic-sleep "^1.0.0" - -source-map-js@^1.0.1: - version "1.2.0" - -source-map-support@0.5.13: - version "0.5.13" - dependencies: - buffer-from "^1.0.0" - source-map "^0.6.0" - -source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1: - version "0.6.1" - -split2@^4.0.0: - version "4.2.0" - -sprintf-js@^1.1.3: - version "1.1.3" - -sprintf-js@~1.0.2: - version "1.0.3" - resolved "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz" - integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g== - -ssri@^9.0.0: - version "9.0.1" - dependencies: - minipass "^3.1.1" - -stack-utils@^2.0.3: - version "2.0.6" - dependencies: - escape-string-regexp "^2.0.0" - -static-eval@2.0.2: - version "2.0.2" - dependencies: - escodegen "^1.8.1" - -statuses@^1.3.1: - version "1.5.0" - resolved "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz" - integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA== - -statuses@2.0.1: - version "2.0.1" - -stream-events@^1.0.5: - version "1.0.5" - dependencies: - stubs "^3.0.0" - -stream-http@2.8.2: - version "2.8.2" - resolved "https://registry.npmjs.org/stream-http/-/stream-http-2.8.2.tgz" - integrity sha512-QllfrBhqF1DPcz46WxKTs6Mz1Bpc+8Qm6vbqOpVav5odAXwbyzwnEczoWqtxrsmlO+cJqtPrp/8gWKWjaKLLlA== - dependencies: - builtin-status-codes "^3.0.0" - inherits "^2.0.1" - readable-stream "^2.3.6" - to-arraybuffer "^1.0.0" - xtend "^4.0.0" - -stream-shift@^1.0.2: - version "1.0.3" - -stream-wormhole@^1.0.4: - version "1.1.0" - resolved "https://registry.npmjs.org/stream-wormhole/-/stream-wormhole-1.1.0.tgz" - integrity sha512-gHFfL3px0Kctd6Po0M8TzEvt3De/xu6cnRrjlfYNhwbhLPLwigI2t1nc6jrzNuaYg5C4YF78PPFuQPzRiqn9ew== - -string_decoder@^1.1.1, string_decoder@^1.3.0: - version "1.3.0" - dependencies: - safe-buffer "~5.2.0" - -string_decoder@~0.10.x: - version "0.10.31" - -string_decoder@~1.1.1: - version "1.1.1" - resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz" - integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== - dependencies: - safe-buffer "~5.1.0" - -string-length@^4.0.1: - version "4.0.2" - dependencies: - char-regex "^1.0.2" - strip-ansi "^6.0.0" - -"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: - version "4.2.3" - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.1" - -strip-ansi@^6.0.0, strip-ansi@^6.0.1: - version "6.0.1" - dependencies: - ansi-regex "^5.0.1" - -strip-bom@^4.0.0: - version "4.0.0" - -strip-final-newline@^2.0.0: - version "2.0.0" - -strip-json-comments@^3.1.1: - version "3.1.1" - -strip-json-comments@~2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz" - integrity sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ== - -strnum@^1.0.5: - version "1.0.5" - -stubs@^3.0.0: - version "3.0.0" - -stylis@^4.3.0: - version "4.3.2" - -supports-color@^5.3.0, supports-color@^5.5.0: - version "5.5.0" - dependencies: - has-flag "^3.0.0" - -supports-color@^7.1.0: - version "7.2.0" - dependencies: - has-flag "^4.0.0" - -supports-color@^8.0.0: - version "8.1.1" - dependencies: - has-flag "^4.0.0" - -supports-preserve-symlinks-flag@^1.0.0: - version "1.0.0" - -svgo@^3.0.2: - version "3.3.2" - dependencies: - "@trysound/sax" "0.2.0" - commander "^7.2.0" - css-select "^5.1.0" - css-tree "^2.3.1" - css-what "^6.1.0" - csso "^5.0.5" - picocolors "^1.0.0" - -swagger-client@^3.29.3: - version "3.29.3" - resolved "https://registry.npmjs.org/swagger-client/-/swagger-client-3.29.3.tgz" - integrity sha512-OhhMAO2dwDEaxtUNDxwaqzw75uiZY5lX/2vx+U6eKCYZYhXWQ5mylU/0qfk/xMR20VyitsnzRc6KcFFjRoCS7A== - dependencies: - "@babel/runtime-corejs3" "^7.22.15" - "@swagger-api/apidom-core" ">=1.0.0-alpha.9 <1.0.0-beta.0" - "@swagger-api/apidom-error" ">=1.0.0-alpha.9 <1.0.0-beta.0" - "@swagger-api/apidom-json-pointer" ">=1.0.0-alpha.9 <1.0.0-beta.0" - "@swagger-api/apidom-ns-openapi-3-1" ">=1.0.0-alpha.9 <1.0.0-beta.0" - "@swagger-api/apidom-reference" ">=1.0.0-alpha.9 <1.0.0-beta.0" - cookie "~0.6.0" - deepmerge "~4.3.0" - fast-json-patch "^3.0.0-1" - js-yaml "^4.1.0" - neotraverse "=0.6.18" - node-abort-controller "^3.1.1" - node-fetch-commonjs "^3.3.2" - openapi-path-templating "^1.5.1" - openapi-server-url-templating "^1.0.0" - ramda "^0.30.1" - ramda-adjunct "^5.0.0" - -tar-fs@^2.0.0: - version "2.1.1" - resolved "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz" - integrity sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng== - dependencies: - chownr "^1.1.1" - mkdirp-classic "^0.5.2" - pump "^3.0.0" - tar-stream "^2.1.4" - -tar-stream@^2.1.4: - version "2.2.0" - resolved "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz" - integrity sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ== - dependencies: - bl "^4.0.3" - end-of-stream "^1.4.1" - fs-constants "^1.0.0" - inherits "^2.0.3" - readable-stream "^3.1.1" - -tar@^6.1.11, tar@^6.1.2: - version "6.2.1" - dependencies: - chownr "^2.0.0" - fs-minipass "^2.0.0" - minipass "^5.0.0" - minizlib "^2.1.1" - mkdirp "^1.0.3" - yallist "^4.0.0" - -tdigest@^0.1.1: - version "0.1.2" - dependencies: - bintrees "1.0.2" - -teeny-request@^8.0.0: - version "8.0.3" - dependencies: - http-proxy-agent "^5.0.0" - https-proxy-agent "^5.0.0" - node-fetch "^2.6.1" - stream-events "^1.0.5" - uuid "^9.0.0" - -teeny-request@^9.0.0: - version "9.0.0" - resolved "https://registry.npmjs.org/teeny-request/-/teeny-request-9.0.0.tgz" - integrity sha512-resvxdc6Mgb7YEThw6G6bExlXKkv6+YbuzGg9xuXxSgxJF7Ozs+o8Y9+2R3sArdWdW8nOokoQb1yrpFB0pQK2g== - dependencies: - http-proxy-agent "^5.0.0" - https-proxy-agent "^5.0.0" - node-fetch "^2.6.9" - stream-events "^1.0.5" - uuid "^9.0.0" - -test-exclude@^6.0.0: - version "6.0.0" - dependencies: - "@istanbuljs/schema" "^0.1.2" - glob "^7.1.4" - minimatch "^3.0.4" - -thenify-all@^1.0.0: - version "1.6.0" - resolved "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz" - integrity sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA== - dependencies: - thenify ">= 3.1.0 < 4" - -"thenify@>= 3.1.0 < 4": - version "3.3.1" - resolved "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz" - integrity sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw== - dependencies: - any-promise "^1.0.0" - -thread-stream@^2.6.0: - version "2.7.0" - dependencies: - real-require "^0.2.0" - -through@~2.3: - version "2.3.8" - resolved "https://registry.npmjs.org/through/-/through-2.3.8.tgz" - integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg== - -through2@^2.0.1: - version "2.0.5" - dependencies: - readable-stream "~2.3.6" - xtend "~4.0.1" - -tmpl@1.0.5: - version "1.0.5" - -to-arraybuffer@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz" - integrity sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA== - -to-fast-properties@^2.0.0: - version "2.0.0" - -to-regex-range@^5.0.1: - version "5.0.1" - dependencies: - is-number "^7.0.0" - -toidentifier@1.0.1: - version "1.0.1" - -touch@^3.1.0: - version "3.1.1" - -tr46@~0.0.3: - version "0.0.3" - -tree-sitter-json@=0.20.2: - version "0.20.2" - resolved "https://registry.npmjs.org/tree-sitter-json/-/tree-sitter-json-0.20.2.tgz" - integrity sha512-eUxrowp4F1QEGk/i7Sa+Xl8Crlfp7J0AXxX1QdJEQKQYMWhgMbCIgyQvpO3Q0P9oyTrNQxRLlRipDS44a8EtRw== - dependencies: - nan "^2.18.0" - -tree-sitter-yaml@=0.5.0: - version "0.5.0" - resolved "https://registry.npmjs.org/tree-sitter-yaml/-/tree-sitter-yaml-0.5.0.tgz" - integrity sha512-POJ4ZNXXSWIG/W4Rjuyg36MkUD4d769YRUGKRqN+sVaj/VCo6Dh6Pkssn1Rtewd5kybx+jT1BWMyWN0CijXnMA== - dependencies: - nan "^2.14.0" - -tree-sitter@=0.20.4: - version "0.20.4" - resolved "https://registry.npmjs.org/tree-sitter/-/tree-sitter-0.20.4.tgz" - integrity sha512-rjfR5dc4knG3jnJNN/giJ9WOoN1zL/kZyrS0ILh+eqq8RNcIbiXA63JsMEgluug0aNvfQvK4BfCErN1vIzvKog== - dependencies: - nan "^2.17.0" - prebuild-install "^7.1.1" - -ts-jest@^29.0.3: - version "29.2.4" - dependencies: - bs-logger "0.x" - ejs "^3.1.10" - fast-json-stable-stringify "2.x" - jest-util "^29.0.0" - json5 "^2.2.3" - lodash.memoize "4.x" - make-error "1.x" - semver "^7.5.3" - yargs-parser "^21.0.1" - -ts-mixer@^6.0.3, ts-mixer@^6.0.4: - version "6.0.4" - resolved "https://registry.npmjs.org/ts-mixer/-/ts-mixer-6.0.4.tgz" - integrity sha512-ufKpbmrugz5Aou4wcr5Wc1UUFWOLhq+Fm6qa6P0w0K5Qw2yhaUoiWszhCVuNQyNwrlGiscHOmqYoAox1PtvgjA== - -ts-node@^10.9.1, ts-node@>=9.0.0: - version "10.9.2" - dependencies: - "@cspotcode/source-map-support" "^0.8.0" - "@tsconfig/node10" "^1.0.7" - "@tsconfig/node12" "^1.0.7" - "@tsconfig/node14" "^1.0.0" - "@tsconfig/node16" "^1.0.2" - acorn "^8.4.1" - acorn-walk "^8.1.1" - arg "^4.1.0" - create-require "^1.1.0" - diff "^4.0.1" - make-error "^1.1.1" - v8-compile-cache-lib "^3.0.1" - yn "3.1.1" - -ts-toolbelt@^9.6.0: - version "9.6.0" - -tslib@^2.0.1, tslib@^2.1.0, tslib@^2.4.0, tslib@^2.6.2: - version "2.6.3" - -tunnel-agent@^0.6.0: - version "0.6.0" - resolved "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz" - integrity sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w== - dependencies: - safe-buffer "^5.0.1" - -type-check@~0.3.2: - version "0.3.2" - dependencies: - prelude-ls "~1.1.2" - -type-detect@4.0.8: - version "4.0.8" - -type-fest@^0.21.3: - version "0.21.3" - -type-is@~1.6.18: - version "1.6.18" - resolved "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz" - integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== - dependencies: - media-typer "0.3.0" - mime-types "~2.1.24" - -types-ramda@^0.30.1: - version "0.30.1" - resolved "https://registry.npmjs.org/types-ramda/-/types-ramda-0.30.1.tgz" - integrity sha512-1HTsf5/QVRmLzcGfldPFvkVsAdi1db1BBKzi7iW3KBUlOICg/nKnFS+jGqDJS3YD8VsWbAh7JiHeBvbsw8RPxA== - dependencies: - ts-toolbelt "^9.6.0" - -typescript@^4.9.3, typescript@>=2.7, "typescript@>=4.3 <6": - version "4.9.5" - -undefsafe@^2.0.5: - version "2.0.5" - -underscore@1.12.1: - version "1.12.1" - -undici-types@~5.26.4: - version "5.26.5" - -undici-types@~6.13.0: - version "6.13.0" - -unescape@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/unescape/-/unescape-1.0.1.tgz" - integrity sha512-O0+af1Gs50lyH1nUu3ZyYS1cRh01Q/kUKatTOkSs7jukXE6/NebucDVxyiDsA9AQ4JC1V1jUH9EO8JX2nMDgGQ== - dependencies: - extend-shallow "^2.0.1" - -unique-filename@^2.0.0: - version "2.0.1" - dependencies: - unique-slug "^3.0.0" - -unique-sequence@1.0.2: - version "1.0.2" - -unique-slug@^3.0.0: - version "3.0.0" - dependencies: - imurmurhash "^0.1.4" - -universalify@^0.1.0: - version "0.1.2" - -unpipe@~1.0.0, unpipe@1.0.0: - version "1.0.0" - -unraw@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/unraw/-/unraw-3.0.0.tgz" - integrity sha512-08/DA66UF65OlpUDIQtbJyrqTR0jTAlJ+jsnkQ4jxR7+K5g5YG1APZKQSMCE1vqqmD+2pv6+IdEjmopFatacvg== - -untildify@^4.0.0: - version "4.0.0" - -update-browserslist-db@^1.1.0: - version "1.1.0" - dependencies: - escalade "^3.1.2" - picocolors "^1.0.1" - -urllib@^2.44.0: - version "2.44.0" - resolved "https://registry.npmjs.org/urllib/-/urllib-2.44.0.tgz" - integrity sha512-zRCJqdfYllRDA9bXUtx+vccyRqtJPKsw85f44zH7zPD28PIvjMqIgw9VwoTLV7xTBWZsbebUFVHU5ghQcWku2A== - dependencies: - any-promise "^1.3.0" - content-type "^1.0.2" - default-user-agent "^1.0.0" - digest-header "^1.0.0" - ee-first "~1.1.1" - formstream "^1.1.0" - humanize-ms "^1.2.0" - iconv-lite "^0.6.3" - pump "^3.0.0" - qs "^6.4.0" - statuses "^1.3.1" - utility "^1.16.1" - -util-deprecate@^1.0.1, util-deprecate@~1.0.1: - version "1.0.2" - -utility@^1.16.1, utility@^1.18.0: - version "1.18.0" - resolved "https://registry.npmjs.org/utility/-/utility-1.18.0.tgz" - integrity sha512-PYxZDA+6QtvRvm//++aGdmKG/cI07jNwbROz0Ql+VzFV1+Z0Dy55NI4zZ7RHc9KKpBePNFwoErqIuqQv/cjiTA== - dependencies: - copy-to "^2.0.1" - escape-html "^1.0.3" - mkdirp "^0.5.1" - mz "^2.7.0" - unescape "^1.0.1" - -utils-merge@1.0.1: - version "1.0.1" - -uuid@^10.0.0: - version "10.0.0" - resolved "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz" - integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ== - -uuid@^8.0.0: - version "8.3.2" - resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz" - integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== - -uuid@^9.0.0, uuid@^9.0.1: - version "9.0.1" - resolved "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz" - integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA== - -v8-compile-cache-lib@^3.0.1: - version "3.0.1" - -v8-to-istanbul@^9.0.1: - version "9.3.0" - dependencies: - "@jridgewell/trace-mapping" "^0.3.12" - "@types/istanbul-lib-coverage" "^2.0.1" - convert-source-map "^2.0.0" - -vary@~1.1.2: - version "1.1.2" - -vm2@^3.9.17: - version "3.9.19" - dependencies: - acorn "^8.7.0" - acorn-walk "^8.2.0" - -walker@^1.0.8: - version "1.0.8" - dependencies: - makeerror "1.0.12" - -web-streams-polyfill@^3.0.3: - version "3.3.3" - -web-streams-polyfill@4.0.0-beta.3: - version "4.0.0-beta.3" - -web-tree-sitter@=0.20.3: - version "0.20.3" - resolved "https://registry.npmjs.org/web-tree-sitter/-/web-tree-sitter-0.20.3.tgz" - integrity sha512-zKGJW9r23y3BcJusbgvnOH2OYAW40MXAOi9bi3Gcc7T4Gms9WWgXF8m6adsJWpGJEhgOzCrfiz1IzKowJWrtYw== - -webidl-conversions@^3.0.0: - version "3.0.1" - -websocket-driver@>=0.5.1: - version "0.7.4" - resolved "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz" - integrity sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg== - dependencies: - http-parser-js ">=0.5.1" - safe-buffer ">=5.1.0" - websocket-extensions ">=0.1.1" - -websocket-extensions@>=0.1.1: - version "0.1.4" - resolved "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz" - integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg== - -whatwg-url@^5.0.0: - version "5.0.0" - dependencies: - tr46 "~0.0.3" - webidl-conversions "^3.0.0" - -which@^2.0.1, which@^2.0.2: - version "2.0.2" - dependencies: - isexe "^2.0.0" - -wide-align@^1.1.2, wide-align@^1.1.5: - version "1.1.5" - dependencies: - string-width "^1.0.2 || 2 || 3 || 4" - -win-release@^1.0.0: - version "1.1.1" - resolved "https://registry.npmjs.org/win-release/-/win-release-1.1.1.tgz" - integrity sha512-iCRnKVvGxOQdsKhcQId2PXV1vV3J/sDPXKA4Oe9+Eti2nb2ESEsYHRYls/UjoUW3bIc5ZDO8dTH50A/5iVN+bw== - dependencies: - semver "^5.0.1" - -word-wrap@~1.2.3: - version "1.2.5" - -wrap-ansi@^7.0.0: - version "7.0.0" - dependencies: - ansi-styles "^4.0.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" - -wrappy@1: - version "1.0.2" - -write-file-atomic@^4.0.2: - version "4.0.2" - dependencies: - imurmurhash "^0.1.4" - signal-exit "^3.0.7" - -ws@^8.14.2: - version "8.18.0" - -xml2js@^0.6.2: - version "0.6.2" - resolved "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz" - integrity sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA== - dependencies: - sax ">=0.6.0" - xmlbuilder "~11.0.0" - -xmlbuilder@~11.0.0: - version "11.0.1" - resolved "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz" - integrity sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA== - -xregexp@2.0.0: - version "2.0.0" - -xtend@^4.0.0, xtend@~4.0.1: - version "4.0.2" - -y18n@^5.0.5: - version "5.0.8" - -yallist@^3.0.2: - version "3.1.1" - -yallist@^4.0.0: - version "4.0.0" - -yaml@^2.2.2: - version "2.5.0" - -yargs-parser@^20.2.2: - version "20.2.9" - -yargs-parser@^21.0.1, yargs-parser@^21.1.1: - version "21.1.1" - -yargs@^16.1.0: - version "16.2.0" - dependencies: - cliui "^7.0.2" - escalade "^3.1.1" - get-caller-file "^2.0.5" - require-directory "^2.1.1" - string-width "^4.2.0" - y18n "^5.0.5" - yargs-parser "^20.2.2" - -yargs@^17.3.1, yargs@^17.7.2: - version "17.7.2" - dependencies: - cliui "^8.0.1" - escalade "^3.1.1" - get-caller-file "^2.0.5" - require-directory "^2.1.1" - string-width "^4.2.3" - y18n "^5.0.5" - yargs-parser "^21.1.1" - -yn@3.1.1: - version "3.1.1" - -yocto-queue@^0.1.0: - version "0.1.0" +# This file is generated by running "yarn install" inside your project. +# Manual changes might be lost - proceed with caution! + +__metadata: + version: 6 + cacheKey: 8 + +"@ampproject/remapping@npm:^2.2.0": + version: 2.3.0 + resolution: "@ampproject/remapping@npm:2.3.0" + dependencies: + "@jridgewell/gen-mapping": ^0.3.5 + "@jridgewell/trace-mapping": ^0.3.24 + checksum: d3ad7b89d973df059c4e8e6d7c972cbeb1bb2f18f002a3bd04ae0707da214cb06cc06929b65aa2313b9347463df2914772298bae8b1d7973f246bb3f2ab3e8f0 + languageName: node + linkType: hard + +"@apidevtools/json-schema-ref-parser@npm:9.0.7": + version: 9.0.7 + resolution: "@apidevtools/json-schema-ref-parser@npm:9.0.7" + dependencies: + "@jsdevtools/ono": ^7.1.3 + call-me-maybe: ^1.0.1 + js-yaml: ^3.13.1 + checksum: 3efc2e6e7fdc8e9054f1e5a2e4f34391740b6cf10a753f0fa0b645252c26e40a276e53b4493c41b95f5e09364fedca7843027110376dce4ab928deaab8d86030 + languageName: node + linkType: hard + +"@apidevtools/openapi-schemas@npm:^2.1.0": + version: 2.1.0 + resolution: "@apidevtools/openapi-schemas@npm:2.1.0" + checksum: 4a8f64935b9049ef21e41fa4b188f39f6bc3f5291cebd451701db1115451ccb246a739e46cc5ce9ecdec781671431db40db7851acdac84a990a45756e0f32de3 + languageName: node + linkType: hard + +"@apidevtools/swagger-methods@npm:^3.0.2": + version: 3.0.2 + resolution: "@apidevtools/swagger-methods@npm:3.0.2" + checksum: d06b1ac5c1956613c4c6be695612ef860cd4e962b93a509ca551735a328a856cae1e33399cac1dcbf8333ba22b231746f3586074769ef0e172cf549ec9e7eaae + languageName: node + linkType: hard + +"@apidevtools/swagger-parser@npm:^10.1.0": + version: 10.1.0 + resolution: "@apidevtools/swagger-parser@npm:10.1.0" + dependencies: + "@apidevtools/json-schema-ref-parser": 9.0.6 + "@apidevtools/openapi-schemas": ^2.1.0 + "@apidevtools/swagger-methods": ^3.0.2 + "@jsdevtools/ono": ^7.1.3 + ajv: ^8.6.3 + ajv-draft-04: ^1.0.0 + call-me-maybe: ^1.0.1 + peerDependencies: + openapi-types: ">=7" + checksum: c7c923755bd025ee2cae97e1cfd525538523ba74c341a0ac814c023ffe5e63fc2d997539a8ccf9a0fcec41a2d6337d40cc5735acb991ddcbb415853a241908d1 + languageName: node + linkType: hard + +"@aws-crypto/crc32@npm:5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/crc32@npm:5.2.0" + dependencies: + "@aws-crypto/util": ^5.2.0 + "@aws-sdk/types": ^3.222.0 + tslib: ^2.6.2 + checksum: 1ddf7ec3fccf106205ff2476d90ae1d6625eabd47752f689c761b71e41fe451962b7a1c9ed25fe54e17dd747a62fbf4de06030fe56fe625f95285f6f70b96c57 + languageName: node + linkType: hard + +"@aws-crypto/crc32c@npm:5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/crc32c@npm:5.2.0" + dependencies: + "@aws-crypto/util": ^5.2.0 + "@aws-sdk/types": ^3.222.0 + tslib: ^2.6.2 + checksum: 0b399de8607c59e1e46c05d2b24a16b56d507944fdac925c611f0ba7302f5555c098139806d7da1ebef1f89bf4e4b5d4dec74d4809ce0f18238b72072065effe + languageName: node + linkType: hard + +"@aws-crypto/sha1-browser@npm:5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/sha1-browser@npm:5.2.0" + dependencies: + "@aws-crypto/supports-web-crypto": ^5.2.0 + "@aws-crypto/util": ^5.2.0 + "@aws-sdk/types": ^3.222.0 + "@aws-sdk/util-locate-window": ^3.0.0 + "@smithy/util-utf8": ^2.0.0 + tslib: ^2.6.2 + checksum: 8b04af601d945c5ef0f5f733b55681edc95b81c02ce5067b57f1eb4ee718e45485cf9aeeb7a84da9131656d09e1c4bc78040ec759f557a46703422d8df098d59 + languageName: node + linkType: hard + +"@aws-crypto/sha256-browser@npm:5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/sha256-browser@npm:5.2.0" + dependencies: + "@aws-crypto/sha256-js": ^5.2.0 + "@aws-crypto/supports-web-crypto": ^5.2.0 + "@aws-crypto/util": ^5.2.0 + "@aws-sdk/types": ^3.222.0 + "@aws-sdk/util-locate-window": ^3.0.0 + "@smithy/util-utf8": ^2.0.0 + tslib: ^2.6.2 + checksum: 773f12f2026d82a6bb4a23a8f491894a6d32525bd9b8bfbc12896526cf11882a7607a671c478c45f9cd7d6ba1caaed48a62b67c6f725244bd83a1275108f46c7 + languageName: node + linkType: hard + +"@aws-crypto/sha256-js@npm:5.2.0, @aws-crypto/sha256-js@npm:^5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/sha256-js@npm:5.2.0" + dependencies: + "@aws-crypto/util": ^5.2.0 + "@aws-sdk/types": ^3.222.0 + tslib: ^2.6.2 + checksum: 007fbe0436d714d0d0d282e2b61c90e45adcb9ad75eac9ac7ba03d32b56624afd09b2a9ceb4d659661cf17c51d74d1900ab6b00eacafc002da1101664955ca53 + languageName: node + linkType: hard + +"@aws-crypto/supports-web-crypto@npm:^5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/supports-web-crypto@npm:5.2.0" + dependencies: + tslib: ^2.6.2 + checksum: 6ffc21de48b2b2c3e918193101d7e8fe949d47b37688892e1c39eaedaa938be80c0f404fe1c874c30cce16781026777a53bf47d5d90143ca91d0feb7c4a6f830 + languageName: node + linkType: hard + +"@aws-crypto/util@npm:^5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/util@npm:5.2.0" + dependencies: + "@aws-sdk/types": ^3.222.0 + "@smithy/util-utf8": ^2.0.0 + tslib: ^2.6.2 + checksum: f0f81d9d2771c59946cfec48b86cb23d39f78a966c4a1f89d4753abdc3cb38de06f907d1e6450059b121d48ac65d612ab88bdb70014553a077fc3dabddfbf8d6 + languageName: node + linkType: hard + +"@aws-sdk/client-appconfig@npm:^3.533.0": + version: 3.668.0 + resolution: "@aws-sdk/client-appconfig@npm:3.668.0" + dependencies: + "@aws-crypto/sha256-browser": 5.2.0 + "@aws-crypto/sha256-js": 5.2.0 + "@aws-sdk/client-sso-oidc": 3.668.0 + "@aws-sdk/client-sts": 3.668.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/credential-provider-node": 3.668.0 + "@aws-sdk/middleware-host-header": 3.667.0 + "@aws-sdk/middleware-logger": 3.667.0 + "@aws-sdk/middleware-recursion-detection": 3.667.0 + "@aws-sdk/middleware-user-agent": 3.668.0 + "@aws-sdk/region-config-resolver": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-endpoints": 3.667.0 + "@aws-sdk/util-user-agent-browser": 3.667.0 + "@aws-sdk/util-user-agent-node": 3.668.0 + "@smithy/config-resolver": ^3.0.9 + "@smithy/core": ^2.4.8 + "@smithy/fetch-http-handler": ^3.2.9 + "@smithy/hash-node": ^3.0.7 + "@smithy/invalid-dependency": ^3.0.7 + "@smithy/middleware-content-length": ^3.0.9 + "@smithy/middleware-endpoint": ^3.1.4 + "@smithy/middleware-retry": ^3.0.23 + "@smithy/middleware-serde": ^3.0.7 + "@smithy/middleware-stack": ^3.0.7 + "@smithy/node-config-provider": ^3.1.8 + "@smithy/node-http-handler": ^3.2.4 + "@smithy/protocol-http": ^4.1.4 + "@smithy/smithy-client": ^3.4.0 + "@smithy/types": ^3.5.0 + "@smithy/url-parser": ^3.0.7 + "@smithy/util-base64": ^3.0.0 + "@smithy/util-body-length-browser": ^3.0.0 + "@smithy/util-body-length-node": ^3.0.0 + "@smithy/util-defaults-mode-browser": ^3.0.23 + "@smithy/util-defaults-mode-node": ^3.0.23 + "@smithy/util-endpoints": ^2.1.3 + "@smithy/util-middleware": ^3.0.7 + "@smithy/util-retry": ^3.0.7 + "@smithy/util-stream": ^3.1.9 + "@smithy/util-utf8": ^3.0.0 + tslib: ^2.6.2 + checksum: 2557fd4812bdddb718a0442895090e38e3237650a5de3de04cb8dc49f0ee07b421b91425e2469b42df0b4257536b92314162b1f2face8772bb96e6e8aa1b1b91 + languageName: node + linkType: hard + +"@aws-sdk/client-appconfigdata@npm:^3.533.0": + version: 3.668.0 + resolution: "@aws-sdk/client-appconfigdata@npm:3.668.0" + dependencies: + "@aws-crypto/sha256-browser": 5.2.0 + "@aws-crypto/sha256-js": 5.2.0 + "@aws-sdk/client-sso-oidc": 3.668.0 + "@aws-sdk/client-sts": 3.668.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/credential-provider-node": 3.668.0 + "@aws-sdk/middleware-host-header": 3.667.0 + "@aws-sdk/middleware-logger": 3.667.0 + "@aws-sdk/middleware-recursion-detection": 3.667.0 + "@aws-sdk/middleware-user-agent": 3.668.0 + "@aws-sdk/region-config-resolver": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-endpoints": 3.667.0 + "@aws-sdk/util-user-agent-browser": 3.667.0 + "@aws-sdk/util-user-agent-node": 3.668.0 + "@smithy/config-resolver": ^3.0.9 + "@smithy/core": ^2.4.8 + "@smithy/fetch-http-handler": ^3.2.9 + "@smithy/hash-node": ^3.0.7 + "@smithy/invalid-dependency": ^3.0.7 + "@smithy/middleware-content-length": ^3.0.9 + "@smithy/middleware-endpoint": ^3.1.4 + "@smithy/middleware-retry": ^3.0.23 + "@smithy/middleware-serde": ^3.0.7 + "@smithy/middleware-stack": ^3.0.7 + "@smithy/node-config-provider": ^3.1.8 + "@smithy/node-http-handler": ^3.2.4 + "@smithy/protocol-http": ^4.1.4 + "@smithy/smithy-client": ^3.4.0 + "@smithy/types": ^3.5.0 + "@smithy/url-parser": ^3.0.7 + "@smithy/util-base64": ^3.0.0 + "@smithy/util-body-length-browser": ^3.0.0 + "@smithy/util-body-length-node": ^3.0.0 + "@smithy/util-defaults-mode-browser": ^3.0.23 + "@smithy/util-defaults-mode-node": ^3.0.23 + "@smithy/util-endpoints": ^2.1.3 + "@smithy/util-middleware": ^3.0.7 + "@smithy/util-retry": ^3.0.7 + "@smithy/util-stream": ^3.1.9 + "@smithy/util-utf8": ^3.0.0 + tslib: ^2.6.2 + checksum: 9deaee50356c572521115265b48b75704856aca8e33de4dab02afe9c484df38fe65846dcc5ab7396ace47f8fe180cccab2fd1884b605cf531c86741f7ae89d92 + languageName: node + linkType: hard + +"@aws-sdk/client-athena@npm:^3.333.0": + version: 3.668.0 + resolution: "@aws-sdk/client-athena@npm:3.668.0" + dependencies: + "@aws-crypto/sha256-browser": 5.2.0 + "@aws-crypto/sha256-js": 5.2.0 + "@aws-sdk/client-sso-oidc": 3.668.0 + "@aws-sdk/client-sts": 3.668.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/credential-provider-node": 3.668.0 + "@aws-sdk/middleware-host-header": 3.667.0 + "@aws-sdk/middleware-logger": 3.667.0 + "@aws-sdk/middleware-recursion-detection": 3.667.0 + "@aws-sdk/middleware-user-agent": 3.668.0 + "@aws-sdk/region-config-resolver": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-endpoints": 3.667.0 + "@aws-sdk/util-user-agent-browser": 3.667.0 + "@aws-sdk/util-user-agent-node": 3.668.0 + "@smithy/config-resolver": ^3.0.9 + "@smithy/core": ^2.4.8 + "@smithy/fetch-http-handler": ^3.2.9 + "@smithy/hash-node": ^3.0.7 + "@smithy/invalid-dependency": ^3.0.7 + "@smithy/middleware-content-length": ^3.0.9 + "@smithy/middleware-endpoint": ^3.1.4 + "@smithy/middleware-retry": ^3.0.23 + "@smithy/middleware-serde": ^3.0.7 + "@smithy/middleware-stack": ^3.0.7 + "@smithy/node-config-provider": ^3.1.8 + "@smithy/node-http-handler": ^3.2.4 + "@smithy/protocol-http": ^4.1.4 + "@smithy/smithy-client": ^3.4.0 + "@smithy/types": ^3.5.0 + "@smithy/url-parser": ^3.0.7 + "@smithy/util-base64": ^3.0.0 + "@smithy/util-body-length-browser": ^3.0.0 + "@smithy/util-body-length-node": ^3.0.0 + "@smithy/util-defaults-mode-browser": ^3.0.23 + "@smithy/util-defaults-mode-node": ^3.0.23 + "@smithy/util-endpoints": ^2.1.3 + "@smithy/util-middleware": ^3.0.7 + "@smithy/util-retry": ^3.0.7 + "@smithy/util-utf8": ^3.0.0 + tslib: ^2.6.2 + uuid: ^9.0.1 + checksum: d8c83b008d45ef47236b4b07599c9ed83a887d23168aa40b5cacce9dd6ff25877d1accdcc30fdd457621036d44b5de4feb37c87cd4a7d5e4715e73e3b7965b7a + languageName: node + linkType: hard + +"@aws-sdk/client-dynamodb@npm:^3.332.0": + version: 3.668.0 + resolution: "@aws-sdk/client-dynamodb@npm:3.668.0" + dependencies: + "@aws-crypto/sha256-browser": 5.2.0 + "@aws-crypto/sha256-js": 5.2.0 + "@aws-sdk/client-sso-oidc": 3.668.0 + "@aws-sdk/client-sts": 3.668.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/credential-provider-node": 3.668.0 + "@aws-sdk/middleware-endpoint-discovery": 3.667.0 + "@aws-sdk/middleware-host-header": 3.667.0 + "@aws-sdk/middleware-logger": 3.667.0 + "@aws-sdk/middleware-recursion-detection": 3.667.0 + "@aws-sdk/middleware-user-agent": 3.668.0 + "@aws-sdk/region-config-resolver": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-endpoints": 3.667.0 + "@aws-sdk/util-user-agent-browser": 3.667.0 + "@aws-sdk/util-user-agent-node": 3.668.0 + "@smithy/config-resolver": ^3.0.9 + "@smithy/core": ^2.4.8 + "@smithy/fetch-http-handler": ^3.2.9 + "@smithy/hash-node": ^3.0.7 + "@smithy/invalid-dependency": ^3.0.7 + "@smithy/middleware-content-length": ^3.0.9 + "@smithy/middleware-endpoint": ^3.1.4 + "@smithy/middleware-retry": ^3.0.23 + "@smithy/middleware-serde": ^3.0.7 + "@smithy/middleware-stack": ^3.0.7 + "@smithy/node-config-provider": ^3.1.8 + "@smithy/node-http-handler": ^3.2.4 + "@smithy/protocol-http": ^4.1.4 + "@smithy/smithy-client": ^3.4.0 + "@smithy/types": ^3.5.0 + "@smithy/url-parser": ^3.0.7 + "@smithy/util-base64": ^3.0.0 + "@smithy/util-body-length-browser": ^3.0.0 + "@smithy/util-body-length-node": ^3.0.0 + "@smithy/util-defaults-mode-browser": ^3.0.23 + "@smithy/util-defaults-mode-node": ^3.0.23 + "@smithy/util-endpoints": ^2.1.3 + "@smithy/util-middleware": ^3.0.7 + "@smithy/util-retry": ^3.0.7 + "@smithy/util-utf8": ^3.0.0 + "@smithy/util-waiter": ^3.1.6 + tslib: ^2.6.2 + uuid: ^9.0.1 + checksum: 888459faece6cce53248bc82c67e9cbba6cc2b7ab2dd5689fa21961e3f57b0aa89fa109ee6fb29845cc3fdc39f1c6a5f08bca18c0d9d8341eba3820ca76a83ea + languageName: node + linkType: hard + +"@aws-sdk/client-lambda@npm:^3.332.0": + version: 3.667.0 + resolution: "@aws-sdk/client-lambda@npm:3.667.0" + dependencies: + "@aws-crypto/sha256-browser": 5.2.0 + "@aws-crypto/sha256-js": 5.2.0 + "@aws-sdk/client-sso-oidc": 3.667.0 + "@aws-sdk/client-sts": 3.667.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/credential-provider-node": 3.667.0 + "@aws-sdk/middleware-host-header": 3.667.0 + "@aws-sdk/middleware-logger": 3.667.0 + "@aws-sdk/middleware-recursion-detection": 3.667.0 + "@aws-sdk/middleware-user-agent": 3.667.0 + "@aws-sdk/region-config-resolver": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-endpoints": 3.667.0 + "@aws-sdk/util-user-agent-browser": 3.667.0 + "@aws-sdk/util-user-agent-node": 3.667.0 + "@smithy/config-resolver": ^3.0.9 + "@smithy/core": ^2.4.8 + "@smithy/eventstream-serde-browser": ^3.0.10 + "@smithy/eventstream-serde-config-resolver": ^3.0.7 + "@smithy/eventstream-serde-node": ^3.0.9 + "@smithy/fetch-http-handler": ^3.2.9 + "@smithy/hash-node": ^3.0.7 + "@smithy/invalid-dependency": ^3.0.7 + "@smithy/middleware-content-length": ^3.0.9 + "@smithy/middleware-endpoint": ^3.1.4 + "@smithy/middleware-retry": ^3.0.23 + "@smithy/middleware-serde": ^3.0.7 + "@smithy/middleware-stack": ^3.0.7 + "@smithy/node-config-provider": ^3.1.8 + "@smithy/node-http-handler": ^3.2.4 + "@smithy/protocol-http": ^4.1.4 + "@smithy/smithy-client": ^3.4.0 + "@smithy/types": ^3.5.0 + "@smithy/url-parser": ^3.0.7 + "@smithy/util-base64": ^3.0.0 + "@smithy/util-body-length-browser": ^3.0.0 + "@smithy/util-body-length-node": ^3.0.0 + "@smithy/util-defaults-mode-browser": ^3.0.23 + "@smithy/util-defaults-mode-node": ^3.0.23 + "@smithy/util-endpoints": ^2.1.3 + "@smithy/util-middleware": ^3.0.7 + "@smithy/util-retry": ^3.0.7 + "@smithy/util-stream": ^3.1.9 + "@smithy/util-utf8": ^3.0.0 + "@smithy/util-waiter": ^3.1.6 + tslib: ^2.6.2 + checksum: 731224a50f3c139c1fd8febbcbf099c784361fdc96cb712ad6f1f2e6ab828111856ace3a3ba835b172fa4c717c15b155dafb30bc2d4ec4493b056600249fdfd1 + languageName: node + linkType: hard + +"@aws-sdk/client-s3@npm:^3.332.0": + version: 3.667.0 + resolution: "@aws-sdk/client-s3@npm:3.667.0" + dependencies: + "@aws-crypto/sha1-browser": 5.2.0 + "@aws-crypto/sha256-browser": 5.2.0 + "@aws-crypto/sha256-js": 5.2.0 + "@aws-sdk/client-sso-oidc": 3.667.0 + "@aws-sdk/client-sts": 3.667.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/credential-provider-node": 3.667.0 + "@aws-sdk/middleware-bucket-endpoint": 3.667.0 + "@aws-sdk/middleware-expect-continue": 3.667.0 + "@aws-sdk/middleware-flexible-checksums": 3.667.0 + "@aws-sdk/middleware-host-header": 3.667.0 + "@aws-sdk/middleware-location-constraint": 3.667.0 + "@aws-sdk/middleware-logger": 3.667.0 + "@aws-sdk/middleware-recursion-detection": 3.667.0 + "@aws-sdk/middleware-sdk-s3": 3.667.0 + "@aws-sdk/middleware-ssec": 3.667.0 + "@aws-sdk/middleware-user-agent": 3.667.0 + "@aws-sdk/region-config-resolver": 3.667.0 + "@aws-sdk/signature-v4-multi-region": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-endpoints": 3.667.0 + "@aws-sdk/util-user-agent-browser": 3.667.0 + "@aws-sdk/util-user-agent-node": 3.667.0 + "@aws-sdk/xml-builder": 3.662.0 + "@smithy/config-resolver": ^3.0.9 + "@smithy/core": ^2.4.8 + "@smithy/eventstream-serde-browser": ^3.0.10 + "@smithy/eventstream-serde-config-resolver": ^3.0.7 + "@smithy/eventstream-serde-node": ^3.0.9 + "@smithy/fetch-http-handler": ^3.2.9 + "@smithy/hash-blob-browser": ^3.1.6 + "@smithy/hash-node": ^3.0.7 + "@smithy/hash-stream-node": ^3.1.6 + "@smithy/invalid-dependency": ^3.0.7 + "@smithy/md5-js": ^3.0.7 + "@smithy/middleware-content-length": ^3.0.9 + "@smithy/middleware-endpoint": ^3.1.4 + "@smithy/middleware-retry": ^3.0.23 + "@smithy/middleware-serde": ^3.0.7 + "@smithy/middleware-stack": ^3.0.7 + "@smithy/node-config-provider": ^3.1.8 + "@smithy/node-http-handler": ^3.2.4 + "@smithy/protocol-http": ^4.1.4 + "@smithy/smithy-client": ^3.4.0 + "@smithy/types": ^3.5.0 + "@smithy/url-parser": ^3.0.7 + "@smithy/util-base64": ^3.0.0 + "@smithy/util-body-length-browser": ^3.0.0 + "@smithy/util-body-length-node": ^3.0.0 + "@smithy/util-defaults-mode-browser": ^3.0.23 + "@smithy/util-defaults-mode-node": ^3.0.23 + "@smithy/util-endpoints": ^2.1.3 + "@smithy/util-middleware": ^3.0.7 + "@smithy/util-retry": ^3.0.7 + "@smithy/util-stream": ^3.1.9 + "@smithy/util-utf8": ^3.0.0 + "@smithy/util-waiter": ^3.1.6 + tslib: ^2.6.2 + checksum: 377545c8e15c960e4d3e3765aea7403ec33b7a9299da67b1945f63d331207a7fa8f604dc91e051361d64df95defa82739af646e725760addf6008fd3400f61e5 + languageName: node + linkType: hard + +"@aws-sdk/client-sso-oidc@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/client-sso-oidc@npm:3.667.0" + dependencies: + "@aws-crypto/sha256-browser": 5.2.0 + "@aws-crypto/sha256-js": 5.2.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/credential-provider-node": 3.667.0 + "@aws-sdk/middleware-host-header": 3.667.0 + "@aws-sdk/middleware-logger": 3.667.0 + "@aws-sdk/middleware-recursion-detection": 3.667.0 + "@aws-sdk/middleware-user-agent": 3.667.0 + "@aws-sdk/region-config-resolver": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-endpoints": 3.667.0 + "@aws-sdk/util-user-agent-browser": 3.667.0 + "@aws-sdk/util-user-agent-node": 3.667.0 + "@smithy/config-resolver": ^3.0.9 + "@smithy/core": ^2.4.8 + "@smithy/fetch-http-handler": ^3.2.9 + "@smithy/hash-node": ^3.0.7 + "@smithy/invalid-dependency": ^3.0.7 + "@smithy/middleware-content-length": ^3.0.9 + "@smithy/middleware-endpoint": ^3.1.4 + "@smithy/middleware-retry": ^3.0.23 + "@smithy/middleware-serde": ^3.0.7 + "@smithy/middleware-stack": ^3.0.7 + "@smithy/node-config-provider": ^3.1.8 + "@smithy/node-http-handler": ^3.2.4 + "@smithy/protocol-http": ^4.1.4 + "@smithy/smithy-client": ^3.4.0 + "@smithy/types": ^3.5.0 + "@smithy/url-parser": ^3.0.7 + "@smithy/util-base64": ^3.0.0 + "@smithy/util-body-length-browser": ^3.0.0 + "@smithy/util-body-length-node": ^3.0.0 + "@smithy/util-defaults-mode-browser": ^3.0.23 + "@smithy/util-defaults-mode-node": ^3.0.23 + "@smithy/util-endpoints": ^2.1.3 + "@smithy/util-middleware": ^3.0.7 + "@smithy/util-retry": ^3.0.7 + "@smithy/util-utf8": ^3.0.0 + tslib: ^2.6.2 + peerDependencies: + "@aws-sdk/client-sts": ^3.667.0 + checksum: 45b88618ebf21e6219d32e2ddc4a787ffb4a2f875101ae23a0249708a25abb1da0a828e2e6ee0fe74e3ea279d22a710d8905f21da8fe0f6459b1bdfbaafadb63 + languageName: node + linkType: hard + +"@aws-sdk/client-sso-oidc@npm:3.668.0": + version: 3.668.0 + resolution: "@aws-sdk/client-sso-oidc@npm:3.668.0" + dependencies: + "@aws-crypto/sha256-browser": 5.2.0 + "@aws-crypto/sha256-js": 5.2.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/credential-provider-node": 3.668.0 + "@aws-sdk/middleware-host-header": 3.667.0 + "@aws-sdk/middleware-logger": 3.667.0 + "@aws-sdk/middleware-recursion-detection": 3.667.0 + "@aws-sdk/middleware-user-agent": 3.668.0 + "@aws-sdk/region-config-resolver": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-endpoints": 3.667.0 + "@aws-sdk/util-user-agent-browser": 3.667.0 + "@aws-sdk/util-user-agent-node": 3.668.0 + "@smithy/config-resolver": ^3.0.9 + "@smithy/core": ^2.4.8 + "@smithy/fetch-http-handler": ^3.2.9 + "@smithy/hash-node": ^3.0.7 + "@smithy/invalid-dependency": ^3.0.7 + "@smithy/middleware-content-length": ^3.0.9 + "@smithy/middleware-endpoint": ^3.1.4 + "@smithy/middleware-retry": ^3.0.23 + "@smithy/middleware-serde": ^3.0.7 + "@smithy/middleware-stack": ^3.0.7 + "@smithy/node-config-provider": ^3.1.8 + "@smithy/node-http-handler": ^3.2.4 + "@smithy/protocol-http": ^4.1.4 + "@smithy/smithy-client": ^3.4.0 + "@smithy/types": ^3.5.0 + "@smithy/url-parser": ^3.0.7 + "@smithy/util-base64": ^3.0.0 + "@smithy/util-body-length-browser": ^3.0.0 + "@smithy/util-body-length-node": ^3.0.0 + "@smithy/util-defaults-mode-browser": ^3.0.23 + "@smithy/util-defaults-mode-node": ^3.0.23 + "@smithy/util-endpoints": ^2.1.3 + "@smithy/util-middleware": ^3.0.7 + "@smithy/util-retry": ^3.0.7 + "@smithy/util-utf8": ^3.0.0 + tslib: ^2.6.2 + peerDependencies: + "@aws-sdk/client-sts": ^3.668.0 + checksum: cc74edf7b530183f48a93ecc8ca1d8dad48669da4117a78c98906dd6b5791f7f8f2dad3699a80ab9d0cbe60c56758399d858b31d6f5d98c37e216ded468ff810 + languageName: node + linkType: hard + +"@aws-sdk/client-sso@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/client-sso@npm:3.667.0" + dependencies: + "@aws-crypto/sha256-browser": 5.2.0 + "@aws-crypto/sha256-js": 5.2.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/middleware-host-header": 3.667.0 + "@aws-sdk/middleware-logger": 3.667.0 + "@aws-sdk/middleware-recursion-detection": 3.667.0 + "@aws-sdk/middleware-user-agent": 3.667.0 + "@aws-sdk/region-config-resolver": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-endpoints": 3.667.0 + "@aws-sdk/util-user-agent-browser": 3.667.0 + "@aws-sdk/util-user-agent-node": 3.667.0 + "@smithy/config-resolver": ^3.0.9 + "@smithy/core": ^2.4.8 + "@smithy/fetch-http-handler": ^3.2.9 + "@smithy/hash-node": ^3.0.7 + "@smithy/invalid-dependency": ^3.0.7 + "@smithy/middleware-content-length": ^3.0.9 + "@smithy/middleware-endpoint": ^3.1.4 + "@smithy/middleware-retry": ^3.0.23 + "@smithy/middleware-serde": ^3.0.7 + "@smithy/middleware-stack": ^3.0.7 + "@smithy/node-config-provider": ^3.1.8 + "@smithy/node-http-handler": ^3.2.4 + "@smithy/protocol-http": ^4.1.4 + "@smithy/smithy-client": ^3.4.0 + "@smithy/types": ^3.5.0 + "@smithy/url-parser": ^3.0.7 + "@smithy/util-base64": ^3.0.0 + "@smithy/util-body-length-browser": ^3.0.0 + "@smithy/util-body-length-node": ^3.0.0 + "@smithy/util-defaults-mode-browser": ^3.0.23 + "@smithy/util-defaults-mode-node": ^3.0.23 + "@smithy/util-endpoints": ^2.1.3 + "@smithy/util-middleware": ^3.0.7 + "@smithy/util-retry": ^3.0.7 + "@smithy/util-utf8": ^3.0.0 + tslib: ^2.6.2 + checksum: f196824473311e73f980b9d2c0078f337fb25fb674c7dabe8f57228e08e51de92c849b4bfa59245d1070f810e4b68b11ed69fc6d62093b7525324ba702637635 + languageName: node + linkType: hard + +"@aws-sdk/client-sso@npm:3.668.0": + version: 3.668.0 + resolution: "@aws-sdk/client-sso@npm:3.668.0" + dependencies: + "@aws-crypto/sha256-browser": 5.2.0 + "@aws-crypto/sha256-js": 5.2.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/middleware-host-header": 3.667.0 + "@aws-sdk/middleware-logger": 3.667.0 + "@aws-sdk/middleware-recursion-detection": 3.667.0 + "@aws-sdk/middleware-user-agent": 3.668.0 + "@aws-sdk/region-config-resolver": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-endpoints": 3.667.0 + "@aws-sdk/util-user-agent-browser": 3.667.0 + "@aws-sdk/util-user-agent-node": 3.668.0 + "@smithy/config-resolver": ^3.0.9 + "@smithy/core": ^2.4.8 + "@smithy/fetch-http-handler": ^3.2.9 + "@smithy/hash-node": ^3.0.7 + "@smithy/invalid-dependency": ^3.0.7 + "@smithy/middleware-content-length": ^3.0.9 + "@smithy/middleware-endpoint": ^3.1.4 + "@smithy/middleware-retry": ^3.0.23 + "@smithy/middleware-serde": ^3.0.7 + "@smithy/middleware-stack": ^3.0.7 + "@smithy/node-config-provider": ^3.1.8 + "@smithy/node-http-handler": ^3.2.4 + "@smithy/protocol-http": ^4.1.4 + "@smithy/smithy-client": ^3.4.0 + "@smithy/types": ^3.5.0 + "@smithy/url-parser": ^3.0.7 + "@smithy/util-base64": ^3.0.0 + "@smithy/util-body-length-browser": ^3.0.0 + "@smithy/util-body-length-node": ^3.0.0 + "@smithy/util-defaults-mode-browser": ^3.0.23 + "@smithy/util-defaults-mode-node": ^3.0.23 + "@smithy/util-endpoints": ^2.1.3 + "@smithy/util-middleware": ^3.0.7 + "@smithy/util-retry": ^3.0.7 + "@smithy/util-utf8": ^3.0.0 + tslib: ^2.6.2 + checksum: ed4df5a48b1465b24832897314fc6ba0f1d433de8c7e36ef77f3a445fc55d29d01020a4f2e4489f16dbd26ed0982261bb2545ec142d3393a5ec36ebdcea45add + languageName: node + linkType: hard + +"@aws-sdk/client-sts@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/client-sts@npm:3.667.0" + dependencies: + "@aws-crypto/sha256-browser": 5.2.0 + "@aws-crypto/sha256-js": 5.2.0 + "@aws-sdk/client-sso-oidc": 3.667.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/credential-provider-node": 3.667.0 + "@aws-sdk/middleware-host-header": 3.667.0 + "@aws-sdk/middleware-logger": 3.667.0 + "@aws-sdk/middleware-recursion-detection": 3.667.0 + "@aws-sdk/middleware-user-agent": 3.667.0 + "@aws-sdk/region-config-resolver": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-endpoints": 3.667.0 + "@aws-sdk/util-user-agent-browser": 3.667.0 + "@aws-sdk/util-user-agent-node": 3.667.0 + "@smithy/config-resolver": ^3.0.9 + "@smithy/core": ^2.4.8 + "@smithy/fetch-http-handler": ^3.2.9 + "@smithy/hash-node": ^3.0.7 + "@smithy/invalid-dependency": ^3.0.7 + "@smithy/middleware-content-length": ^3.0.9 + "@smithy/middleware-endpoint": ^3.1.4 + "@smithy/middleware-retry": ^3.0.23 + "@smithy/middleware-serde": ^3.0.7 + "@smithy/middleware-stack": ^3.0.7 + "@smithy/node-config-provider": ^3.1.8 + "@smithy/node-http-handler": ^3.2.4 + "@smithy/protocol-http": ^4.1.4 + "@smithy/smithy-client": ^3.4.0 + "@smithy/types": ^3.5.0 + "@smithy/url-parser": ^3.0.7 + "@smithy/util-base64": ^3.0.0 + "@smithy/util-body-length-browser": ^3.0.0 + "@smithy/util-body-length-node": ^3.0.0 + "@smithy/util-defaults-mode-browser": ^3.0.23 + "@smithy/util-defaults-mode-node": ^3.0.23 + "@smithy/util-endpoints": ^2.1.3 + "@smithy/util-middleware": ^3.0.7 + "@smithy/util-retry": ^3.0.7 + "@smithy/util-utf8": ^3.0.0 + tslib: ^2.6.2 + checksum: aaefd5a9caf9571d87ce384af6ceb27838cec6e1292b7353cf33c48398bfb4907a05ef759a8eefe0cf0401cc157ed4e773bd06a832f505622e70a928a59fba43 + languageName: node + linkType: hard + +"@aws-sdk/client-sts@npm:3.668.0": + version: 3.668.0 + resolution: "@aws-sdk/client-sts@npm:3.668.0" + dependencies: + "@aws-crypto/sha256-browser": 5.2.0 + "@aws-crypto/sha256-js": 5.2.0 + "@aws-sdk/client-sso-oidc": 3.668.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/credential-provider-node": 3.668.0 + "@aws-sdk/middleware-host-header": 3.667.0 + "@aws-sdk/middleware-logger": 3.667.0 + "@aws-sdk/middleware-recursion-detection": 3.667.0 + "@aws-sdk/middleware-user-agent": 3.668.0 + "@aws-sdk/region-config-resolver": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-endpoints": 3.667.0 + "@aws-sdk/util-user-agent-browser": 3.667.0 + "@aws-sdk/util-user-agent-node": 3.668.0 + "@smithy/config-resolver": ^3.0.9 + "@smithy/core": ^2.4.8 + "@smithy/fetch-http-handler": ^3.2.9 + "@smithy/hash-node": ^3.0.7 + "@smithy/invalid-dependency": ^3.0.7 + "@smithy/middleware-content-length": ^3.0.9 + "@smithy/middleware-endpoint": ^3.1.4 + "@smithy/middleware-retry": ^3.0.23 + "@smithy/middleware-serde": ^3.0.7 + "@smithy/middleware-stack": ^3.0.7 + "@smithy/node-config-provider": ^3.1.8 + "@smithy/node-http-handler": ^3.2.4 + "@smithy/protocol-http": ^4.1.4 + "@smithy/smithy-client": ^3.4.0 + "@smithy/types": ^3.5.0 + "@smithy/url-parser": ^3.0.7 + "@smithy/util-base64": ^3.0.0 + "@smithy/util-body-length-browser": ^3.0.0 + "@smithy/util-body-length-node": ^3.0.0 + "@smithy/util-defaults-mode-browser": ^3.0.23 + "@smithy/util-defaults-mode-node": ^3.0.23 + "@smithy/util-endpoints": ^2.1.3 + "@smithy/util-middleware": ^3.0.7 + "@smithy/util-retry": ^3.0.7 + "@smithy/util-utf8": ^3.0.0 + tslib: ^2.6.2 + checksum: dae0500287ae7a83ce98e06ec904914ab2c9c51b948d0111b2921ff3416b3035ec12ca576c10fa1cc46d73b5fe23ad32277579c64f20ff1a10b3cfec4cb5b033 + languageName: node + linkType: hard + +"@aws-sdk/core@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/core@npm:3.667.0" + dependencies: + "@aws-sdk/types": 3.667.0 + "@smithy/core": ^2.4.8 + "@smithy/node-config-provider": ^3.1.8 + "@smithy/property-provider": ^3.1.7 + "@smithy/protocol-http": ^4.1.4 + "@smithy/signature-v4": ^4.2.0 + "@smithy/smithy-client": ^3.4.0 + "@smithy/types": ^3.5.0 + "@smithy/util-middleware": ^3.0.7 + fast-xml-parser: 4.4.1 + tslib: ^2.6.2 + checksum: da4d0e3971e88d2dc72214ea04f95f35e4e03f6323f3bc438e378cd479816d5ee3aa8fd224778639803d344691edd6fac2096b26bda337afdaba8abcee3bd40c + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-env@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.667.0" + dependencies: + "@aws-sdk/core": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@smithy/property-provider": ^3.1.7 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: d077c5370ba5a90e11e0722d4a7820c8075a610bd099c519b710a58fc1770ecd2ad3a401b00d4467016c215df293e08a25ff798f42deb7bab8a559eca2fff245 + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-http@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.667.0" + dependencies: + "@aws-sdk/core": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@smithy/fetch-http-handler": ^3.2.9 + "@smithy/node-http-handler": ^3.2.4 + "@smithy/property-provider": ^3.1.7 + "@smithy/protocol-http": ^4.1.4 + "@smithy/smithy-client": ^3.4.0 + "@smithy/types": ^3.5.0 + "@smithy/util-stream": ^3.1.9 + tslib: ^2.6.2 + checksum: 9f300ca39a607e10c6b79f374de6e306dabe54ceab527b898bcd205b6b7225e01f03dc888c9b4258aadf4b6d786547fc599787a246eb797c3e80044c7ea9cf09 + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-ini@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.667.0" + dependencies: + "@aws-sdk/core": 3.667.0 + "@aws-sdk/credential-provider-env": 3.667.0 + "@aws-sdk/credential-provider-http": 3.667.0 + "@aws-sdk/credential-provider-process": 3.667.0 + "@aws-sdk/credential-provider-sso": 3.667.0 + "@aws-sdk/credential-provider-web-identity": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@smithy/credential-provider-imds": ^3.2.4 + "@smithy/property-provider": ^3.1.7 + "@smithy/shared-ini-file-loader": ^3.1.8 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + peerDependencies: + "@aws-sdk/client-sts": ^3.667.0 + checksum: 01fef7fbe4495fccfef3861a9c801712ef8dc30e128efdc78179c078b660cc0cd91fd396542c13a4d4181b7afe8c680bc9ff44ca5c4910c3eeac0c23da2e2a51 + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-ini@npm:3.668.0": + version: 3.668.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.668.0" + dependencies: + "@aws-sdk/core": 3.667.0 + "@aws-sdk/credential-provider-env": 3.667.0 + "@aws-sdk/credential-provider-http": 3.667.0 + "@aws-sdk/credential-provider-process": 3.667.0 + "@aws-sdk/credential-provider-sso": 3.668.0 + "@aws-sdk/credential-provider-web-identity": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@smithy/credential-provider-imds": ^3.2.4 + "@smithy/property-provider": ^3.1.7 + "@smithy/shared-ini-file-loader": ^3.1.8 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + peerDependencies: + "@aws-sdk/client-sts": ^3.668.0 + checksum: 4faf14681971872d5a8400e4a518aaa8e4659e54c6adec4cfc0c59a30448061ba95b6d8b120d8535aecf11a8b4bbccde6bf5dbb5a16ff927f287f3c14214ba65 + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-node@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.667.0" + dependencies: + "@aws-sdk/credential-provider-env": 3.667.0 + "@aws-sdk/credential-provider-http": 3.667.0 + "@aws-sdk/credential-provider-ini": 3.667.0 + "@aws-sdk/credential-provider-process": 3.667.0 + "@aws-sdk/credential-provider-sso": 3.667.0 + "@aws-sdk/credential-provider-web-identity": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@smithy/credential-provider-imds": ^3.2.4 + "@smithy/property-provider": ^3.1.7 + "@smithy/shared-ini-file-loader": ^3.1.8 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: 740111513ad47c3140d7317f50180e665a0ebda3c514de3180da3033ffc079d767292f8ece83f6e93fecbf2e72288e52c5cae89b2c473136c588985d2a31bffe + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-node@npm:3.668.0": + version: 3.668.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.668.0" + dependencies: + "@aws-sdk/credential-provider-env": 3.667.0 + "@aws-sdk/credential-provider-http": 3.667.0 + "@aws-sdk/credential-provider-ini": 3.668.0 + "@aws-sdk/credential-provider-process": 3.667.0 + "@aws-sdk/credential-provider-sso": 3.668.0 + "@aws-sdk/credential-provider-web-identity": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@smithy/credential-provider-imds": ^3.2.4 + "@smithy/property-provider": ^3.1.7 + "@smithy/shared-ini-file-loader": ^3.1.8 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: 31b2e9e4e256feab3717a1be53d179389bef5229aac952bd21af3e681095d3cb743b5b06f0594a0dc363d8c790854152c9bbf66ece83f83a7f4d7ba0c914a071 + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-process@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.667.0" + dependencies: + "@aws-sdk/core": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@smithy/property-provider": ^3.1.7 + "@smithy/shared-ini-file-loader": ^3.1.8 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: eab090d81ca09ca690e94f4a37a81c20479b3099c25f410684610de707d17ee8dc20750a3bdd0c7c5eaec1d843313acee3e2a260aed37c1379cf0d36b7044f36 + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-sso@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.667.0" + dependencies: + "@aws-sdk/client-sso": 3.667.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/token-providers": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@smithy/property-provider": ^3.1.7 + "@smithy/shared-ini-file-loader": ^3.1.8 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: b1c65acf65193f1f3b5697a3ac7325e6bed1b852ab491a4c160f6fb4acba00eddc93f4515238051227068875214581a81637a3d30e4738e50c2c873275393dd2 + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-sso@npm:3.668.0": + version: 3.668.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.668.0" + dependencies: + "@aws-sdk/client-sso": 3.668.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/token-providers": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@smithy/property-provider": ^3.1.7 + "@smithy/shared-ini-file-loader": ^3.1.8 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: b84ebe583d68e647030b16460f2576b1f498c7c9f7b1f8bee2011574dc239b570fc79df73ebb92f2d55f174efe732a1b39b8326990fb83ac0e463b7fb9e2352a + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-web-identity@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.667.0" + dependencies: + "@aws-sdk/core": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@smithy/property-provider": ^3.1.7 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + peerDependencies: + "@aws-sdk/client-sts": ^3.667.0 + checksum: 02dff83f72a7d4a2ab4c763ae0c73a8b3d8c4cff89b10d8015d08db2699638babb0458280c60799bef69efce509c3c94ad6e69a041a0df25bc15bd05be1500dc + languageName: node + linkType: hard + +"@aws-sdk/endpoint-cache@npm:3.572.0": + version: 3.572.0 + resolution: "@aws-sdk/endpoint-cache@npm:3.572.0" + dependencies: + mnemonist: 0.38.3 + tslib: ^2.6.2 + checksum: acaa8b0b608a64e4910d3f2c5b2022ef8a032388e9f807a7b71ea53e3fafe6f4d8df937f32f83c9d26d30b29fe23e91e6cafabaa57a64bfe3a10c07daa3c93e1 + languageName: node + linkType: hard + +"@aws-sdk/middleware-bucket-endpoint@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.667.0" + dependencies: + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-arn-parser": 3.568.0 + "@smithy/node-config-provider": ^3.1.8 + "@smithy/protocol-http": ^4.1.4 + "@smithy/types": ^3.5.0 + "@smithy/util-config-provider": ^3.0.0 + tslib: ^2.6.2 + checksum: b67c9438fc574848691072e8f22003d600818489dd066183f5d39243eeae6863170b7c2cfbed0fba16864e2fc6a3198cd23a916faa00086014600c5832b9c954 + languageName: node + linkType: hard + +"@aws-sdk/middleware-endpoint-discovery@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-endpoint-discovery@npm:3.667.0" + dependencies: + "@aws-sdk/endpoint-cache": 3.572.0 + "@aws-sdk/types": 3.667.0 + "@smithy/node-config-provider": ^3.1.8 + "@smithy/protocol-http": ^4.1.4 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: 92ab41cabdb5af1baa94c6b7edc3ef48fea7412e4ebdde746694f2836ee6ebc8143529ec608d993200fde65fd46dff6d11a76ba28add171ce8916909b0cb73c4 + languageName: node + linkType: hard + +"@aws-sdk/middleware-expect-continue@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-expect-continue@npm:3.667.0" + dependencies: + "@aws-sdk/types": 3.667.0 + "@smithy/protocol-http": ^4.1.4 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: c5da94a95ba837bfa3bddd17c9cf0be9e63b0f02fcbfd3394ecdc918f6949715847be8568e710aa5631a628b6b6f27d0ecaad23ff8917207f3ef6a948e62e68f + languageName: node + linkType: hard + +"@aws-sdk/middleware-flexible-checksums@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.667.0" + dependencies: + "@aws-crypto/crc32": 5.2.0 + "@aws-crypto/crc32c": 5.2.0 + "@aws-sdk/core": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@smithy/is-array-buffer": ^3.0.0 + "@smithy/node-config-provider": ^3.1.8 + "@smithy/protocol-http": ^4.1.4 + "@smithy/types": ^3.5.0 + "@smithy/util-middleware": ^3.0.7 + "@smithy/util-utf8": ^3.0.0 + tslib: ^2.6.2 + checksum: 9a78dae8daf15795e868584df362429a10bd29ad99b01d03a4256c6edfd10e1e2fbf6e236b53d1e9c7fd506774c8bd12dd5caf8b6cf8e5fe482321ca1e28d56e + languageName: node + linkType: hard + +"@aws-sdk/middleware-host-header@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-host-header@npm:3.667.0" + dependencies: + "@aws-sdk/types": 3.667.0 + "@smithy/protocol-http": ^4.1.4 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: e545c3f2182dc6bf812ef19219850e3b86dfc72e7a596b70c6444ccccf79d6939cc1ad00c0261aaacf4cdaf7e5e1f0a17b11a5d197da467a518444172876e671 + languageName: node + linkType: hard + +"@aws-sdk/middleware-location-constraint@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-location-constraint@npm:3.667.0" + dependencies: + "@aws-sdk/types": 3.667.0 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: bd92e6cb7a6bf823d7ff8703b668498820634f47f503d6d854b3fc809bf7fca65cc6673b5c057c88ae45c64a2926cbe291f46ee9d8fcc6be96bbfe41409242bf + languageName: node + linkType: hard + +"@aws-sdk/middleware-logger@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-logger@npm:3.667.0" + dependencies: + "@aws-sdk/types": 3.667.0 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: 47d7c9fa8f6d5cceeafe91fc35b63c9a18b57bdf289a2d44983409af61c3c52330ff6400c5d1208a250f98bda62d4c1eddb91f3f6c4f83846b10c3c35e317748 + languageName: node + linkType: hard + +"@aws-sdk/middleware-recursion-detection@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-recursion-detection@npm:3.667.0" + dependencies: + "@aws-sdk/types": 3.667.0 + "@smithy/protocol-http": ^4.1.4 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: 80b4f28b76e2bba9058ebdf5d19d889f0b5b005ebae0ae7998097620b53502b7f5f8fdd5d17ae4a44a2357f83977e55e840f93255cfcb41a013de0c830553022 + languageName: node + linkType: hard + +"@aws-sdk/middleware-sdk-s3@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.667.0" + dependencies: + "@aws-sdk/core": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-arn-parser": 3.568.0 + "@smithy/core": ^2.4.8 + "@smithy/node-config-provider": ^3.1.8 + "@smithy/protocol-http": ^4.1.4 + "@smithy/signature-v4": ^4.2.0 + "@smithy/smithy-client": ^3.4.0 + "@smithy/types": ^3.5.0 + "@smithy/util-config-provider": ^3.0.0 + "@smithy/util-middleware": ^3.0.7 + "@smithy/util-stream": ^3.1.9 + "@smithy/util-utf8": ^3.0.0 + tslib: ^2.6.2 + checksum: 80407de1e6a356425ced1fceeb8235107464e45add95615d9049590d413e5b483d4a3a37e6cd9e75524b952dd825a2c43daf3bb06c06b5eb989868c9707a11df + languageName: node + linkType: hard + +"@aws-sdk/middleware-ssec@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-ssec@npm:3.667.0" + dependencies: + "@aws-sdk/types": 3.667.0 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: 16210a33fb0fc718b46196f3d8cd4931e04b2e09660d4c41ff95a04dbbd09f267115d7e30d29efd1e87102e515e659260714df43b89c409cd53b624767750641 + languageName: node + linkType: hard + +"@aws-sdk/middleware-user-agent@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.667.0" + dependencies: + "@aws-sdk/core": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-endpoints": 3.667.0 + "@smithy/core": ^2.4.8 + "@smithy/protocol-http": ^4.1.4 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: c154272ce3abfdef8661a2607c7cbb360ba8fc950be7758962c0f247da9144ec683331023f501b9c3364885d23c90f77c0346e2d58496aba326cf0c0fceb05c3 + languageName: node + linkType: hard + +"@aws-sdk/middleware-user-agent@npm:3.668.0": + version: 3.668.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.668.0" + dependencies: + "@aws-sdk/core": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-endpoints": 3.667.0 + "@smithy/core": ^2.4.8 + "@smithy/protocol-http": ^4.1.4 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: 43ab68954efaf3f742b6d0df747e13f4356661fb2b15a406906dba511c22fd813a4a90dab660a3ef33aac792239709f12252d3c8ad52d8d7a84d2d5925660524 + languageName: node + linkType: hard + +"@aws-sdk/region-config-resolver@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/region-config-resolver@npm:3.667.0" + dependencies: + "@aws-sdk/types": 3.667.0 + "@smithy/node-config-provider": ^3.1.8 + "@smithy/types": ^3.5.0 + "@smithy/util-config-provider": ^3.0.0 + "@smithy/util-middleware": ^3.0.7 + tslib: ^2.6.2 + checksum: be102ae253d5c6ec934151a427e24187620a180ad7fadf17af14244e3e3dc7dd7a6c7c9c3597adc2994aa2fb4f39146749a4070b6cf96ac182f177161a0f48dc + languageName: node + linkType: hard + +"@aws-sdk/s3-request-presigner@npm:^3.332.0": + version: 3.667.0 + resolution: "@aws-sdk/s3-request-presigner@npm:3.667.0" + dependencies: + "@aws-sdk/signature-v4-multi-region": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@aws-sdk/util-format-url": 3.667.0 + "@smithy/middleware-endpoint": ^3.1.4 + "@smithy/protocol-http": ^4.1.4 + "@smithy/smithy-client": ^3.4.0 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: 9b3815c8a4cf331f074f724671996a788111f7364d3de45503632ae1f9e481509f1813d380c5179127a0e3a032ca8aec59ed2ea72f850c5b160bf77fe8880409 + languageName: node + linkType: hard + +"@aws-sdk/signature-v4-multi-region@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.667.0" + dependencies: + "@aws-sdk/middleware-sdk-s3": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@smithy/protocol-http": ^4.1.4 + "@smithy/signature-v4": ^4.2.0 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: b9eb0041f1d3535170eeb140ebfae21e8bfbc2fa0be0b273eea454c60dfff2f325f38c556054c0ca039c601c3a4765470a29ba4969955d0c5dce5ea838118a12 + languageName: node + linkType: hard + +"@aws-sdk/token-providers@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/token-providers@npm:3.667.0" + dependencies: + "@aws-sdk/types": 3.667.0 + "@smithy/property-provider": ^3.1.7 + "@smithy/shared-ini-file-loader": ^3.1.8 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + peerDependencies: + "@aws-sdk/client-sso-oidc": ^3.667.0 + checksum: cd783b95f3bbe6b33eb75abbad2ea36cec91fc2788376711a2a866e3d1f17b21313004f3e75dadd270ca41ee59f3cc57198dbf51bf222d472ccda249c47ece3b + languageName: node + linkType: hard + +"@aws-sdk/types@npm:3.667.0, @aws-sdk/types@npm:^3.222.0": + version: 3.667.0 + resolution: "@aws-sdk/types@npm:3.667.0" + dependencies: + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: 54471245c8e5ba7542e2e19044b350cde965aa7ef71fcbc931e4ae2436ff620b07234d777035db6b34e5deac74ac41efaa41b6b378044d4597e7463ecff22925 + languageName: node + linkType: hard + +"@aws-sdk/util-arn-parser@npm:3.568.0": + version: 3.568.0 + resolution: "@aws-sdk/util-arn-parser@npm:3.568.0" + dependencies: + tslib: ^2.6.2 + checksum: e3c45e5d524a772954d0a33614d397414185b9eb635423d01253cad1c1b9add625798ed9cf23343d156fae89c701f484bc062ab673f67e2e2edfe362fde6d170 + languageName: node + linkType: hard + +"@aws-sdk/util-endpoints@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/util-endpoints@npm:3.667.0" + dependencies: + "@aws-sdk/types": 3.667.0 + "@smithy/types": ^3.5.0 + "@smithy/util-endpoints": ^2.1.3 + tslib: ^2.6.2 + checksum: c9e2baccba71c43f52570ff0c2e522126657fadd4dba184cd9edd3d4f17bfa527728e5c4f841cedaa527cab6ad4ecc4dcc87714748785fbdeb98b29b9f4cbc24 + languageName: node + linkType: hard + +"@aws-sdk/util-format-url@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/util-format-url@npm:3.667.0" + dependencies: + "@aws-sdk/types": 3.667.0 + "@smithy/querystring-builder": ^3.0.7 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: 4f687d34784f5f0d049ac6579bb760963f0ad525600eedd0ac9dfa3025cb3218d6516274905ad48d4c45685264129c39fc878739ec19f39db171a6b553894a58 + languageName: node + linkType: hard + +"@aws-sdk/util-locate-window@npm:^3.0.0": + version: 3.568.0 + resolution: "@aws-sdk/util-locate-window@npm:3.568.0" + dependencies: + tslib: ^2.6.2 + checksum: 354db5187beee4203c7ec6583556ab14ecde9644c06aaa51fa2528131836d3fc73035a3b080c904e108c49defce20d5562893113b93d819b70497f47989bb578 + languageName: node + linkType: hard + +"@aws-sdk/util-user-agent-browser@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.667.0" + dependencies: + "@aws-sdk/types": 3.667.0 + "@smithy/types": ^3.5.0 + bowser: ^2.11.0 + tslib: ^2.6.2 + checksum: 304094b309461b7e63f143c29e40a7da04f1f49d1ee1fba21fbea801657e5058b4ec2c756ade45dc2e55a373408b079a4426a7c42d605ac77561ca3c22f36bb5 + languageName: node + linkType: hard + +"@aws-sdk/util-user-agent-node@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.667.0" + dependencies: + "@aws-sdk/middleware-user-agent": 3.667.0 + "@aws-sdk/types": 3.667.0 + "@smithy/node-config-provider": ^3.1.8 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + peerDependencies: + aws-crt: ">=1.0.0" + peerDependenciesMeta: + aws-crt: + optional: true + checksum: d648e90a3099f48595654a31c38819e0ec43240ec5fcc3935cef9004d2013dc25a299ad1afa721c589e8cb303e317bc222e587964991000fe1d569ea5f1da632 + languageName: node + linkType: hard + +"@aws-sdk/util-user-agent-node@npm:3.668.0": + version: 3.668.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.668.0" + dependencies: + "@aws-sdk/middleware-user-agent": 3.668.0 + "@aws-sdk/types": 3.667.0 + "@smithy/node-config-provider": ^3.1.8 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + peerDependencies: + aws-crt: ">=1.0.0" + peerDependenciesMeta: + aws-crt: + optional: true + checksum: 159a8062e655f8846964a5ee75abc8aa6aff1b96941aee8f6690ade20d7356b75c2aa9aef07d172a6382432d57af4d8e83fe0d9e3a4c99256f213bf5f4087573 + languageName: node + linkType: hard + +"@aws-sdk/xml-builder@npm:3.662.0": + version: 3.662.0 + resolution: "@aws-sdk/xml-builder@npm:3.662.0" + dependencies: + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: 4571dfe225133ccad480b20cf3f0887386e90579608b524e4e84447c1e995aea1df8d6ec0ce82e7d121ad3f0d9d94c6a85a2ce9db22440da46f3bcb3fb7351d7 + languageName: node + linkType: hard + +"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.25.7": + version: 7.25.7 + resolution: "@babel/code-frame@npm:7.25.7" + dependencies: + "@babel/highlight": ^7.25.7 + picocolors: ^1.0.0 + checksum: f235cdf9c5d6f172898a27949bd63731c5f201671f77bcf4c2ad97229bc462d89746c1a7f5671a132aecff5baf43f3d878b93a7ecc6aa71f9612d2b51270c53e + languageName: node + linkType: hard + +"@babel/compat-data@npm:^7.25.7": + version: 7.25.7 + resolution: "@babel/compat-data@npm:7.25.7" + checksum: d1188aed1fda07b6463384f289409deb8e951a5f7cf31ef4757f359a633078edc8b2938056084cc823bca5b6166ba29ba8d4d649a18694e370789b6600d09339 + languageName: node + linkType: hard + +"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.23.9": + version: 7.25.7 + resolution: "@babel/core@npm:7.25.7" + dependencies: + "@ampproject/remapping": ^2.2.0 + "@babel/code-frame": ^7.25.7 + "@babel/generator": ^7.25.7 + "@babel/helper-compilation-targets": ^7.25.7 + "@babel/helper-module-transforms": ^7.25.7 + "@babel/helpers": ^7.25.7 + "@babel/parser": ^7.25.7 + "@babel/template": ^7.25.7 + "@babel/traverse": ^7.25.7 + "@babel/types": ^7.25.7 + convert-source-map: ^2.0.0 + debug: ^4.1.0 + gensync: ^1.0.0-beta.2 + json5: ^2.2.3 + semver: ^6.3.1 + checksum: 80560a962ee3de022f665fc8cbd7fe479a1e3a07f0390afc9da7e4dff65bb073d8f6122688c3efc77f37aff7aeea8fd3c5df6abdbc259283ed7bc74c775c0fea + languageName: node + linkType: hard + +"@babel/generator@npm:^7.25.7, @babel/generator@npm:^7.7.2": + version: 7.25.7 + resolution: "@babel/generator@npm:7.25.7" + dependencies: + "@babel/types": ^7.25.7 + "@jridgewell/gen-mapping": ^0.3.5 + "@jridgewell/trace-mapping": ^0.3.25 + jsesc: ^3.0.2 + checksum: f81cf9dc0191ae4411d82978114382ad6e047bfb678f9a95942bac5034a41719d88f047679f5e2f51ba7728b54ebd1cc32a10df7b556215d8a6ab9bdd4f11831 + languageName: node + linkType: hard + +"@babel/helper-compilation-targets@npm:^7.25.7": + version: 7.25.7 + resolution: "@babel/helper-compilation-targets@npm:7.25.7" + dependencies: + "@babel/compat-data": ^7.25.7 + "@babel/helper-validator-option": ^7.25.7 + browserslist: ^4.24.0 + lru-cache: ^5.1.1 + semver: ^6.3.1 + checksum: 5b57e7d4b9302c07510ad3318763c053c3d46f2d40a45c2ea0c59160ccf9061a34975ae62f36a32f15d8d03497ecd5ca43a96417c1fd83eb8c035e77a69840ef + languageName: node + linkType: hard + +"@babel/helper-module-imports@npm:^7.25.7": + version: 7.25.7 + resolution: "@babel/helper-module-imports@npm:7.25.7" + dependencies: + "@babel/traverse": ^7.25.7 + "@babel/types": ^7.25.7 + checksum: a7255755e9799978de4bf72563b94b53cf955e5fc3d2acc67c783d3b84d5d34dd41691e473ecc124a94654483fff573deacd87eccd8bd16b47ac4455b5941b30 + languageName: node + linkType: hard + +"@babel/helper-module-transforms@npm:^7.25.7": + version: 7.25.7 + resolution: "@babel/helper-module-transforms@npm:7.25.7" + dependencies: + "@babel/helper-module-imports": ^7.25.7 + "@babel/helper-simple-access": ^7.25.7 + "@babel/helper-validator-identifier": ^7.25.7 + "@babel/traverse": ^7.25.7 + peerDependencies: + "@babel/core": ^7.0.0 + checksum: b1daeded78243da969d90b105a564ed918dcded66fba5cd24fe09cb13f7ee9e84d9b9dee789d60237b9a674582d9831a35dbaf6f0a92a3af5f035234a5422814 + languageName: node + linkType: hard + +"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.25.7, @babel/helper-plugin-utils@npm:^7.8.0": + version: 7.25.7 + resolution: "@babel/helper-plugin-utils@npm:7.25.7" + checksum: eef4450361e597f11247d252e69207324dfe0431df9b8bcecc8bef1204358e93fa7776a659c3c4f439e9ee71cd967aeca6c4d6034ebc17a7ae48143bbb580f2f + languageName: node + linkType: hard + +"@babel/helper-simple-access@npm:^7.25.7": + version: 7.25.7 + resolution: "@babel/helper-simple-access@npm:7.25.7" + dependencies: + "@babel/traverse": ^7.25.7 + "@babel/types": ^7.25.7 + checksum: 684d0b0330c42d62834355f127df3ed78f16e6f1f66213c72adb7b3b0bcd6283ea8792f5b172868b3ca6518c479b54e18adac564219519072dda9053cca210bd + languageName: node + linkType: hard + +"@babel/helper-string-parser@npm:^7.25.7": + version: 7.25.7 + resolution: "@babel/helper-string-parser@npm:7.25.7" + checksum: 0835fda5efe02cdcb5144a939b639acc017ba4aa1cc80524b44032ddb714080d3e40e8f0d3240832b7bd86f5513f0b63d4fe77d8fc52d8c8720ae674182c0753 + languageName: node + linkType: hard + +"@babel/helper-validator-identifier@npm:^7.25.7": + version: 7.25.7 + resolution: "@babel/helper-validator-identifier@npm:7.25.7" + checksum: 062f55208deead4876eb474dc6fd55155c9eada8d0a505434de3b9aa06c34195562e0f3142b22a08793a38d740238efa2fe00ff42956cdcb8ac03f0b6c542247 + languageName: node + linkType: hard + +"@babel/helper-validator-option@npm:^7.25.7": + version: 7.25.7 + resolution: "@babel/helper-validator-option@npm:7.25.7" + checksum: 87b801fe7d8337699f2fba5323243dd974ea214d27cf51faf2f0063da6dc5bb67c9bb7867fd337573870f9ab498d2788a75bcf9685442bd9430611c62b0195d1 + languageName: node + linkType: hard + +"@babel/helpers@npm:^7.25.7": + version: 7.25.7 + resolution: "@babel/helpers@npm:7.25.7" + dependencies: + "@babel/template": ^7.25.7 + "@babel/types": ^7.25.7 + checksum: a73242850915ef2956097431fbab3a840b7d6298555ad4c6f596db7d1b43cf769181716e7b65f8f7015fe48748b9c454d3b9c6cf4506cb840b967654463b0819 + languageName: node + linkType: hard + +"@babel/highlight@npm:^7.25.7": + version: 7.25.7 + resolution: "@babel/highlight@npm:7.25.7" + dependencies: + "@babel/helper-validator-identifier": ^7.25.7 + chalk: ^2.4.2 + js-tokens: ^4.0.0 + picocolors: ^1.0.0 + checksum: b6aa45c5bf7ecc16b8204bbed90335706131ac6cacb0f1bfb1b862ada3741539c913b56c9d26beb56cece0c231ffab36f66aa36aac6b04b32669c314705203f2 + languageName: node + linkType: hard + +"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.25.7": + version: 7.25.7 + resolution: "@babel/parser@npm:7.25.7" + dependencies: + "@babel/types": ^7.25.7 + bin: + parser: ./bin/babel-parser.js + checksum: 7c40c2881e92415f5f2a88ac1078a8fea7f2b10097e76116ce40bfe01443d3a842c704bdb64d7b54c9e9dbbf49a60a0e1cf79ff35bcd02c52ff424179acd4259 + languageName: node + linkType: hard + +"@babel/plugin-syntax-async-generators@npm:^7.8.4": + version: 7.8.4 + resolution: "@babel/plugin-syntax-async-generators@npm:7.8.4" + dependencies: + "@babel/helper-plugin-utils": ^7.8.0 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 7ed1c1d9b9e5b64ef028ea5e755c0be2d4e5e4e3d6cf7df757b9a8c4cfa4193d268176d0f1f7fbecdda6fe722885c7fda681f480f3741d8a2d26854736f05367 + languageName: node + linkType: hard + +"@babel/plugin-syntax-bigint@npm:^7.8.3": + version: 7.8.3 + resolution: "@babel/plugin-syntax-bigint@npm:7.8.3" + dependencies: + "@babel/helper-plugin-utils": ^7.8.0 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 3a10849d83e47aec50f367a9e56a6b22d662ddce643334b087f9828f4c3dd73bdc5909aaeabe123fed78515767f9ca43498a0e621c438d1cd2802d7fae3c9648 + languageName: node + linkType: hard + +"@babel/plugin-syntax-class-properties@npm:^7.12.13": + version: 7.12.13 + resolution: "@babel/plugin-syntax-class-properties@npm:7.12.13" + dependencies: + "@babel/helper-plugin-utils": ^7.12.13 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 24f34b196d6342f28d4bad303612d7ff566ab0a013ce89e775d98d6f832969462e7235f3e7eaf17678a533d4be0ba45d3ae34ab4e5a9dcbda5d98d49e5efa2fc + languageName: node + linkType: hard + +"@babel/plugin-syntax-class-static-block@npm:^7.14.5": + version: 7.14.5 + resolution: "@babel/plugin-syntax-class-static-block@npm:7.14.5" + dependencies: + "@babel/helper-plugin-utils": ^7.14.5 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 3e80814b5b6d4fe17826093918680a351c2d34398a914ce6e55d8083d72a9bdde4fbaf6a2dcea0e23a03de26dc2917ae3efd603d27099e2b98380345703bf948 + languageName: node + linkType: hard + +"@babel/plugin-syntax-import-attributes@npm:^7.24.7": + version: 7.25.7 + resolution: "@babel/plugin-syntax-import-attributes@npm:7.25.7" + dependencies: + "@babel/helper-plugin-utils": ^7.25.7 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: fbef3dc25cc262eec8547a0ae751fb962f81c07cd6260a5ce7b52a4af1a157882648f9b6dd481ea16bf4a24166695dc1a6e5b53d42234bfccc0322dce2a86ca8 + languageName: node + linkType: hard + +"@babel/plugin-syntax-import-meta@npm:^7.10.4": + version: 7.10.4 + resolution: "@babel/plugin-syntax-import-meta@npm:7.10.4" + dependencies: + "@babel/helper-plugin-utils": ^7.10.4 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 166ac1125d10b9c0c430e4156249a13858c0366d38844883d75d27389621ebe651115cb2ceb6dc011534d5055719fa1727b59f39e1ab3ca97820eef3dcab5b9b + languageName: node + linkType: hard + +"@babel/plugin-syntax-json-strings@npm:^7.8.3": + version: 7.8.3 + resolution: "@babel/plugin-syntax-json-strings@npm:7.8.3" + dependencies: + "@babel/helper-plugin-utils": ^7.8.0 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: bf5aea1f3188c9a507e16efe030efb996853ca3cadd6512c51db7233cc58f3ac89ff8c6bdfb01d30843b161cfe7d321e1bf28da82f7ab8d7e6bc5464666f354a + languageName: node + linkType: hard + +"@babel/plugin-syntax-jsx@npm:^7.7.2": + version: 7.25.7 + resolution: "@babel/plugin-syntax-jsx@npm:7.25.7" + dependencies: + "@babel/helper-plugin-utils": ^7.25.7 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 3584566707a1c92e48b3ad2423af73bc4497093fb17fb786977fc5aef6130ae7a2f7856a7848431bed1ac21b4a8d86d2ff4505325b700f76f9bd57b4e95a2297 + languageName: node + linkType: hard + +"@babel/plugin-syntax-logical-assignment-operators@npm:^7.10.4": + version: 7.10.4 + resolution: "@babel/plugin-syntax-logical-assignment-operators@npm:7.10.4" + dependencies: + "@babel/helper-plugin-utils": ^7.10.4 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: aff33577037e34e515911255cdbb1fd39efee33658aa00b8a5fd3a4b903585112d037cce1cc9e4632f0487dc554486106b79ccd5ea63a2e00df4363f6d4ff886 + languageName: node + linkType: hard + +"@babel/plugin-syntax-nullish-coalescing-operator@npm:^7.8.3": + version: 7.8.3 + resolution: "@babel/plugin-syntax-nullish-coalescing-operator@npm:7.8.3" + dependencies: + "@babel/helper-plugin-utils": ^7.8.0 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 87aca4918916020d1fedba54c0e232de408df2644a425d153be368313fdde40d96088feed6c4e5ab72aac89be5d07fef2ddf329a15109c5eb65df006bf2580d1 + languageName: node + linkType: hard + +"@babel/plugin-syntax-numeric-separator@npm:^7.10.4": + version: 7.10.4 + resolution: "@babel/plugin-syntax-numeric-separator@npm:7.10.4" + dependencies: + "@babel/helper-plugin-utils": ^7.10.4 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 01ec5547bd0497f76cc903ff4d6b02abc8c05f301c88d2622b6d834e33a5651aa7c7a3d80d8d57656a4588f7276eba357f6b7e006482f5b564b7a6488de493a1 + languageName: node + linkType: hard + +"@babel/plugin-syntax-object-rest-spread@npm:^7.8.3": + version: 7.8.3 + resolution: "@babel/plugin-syntax-object-rest-spread@npm:7.8.3" + dependencies: + "@babel/helper-plugin-utils": ^7.8.0 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: fddcf581a57f77e80eb6b981b10658421bc321ba5f0a5b754118c6a92a5448f12a0c336f77b8abf734841e102e5126d69110a306eadb03ca3e1547cab31f5cbf + languageName: node + linkType: hard + +"@babel/plugin-syntax-optional-catch-binding@npm:^7.8.3": + version: 7.8.3 + resolution: "@babel/plugin-syntax-optional-catch-binding@npm:7.8.3" + dependencies: + "@babel/helper-plugin-utils": ^7.8.0 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 910d90e72bc90ea1ce698e89c1027fed8845212d5ab588e35ef91f13b93143845f94e2539d831dc8d8ededc14ec02f04f7bd6a8179edd43a326c784e7ed7f0b9 + languageName: node + linkType: hard + +"@babel/plugin-syntax-optional-chaining@npm:^7.8.3": + version: 7.8.3 + resolution: "@babel/plugin-syntax-optional-chaining@npm:7.8.3" + dependencies: + "@babel/helper-plugin-utils": ^7.8.0 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: eef94d53a1453361553c1f98b68d17782861a04a392840341bc91780838dd4e695209c783631cf0de14c635758beafb6a3a65399846ffa4386bff90639347f30 + languageName: node + linkType: hard + +"@babel/plugin-syntax-private-property-in-object@npm:^7.14.5": + version: 7.14.5 + resolution: "@babel/plugin-syntax-private-property-in-object@npm:7.14.5" + dependencies: + "@babel/helper-plugin-utils": ^7.14.5 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: b317174783e6e96029b743ccff2a67d63d38756876e7e5d0ba53a322e38d9ca452c13354a57de1ad476b4c066dbae699e0ca157441da611117a47af88985ecda + languageName: node + linkType: hard + +"@babel/plugin-syntax-top-level-await@npm:^7.14.5": + version: 7.14.5 + resolution: "@babel/plugin-syntax-top-level-await@npm:7.14.5" + dependencies: + "@babel/helper-plugin-utils": ^7.14.5 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: bbd1a56b095be7820029b209677b194db9b1d26691fe999856462e66b25b281f031f3dfd91b1619e9dcf95bebe336211833b854d0fb8780d618e35667c2d0d7e + languageName: node + linkType: hard + +"@babel/plugin-syntax-typescript@npm:^7.7.2": + version: 7.25.7 + resolution: "@babel/plugin-syntax-typescript@npm:7.25.7" + dependencies: + "@babel/helper-plugin-utils": ^7.25.7 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: b347da4c681d41c1780417939e9a0388c23cbe46ac9d2d6e5ef2119914bce11ea607963252a87e2c9f8e09eb5e0dac6b9741d79a7c7214c49b314d325d79ba8b + languageName: node + linkType: hard + +"@babel/runtime-corejs3@npm:^7.20.7, @babel/runtime-corejs3@npm:^7.22.15": + version: 7.25.7 + resolution: "@babel/runtime-corejs3@npm:7.25.7" + dependencies: + core-js-pure: ^3.30.2 + regenerator-runtime: ^0.14.0 + checksum: a725f3e0b0f69f19b4773211c776ed01394e0924c29de005056bbfc8171a9f74c405ade874fef55aad93396462772ffa6cb6e697e44890d70620515b2c5d9eb1 + languageName: node + linkType: hard + +"@babel/template@npm:^7.25.7, @babel/template@npm:^7.3.3": + version: 7.25.7 + resolution: "@babel/template@npm:7.25.7" + dependencies: + "@babel/code-frame": ^7.25.7 + "@babel/parser": ^7.25.7 + "@babel/types": ^7.25.7 + checksum: 83f025a4a777103965ee41b7c0fa2bb1c847ea7ed2b9f2cb258998ea96dfc580206176b532edf6d723d85237bc06fca26be5c8772e2af7d9e4fe6927e3bed8a3 + languageName: node + linkType: hard + +"@babel/traverse@npm:^7.25.7": + version: 7.25.7 + resolution: "@babel/traverse@npm:7.25.7" + dependencies: + "@babel/code-frame": ^7.25.7 + "@babel/generator": ^7.25.7 + "@babel/parser": ^7.25.7 + "@babel/template": ^7.25.7 + "@babel/types": ^7.25.7 + debug: ^4.3.1 + globals: ^11.1.0 + checksum: 4d329b6e7a409a63f4815bbc0a08d0b0cb566c5a2fecd1767661fe1821ced213c554d7d74e6aca048672fed2c8f76071cb0d94f4bd5f120fba8d55a38af63094 + languageName: node + linkType: hard + +"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.25.7, @babel/types@npm:^7.3.3": + version: 7.25.7 + resolution: "@babel/types@npm:7.25.7" + dependencies: + "@babel/helper-string-parser": ^7.25.7 + "@babel/helper-validator-identifier": ^7.25.7 + to-fast-properties: ^2.0.0 + checksum: a63a3ecdac5eb2fa10a75d50ec23d1560beed6c4037ccf478a430cc221ba9b8b3a55cfbaaefb6e997051728f3c02b44dcddb06de9a0132f164a0a597dd825731 + languageName: node + linkType: hard + +"@bcoe/v8-coverage@npm:^0.2.3": + version: 0.2.3 + resolution: "@bcoe/v8-coverage@npm:0.2.3" + checksum: 850f9305536d0f2bd13e9e0881cb5f02e4f93fad1189f7b2d4bebf694e3206924eadee1068130d43c11b750efcc9405f88a8e42ef098b6d75239c0f047de1a27 + languageName: node + linkType: hard + +"@cspotcode/source-map-support@npm:^0.8.0": + version: 0.8.1 + resolution: "@cspotcode/source-map-support@npm:0.8.1" + dependencies: + "@jridgewell/trace-mapping": 0.3.9 + checksum: 5718f267085ed8edb3e7ef210137241775e607ee18b77d95aa5bd7514f47f5019aa2d82d96b3bf342ef7aa890a346fa1044532ff7cc3009e7d24fce3ce6200fa + languageName: node + linkType: hard + +"@fastify/busboy@npm:^3.0.0": + version: 3.0.0 + resolution: "@fastify/busboy@npm:3.0.0" + checksum: b44e844f30c6d41214925b03f06550a726264785ecba0e70849d7878b1453c9da2ca2be60fb0a8b0bc8c932ff16eaac78d74d2c429cb3ab72d94db3a08f2cf26 + languageName: node + linkType: hard + +"@firebase/app-check-interop-types@npm:0.3.2": + version: 0.3.2 + resolution: "@firebase/app-check-interop-types@npm:0.3.2" + checksum: 7dd452c21cb8b3682082a6f4023de208b4a4808d97ede7d72a54f2e0a51963adf1c1bcc8a8c8338bee1ba0b66516cc101a1fb51a26a80c9322c3a080aee6ec26 + languageName: node + linkType: hard + +"@firebase/app-types@npm:0.9.2": + version: 0.9.2 + resolution: "@firebase/app-types@npm:0.9.2" + checksum: c709592d84e262b980cbeff4fd5f5d5c522a9de7fe33bcdede8e6390fc05a283c11a2bf0b012fef1329251d4599f12f4b4f0dd2228a8ec42da017ae968e740a4 + languageName: node + linkType: hard + +"@firebase/auth-interop-types@npm:0.2.3": + version: 0.2.3 + resolution: "@firebase/auth-interop-types@npm:0.2.3" + checksum: fdadd64a067fdc1f32464890c861cdcc984a4aae307e7d46f182ba508082e55921c6f70042d1f893dfd18434484783f866adefcdc01dba8818cd7f0b0c89acf2 + languageName: node + linkType: hard + +"@firebase/component@npm:0.6.9": + version: 0.6.9 + resolution: "@firebase/component@npm:0.6.9" + dependencies: + "@firebase/util": 1.10.0 + tslib: ^2.1.0 + checksum: f047109220b08eb1ff3509563c597c62bfef98c0190c4201a1c98de755931a7d3783c1de083888f600336a92865fc3f75d211467963191eaa86453d13b9ac704 + languageName: node + linkType: hard + +"@firebase/database-compat@npm:^1.0.2": + version: 1.0.8 + resolution: "@firebase/database-compat@npm:1.0.8" + dependencies: + "@firebase/component": 0.6.9 + "@firebase/database": 1.0.8 + "@firebase/database-types": 1.0.5 + "@firebase/logger": 0.4.2 + "@firebase/util": 1.10.0 + tslib: ^2.1.0 + checksum: 68ea4e07a9aba636173b838fa0126310c1d4d7cee3bb64bccca5681d28515f9eb78d34ed1d8aef82de0891717b8e5e29c794d4deeed7bd7fd479eab16f00194a + languageName: node + linkType: hard + +"@firebase/database-types@npm:1.0.5, @firebase/database-types@npm:^1.0.0": + version: 1.0.5 + resolution: "@firebase/database-types@npm:1.0.5" + dependencies: + "@firebase/app-types": 0.9.2 + "@firebase/util": 1.10.0 + checksum: 8c8c45162b6f138378f8aa16590cfad52233e0e93c35b5e6dc526ef06ee2b424e80023ab9defea4fef8f6886c9aeced8386bcf532c59008a1d2b620df90c5779 + languageName: node + linkType: hard + +"@firebase/database@npm:1.0.8": + version: 1.0.8 + resolution: "@firebase/database@npm:1.0.8" + dependencies: + "@firebase/app-check-interop-types": 0.3.2 + "@firebase/auth-interop-types": 0.2.3 + "@firebase/component": 0.6.9 + "@firebase/logger": 0.4.2 + "@firebase/util": 1.10.0 + faye-websocket: 0.11.4 + tslib: ^2.1.0 + checksum: a12d7985ceabfe71fe4fb657c2b87904082f54cce5ce9b3c1399c1fdf0ee7ab89091a328448f99e628e636ee4f8ed30378bce864a32a8881203992a8ba023c8d + languageName: node + linkType: hard + +"@firebase/logger@npm:0.4.2": + version: 0.4.2 + resolution: "@firebase/logger@npm:0.4.2" + dependencies: + tslib: ^2.1.0 + checksum: a0d288debe32108095af691fa8797c5ee2023b0f4e0f5024992f7e49b5353d1fb0280ea950d8bfd5d93af514cf839f663fd3559303d0591fcb8b0efe3d879f0e + languageName: node + linkType: hard + +"@firebase/util@npm:1.10.0": + version: 1.10.0 + resolution: "@firebase/util@npm:1.10.0" + dependencies: + tslib: ^2.1.0 + checksum: 3fb8f0e58145f10bf2de0497c89293cf76bcb79d440b818466f8e1e272e4051e04926443c611f930f862af00e174bd49dc9f0b2513ba1719263a5297d4837709 + languageName: node + linkType: hard + +"@formatjs/ecma402-abstract@npm:2.1.0": + version: 2.1.0 + resolution: "@formatjs/ecma402-abstract@npm:2.1.0" + dependencies: + "@formatjs/fast-memoize": 2.2.0 + "@formatjs/intl-localematcher": 0.5.4 + tslib: ^2.4.0 + checksum: 39bad1a40fdb8f4b5af5eed868548c17a7120730fa8593e7a2a40ec80f02e19dfdd2fa82083156aad18e73a4e610fe55292283e06a9dc586a0a43b1b18066ed4 + languageName: node + linkType: hard + +"@formatjs/fast-memoize@npm:2.2.0": + version: 2.2.0 + resolution: "@formatjs/fast-memoize@npm:2.2.0" + dependencies: + tslib: ^2.4.0 + checksum: 8697fe72a7ece252d600a7d08105f2a2f758e2dd96f54ac0a4c508b1205a559fc08835635e1f8e5ca9dcc3ee61ce1fca4a0e7047b402f29fc96051e293a280ff + languageName: node + linkType: hard + +"@formatjs/icu-messageformat-parser@npm:2.7.9": + version: 2.7.9 + resolution: "@formatjs/icu-messageformat-parser@npm:2.7.9" + dependencies: + "@formatjs/ecma402-abstract": 2.1.0 + "@formatjs/icu-skeleton-parser": 1.8.3 + tslib: ^2.4.0 + checksum: 22e42886128e35a2eb3a6b12d97af4a51758b8c2361920ef6c29b3e8ba0dedee58687ede23f79dd5924220a33f23ba24edf9fda668ab2029ef05b0327cee1036 + languageName: node + linkType: hard + +"@formatjs/icu-skeleton-parser@npm:1.8.3": + version: 1.8.3 + resolution: "@formatjs/icu-skeleton-parser@npm:1.8.3" + dependencies: + "@formatjs/ecma402-abstract": 2.1.0 + tslib: ^2.4.0 + checksum: 236e29a12298fa888a1cf04090b9a88289291347a29fb0b185db77fbf51b2f24058433a01c19315ed0e3a868d5a4d2f0dfa5e0f3ca5fb13077f1f50eb024234d + languageName: node + linkType: hard + +"@formatjs/intl-localematcher@npm:0.5.4": + version: 0.5.4 + resolution: "@formatjs/intl-localematcher@npm:0.5.4" + dependencies: + tslib: ^2.4.0 + checksum: a0af57874fcd163add5f7a0cb1c008e9b09feb1d24cbce1263379ae0393cddd6681197a7f2f512f351a97666fc8675ed52cc17d1834266ee8fc65e9edf3435f6 + languageName: node + linkType: hard + +"@gar/promisify@npm:^1.1.3": + version: 1.1.3 + resolution: "@gar/promisify@npm:1.1.3" + checksum: 4059f790e2d07bf3c3ff3e0fec0daa8144fe35c1f6e0111c9921bd32106adaa97a4ab096ad7dab1e28ee6a9060083c4d1a4ada42a7f5f3f7a96b8812e2b757c1 + languageName: node + linkType: hard + +"@google-cloud/bigquery@npm:^6.1.0": + version: 6.2.1 + resolution: "@google-cloud/bigquery@npm:6.2.1" + dependencies: + "@google-cloud/common": ^4.0.0 + "@google-cloud/paginator": ^4.0.0 + "@google-cloud/precise-date": ^3.0.1 + "@google-cloud/promisify": ^3.0.0 + arrify: ^2.0.1 + big.js: ^6.0.0 + duplexify: ^4.0.0 + extend: ^3.0.2 + is: ^3.3.0 + stream-events: ^1.0.5 + uuid: ^9.0.0 + checksum: aa78b866597444d04c9cfce4b1d248ea2dbc24114154b5672cb8c0f0ca1f96363e0d8bb39158352c34ff57bcf1ff4f88bcc1f3da63bd9f6889232c1d10c174bf + languageName: node + linkType: hard + +"@google-cloud/common@npm:^4.0.0": + version: 4.0.3 + resolution: "@google-cloud/common@npm:4.0.3" + dependencies: + "@google-cloud/projectify": ^3.0.0 + "@google-cloud/promisify": ^3.0.0 + arrify: ^2.0.1 + duplexify: ^4.1.1 + ent: ^2.2.0 + extend: ^3.0.2 + google-auth-library: ^8.0.2 + retry-request: ^5.0.0 + teeny-request: ^8.0.0 + checksum: 2660da8da2295f2792a7eaa08579d3c76274b58c5d5cd652f7e242f8e593948f753925790340029db383144780b35e7ae09c3088ddbffe3dcfab950e5850de89 + languageName: node + linkType: hard + +"@google-cloud/firestore@npm:^7.7.0": + version: 7.10.0 + resolution: "@google-cloud/firestore@npm:7.10.0" + dependencies: + "@opentelemetry/api": ^1.3.0 + fast-deep-equal: ^3.1.1 + functional-red-black-tree: ^1.0.1 + google-gax: ^4.3.3 + protobufjs: ^7.2.6 + checksum: c534e49c6b52b7b46366eba009e3f56e8ee10ca0501896a7794470cab32513c6a314f364ff5a3fe5a44b832ba39d1afc86d38b42be3826a615c0a59108185c7d + languageName: node + linkType: hard + +"@google-cloud/paginator@npm:^3.0.7": + version: 3.0.7 + resolution: "@google-cloud/paginator@npm:3.0.7" + dependencies: + arrify: ^2.0.0 + extend: ^3.0.2 + checksum: bdecce8a894a0c7f47f13d0e42b2fa142098e1dd34ce571b7216ad624057214baf9066ecf091501b3770da9d7be20b983eda30185c8c6596192cb748f8a0090c + languageName: node + linkType: hard + +"@google-cloud/paginator@npm:^4.0.0": + version: 4.0.1 + resolution: "@google-cloud/paginator@npm:4.0.1" + dependencies: + arrify: ^2.0.0 + extend: ^3.0.2 + checksum: 40ecfb59512ddbb76ca377cb96b61673d8d210397723dcaac41d8a553264bf0c09d3754db25dd3c476f8d85941b5017cc158b4e81c8c6a054aea020c32a1e4ba + languageName: node + linkType: hard + +"@google-cloud/paginator@npm:^5.0.0": + version: 5.0.2 + resolution: "@google-cloud/paginator@npm:5.0.2" + dependencies: + arrify: ^2.0.0 + extend: ^3.0.2 + checksum: eeb4a387807270ba9f69f22d7439d60c5bd6663573c2da9ea7d998c373d77671d77450b87f0f229c28418df654af4064e70554fa4dcde7edb3c0f5c05f208246 + languageName: node + linkType: hard + +"@google-cloud/precise-date@npm:^3.0.1": + version: 3.0.1 + resolution: "@google-cloud/precise-date@npm:3.0.1" + checksum: 5f99a8a67909b4b2b66b580821a96f780f55660e096b3eebeae067b6391f8c904866220aa1c2426b67be5e5567818fc565dd44f60173b4f58a713e8fb0d90705 + languageName: node + linkType: hard + +"@google-cloud/projectify@npm:^3.0.0": + version: 3.0.0 + resolution: "@google-cloud/projectify@npm:3.0.0" + checksum: 4fa7ad689422b0b9c152fb00260e54e39d81678f9c51518bdb34bc57ee00604524fcdd5837fa97eb2f8ff4811afee3f345b1b0993bc4a2fa1b803bdd6554839a + languageName: node + linkType: hard + +"@google-cloud/projectify@npm:^4.0.0": + version: 4.0.0 + resolution: "@google-cloud/projectify@npm:4.0.0" + checksum: 973d28414ae200433333a3c315aebb881ced42ea4afe6f3f8520d2fecded75e76c913f5189fea8fb29ce6ca36117c4f44001b3c503eecdd3ac7f02597a98354a + languageName: node + linkType: hard + +"@google-cloud/promisify@npm:^3.0.0": + version: 3.0.1 + resolution: "@google-cloud/promisify@npm:3.0.1" + checksum: 44b4de760425d6ea328f6208c46219cfcc44383b4015c67a6b18b55b8fee5b754a11f80ed481a7d779bc471950b2b856dce51e36e8004b0d2f73a93e50d756ce + languageName: node + linkType: hard + +"@google-cloud/promisify@npm:^4.0.0": + version: 4.0.0 + resolution: "@google-cloud/promisify@npm:4.0.0" + checksum: edd189398c5ed5b7b64a373177d77c87d076a248c31b8ae878bb91e2411d89860108bcb948c349f32628973a823bd131beb53ec008fd613a8cb466ef1d89de49 + languageName: node + linkType: hard + +"@google-cloud/storage@npm:^6.10.1": + version: 6.12.0 + resolution: "@google-cloud/storage@npm:6.12.0" + dependencies: + "@google-cloud/paginator": ^3.0.7 + "@google-cloud/projectify": ^3.0.0 + "@google-cloud/promisify": ^3.0.0 + abort-controller: ^3.0.0 + async-retry: ^1.3.3 + compressible: ^2.0.12 + duplexify: ^4.0.0 + ent: ^2.2.0 + extend: ^3.0.2 + fast-xml-parser: ^4.2.2 + gaxios: ^5.0.0 + google-auth-library: ^8.0.1 + mime: ^3.0.0 + mime-types: ^2.0.8 + p-limit: ^3.0.1 + retry-request: ^5.0.0 + teeny-request: ^8.0.0 + uuid: ^8.0.0 + checksum: cfe44e3f4d1bacd8eeefa7885d261f421c4ff84e82abe50200b5b77e28322baf9cb67497872b9868b25b43b14197b1a155d5eb7b70afb39d3476fa4bdead3338 + languageName: node + linkType: hard + +"@google-cloud/storage@npm:^7.7.0": + version: 7.13.0 + resolution: "@google-cloud/storage@npm:7.13.0" + dependencies: + "@google-cloud/paginator": ^5.0.0 + "@google-cloud/projectify": ^4.0.0 + "@google-cloud/promisify": ^4.0.0 + abort-controller: ^3.0.0 + async-retry: ^1.3.3 + duplexify: ^4.1.3 + fast-xml-parser: ^4.4.1 + gaxios: ^6.0.2 + google-auth-library: ^9.6.3 + html-entities: ^2.5.2 + mime: ^3.0.0 + p-limit: ^3.0.1 + retry-request: ^7.0.0 + teeny-request: ^9.0.0 + uuid: ^8.0.0 + checksum: b5e61b3123f2924aae17f3b1e9aa97092e999f2097c00d90d85329212219cd6b6a63a65fd84d228791b534e4747e96d430007c4a507b37f3e1d6e42a98d4e7e2 + languageName: node + linkType: hard + +"@graphql-typed-document-node/core@npm:^3.2.0": + version: 3.2.0 + resolution: "@graphql-typed-document-node/core@npm:3.2.0" + peerDependencies: + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + checksum: fa44443accd28c8cf4cb96aaaf39d144a22e8b091b13366843f4e97d19c7bfeaf609ce3c7603a4aeffe385081eaf8ea245d078633a7324c11c5ec4b2011bb76d + languageName: node + linkType: hard + +"@grpc/grpc-js@npm:^1.10.9": + version: 1.11.3 + resolution: "@grpc/grpc-js@npm:1.11.3" + dependencies: + "@grpc/proto-loader": ^0.7.13 + "@js-sdsl/ordered-map": ^4.4.2 + checksum: 148844383c1f5cebd406fab4b76dc41d2c328c97d74c77a496f55af10ad8a84b822521044ed74770ece06b10db194122314e920b1f3d8ab2c30f27be94284d13 + languageName: node + linkType: hard + +"@grpc/proto-loader@npm:^0.7.13": + version: 0.7.13 + resolution: "@grpc/proto-loader@npm:0.7.13" + dependencies: + lodash.camelcase: ^4.3.0 + long: ^5.0.0 + protobufjs: ^7.2.5 + yargs: ^17.7.2 + bin: + proto-loader-gen-types: build/bin/proto-loader-gen-types.js + checksum: 399c1b8a4627f93dc31660d9636ea6bf58be5675cc7581e3df56a249369e5be02c6cd0d642c5332b0d5673bc8621619bc06fb045aa3e8f57383737b5d35930dc + languageName: node + linkType: hard + +"@isaacs/cliui@npm:^8.0.2": + version: 8.0.2 + resolution: "@isaacs/cliui@npm:8.0.2" + dependencies: + string-width: ^5.1.2 + string-width-cjs: "npm:string-width@^4.2.0" + strip-ansi: ^7.0.1 + strip-ansi-cjs: "npm:strip-ansi@^6.0.1" + wrap-ansi: ^8.1.0 + wrap-ansi-cjs: "npm:wrap-ansi@^7.0.0" + checksum: 4a473b9b32a7d4d3cfb7a614226e555091ff0c5a29a1734c28c72a182c2f6699b26fc6b5c2131dfd841e86b185aea714c72201d7c98c2fba5f17709333a67aeb + languageName: node + linkType: hard + +"@istanbuljs/load-nyc-config@npm:^1.0.0": + version: 1.1.0 + resolution: "@istanbuljs/load-nyc-config@npm:1.1.0" + dependencies: + camelcase: ^5.3.1 + find-up: ^4.1.0 + get-package-type: ^0.1.0 + js-yaml: ^3.13.1 + resolve-from: ^5.0.0 + checksum: d578da5e2e804d5c93228450a1380e1a3c691de4953acc162f387b717258512a3e07b83510a936d9fab03eac90817473917e24f5d16297af3867f59328d58568 + languageName: node + linkType: hard + +"@istanbuljs/schema@npm:^0.1.2, @istanbuljs/schema@npm:^0.1.3": + version: 0.1.3 + resolution: "@istanbuljs/schema@npm:0.1.3" + checksum: 5282759d961d61350f33d9118d16bcaed914ebf8061a52f4fa474b2cb08720c9c81d165e13b82f2e5a8a212cc5af482f0c6fc1ac27b9e067e5394c9a6ed186c9 + languageName: node + linkType: hard + +"@jest/console@npm:^29.7.0": + version: 29.7.0 + resolution: "@jest/console@npm:29.7.0" + dependencies: + "@jest/types": ^29.6.3 + "@types/node": "*" + chalk: ^4.0.0 + jest-message-util: ^29.7.0 + jest-util: ^29.7.0 + slash: ^3.0.0 + checksum: 0e3624e32c5a8e7361e889db70b170876401b7d70f509a2538c31d5cd50deb0c1ae4b92dc63fe18a0902e0a48c590c21d53787a0df41a52b34fa7cab96c384d6 + languageName: node + linkType: hard + +"@jest/core@npm:^29.7.0": + version: 29.7.0 + resolution: "@jest/core@npm:29.7.0" + dependencies: + "@jest/console": ^29.7.0 + "@jest/reporters": ^29.7.0 + "@jest/test-result": ^29.7.0 + "@jest/transform": ^29.7.0 + "@jest/types": ^29.6.3 + "@types/node": "*" + ansi-escapes: ^4.2.1 + chalk: ^4.0.0 + ci-info: ^3.2.0 + exit: ^0.1.2 + graceful-fs: ^4.2.9 + jest-changed-files: ^29.7.0 + jest-config: ^29.7.0 + jest-haste-map: ^29.7.0 + jest-message-util: ^29.7.0 + jest-regex-util: ^29.6.3 + jest-resolve: ^29.7.0 + jest-resolve-dependencies: ^29.7.0 + jest-runner: ^29.7.0 + jest-runtime: ^29.7.0 + jest-snapshot: ^29.7.0 + jest-util: ^29.7.0 + jest-validate: ^29.7.0 + jest-watcher: ^29.7.0 + micromatch: ^4.0.4 + pretty-format: ^29.7.0 + slash: ^3.0.0 + strip-ansi: ^6.0.0 + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + checksum: af759c9781cfc914553320446ce4e47775ae42779e73621c438feb1e4231a5d4862f84b1d8565926f2d1aab29b3ec3dcfdc84db28608bdf5f29867124ebcfc0d + languageName: node + linkType: hard + +"@jest/environment@npm:^29.7.0": + version: 29.7.0 + resolution: "@jest/environment@npm:29.7.0" + dependencies: + "@jest/fake-timers": ^29.7.0 + "@jest/types": ^29.6.3 + "@types/node": "*" + jest-mock: ^29.7.0 + checksum: 6fb398143b2543d4b9b8d1c6dbce83fa5247f84f550330604be744e24c2bd2178bb893657d62d1b97cf2f24baf85c450223f8237cccb71192c36a38ea2272934 + languageName: node + linkType: hard + +"@jest/expect-utils@npm:^29.7.0": + version: 29.7.0 + resolution: "@jest/expect-utils@npm:29.7.0" + dependencies: + jest-get-type: ^29.6.3 + checksum: 75eb177f3d00b6331bcaa057e07c0ccb0733a1d0a1943e1d8db346779039cb7f103789f16e502f888a3096fb58c2300c38d1f3748b36a7fa762eb6f6d1b160ed + languageName: node + linkType: hard + +"@jest/expect@npm:^29.7.0": + version: 29.7.0 + resolution: "@jest/expect@npm:29.7.0" + dependencies: + expect: ^29.7.0 + jest-snapshot: ^29.7.0 + checksum: a01cb85fd9401bab3370618f4b9013b90c93536562222d920e702a0b575d239d74cecfe98010aaec7ad464f67cf534a353d92d181646a4b792acaa7e912ae55e + languageName: node + linkType: hard + +"@jest/fake-timers@npm:^29.7.0": + version: 29.7.0 + resolution: "@jest/fake-timers@npm:29.7.0" + dependencies: + "@jest/types": ^29.6.3 + "@sinonjs/fake-timers": ^10.0.2 + "@types/node": "*" + jest-message-util: ^29.7.0 + jest-mock: ^29.7.0 + jest-util: ^29.7.0 + checksum: caf2bbd11f71c9241b458d1b5a66cbe95debc5a15d96442444b5d5c7ba774f523c76627c6931cca5e10e76f0d08761f6f1f01a608898f4751a0eee54fc3d8d00 + languageName: node + linkType: hard + +"@jest/globals@npm:^29.7.0": + version: 29.7.0 + resolution: "@jest/globals@npm:29.7.0" + dependencies: + "@jest/environment": ^29.7.0 + "@jest/expect": ^29.7.0 + "@jest/types": ^29.6.3 + jest-mock: ^29.7.0 + checksum: 97dbb9459135693ad3a422e65ca1c250f03d82b2a77f6207e7fa0edd2c9d2015fbe4346f3dc9ebff1678b9d8da74754d4d440b7837497f8927059c0642a22123 + languageName: node + linkType: hard + +"@jest/reporters@npm:^29.7.0": + version: 29.7.0 + resolution: "@jest/reporters@npm:29.7.0" + dependencies: + "@bcoe/v8-coverage": ^0.2.3 + "@jest/console": ^29.7.0 + "@jest/test-result": ^29.7.0 + "@jest/transform": ^29.7.0 + "@jest/types": ^29.6.3 + "@jridgewell/trace-mapping": ^0.3.18 + "@types/node": "*" + chalk: ^4.0.0 + collect-v8-coverage: ^1.0.0 + exit: ^0.1.2 + glob: ^7.1.3 + graceful-fs: ^4.2.9 + istanbul-lib-coverage: ^3.0.0 + istanbul-lib-instrument: ^6.0.0 + istanbul-lib-report: ^3.0.0 + istanbul-lib-source-maps: ^4.0.0 + istanbul-reports: ^3.1.3 + jest-message-util: ^29.7.0 + jest-util: ^29.7.0 + jest-worker: ^29.7.0 + slash: ^3.0.0 + string-length: ^4.0.1 + strip-ansi: ^6.0.0 + v8-to-istanbul: ^9.0.1 + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + checksum: 7eadabd62cc344f629024b8a268ecc8367dba756152b761bdcb7b7e570a3864fc51b2a9810cd310d85e0a0173ef002ba4528d5ea0329fbf66ee2a3ada9c40455 + languageName: node + linkType: hard + +"@jest/schemas@npm:^29.6.3": + version: 29.6.3 + resolution: "@jest/schemas@npm:29.6.3" + dependencies: + "@sinclair/typebox": ^0.27.8 + checksum: 910040425f0fc93cd13e68c750b7885590b8839066dfa0cd78e7def07bbb708ad869381f725945d66f2284de5663bbecf63e8fdd856e2ae6e261ba30b1687e93 + languageName: node + linkType: hard + +"@jest/source-map@npm:^29.6.3": + version: 29.6.3 + resolution: "@jest/source-map@npm:29.6.3" + dependencies: + "@jridgewell/trace-mapping": ^0.3.18 + callsites: ^3.0.0 + graceful-fs: ^4.2.9 + checksum: bcc5a8697d471396c0003b0bfa09722c3cd879ad697eb9c431e6164e2ea7008238a01a07193dfe3cbb48b1d258eb7251f6efcea36f64e1ebc464ea3c03ae2deb + languageName: node + linkType: hard + +"@jest/test-result@npm:^29.7.0": + version: 29.7.0 + resolution: "@jest/test-result@npm:29.7.0" + dependencies: + "@jest/console": ^29.7.0 + "@jest/types": ^29.6.3 + "@types/istanbul-lib-coverage": ^2.0.0 + collect-v8-coverage: ^1.0.0 + checksum: 67b6317d526e335212e5da0e768e3b8ab8a53df110361b80761353ad23b6aea4432b7c5665bdeb87658ea373b90fb1afe02ed3611ef6c858c7fba377505057fa + languageName: node + linkType: hard + +"@jest/test-sequencer@npm:^29.7.0": + version: 29.7.0 + resolution: "@jest/test-sequencer@npm:29.7.0" + dependencies: + "@jest/test-result": ^29.7.0 + graceful-fs: ^4.2.9 + jest-haste-map: ^29.7.0 + slash: ^3.0.0 + checksum: 73f43599017946be85c0b6357993b038f875b796e2f0950487a82f4ebcb115fa12131932dd9904026b4ad8be131fe6e28bd8d0aa93b1563705185f9804bff8bd + languageName: node + linkType: hard + +"@jest/transform@npm:^29.7.0": + version: 29.7.0 + resolution: "@jest/transform@npm:29.7.0" + dependencies: + "@babel/core": ^7.11.6 + "@jest/types": ^29.6.3 + "@jridgewell/trace-mapping": ^0.3.18 + babel-plugin-istanbul: ^6.1.1 + chalk: ^4.0.0 + convert-source-map: ^2.0.0 + fast-json-stable-stringify: ^2.1.0 + graceful-fs: ^4.2.9 + jest-haste-map: ^29.7.0 + jest-regex-util: ^29.6.3 + jest-util: ^29.7.0 + micromatch: ^4.0.4 + pirates: ^4.0.4 + slash: ^3.0.0 + write-file-atomic: ^4.0.2 + checksum: 0f8ac9f413903b3cb6d240102db848f2a354f63971ab885833799a9964999dd51c388162106a807f810071f864302cdd8e3f0c241c29ce02d85a36f18f3f40ab + languageName: node + linkType: hard + +"@jest/types@npm:^29.6.3": + version: 29.6.3 + resolution: "@jest/types@npm:29.6.3" + dependencies: + "@jest/schemas": ^29.6.3 + "@types/istanbul-lib-coverage": ^2.0.0 + "@types/istanbul-reports": ^3.0.0 + "@types/node": "*" + "@types/yargs": ^17.0.8 + chalk: ^4.0.0 + checksum: a0bcf15dbb0eca6bdd8ce61a3fb055349d40268622a7670a3b2eb3c3dbafe9eb26af59938366d520b86907b9505b0f9b29b85cec11579a9e580694b87cd90fcc + languageName: node + linkType: hard + +"@jridgewell/gen-mapping@npm:^0.3.5": + version: 0.3.5 + resolution: "@jridgewell/gen-mapping@npm:0.3.5" + dependencies: + "@jridgewell/set-array": ^1.2.1 + "@jridgewell/sourcemap-codec": ^1.4.10 + "@jridgewell/trace-mapping": ^0.3.24 + checksum: ff7a1764ebd76a5e129c8890aa3e2f46045109dabde62b0b6c6a250152227647178ff2069ea234753a690d8f3c4ac8b5e7b267bbee272bffb7f3b0a370ab6e52 + languageName: node + linkType: hard + +"@jridgewell/resolve-uri@npm:^3.0.3, @jridgewell/resolve-uri@npm:^3.1.0": + version: 3.1.2 + resolution: "@jridgewell/resolve-uri@npm:3.1.2" + checksum: 83b85f72c59d1c080b4cbec0fef84528963a1b5db34e4370fa4bd1e3ff64a0d80e0cee7369d11d73c704e0286fb2865b530acac7a871088fbe92b5edf1000870 + languageName: node + linkType: hard + +"@jridgewell/set-array@npm:^1.2.1": + version: 1.2.1 + resolution: "@jridgewell/set-array@npm:1.2.1" + checksum: 832e513a85a588f8ed4f27d1279420d8547743cc37fcad5a5a76fc74bb895b013dfe614d0eed9cb860048e6546b798f8f2652020b4b2ba0561b05caa8c654b10 + languageName: node + linkType: hard + +"@jridgewell/sourcemap-codec@npm:^1.4.10, @jridgewell/sourcemap-codec@npm:^1.4.13, @jridgewell/sourcemap-codec@npm:^1.4.14": + version: 1.5.0 + resolution: "@jridgewell/sourcemap-codec@npm:1.5.0" + checksum: 05df4f2538b3b0f998ea4c1cd34574d0feba216fa5d4ccaef0187d12abf82eafe6021cec8b49f9bb4d90f2ba4582ccc581e72986a5fcf4176ae0cfeb04cf52ec + languageName: node + linkType: hard + +"@jridgewell/trace-mapping@npm:0.3.9": + version: 0.3.9 + resolution: "@jridgewell/trace-mapping@npm:0.3.9" + dependencies: + "@jridgewell/resolve-uri": ^3.0.3 + "@jridgewell/sourcemap-codec": ^1.4.10 + checksum: d89597752fd88d3f3480845691a05a44bd21faac18e2185b6f436c3b0fd0c5a859fbbd9aaa92050c4052caf325ad3e10e2e1d1b64327517471b7d51babc0ddef + languageName: node + linkType: hard + +"@jridgewell/trace-mapping@npm:^0.3.12, @jridgewell/trace-mapping@npm:^0.3.18, @jridgewell/trace-mapping@npm:^0.3.24, @jridgewell/trace-mapping@npm:^0.3.25": + version: 0.3.25 + resolution: "@jridgewell/trace-mapping@npm:0.3.25" + dependencies: + "@jridgewell/resolve-uri": ^3.1.0 + "@jridgewell/sourcemap-codec": ^1.4.14 + checksum: 9d3c40d225e139987b50c48988f8717a54a8c994d8a948ee42e1412e08988761d0754d7d10b803061cc3aebf35f92a5dbbab493bd0e1a9ef9e89a2130e83ba34 + languageName: node + linkType: hard + +"@js-sdsl/ordered-map@npm:^4.4.2": + version: 4.4.2 + resolution: "@js-sdsl/ordered-map@npm:4.4.2" + checksum: a927ae4ff8565ecb75355cc6886a4f8fadbf2af1268143c96c0cce3ba01261d241c3f4ba77f21f3f017a00f91dfe9e0673e95f830255945c80a0e96c6d30508a + languageName: node + linkType: hard + +"@jsdevtools/ono@npm:^7.1.3": + version: 7.1.3 + resolution: "@jsdevtools/ono@npm:7.1.3" + checksum: 2297fcd472ba810bffe8519d2249171132844c7174f3a16634f9260761c8c78bc0428a4190b5b6d72d45673c13918ab9844d706c3ed4ef8f62ab11a2627a08ad + languageName: node + linkType: hard + +"@mapbox/node-pre-gyp@npm:^1.0.0": + version: 1.0.11 + resolution: "@mapbox/node-pre-gyp@npm:1.0.11" + dependencies: + detect-libc: ^2.0.0 + https-proxy-agent: ^5.0.0 + make-dir: ^3.1.0 + node-fetch: ^2.6.7 + nopt: ^5.0.0 + npmlog: ^5.0.1 + rimraf: ^3.0.2 + semver: ^7.3.5 + tar: ^6.1.11 + bin: + node-pre-gyp: bin/node-pre-gyp + checksum: b848f6abc531a11961d780db813cc510ca5a5b6bf3184d72134089c6875a91c44d571ba6c1879470020803f7803609e7b2e6e429651c026fe202facd11d444b8 + languageName: node + linkType: hard + +"@npmcli/agent@npm:^2.0.0": + version: 2.2.2 + resolution: "@npmcli/agent@npm:2.2.2" + dependencies: + agent-base: ^7.1.0 + http-proxy-agent: ^7.0.0 + https-proxy-agent: ^7.0.1 + lru-cache: ^10.0.1 + socks-proxy-agent: ^8.0.3 + checksum: 67de7b88cc627a79743c88bab35e023e23daf13831a8aa4e15f998b92f5507b644d8ffc3788afc8e64423c612e0785a6a92b74782ce368f49a6746084b50d874 + languageName: node + linkType: hard + +"@npmcli/fs@npm:^2.1.0": + version: 2.1.2 + resolution: "@npmcli/fs@npm:2.1.2" + dependencies: + "@gar/promisify": ^1.1.3 + semver: ^7.3.5 + checksum: 405074965e72d4c9d728931b64d2d38e6ea12066d4fad651ac253d175e413c06fe4350970c783db0d749181da8fe49c42d3880bd1cbc12cd68e3a7964d820225 + languageName: node + linkType: hard + +"@npmcli/fs@npm:^3.1.0": + version: 3.1.1 + resolution: "@npmcli/fs@npm:3.1.1" + dependencies: + semver: ^7.3.5 + checksum: d960cab4b93adcb31ce223bfb75c5714edbd55747342efb67dcc2f25e023d930a7af6ece3e75f2f459b6f38fc14d031c766f116cd124fdc937fd33112579e820 + languageName: node + linkType: hard + +"@npmcli/move-file@npm:^2.0.0": + version: 2.0.1 + resolution: "@npmcli/move-file@npm:2.0.1" + dependencies: + mkdirp: ^1.0.4 + rimraf: ^3.0.2 + checksum: 52dc02259d98da517fae4cb3a0a3850227bdae4939dda1980b788a7670636ca2b4a01b58df03dd5f65c1e3cb70c50fa8ce5762b582b3f499ec30ee5ce1fd9380 + languageName: node + linkType: hard + +"@opentelemetry/api@npm:^1.3.0": + version: 1.9.0 + resolution: "@opentelemetry/api@npm:1.9.0" + checksum: 9e88e59d53ced668f3daaecfd721071c5b85a67dd386f1c6f051d1be54375d850016c881f656ffbe9a03bedae85f7e89c2f2b635313f9c9b195ad033cdc31020 + languageName: node + linkType: hard + +"@pkgjs/parseargs@npm:^0.11.0": + version: 0.11.0 + resolution: "@pkgjs/parseargs@npm:0.11.0" + checksum: 6ad6a00fc4f2f2cfc6bff76fb1d88b8ee20bc0601e18ebb01b6d4be583733a860239a521a7fbca73b612e66705078809483549d2b18f370eb346c5155c8e4a0f + languageName: node + linkType: hard + +"@protobufjs/aspromise@npm:^1.1.1, @protobufjs/aspromise@npm:^1.1.2": + version: 1.1.2 + resolution: "@protobufjs/aspromise@npm:1.1.2" + checksum: 011fe7ef0826b0fd1a95935a033a3c0fd08483903e1aa8f8b4e0704e3233406abb9ee25350ec0c20bbecb2aad8da0dcea58b392bbd77d6690736f02c143865d2 + languageName: node + linkType: hard + +"@protobufjs/base64@npm:^1.1.2": + version: 1.1.2 + resolution: "@protobufjs/base64@npm:1.1.2" + checksum: 67173ac34de1e242c55da52c2f5bdc65505d82453893f9b51dc74af9fe4c065cf4a657a4538e91b0d4a1a1e0a0642215e31894c31650ff6e3831471061e1ee9e + languageName: node + linkType: hard + +"@protobufjs/codegen@npm:^2.0.4": + version: 2.0.4 + resolution: "@protobufjs/codegen@npm:2.0.4" + checksum: 59240c850b1d3d0b56d8f8098dd04787dcaec5c5bd8de186fa548de86b86076e1c50e80144b90335e705a044edf5bc8b0998548474c2a10a98c7e004a1547e4b + languageName: node + linkType: hard + +"@protobufjs/eventemitter@npm:^1.1.0": + version: 1.1.0 + resolution: "@protobufjs/eventemitter@npm:1.1.0" + checksum: 0369163a3d226851682f855f81413cbf166cd98f131edb94a0f67f79e75342d86e89df9d7a1df08ac28be2bc77e0a7f0200526bb6c2a407abbfee1f0262d5fd7 + languageName: node + linkType: hard + +"@protobufjs/fetch@npm:^1.1.0": + version: 1.1.0 + resolution: "@protobufjs/fetch@npm:1.1.0" + dependencies: + "@protobufjs/aspromise": ^1.1.1 + "@protobufjs/inquire": ^1.1.0 + checksum: 3fce7e09eb3f1171dd55a192066450f65324fd5f7cc01a431df01bb00d0a895e6bfb5b0c5561ce157ee1d886349c90703d10a4e11a1a256418ff591b969b3477 + languageName: node + linkType: hard + +"@protobufjs/float@npm:^1.0.2": + version: 1.0.2 + resolution: "@protobufjs/float@npm:1.0.2" + checksum: 5781e1241270b8bd1591d324ca9e3a3128d2f768077a446187a049e36505e91bc4156ed5ac3159c3ce3d2ba3743dbc757b051b2d723eea9cd367bfd54ab29b2f + languageName: node + linkType: hard + +"@protobufjs/inquire@npm:^1.1.0": + version: 1.1.0 + resolution: "@protobufjs/inquire@npm:1.1.0" + checksum: ca06f02eaf65ca36fb7498fc3492b7fc087bfcc85c702bac5b86fad34b692bdce4990e0ef444c1e2aea8c034227bd1f0484be02810d5d7e931c55445555646f4 + languageName: node + linkType: hard + +"@protobufjs/path@npm:^1.1.2": + version: 1.1.2 + resolution: "@protobufjs/path@npm:1.1.2" + checksum: 856eeb532b16a7aac071cacde5c5620df800db4c80cee6dbc56380524736205aae21e5ae47739114bf669ab5e8ba0e767a282ad894f3b5e124197cb9224445ee + languageName: node + linkType: hard + +"@protobufjs/pool@npm:^1.1.0": + version: 1.1.0 + resolution: "@protobufjs/pool@npm:1.1.0" + checksum: d6a34fbbd24f729e2a10ee915b74e1d77d52214de626b921b2d77288bd8f2386808da2315080f2905761527cceffe7ec34c7647bd21a5ae41a25e8212ff79451 + languageName: node + linkType: hard + +"@protobufjs/utf8@npm:^1.1.0": + version: 1.1.0 + resolution: "@protobufjs/utf8@npm:1.1.0" + checksum: f9bf3163d13aaa3b6f5e6fbf37a116e094ea021c0e1f2a7ccd0e12a29e2ce08dafba4e8b36e13f8ed7397e1591610ce880ed1289af4d66cf4ace8a36a9557278 + languageName: node + linkType: hard + +"@rollup/plugin-commonjs@npm:^23.0.0": + version: 23.0.7 + resolution: "@rollup/plugin-commonjs@npm:23.0.7" + dependencies: + "@rollup/pluginutils": ^5.0.1 + commondir: ^1.0.1 + estree-walker: ^2.0.2 + glob: ^8.0.3 + is-reference: 1.2.1 + magic-string: ^0.27.0 + peerDependencies: + rollup: ^2.68.0||^3.0.0 + peerDependenciesMeta: + rollup: + optional: true + checksum: 01d90947bd4aa664c568cec172399825921f29afc035a6d8aec153868ab151ce7901ad56a101c76655e31b21567ddc70313c4bca476685b872218f041757a8c9 + languageName: node + linkType: hard + +"@rollup/plugin-node-resolve@npm:^15.0.0": + version: 15.3.0 + resolution: "@rollup/plugin-node-resolve@npm:15.3.0" + dependencies: + "@rollup/pluginutils": ^5.0.1 + "@types/resolve": 1.20.2 + deepmerge: ^4.2.2 + is-module: ^1.0.0 + resolve: ^1.22.1 + peerDependencies: + rollup: ^2.78.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + checksum: 90e4e94b173e7edd57e374ac0cc0a69cc6f1b4507e83731132ac6fa1747d96a5648a48441e4452728429b6db5e67561439b7b2f4d2c6a941a33d38be56d871b4 + languageName: node + linkType: hard + +"@rollup/pluginutils@npm:^5.0.1": + version: 5.1.2 + resolution: "@rollup/pluginutils@npm:5.1.2" + dependencies: + "@types/estree": ^1.0.0 + estree-walker: ^2.0.2 + picomatch: ^2.3.1 + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + checksum: 16c8c154fef9a32c513b52bd79c92ac427edccd05a8dc3994f10c296063940c57bf809d05903b473d9d408aa5977d75b98c701f481dd1856d5ffc37187ac0060 + languageName: node + linkType: hard + +"@sinclair/typebox@npm:^0.27.8": + version: 0.27.8 + resolution: "@sinclair/typebox@npm:0.27.8" + checksum: 00bd7362a3439021aa1ea51b0e0d0a0e8ca1351a3d54c606b115fdcc49b51b16db6e5f43b4fe7a28c38688523e22a94d49dd31168868b655f0d4d50f032d07a1 + languageName: node + linkType: hard + +"@sinonjs/commons@npm:^3.0.0": + version: 3.0.1 + resolution: "@sinonjs/commons@npm:3.0.1" + dependencies: + type-detect: 4.0.8 + checksum: a7c3e7cc612352f4004873747d9d8b2d4d90b13a6d483f685598c945a70e734e255f1ca5dc49702515533c403b32725defff148177453b3f3915bcb60e9d4601 + languageName: node + linkType: hard + +"@sinonjs/fake-timers@npm:^10.0.2": + version: 10.3.0 + resolution: "@sinonjs/fake-timers@npm:10.3.0" + dependencies: + "@sinonjs/commons": ^3.0.0 + checksum: 614d30cb4d5201550c940945d44c9e0b6d64a888ff2cd5b357f95ad6721070d6b8839cd10e15b76bf5e14af0bcc1d8f9ec00d49a46318f1f669a4bec1d7f3148 + languageName: node + linkType: hard + +"@smithy/abort-controller@npm:^3.1.5": + version: 3.1.5 + resolution: "@smithy/abort-controller@npm:3.1.5" + dependencies: + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: 538c88d6dfe84d92a7dead4eb149d48bc59857df8235057727c0481e851b0ceea6aabfd5cc059c9e37e66fbadead461c85d6a7c8436e2db6681f06333e814281 + languageName: node + linkType: hard + +"@smithy/chunked-blob-reader-native@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/chunked-blob-reader-native@npm:3.0.0" + dependencies: + "@smithy/util-base64": ^3.0.0 + tslib: ^2.6.2 + checksum: f97c0c0ce5e9bd2350883df3c232311aa82eb87eb387125f685900326f86fc3aca208e9004291f742f6978abf91a0c1112cc9a803cd0caf0dffbcfa9b6d0239e + languageName: node + linkType: hard + +"@smithy/chunked-blob-reader@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/chunked-blob-reader@npm:3.0.0" + dependencies: + tslib: ^2.6.2 + checksum: 6f520884ade14f1073adb640db2f03eb22a9920f342f37958df3e98327890b741cd909b16cbbc6f70c6c8dd250d6b3a8d76841b685d4871b0403f309267def4f + languageName: node + linkType: hard + +"@smithy/config-resolver@npm:^3.0.9": + version: 3.0.9 + resolution: "@smithy/config-resolver@npm:3.0.9" + dependencies: + "@smithy/node-config-provider": ^3.1.8 + "@smithy/types": ^3.5.0 + "@smithy/util-config-provider": ^3.0.0 + "@smithy/util-middleware": ^3.0.7 + tslib: ^2.6.2 + checksum: 87e61be2ae1690a69974c0860d455a87c696c2da163384d22b582ee0fbee322b73f5d69dea754a2d8681d1b70fd4b0ca8d993ecb13eecf54f28ba3ffabfa0c40 + languageName: node + linkType: hard + +"@smithy/core@npm:^2.4.8": + version: 2.4.8 + resolution: "@smithy/core@npm:2.4.8" + dependencies: + "@smithy/middleware-endpoint": ^3.1.4 + "@smithy/middleware-retry": ^3.0.23 + "@smithy/middleware-serde": ^3.0.7 + "@smithy/protocol-http": ^4.1.4 + "@smithy/smithy-client": ^3.4.0 + "@smithy/types": ^3.5.0 + "@smithy/util-body-length-browser": ^3.0.0 + "@smithy/util-middleware": ^3.0.7 + "@smithy/util-utf8": ^3.0.0 + tslib: ^2.6.2 + checksum: ab9e635f1622e870272f2950bb8f810ec942246b529aa94bc455265d6ba03deb82a0779b74fd3d666f1857fab228061642f90f2f60b73b8f09f52c39b11dc0f2 + languageName: node + linkType: hard + +"@smithy/credential-provider-imds@npm:^3.2.4": + version: 3.2.4 + resolution: "@smithy/credential-provider-imds@npm:3.2.4" + dependencies: + "@smithy/node-config-provider": ^3.1.8 + "@smithy/property-provider": ^3.1.7 + "@smithy/types": ^3.5.0 + "@smithy/url-parser": ^3.0.7 + tslib: ^2.6.2 + checksum: d416f85450aa2402f37ea26a1052e596f92a8a1f9164524313b43ba1ceb9abd3b986c817dbcd6f4fc984054b246ec739efa786ad66ff5604777648a34fc58d54 + languageName: node + linkType: hard + +"@smithy/eventstream-codec@npm:^3.1.6": + version: 3.1.6 + resolution: "@smithy/eventstream-codec@npm:3.1.6" + dependencies: + "@aws-crypto/crc32": 5.2.0 + "@smithy/types": ^3.5.0 + "@smithy/util-hex-encoding": ^3.0.0 + tslib: ^2.6.2 + checksum: 9b7ec78dd0b15c2950d5f89c1240adda5240cab252ecd0e68ed55ac4da5fca4802b237341d42e8fc638c4db93f31459c40c7eb79d8dfc0446e2a925c3fdc1ba2 + languageName: node + linkType: hard + +"@smithy/eventstream-serde-browser@npm:^3.0.10": + version: 3.0.10 + resolution: "@smithy/eventstream-serde-browser@npm:3.0.10" + dependencies: + "@smithy/eventstream-serde-universal": ^3.0.9 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: 292382ae41f5ca0d9d6b1791de2d7d91f93c6957c08ac7179b91d05afa1f116c754b260def0ead1d23ea8fd0f4359969db024470b74be976edadc69c931cb254 + languageName: node + linkType: hard + +"@smithy/eventstream-serde-config-resolver@npm:^3.0.7": + version: 3.0.7 + resolution: "@smithy/eventstream-serde-config-resolver@npm:3.0.7" + dependencies: + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: c1762b21c665a580bb3c89e8811e9b0a22122ebd8633db2a78693f40910b5788c3e5603c905773bec6a1a72bf0e9785a4c011fded658f6f6f2ba616fc4ac5dd6 + languageName: node + linkType: hard + +"@smithy/eventstream-serde-node@npm:^3.0.9": + version: 3.0.9 + resolution: "@smithy/eventstream-serde-node@npm:3.0.9" + dependencies: + "@smithy/eventstream-serde-universal": ^3.0.9 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: 3f5dd216366f461d99c9100215d7e122fccf32ae78ffb6a5164277363ed1510c087bfcb3a31731f48368c179f57ea9b46ae2a19bbe3562da07cd6ada06a47e9c + languageName: node + linkType: hard + +"@smithy/eventstream-serde-universal@npm:^3.0.9": + version: 3.0.9 + resolution: "@smithy/eventstream-serde-universal@npm:3.0.9" + dependencies: + "@smithy/eventstream-codec": ^3.1.6 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: d247fdb9155063af562123dd1970f8d17a1871c3793355fc86c875bf3088aca44e6f3b17a704f4d9331a84ac9811b4592e3ecab54a90e600d6e717fc9f6781c6 + languageName: node + linkType: hard + +"@smithy/fetch-http-handler@npm:^3.2.9": + version: 3.2.9 + resolution: "@smithy/fetch-http-handler@npm:3.2.9" + dependencies: + "@smithy/protocol-http": ^4.1.4 + "@smithy/querystring-builder": ^3.0.7 + "@smithy/types": ^3.5.0 + "@smithy/util-base64": ^3.0.0 + tslib: ^2.6.2 + checksum: 3b8eed12bff9d39e23989ea424e112530e01c81f983f15a3bfc4265baa06feb230267d095588705c5a8002cc4a2bfcd834b0341bff60a6236dcc24599ecf8327 + languageName: node + linkType: hard + +"@smithy/hash-blob-browser@npm:^3.1.6": + version: 3.1.6 + resolution: "@smithy/hash-blob-browser@npm:3.1.6" + dependencies: + "@smithy/chunked-blob-reader": ^3.0.0 + "@smithy/chunked-blob-reader-native": ^3.0.0 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: 4807ad388f552a5f27f168c4efa9cd88c14a2dc75a047137ccab88ef2dfb70729ef7800ca2ae12f2a41adb3149c5d4605eac81ef64880912766d6b59d258ad81 + languageName: node + linkType: hard + +"@smithy/hash-node@npm:^3.0.7": + version: 3.0.7 + resolution: "@smithy/hash-node@npm:3.0.7" + dependencies: + "@smithy/types": ^3.5.0 + "@smithy/util-buffer-from": ^3.0.0 + "@smithy/util-utf8": ^3.0.0 + tslib: ^2.6.2 + checksum: 7a3b432e498efc1d8f229d58a760fae92f1d8a434eb9865b2b4dccea521bd318a97a366e0fdd2e41e2eb02ee6c78c9d3a076a993d5c970e33b0051b4d209128b + languageName: node + linkType: hard + +"@smithy/hash-stream-node@npm:^3.1.6": + version: 3.1.6 + resolution: "@smithy/hash-stream-node@npm:3.1.6" + dependencies: + "@smithy/types": ^3.5.0 + "@smithy/util-utf8": ^3.0.0 + tslib: ^2.6.2 + checksum: e6427f7865667ad3a72eb9aace0d19718100fd4b14fb9f1e85c09b68b0b7ed608e26d1c2b9c6829be2f89aaa3fa3c122b1a5d5beea43c1026a43f70e748d8483 + languageName: node + linkType: hard + +"@smithy/invalid-dependency@npm:^3.0.7": + version: 3.0.7 + resolution: "@smithy/invalid-dependency@npm:3.0.7" + dependencies: + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: 6ccfd995686c12cceedf4408021d30e83b88785d77f5ab2e0ee2fab034828a782464f47828acf76d282d37daf20ffff9f27bdd1ce0499926299e560143b28cad + languageName: node + linkType: hard + +"@smithy/is-array-buffer@npm:^2.2.0": + version: 2.2.0 + resolution: "@smithy/is-array-buffer@npm:2.2.0" + dependencies: + tslib: ^2.6.2 + checksum: cd12c2e27884fec89ca8966d33c9dc34d3234efe89b33a9b309c61ebcde463e6f15f6a02d31d4fddbfd6e5904743524ca5b95021b517b98fe10957c2da0cd5fc + languageName: node + linkType: hard + +"@smithy/is-array-buffer@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/is-array-buffer@npm:3.0.0" + dependencies: + tslib: ^2.6.2 + checksum: ce7440fcb1ce3c46722cff11c33e2f62a9df86d74fa2054a8e6b540302a91211cf6e4e3b1b7aac7030c6c8909158c1b6867c394201fa8afc6b631979956610e5 + languageName: node + linkType: hard + +"@smithy/md5-js@npm:^3.0.7": + version: 3.0.7 + resolution: "@smithy/md5-js@npm:3.0.7" + dependencies: + "@smithy/types": ^3.5.0 + "@smithy/util-utf8": ^3.0.0 + tslib: ^2.6.2 + checksum: d9badbd5361babc30103ef9e9a6c3b24b49d058de1ccd6765fbe1867753f9c8a97100e1ce88509fa50e1aec3135603b466c2ef21af5acba281f745a6eea0f034 + languageName: node + linkType: hard + +"@smithy/middleware-content-length@npm:^3.0.9": + version: 3.0.9 + resolution: "@smithy/middleware-content-length@npm:3.0.9" + dependencies: + "@smithy/protocol-http": ^4.1.4 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: 0299e2573942b5f073d5dadf45778b61db530f79356e08594eb947060c603202282f45e6fd8c8f5e64f6184ca6b987cd3e8f55dfc8d189809af3d7b47230a2d7 + languageName: node + linkType: hard + +"@smithy/middleware-endpoint@npm:^3.1.4": + version: 3.1.4 + resolution: "@smithy/middleware-endpoint@npm:3.1.4" + dependencies: + "@smithy/middleware-serde": ^3.0.7 + "@smithy/node-config-provider": ^3.1.8 + "@smithy/shared-ini-file-loader": ^3.1.8 + "@smithy/types": ^3.5.0 + "@smithy/url-parser": ^3.0.7 + "@smithy/util-middleware": ^3.0.7 + tslib: ^2.6.2 + checksum: 34cc4115fc57c9db90e6b74f4039e35e9e3cec94411173a3c0c14bacf99d86712ee51423b98b4d62695a5425a53d108fc0a2e11510df4b17a36f0496af03ddc1 + languageName: node + linkType: hard + +"@smithy/middleware-retry@npm:^3.0.23": + version: 3.0.23 + resolution: "@smithy/middleware-retry@npm:3.0.23" + dependencies: + "@smithy/node-config-provider": ^3.1.8 + "@smithy/protocol-http": ^4.1.4 + "@smithy/service-error-classification": ^3.0.7 + "@smithy/smithy-client": ^3.4.0 + "@smithy/types": ^3.5.0 + "@smithy/util-middleware": ^3.0.7 + "@smithy/util-retry": ^3.0.7 + tslib: ^2.6.2 + uuid: ^9.0.1 + checksum: 8d991ce755f644d2e8934eeaef7af9a358dcabd452ed21533fa298a119919d1298f9211f23a9d291970a3ec7dd4c7479d0bdfbaef4ff4633d5375bdc289ff761 + languageName: node + linkType: hard + +"@smithy/middleware-serde@npm:^3.0.7": + version: 3.0.7 + resolution: "@smithy/middleware-serde@npm:3.0.7" + dependencies: + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: 6ec3a000049a5e3212c5814b5500b562669a75ef42f4efecf13f0726614982488b89bb3d55fd163eb655a1e58bf490e387f8f5d5bfb4fc51bb63dffd550e15e6 + languageName: node + linkType: hard + +"@smithy/middleware-stack@npm:^3.0.7": + version: 3.0.7 + resolution: "@smithy/middleware-stack@npm:3.0.7" + dependencies: + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: f29af8abb52e58b9cbb59c5187e0758279dd7d50c350ae2ad3cf123277fb652976c72be44d0be459e6db42294a0dca24eaf0fa6aead33a9e4b7109437102246f + languageName: node + linkType: hard + +"@smithy/node-config-provider@npm:^3.1.8": + version: 3.1.8 + resolution: "@smithy/node-config-provider@npm:3.1.8" + dependencies: + "@smithy/property-provider": ^3.1.7 + "@smithy/shared-ini-file-loader": ^3.1.8 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: 20b6d0e5e2487954a1a7235ca4bd4efa81e90f5cbd25b361e70e5d173807b346646109c62ace7c32d999938cb0825fa9aea54b597e487b18879dc433676d4e0c + languageName: node + linkType: hard + +"@smithy/node-http-handler@npm:^3.2.4": + version: 3.2.4 + resolution: "@smithy/node-http-handler@npm:3.2.4" + dependencies: + "@smithy/abort-controller": ^3.1.5 + "@smithy/protocol-http": ^4.1.4 + "@smithy/querystring-builder": ^3.0.7 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: 658934366953828af04e5f8d0229f24e8ff783c1bd34b179203099321e4b41b19dfd921c3ef431d8067fc2d49a0c806d0c758fff6ea10606e092480dcf6b0f26 + languageName: node + linkType: hard + +"@smithy/property-provider@npm:^3.1.7": + version: 3.1.7 + resolution: "@smithy/property-provider@npm:3.1.7" + dependencies: + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: c0b9fdbfeb4100ddc27811f32af75d3b02496b2323b215f30a13f4de6f4d821597731b02123061cea23b6bb81fba91bc24ecc3cf0e8e035a8a100559b7d43e27 + languageName: node + linkType: hard + +"@smithy/protocol-http@npm:^4.1.4": + version: 4.1.4 + resolution: "@smithy/protocol-http@npm:4.1.4" + dependencies: + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: c0655e2031ec6ae96d63a125b76ca9bb46b3e4b8f4436ef0ea9bcf08303c1b6cdd4f0d17a1cd87cfdbe60bde34e5001d65f91d4e3eaa24cf560ed718967686de + languageName: node + linkType: hard + +"@smithy/querystring-builder@npm:^3.0.7": + version: 3.0.7 + resolution: "@smithy/querystring-builder@npm:3.0.7" + dependencies: + "@smithy/types": ^3.5.0 + "@smithy/util-uri-escape": ^3.0.0 + tslib: ^2.6.2 + checksum: 0c41ce1993ce4b7dc509bc1fa50c42000a1cb5801601fc28d9113494349c337e88f77bff998f0debf0be0eba41d67d653a6648eea0f5b3b1e0f8a3cd57229631 + languageName: node + linkType: hard + +"@smithy/querystring-parser@npm:^3.0.7": + version: 3.0.7 + resolution: "@smithy/querystring-parser@npm:3.0.7" + dependencies: + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: 5ef80af89f1c1aed44ce263d91da5ba48f0858136d1f1b041524e6cbcc7d5c5345642ff6ef876fe1469107a3cd9815fc084057be2601bcafa6ff383c21dff5d0 + languageName: node + linkType: hard + +"@smithy/service-error-classification@npm:^3.0.7": + version: 3.0.7 + resolution: "@smithy/service-error-classification@npm:3.0.7" + dependencies: + "@smithy/types": ^3.5.0 + checksum: a6370ee348f4b66698a193a680ab5c81e0ed4d5fac8204cbbd9967c869feceb0b6d129f8d0e4823538ab699d7f3ab3ff8151e791221ee5f97742423b0e76b321 + languageName: node + linkType: hard + +"@smithy/shared-ini-file-loader@npm:^3.1.8": + version: 3.1.8 + resolution: "@smithy/shared-ini-file-loader@npm:3.1.8" + dependencies: + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: 0ad620cb4a641786f205e6f01ac00433afee6dbe5d14180458841cab3b9322b580caf18c9f9cf24d71d063bdf3b5716b159045e386f10f1c87847fff85272b70 + languageName: node + linkType: hard + +"@smithy/signature-v4@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/signature-v4@npm:4.2.0" + dependencies: + "@smithy/is-array-buffer": ^3.0.0 + "@smithy/protocol-http": ^4.1.4 + "@smithy/types": ^3.5.0 + "@smithy/util-hex-encoding": ^3.0.0 + "@smithy/util-middleware": ^3.0.7 + "@smithy/util-uri-escape": ^3.0.0 + "@smithy/util-utf8": ^3.0.0 + tslib: ^2.6.2 + checksum: edf0fa3ee5a65dbc132dd3a9f9ca6dcbeefa33b96e701dd7de4cb965ca3000ad706bf7ec87c50a9f71a86a6610fac5315ab96d5247e6b550b75548a3d9ecb667 + languageName: node + linkType: hard + +"@smithy/smithy-client@npm:^3.4.0": + version: 3.4.0 + resolution: "@smithy/smithy-client@npm:3.4.0" + dependencies: + "@smithy/middleware-endpoint": ^3.1.4 + "@smithy/middleware-stack": ^3.0.7 + "@smithy/protocol-http": ^4.1.4 + "@smithy/types": ^3.5.0 + "@smithy/util-stream": ^3.1.9 + tslib: ^2.6.2 + checksum: 4eb8387ca16064fc1c0c59d502f5d611fb3ee9c06e0ebd3c1a540bb8f1e709e0073bcc9aa9c3c337db1e3d4a799a376d2f29d3f90b008a431a6216805a217e6e + languageName: node + linkType: hard + +"@smithy/types@npm:^3.5.0": + version: 3.5.0 + resolution: "@smithy/types@npm:3.5.0" + dependencies: + tslib: ^2.6.2 + checksum: 5d297005549991f6928daf038e0610c959423add6e435af970b8c8dcac988bf62b0cdbf4dd5df43197d9bc7af5c290792f17af6e2f5051be2ffa40dd98ab4659 + languageName: node + linkType: hard + +"@smithy/url-parser@npm:^3.0.7": + version: 3.0.7 + resolution: "@smithy/url-parser@npm:3.0.7" + dependencies: + "@smithy/querystring-parser": ^3.0.7 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: b0e4939c95de0183d90335a173d642602267070748fb95030d0949f5d113b0048c397e949b0861ed352d9c9a45221348f18a0a636d3219262da56e139232b004 + languageName: node + linkType: hard + +"@smithy/util-base64@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-base64@npm:3.0.0" + dependencies: + "@smithy/util-buffer-from": ^3.0.0 + "@smithy/util-utf8": ^3.0.0 + tslib: ^2.6.2 + checksum: 413f26046a7e98b2661a078f218a8d040c820fc5a02f5e364aff58c3957e28fde1ac4048c2ebbad5d87b9da4b9aa98a8d4a7fb0d2ce97def33738bd7d8d79aa0 + languageName: node + linkType: hard + +"@smithy/util-body-length-browser@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-body-length-browser@npm:3.0.0" + dependencies: + tslib: ^2.6.2 + checksum: b01d8258b9a25b262734fc49cefefe48583ba193c3eefd49a6f7fd5922c3015d23dda88b52f3dd9a16827cad16b5b9425eef01e91bd0c71bb5abc469d2952c07 + languageName: node + linkType: hard + +"@smithy/util-body-length-node@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-body-length-node@npm:3.0.0" + dependencies: + tslib: ^2.6.2 + checksum: da1baf4790609d3dc28c88385c7274fdf9b91a641fe3c5af22b78e18156df17bd470181348f43b2c739680936b1dafb1526158dfd817c3d9ecb71e653b4cbe3f + languageName: node + linkType: hard + +"@smithy/util-buffer-from@npm:^2.2.0": + version: 2.2.0 + resolution: "@smithy/util-buffer-from@npm:2.2.0" + dependencies: + "@smithy/is-array-buffer": ^2.2.0 + tslib: ^2.6.2 + checksum: 424c5b7368ae5880a8f2732e298d17879a19ca925f24ca45e1c6c005f717bb15b76eb28174d308d81631ad457ea0088aab0fd3255dd42f45a535c81944ad64d3 + languageName: node + linkType: hard + +"@smithy/util-buffer-from@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-buffer-from@npm:3.0.0" + dependencies: + "@smithy/is-array-buffer": ^3.0.0 + tslib: ^2.6.2 + checksum: 1bfc4ab093fe98132bbc1ccd36a0b9ad75a31ed26bac4b7e9350205513a2481eb190ae44679ab4fecc5e10d367b5e6592bbfbf792671579d17d17bd7f7f233f5 + languageName: node + linkType: hard + +"@smithy/util-config-provider@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-config-provider@npm:3.0.0" + dependencies: + tslib: ^2.6.2 + checksum: fc0f5f57d30261cf3a6693d8e338b9d269332c478ee18d905309a769844188190caf0564855d7e84f6c61e56aa556195dda89f65e8c30791951cf4999e4a70e7 + languageName: node + linkType: hard + +"@smithy/util-defaults-mode-browser@npm:^3.0.23": + version: 3.0.23 + resolution: "@smithy/util-defaults-mode-browser@npm:3.0.23" + dependencies: + "@smithy/property-provider": ^3.1.7 + "@smithy/smithy-client": ^3.4.0 + "@smithy/types": ^3.5.0 + bowser: ^2.11.0 + tslib: ^2.6.2 + checksum: 8b95eddff68fa1372ef4c2b076a928bee925ca04fcfc86de3a14956f297a69cd880b51176d5b008c093244c0776b6cd8d7bd355d6cfb609d99330f3996daea31 + languageName: node + linkType: hard + +"@smithy/util-defaults-mode-node@npm:^3.0.23": + version: 3.0.23 + resolution: "@smithy/util-defaults-mode-node@npm:3.0.23" + dependencies: + "@smithy/config-resolver": ^3.0.9 + "@smithy/credential-provider-imds": ^3.2.4 + "@smithy/node-config-provider": ^3.1.8 + "@smithy/property-provider": ^3.1.7 + "@smithy/smithy-client": ^3.4.0 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: 6e961b50a1c1141d301b1fc4bd006ae9430567737a382ffd8a20db01bc8ef42fa6d38539fe7b99c2504d2b69165987d1b8cdeefd263157292608ef2ebdfb86fa + languageName: node + linkType: hard + +"@smithy/util-endpoints@npm:^2.1.3": + version: 2.1.3 + resolution: "@smithy/util-endpoints@npm:2.1.3" + dependencies: + "@smithy/node-config-provider": ^3.1.8 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: 63a362e1b521a63d9f535f4cfd4e4168e08be51f4e44a406adf840427b96f7295eee9343648a51c472a8fefa603b0f3644f876bc241b0a487d05343819f7aacf + languageName: node + linkType: hard + +"@smithy/util-hex-encoding@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-hex-encoding@npm:3.0.0" + dependencies: + tslib: ^2.6.2 + checksum: dd32fd71e915825987a18bf7c0f8f0c4956d0b17a0ee71592b5563bb20e04f24dbf81d36161aac07caab3bb5e535cc609fce20aa4a38f66b457c4c6f5c7748d9 + languageName: node + linkType: hard + +"@smithy/util-middleware@npm:^3.0.7": + version: 3.0.7 + resolution: "@smithy/util-middleware@npm:3.0.7" + dependencies: + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: ed1f9751d650ba5d980a39e140f50780b655b8842b3a0f9de13aa38d87e327eabc2dda1a0b8f35fa633f46cadb223669837137ab2aa01b600753a0ddca7bcbfb + languageName: node + linkType: hard + +"@smithy/util-retry@npm:^3.0.7": + version: 3.0.7 + resolution: "@smithy/util-retry@npm:3.0.7" + dependencies: + "@smithy/service-error-classification": ^3.0.7 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: 8af7ed849a7db65e9229a885490cd843c3f9b35248c661d6197a31d7cc0aa33c1790734b716e80e19b569d8149b1f6d8a3dfab4d887a155e64a3ea03bd7d504d + languageName: node + linkType: hard + +"@smithy/util-stream@npm:^3.1.9": + version: 3.1.9 + resolution: "@smithy/util-stream@npm:3.1.9" + dependencies: + "@smithy/fetch-http-handler": ^3.2.9 + "@smithy/node-http-handler": ^3.2.4 + "@smithy/types": ^3.5.0 + "@smithy/util-base64": ^3.0.0 + "@smithy/util-buffer-from": ^3.0.0 + "@smithy/util-hex-encoding": ^3.0.0 + "@smithy/util-utf8": ^3.0.0 + tslib: ^2.6.2 + checksum: 4a9777742034ce0f5a3403bbe99c54c84cb26aa55ad5255346a006a574e658ae36b9d001666e931ef485614d288c76e33e35c8966b0af52e3fa6a7ac9772de8b + languageName: node + linkType: hard + +"@smithy/util-uri-escape@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-uri-escape@npm:3.0.0" + dependencies: + tslib: ^2.6.2 + checksum: d7ee01c978e2b08d0a89a3b678f5d5e5d5bb4ab4ab85567a238b1a6195dff1bdaf9ae62497e7f32ff5121b3dc007c370bcb6e8ef79b01fe5acdec5bbce8c7ce4 + languageName: node + linkType: hard + +"@smithy/util-utf8@npm:^2.0.0": + version: 2.3.0 + resolution: "@smithy/util-utf8@npm:2.3.0" + dependencies: + "@smithy/util-buffer-from": ^2.2.0 + tslib: ^2.6.2 + checksum: 00e55d4b4e37d48be0eef3599082402b933c52a1407fed7e8e8ad76d94d81a0b30b8bfaf2047c59d9c3af31e5f20e7a8c959cb7ae270f894255e05a2229964f0 + languageName: node + linkType: hard + +"@smithy/util-utf8@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-utf8@npm:3.0.0" + dependencies: + "@smithy/util-buffer-from": ^3.0.0 + tslib: ^2.6.2 + checksum: d97be1748963263a1161ba80417d82318b977b38542f3fdf0379b0162461188be680e5bfb66a89d65652f0fad6ecf2ab23a43205979216e50602488f73434da3 + languageName: node + linkType: hard + +"@smithy/util-waiter@npm:^3.1.6": + version: 3.1.6 + resolution: "@smithy/util-waiter@npm:3.1.6" + dependencies: + "@smithy/abort-controller": ^3.1.5 + "@smithy/types": ^3.5.0 + tslib: ^2.6.2 + checksum: 8375e3530c19565f98e3a6ccbf2a332939f3d01817f0d100d8fcf6033eac2233df9debef181572dce2589e76aae140a3cc713d8715d4b29f73a294a48f857575 + languageName: node + linkType: hard + +"@supabase/auth-js@npm:2.65.0": + version: 2.65.0 + resolution: "@supabase/auth-js@npm:2.65.0" + dependencies: + "@supabase/node-fetch": ^2.6.14 + checksum: c6396f6c384f4787352a09e40c192cbf990dd566773b6e55eb7921726052144bfe592e2550bd1bd743545af3a03b2602ef41a9e69f9f966f84923049d0128404 + languageName: node + linkType: hard + +"@supabase/functions-js@npm:2.4.1": + version: 2.4.1 + resolution: "@supabase/functions-js@npm:2.4.1" + dependencies: + "@supabase/node-fetch": ^2.6.14 + checksum: 786a1499b26b928f39b9af68b44bfc0a016c525d85c6b8bd2f6cd712e53db3ab5099ed4e7b1038ae8527dcee16a3aa8f80618a7227d322052810d378746d7154 + languageName: node + linkType: hard + +"@supabase/node-fetch@npm:2.6.15, @supabase/node-fetch@npm:^2.6.14": + version: 2.6.15 + resolution: "@supabase/node-fetch@npm:2.6.15" + dependencies: + whatwg-url: ^5.0.0 + checksum: 9673b49236a56df49eb7ea5cb789cf4e8b1393069b84b4964ac052995e318a34872f428726d128f232139e17c3375a531e45e99edd3e96a25cce60d914b53879 + languageName: node + linkType: hard + +"@supabase/postgrest-js@npm:1.16.1": + version: 1.16.1 + resolution: "@supabase/postgrest-js@npm:1.16.1" + dependencies: + "@supabase/node-fetch": ^2.6.14 + checksum: 695d41c935c8745a16ee3b597fe2d1b94ba69715f3b15da8f1e332ef4a556e41ba0591889fa37cadb53900e2c58f4298ece4dd13e35f6b25fbeb54c3e0aabc90 + languageName: node + linkType: hard + +"@supabase/realtime-js@npm:2.10.2": + version: 2.10.2 + resolution: "@supabase/realtime-js@npm:2.10.2" + dependencies: + "@supabase/node-fetch": ^2.6.14 + "@types/phoenix": ^1.5.4 + "@types/ws": ^8.5.10 + ws: ^8.14.2 + checksum: a98342e6a8437c2c14a86728abd12f21d853f167fb22ede46ef680cc0ef990bf7c8a8403c448ab335d884cfe8c3b2f6c4e3363dcb777511ee3abb6270d65a954 + languageName: node + linkType: hard + +"@supabase/storage-js@npm:2.7.0": + version: 2.7.0 + resolution: "@supabase/storage-js@npm:2.7.0" + dependencies: + "@supabase/node-fetch": ^2.6.14 + checksum: 1796214103d0afae0d9e960bd22cbd621f746a845c56e409a5a7fa88cbdfcec6a53ac0ffb6b5197ec88540c8c17a5cc888ec3edf5928b48b83bb7f315a17465c + languageName: node + linkType: hard + +"@supabase/supabase-js@npm:^2.26.0": + version: 2.45.4 + resolution: "@supabase/supabase-js@npm:2.45.4" + dependencies: + "@supabase/auth-js": 2.65.0 + "@supabase/functions-js": 2.4.1 + "@supabase/node-fetch": 2.6.15 + "@supabase/postgrest-js": 1.16.1 + "@supabase/realtime-js": 2.10.2 + "@supabase/storage-js": 2.7.0 + checksum: 5611e13a1ffd0e0773148eccdadcf746240b4d47dfe771220793c3f6ec2d8eedef638d27aa23a2b020bce3fb68efda511d4e9746792e7524349f7e17bd53eb99 + languageName: node + linkType: hard + +"@swagger-api/apidom-ast@npm:^1.0.0-alpha.9": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-ast@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-error": ^1.0.0-alpha.9 + "@types/ramda": ~0.30.0 + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + unraw: ^3.0.0 + checksum: c3a6efab1419ea3130074c4d4b57e12806158856b988e6aeef7916d25d3e005f0e1cfb6e0e87c621d84ad2fc4cdbb39dbc55efd0cde602198e41eca4a0e67abe + languageName: node + linkType: hard + +"@swagger-api/apidom-core@npm:>=1.0.0-alpha.9 <1.0.0-beta.0, @swagger-api/apidom-core@npm:^1.0.0-alpha.9": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-core@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-ast": ^1.0.0-alpha.9 + "@swagger-api/apidom-error": ^1.0.0-alpha.9 + "@types/ramda": ~0.30.0 + minim: ~0.23.8 + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + short-unique-id: ^5.0.2 + ts-mixer: ^6.0.3 + checksum: 20b159c5f8a9d8b6d22415d96d6cc0590f8afcecfcd683b6edd7448426af9f98225411e8e586b4e1d1f76226bd2ab6bc8aca98ee04b39ca47051854a9909f969 + languageName: node + linkType: hard + +"@swagger-api/apidom-error@npm:>=1.0.0-alpha.9 <1.0.0-beta.0, @swagger-api/apidom-error@npm:^1.0.0-alpha.1, @swagger-api/apidom-error@npm:^1.0.0-alpha.9": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-error@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + checksum: 8bec3120c5b52e7ba11128f3ebd999037105dc0849e5784fe0363260c98c52719d26ad3b69b8de9848bdd3e3abae2452270764d8aef30e890e4870dcccdeea9a + languageName: node + linkType: hard + +"@swagger-api/apidom-json-pointer@npm:>=1.0.0-alpha.9 <1.0.0-beta.0, @swagger-api/apidom-json-pointer@npm:^1.0.0-alpha.1, @swagger-api/apidom-json-pointer@npm:^1.0.0-alpha.9": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-json-pointer@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-core": ^1.0.0-alpha.9 + "@swagger-api/apidom-error": ^1.0.0-alpha.9 + "@types/ramda": ~0.30.0 + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + checksum: 053f9b4fb64728e8eea0200771e9809875a3480cdd82cf5b7bcb0de3cf674d3e4d1ec1e609dc5adffc232e0db6fb142e7189f47d5c3013a594afa8bacc475c5c + languageName: node + linkType: hard + +"@swagger-api/apidom-ns-api-design-systems@npm:^1.0.0-alpha.9": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-ns-api-design-systems@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-core": ^1.0.0-alpha.9 + "@swagger-api/apidom-error": ^1.0.0-alpha.9 + "@swagger-api/apidom-ns-openapi-3-1": ^1.0.0-alpha.9 + "@types/ramda": ~0.30.0 + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + ts-mixer: ^6.0.3 + checksum: f8be1d0a21b0da66bd89def6fc8e7b7c2403913ac2514a4dd73ce287eccf6b93a6f6eaf4b114fa648ef682ab9eeddb394ef37e994cf921f21bfaac1503f5bddb + languageName: node + linkType: hard + +"@swagger-api/apidom-ns-asyncapi-2@npm:^1.0.0-alpha.1, @swagger-api/apidom-ns-asyncapi-2@npm:^1.0.0-alpha.9": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-ns-asyncapi-2@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-core": ^1.0.0-alpha.9 + "@swagger-api/apidom-ns-json-schema-draft-7": ^1.0.0-alpha.9 + "@types/ramda": ~0.30.0 + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + ts-mixer: ^6.0.3 + checksum: c313c353ef0df6908c257b7df441242d25bd95bf6d89a331163f0a0de257f7173c44d78260d8969c6e29debf98008e000e4c75f01d8dd933583dc8116cc841a8 + languageName: node + linkType: hard + +"@swagger-api/apidom-ns-json-schema-draft-4@npm:^1.0.0-alpha.9": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-ns-json-schema-draft-4@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-ast": ^1.0.0-alpha.9 + "@swagger-api/apidom-core": ^1.0.0-alpha.9 + "@types/ramda": ~0.30.0 + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + ts-mixer: ^6.0.4 + checksum: 502b2f7fde36d628d21cb0303bba3e08f620bf3cfbbed74ed89e869928a50bb730d48c5edcb1797149be5c35428af3edb6fffbd0150a307bfe7cb393ea7c1a83 + languageName: node + linkType: hard + +"@swagger-api/apidom-ns-json-schema-draft-6@npm:^1.0.0-alpha.9": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-ns-json-schema-draft-6@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-core": ^1.0.0-alpha.9 + "@swagger-api/apidom-error": ^1.0.0-alpha.9 + "@swagger-api/apidom-ns-json-schema-draft-4": ^1.0.0-alpha.9 + "@types/ramda": ~0.30.0 + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + ts-mixer: ^6.0.4 + checksum: 8a9b1f265d5ebd95866e15f7bd516f9f214d2a75c57f34c36eb4442cd5b8ddb747e6d6c3d14c77915f5408baec9d58352cd0276e20cea3b8857d627916a0906f + languageName: node + linkType: hard + +"@swagger-api/apidom-ns-json-schema-draft-7@npm:^1.0.0-alpha.9": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-ns-json-schema-draft-7@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-core": ^1.0.0-alpha.9 + "@swagger-api/apidom-error": ^1.0.0-alpha.9 + "@swagger-api/apidom-ns-json-schema-draft-6": ^1.0.0-alpha.9 + "@types/ramda": ~0.30.0 + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + ts-mixer: ^6.0.4 + checksum: 03b281bd2d8376cc76e59ad960cfcf114a83699761f0f024da0759dbf88d920e52180fd07f1fef4ed122472408ee7b64888b4ef8cd09b3e051db400596906fc9 + languageName: node + linkType: hard + +"@swagger-api/apidom-ns-openapi-2@npm:^1.0.0-alpha.1, @swagger-api/apidom-ns-openapi-2@npm:^1.0.0-alpha.9": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-ns-openapi-2@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-core": ^1.0.0-alpha.9 + "@swagger-api/apidom-error": ^1.0.0-alpha.9 + "@swagger-api/apidom-ns-json-schema-draft-4": ^1.0.0-alpha.9 + "@types/ramda": ~0.30.0 + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + ts-mixer: ^6.0.3 + checksum: 5b71a8cc3c60807e020d7795b66c6d309e8548e1d16bbf2d860cce6877ab79fd35efb4750bb1f92c89d8d25391a4b22c6c2bd2fdf2d97e6befd3bfaf536be9da + languageName: node + linkType: hard + +"@swagger-api/apidom-ns-openapi-3-0@npm:^1.0.0-alpha.1, @swagger-api/apidom-ns-openapi-3-0@npm:^1.0.0-alpha.9": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-ns-openapi-3-0@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-core": ^1.0.0-alpha.9 + "@swagger-api/apidom-error": ^1.0.0-alpha.9 + "@swagger-api/apidom-ns-json-schema-draft-4": ^1.0.0-alpha.9 + "@types/ramda": ~0.30.0 + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + ts-mixer: ^6.0.3 + checksum: c5ff6891df51e16ac4e5bd354607c5c4824b12f28cb7e7d48385cc96e9e9431646ed0c18fc856282e4805dec1f123ea2be6b3b4f1025692f47e0d8b55b36baa5 + languageName: node + linkType: hard + +"@swagger-api/apidom-ns-openapi-3-1@npm:>=1.0.0-alpha.9 <1.0.0-beta.0, @swagger-api/apidom-ns-openapi-3-1@npm:^1.0.0-alpha.1, @swagger-api/apidom-ns-openapi-3-1@npm:^1.0.0-alpha.9": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-ns-openapi-3-1@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-ast": ^1.0.0-alpha.9 + "@swagger-api/apidom-core": ^1.0.0-alpha.9 + "@swagger-api/apidom-json-pointer": ^1.0.0-alpha.9 + "@swagger-api/apidom-ns-openapi-3-0": ^1.0.0-alpha.9 + "@types/ramda": ~0.30.0 + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + ts-mixer: ^6.0.3 + checksum: d92819332525beead1ce85e83976dd3b2a5375005893b92251b2fa288f3b410ceb6dd6ace99d3eefd134e4c26a5cd7e3d8faec9f684e5c366ccb3283f4aa05b3 + languageName: node + linkType: hard + +"@swagger-api/apidom-ns-workflows-1@npm:^1.0.0-alpha.1, @swagger-api/apidom-ns-workflows-1@npm:^1.0.0-alpha.9": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-ns-workflows-1@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-core": ^1.0.0-alpha.9 + "@swagger-api/apidom-ns-openapi-3-1": ^1.0.0-alpha.9 + "@types/ramda": ~0.30.0 + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + ts-mixer: ^6.0.3 + checksum: e0573385e383270ef770c1a166d9041284841944674f33896293cb5e903a05064a46c27970e1adf59129f7a849d9b23471417d71a3f4df00a934da26fec46361 + languageName: node + linkType: hard + +"@swagger-api/apidom-parser-adapter-api-design-systems-json@npm:^1.0.0-alpha.1": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-parser-adapter-api-design-systems-json@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-core": ^1.0.0-alpha.9 + "@swagger-api/apidom-ns-api-design-systems": ^1.0.0-alpha.9 + "@swagger-api/apidom-parser-adapter-json": ^1.0.0-alpha.9 + "@types/ramda": ~0.30.0 + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + checksum: c17d417c3a39635dfc5c3e2e7cb6d42c304e0b2c7666f303ca8ac53b7d3b5590e59d96d05c4c85637d81828763587b5398c1ba0779f860860111275ab4e34e96 + languageName: node + linkType: hard + +"@swagger-api/apidom-parser-adapter-api-design-systems-yaml@npm:^1.0.0-alpha.1": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-parser-adapter-api-design-systems-yaml@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-core": ^1.0.0-alpha.9 + "@swagger-api/apidom-ns-api-design-systems": ^1.0.0-alpha.9 + "@swagger-api/apidom-parser-adapter-yaml-1-2": ^1.0.0-alpha.9 + "@types/ramda": ~0.30.0 + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + checksum: 3fb5f66282fcb561cc727c209be05c3b086f5413dcca41357f09bc979dd5fdadb442d0cc0974cfdc95df991f6af083504dbecfa869755eec867a769c7d5652bc + languageName: node + linkType: hard + +"@swagger-api/apidom-parser-adapter-asyncapi-json-2@npm:^1.0.0-alpha.1": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-parser-adapter-asyncapi-json-2@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-core": ^1.0.0-alpha.9 + "@swagger-api/apidom-ns-asyncapi-2": ^1.0.0-alpha.9 + "@swagger-api/apidom-parser-adapter-json": ^1.0.0-alpha.9 + "@types/ramda": ~0.30.0 + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + checksum: bac3b6bf79fbd7f95a0a35935ff4b7a7f305e03257f32ac57ad00c9e942d5141946af943b74878ff5de64b12fca2824abcf3575507bad8379482b15dc812befb + languageName: node + linkType: hard + +"@swagger-api/apidom-parser-adapter-asyncapi-yaml-2@npm:^1.0.0-alpha.1": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-parser-adapter-asyncapi-yaml-2@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-core": ^1.0.0-alpha.9 + "@swagger-api/apidom-ns-asyncapi-2": ^1.0.0-alpha.9 + "@swagger-api/apidom-parser-adapter-yaml-1-2": ^1.0.0-alpha.9 + "@types/ramda": ~0.30.0 + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + checksum: a17d4fac6818bcae8af5834494c3664ba294f127496583809034fe0ae129a7fed7bc0bd6416d90daa69677677abf6f363fc82a774851c809d0b989c03ca68eaf + languageName: node + linkType: hard + +"@swagger-api/apidom-parser-adapter-json@npm:^1.0.0-alpha.1, @swagger-api/apidom-parser-adapter-json@npm:^1.0.0-alpha.9": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-parser-adapter-json@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-ast": ^1.0.0-alpha.9 + "@swagger-api/apidom-core": ^1.0.0-alpha.9 + "@swagger-api/apidom-error": ^1.0.0-alpha.9 + "@types/ramda": ~0.30.0 + node-gyp: latest + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + tree-sitter: =0.20.4 + tree-sitter-json: =0.20.2 + web-tree-sitter: =0.20.3 + checksum: 77c1a7c7dcf12ad4b05aea200a0864c5545235e4aadc5936b51bf8062749f5bdc02479e7ee175b476960e9303556960798e95a566c0e4e3b2fa2d59ac5327173 + languageName: node + linkType: hard + +"@swagger-api/apidom-parser-adapter-openapi-json-2@npm:^1.0.0-alpha.1": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-parser-adapter-openapi-json-2@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-core": ^1.0.0-alpha.9 + "@swagger-api/apidom-ns-openapi-2": ^1.0.0-alpha.9 + "@swagger-api/apidom-parser-adapter-json": ^1.0.0-alpha.9 + "@types/ramda": ~0.30.0 + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + checksum: 38a3c06508dd646921c3b5fa642990ec1b19778f32f949bad2dca0a1d6297b66ab34691a32abf42c7f04d383dd4f09cde17ecff250c2c14d33d3aae66914ce8f + languageName: node + linkType: hard + +"@swagger-api/apidom-parser-adapter-openapi-json-3-0@npm:^1.0.0-alpha.1": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-parser-adapter-openapi-json-3-0@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-core": ^1.0.0-alpha.9 + "@swagger-api/apidom-ns-openapi-3-0": ^1.0.0-alpha.9 + "@swagger-api/apidom-parser-adapter-json": ^1.0.0-alpha.9 + "@types/ramda": ~0.30.0 + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + checksum: ae4874da48842e1804310d23a3b90fd11696f97e363e3b489c14458bcdc8dbaec6429e4beff31ff02562e198722844d9499e6aea111899043f8e01ebac5fff02 + languageName: node + linkType: hard + +"@swagger-api/apidom-parser-adapter-openapi-json-3-1@npm:^1.0.0-alpha.1": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-parser-adapter-openapi-json-3-1@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-core": ^1.0.0-alpha.9 + "@swagger-api/apidom-ns-openapi-3-1": ^1.0.0-alpha.9 + "@swagger-api/apidom-parser-adapter-json": ^1.0.0-alpha.9 + "@types/ramda": ~0.30.0 + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + checksum: f3dba0060420ce97a297522c702567fbc822ededd7579ee91290bf7d8792bb145ea38c5f04970f88f71001b9fdc7dcbc83d063098bc0346ce6a65bcfc726bde4 + languageName: node + linkType: hard + +"@swagger-api/apidom-parser-adapter-openapi-yaml-2@npm:^1.0.0-alpha.1": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-parser-adapter-openapi-yaml-2@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-core": ^1.0.0-alpha.9 + "@swagger-api/apidom-ns-openapi-2": ^1.0.0-alpha.9 + "@swagger-api/apidom-parser-adapter-yaml-1-2": ^1.0.0-alpha.9 + "@types/ramda": ~0.30.0 + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + checksum: e302b93d5ac5508bf34983ee57f4f4f85ae47068920067711e607e1225726f58f5afa58708109f641dcb26b6e8182bd7cb7c189d158aec243b78be8b0b781edb + languageName: node + linkType: hard + +"@swagger-api/apidom-parser-adapter-openapi-yaml-3-0@npm:^1.0.0-alpha.1": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-parser-adapter-openapi-yaml-3-0@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-core": ^1.0.0-alpha.9 + "@swagger-api/apidom-ns-openapi-3-0": ^1.0.0-alpha.9 + "@swagger-api/apidom-parser-adapter-yaml-1-2": ^1.0.0-alpha.9 + "@types/ramda": ~0.30.0 + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + checksum: aaeb57369370e426c9f5dc26c0ad95e493e2cfca1e552cfb3d6239868e50f5ab9d7d6607f5b34cd4a4ed6c22e8cc0b2b10bf26b98f497fa521170979153ac0cb + languageName: node + linkType: hard + +"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1@npm:^1.0.0-alpha.1": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-parser-adapter-openapi-yaml-3-1@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-core": ^1.0.0-alpha.9 + "@swagger-api/apidom-ns-openapi-3-1": ^1.0.0-alpha.9 + "@swagger-api/apidom-parser-adapter-yaml-1-2": ^1.0.0-alpha.9 + "@types/ramda": ~0.30.0 + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + checksum: e25d4d40fa3db206dceba4a1fb4d29c9ced90ec87d5df35c9ec6806ff72a514cea4e0ac2e5c7198f6048b9160e009475b87a465758bc233cd40f88c84dfde39c + languageName: node + linkType: hard + +"@swagger-api/apidom-parser-adapter-workflows-json-1@npm:^1.0.0-alpha.1": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-parser-adapter-workflows-json-1@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-core": ^1.0.0-alpha.9 + "@swagger-api/apidom-ns-workflows-1": ^1.0.0-alpha.9 + "@swagger-api/apidom-parser-adapter-json": ^1.0.0-alpha.9 + "@types/ramda": ~0.30.0 + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + checksum: b16d831652946fd4a53cb2d0c549d6e2d9c7227ce617bd4f28f50d072e370369e6067d1e534ff8e88508d20ed61d9e8466e49fcc853e250bc75d1833b2da7efd + languageName: node + linkType: hard + +"@swagger-api/apidom-parser-adapter-workflows-yaml-1@npm:^1.0.0-alpha.1": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-parser-adapter-workflows-yaml-1@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-core": ^1.0.0-alpha.9 + "@swagger-api/apidom-ns-workflows-1": ^1.0.0-alpha.9 + "@swagger-api/apidom-parser-adapter-yaml-1-2": ^1.0.0-alpha.9 + "@types/ramda": ~0.30.0 + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + checksum: f7d88d3932b7058f7124cb0c465214ea6154a64729d3af200f825922f5ffd99287f5ee5a5173eaa6d4b14b10c820c3e59d715f3883944308b6d5e024112596e6 + languageName: node + linkType: hard + +"@swagger-api/apidom-parser-adapter-yaml-1-2@npm:^1.0.0-alpha.1, @swagger-api/apidom-parser-adapter-yaml-1-2@npm:^1.0.0-alpha.9": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-parser-adapter-yaml-1-2@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-ast": ^1.0.0-alpha.9 + "@swagger-api/apidom-core": ^1.0.0-alpha.9 + "@swagger-api/apidom-error": ^1.0.0-alpha.9 + "@types/ramda": ~0.30.0 + node-gyp: latest + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + tree-sitter: =0.20.4 + tree-sitter-yaml: =0.5.0 + web-tree-sitter: =0.20.3 + checksum: 1485597a7ab952f434fe1056ffdc3ce6ed861f0c087fb342c3fec094fe4bf63ea65cb13d9545d630cd4964ffdbdb914f6c415d7b6a0e577d410d53f96c7c3690 + languageName: node + linkType: hard + +"@swagger-api/apidom-reference@npm:>=1.0.0-alpha.9 <1.0.0-beta.0": + version: 1.0.0-alpha.9 + resolution: "@swagger-api/apidom-reference@npm:1.0.0-alpha.9" + dependencies: + "@babel/runtime-corejs3": ^7.20.7 + "@swagger-api/apidom-core": ^1.0.0-alpha.9 + "@swagger-api/apidom-error": ^1.0.0-alpha.1 + "@swagger-api/apidom-json-pointer": ^1.0.0-alpha.1 + "@swagger-api/apidom-ns-asyncapi-2": ^1.0.0-alpha.1 + "@swagger-api/apidom-ns-openapi-2": ^1.0.0-alpha.1 + "@swagger-api/apidom-ns-openapi-3-0": ^1.0.0-alpha.1 + "@swagger-api/apidom-ns-openapi-3-1": ^1.0.0-alpha.1 + "@swagger-api/apidom-ns-workflows-1": ^1.0.0-alpha.1 + "@swagger-api/apidom-parser-adapter-api-design-systems-json": ^1.0.0-alpha.1 + "@swagger-api/apidom-parser-adapter-api-design-systems-yaml": ^1.0.0-alpha.1 + "@swagger-api/apidom-parser-adapter-asyncapi-json-2": ^1.0.0-alpha.1 + "@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": ^1.0.0-alpha.1 + "@swagger-api/apidom-parser-adapter-json": ^1.0.0-alpha.1 + "@swagger-api/apidom-parser-adapter-openapi-json-2": ^1.0.0-alpha.1 + "@swagger-api/apidom-parser-adapter-openapi-json-3-0": ^1.0.0-alpha.1 + "@swagger-api/apidom-parser-adapter-openapi-json-3-1": ^1.0.0-alpha.1 + "@swagger-api/apidom-parser-adapter-openapi-yaml-2": ^1.0.0-alpha.1 + "@swagger-api/apidom-parser-adapter-openapi-yaml-3-0": ^1.0.0-alpha.1 + "@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": ^1.0.0-alpha.1 + "@swagger-api/apidom-parser-adapter-workflows-json-1": ^1.0.0-alpha.1 + "@swagger-api/apidom-parser-adapter-workflows-yaml-1": ^1.0.0-alpha.1 + "@swagger-api/apidom-parser-adapter-yaml-1-2": ^1.0.0-alpha.1 + "@types/ramda": ~0.30.0 + axios: ^1.4.0 + minimatch: ^7.4.3 + process: ^0.11.10 + ramda: ~0.30.0 + ramda-adjunct: ^5.0.0 + dependenciesMeta: + "@swagger-api/apidom-error": + optional: true + "@swagger-api/apidom-json-pointer": + optional: true + "@swagger-api/apidom-ns-asyncapi-2": + optional: true + "@swagger-api/apidom-ns-openapi-2": + optional: true + "@swagger-api/apidom-ns-openapi-3-0": + optional: true + "@swagger-api/apidom-ns-openapi-3-1": + optional: true + "@swagger-api/apidom-ns-workflows-1": + optional: true + "@swagger-api/apidom-parser-adapter-api-design-systems-json": + optional: true + "@swagger-api/apidom-parser-adapter-api-design-systems-yaml": + optional: true + "@swagger-api/apidom-parser-adapter-asyncapi-json-2": + optional: true + "@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": + optional: true + "@swagger-api/apidom-parser-adapter-json": + optional: true + "@swagger-api/apidom-parser-adapter-openapi-json-2": + optional: true + "@swagger-api/apidom-parser-adapter-openapi-json-3-0": + optional: true + "@swagger-api/apidom-parser-adapter-openapi-json-3-1": + optional: true + "@swagger-api/apidom-parser-adapter-openapi-yaml-2": + optional: true + "@swagger-api/apidom-parser-adapter-openapi-yaml-3-0": + optional: true + "@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": + optional: true + "@swagger-api/apidom-parser-adapter-workflows-json-1": + optional: true + "@swagger-api/apidom-parser-adapter-workflows-yaml-1": + optional: true + "@swagger-api/apidom-parser-adapter-yaml-1-2": + optional: true + checksum: 28c329359a92b34471a3f796b89a88405c8e998622e786193402668a5f4cdb3da5273b86ef9e209f3d0ab750d221fd9046d481751dff3bbcc2e32e0b748ec34c + languageName: node + linkType: hard + +"@tootallnate/once@npm:1": + version: 1.1.2 + resolution: "@tootallnate/once@npm:1.1.2" + checksum: e1fb1bbbc12089a0cb9433dc290f97bddd062deadb6178ce9bcb93bb7c1aecde5e60184bc7065aec42fe1663622a213493c48bbd4972d931aae48315f18e1be9 + languageName: node + linkType: hard + +"@tootallnate/once@npm:2": + version: 2.0.0 + resolution: "@tootallnate/once@npm:2.0.0" + checksum: ad87447820dd3f24825d2d947ebc03072b20a42bfc96cbafec16bff8bbda6c1a81fcb0be56d5b21968560c5359a0af4038a68ba150c3e1694fe4c109a063bed8 + languageName: node + linkType: hard + +"@trysound/sax@npm:0.2.0": + version: 0.2.0 + resolution: "@trysound/sax@npm:0.2.0" + checksum: 11226c39b52b391719a2a92e10183e4260d9651f86edced166da1d95f39a0a1eaa470e44d14ac685ccd6d3df7e2002433782872c0feeb260d61e80f21250e65c + languageName: node + linkType: hard + +"@tsconfig/node10@npm:^1.0.7": + version: 1.0.11 + resolution: "@tsconfig/node10@npm:1.0.11" + checksum: 51fe47d55fe1b80ec35e6e5ed30a13665fd3a531945350aa74a14a1e82875fb60b350c2f2a5e72a64831b1b6bc02acb6760c30b3738b54954ec2dea82db7a267 + languageName: node + linkType: hard + +"@tsconfig/node12@npm:^1.0.7": + version: 1.0.11 + resolution: "@tsconfig/node12@npm:1.0.11" + checksum: 5ce29a41b13e7897a58b8e2df11269c5395999e588b9a467386f99d1d26f6c77d1af2719e407621412520ea30517d718d5192a32403b8dfcc163bf33e40a338a + languageName: node + linkType: hard + +"@tsconfig/node14@npm:^1.0.0": + version: 1.0.3 + resolution: "@tsconfig/node14@npm:1.0.3" + checksum: 19275fe80c4c8d0ad0abed6a96dbf00642e88b220b090418609c4376e1cef81bf16237bf170ad1b341452feddb8115d8dd2e5acdfdea1b27422071163dc9ba9d + languageName: node + linkType: hard + +"@tsconfig/node16@npm:^1.0.2": + version: 1.0.4 + resolution: "@tsconfig/node16@npm:1.0.4" + checksum: 202319785901f942a6e1e476b872d421baec20cf09f4b266a1854060efbf78cde16a4d256e8bc949d31e6cd9a90f1e8ef8fb06af96a65e98338a2b6b0de0a0ff + languageName: node + linkType: hard + +"@types/ali-oss@npm:^6.16.11": + version: 6.16.11 + resolution: "@types/ali-oss@npm:6.16.11" + checksum: 1932d908edf7d71aef24de60792c4d4cbe3a31a692a785e6a85c13d866ddb3c397eff7875bc169177eef347a194492dc2cab5a127097248aac0f1367d52064da + languageName: node + linkType: hard + +"@types/axios@npm:^0.14.0": + version: 0.14.0 + resolution: "@types/axios@npm:0.14.0" + dependencies: + axios: "*" + checksum: 12a230b9404055d81804cb57fe4739b2317111b28a39e2477b2513250e8b85725e6f6ce509fc2a9494a6da60facb8d80df875fcd747f62f6c3abebc7db60ae66 + languageName: node + linkType: hard + +"@types/babel__core@npm:^7.1.14": + version: 7.20.5 + resolution: "@types/babel__core@npm:7.20.5" + dependencies: + "@babel/parser": ^7.20.7 + "@babel/types": ^7.20.7 + "@types/babel__generator": "*" + "@types/babel__template": "*" + "@types/babel__traverse": "*" + checksum: a3226f7930b635ee7a5e72c8d51a357e799d19cbf9d445710fa39ab13804f79ab1a54b72ea7d8e504659c7dfc50675db974b526142c754398d7413aa4bc30845 + languageName: node + linkType: hard + +"@types/babel__generator@npm:*": + version: 7.6.8 + resolution: "@types/babel__generator@npm:7.6.8" + dependencies: + "@babel/types": ^7.0.0 + checksum: 5b332ea336a2efffbdeedb92b6781949b73498606ddd4205462f7d96dafd45ff3618770b41de04c4881e333dd84388bfb8afbdf6f2764cbd98be550d85c6bb48 + languageName: node + linkType: hard + +"@types/babel__template@npm:*": + version: 7.4.4 + resolution: "@types/babel__template@npm:7.4.4" + dependencies: + "@babel/parser": ^7.1.0 + "@babel/types": ^7.0.0 + checksum: d7a02d2a9b67e822694d8e6a7ddb8f2b71a1d6962dfd266554d2513eefbb205b33ca71a0d163b1caea3981ccf849211f9964d8bd0727124d18ace45aa6c9ae29 + languageName: node + linkType: hard + +"@types/babel__traverse@npm:*, @types/babel__traverse@npm:^7.0.6": + version: 7.20.6 + resolution: "@types/babel__traverse@npm:7.20.6" + dependencies: + "@babel/types": ^7.20.7 + checksum: 2bdc65eb62232c2d5c1086adeb0c31e7980e6fd7e50a3483b4a724a1a1029c84d9cb59749cf8de612f9afa2bc14c85b8f50e64e21f8a4398fa77eb9059a4283c + languageName: node + linkType: hard + +"@types/body-parser@npm:*": + version: 1.19.5 + resolution: "@types/body-parser@npm:1.19.5" + dependencies: + "@types/connect": "*" + "@types/node": "*" + checksum: 1e251118c4b2f61029cc43b0dc028495f2d1957fe8ee49a707fb940f86a9bd2f9754230805598278fe99958b49e9b7e66eec8ef6a50ab5c1f6b93e1ba2aaba82 + languageName: node + linkType: hard + +"@types/caseless@npm:*": + version: 0.12.5 + resolution: "@types/caseless@npm:0.12.5" + checksum: f6a3628add76d27005495914c9c3873a93536957edaa5b69c63b46fe10b4649a6fecf16b676c1695f46aab851da47ec6047dcf3570fa8d9b6883492ff6d074e0 + languageName: node + linkType: hard + +"@types/connect@npm:*": + version: 3.4.38 + resolution: "@types/connect@npm:3.4.38" + dependencies: + "@types/node": "*" + checksum: 7eb1bc5342a9604facd57598a6c62621e244822442976c443efb84ff745246b10d06e8b309b6e80130026a396f19bf6793b7cecd7380169f369dac3bfc46fb99 + languageName: node + linkType: hard + +"@types/estree@npm:*, @types/estree@npm:^1.0.0": + version: 1.0.6 + resolution: "@types/estree@npm:1.0.6" + checksum: 8825d6e729e16445d9a1dd2fb1db2edc5ed400799064cd4d028150701031af012ba30d6d03fe9df40f4d7a437d0de6d2b256020152b7b09bde9f2e420afdffd9 + languageName: node + linkType: hard + +"@types/express-serve-static-core@npm:^4.17.33": + version: 4.19.6 + resolution: "@types/express-serve-static-core@npm:4.19.6" + dependencies: + "@types/node": "*" + "@types/qs": "*" + "@types/range-parser": "*" + "@types/send": "*" + checksum: b0576eddc2d25ccdf10e68ba09598b87a4d7b2ad04a81dc847cb39fe56beb0b6a5cc017b1e00aa0060cb3b38e700384ce96d291a116a0f1e54895564a104aae9 + languageName: node + linkType: hard + +"@types/express@npm:^4.17.14, @types/express@npm:^4.17.17": + version: 4.17.21 + resolution: "@types/express@npm:4.17.21" + dependencies: + "@types/body-parser": "*" + "@types/express-serve-static-core": ^4.17.33 + "@types/qs": "*" + "@types/serve-static": "*" + checksum: fb238298630370a7392c7abdc80f495ae6c716723e114705d7e3fb67e3850b3859bbfd29391463a3fb8c0b32051847935933d99e719c0478710f8098ee7091c5 + languageName: node + linkType: hard + +"@types/graceful-fs@npm:^4.1.3": + version: 4.1.9 + resolution: "@types/graceful-fs@npm:4.1.9" + dependencies: + "@types/node": "*" + checksum: 79d746a8f053954bba36bd3d94a90c78de995d126289d656fb3271dd9f1229d33f678da04d10bce6be440494a5a73438e2e363e92802d16b8315b051036c5256 + languageName: node + linkType: hard + +"@types/http-errors@npm:*": + version: 2.0.4 + resolution: "@types/http-errors@npm:2.0.4" + checksum: 1f3d7c3b32c7524811a45690881736b3ef741bf9849ae03d32ad1ab7062608454b150a4e7f1351f83d26a418b2d65af9bdc06198f1c079d75578282884c4e8e3 + languageName: node + linkType: hard + +"@types/istanbul-lib-coverage@npm:*, @types/istanbul-lib-coverage@npm:^2.0.0, @types/istanbul-lib-coverage@npm:^2.0.1": + version: 2.0.6 + resolution: "@types/istanbul-lib-coverage@npm:2.0.6" + checksum: 3feac423fd3e5449485afac999dcfcb3d44a37c830af898b689fadc65d26526460bedb889db278e0d4d815a670331796494d073a10ee6e3a6526301fe7415778 + languageName: node + linkType: hard + +"@types/istanbul-lib-report@npm:*": + version: 3.0.3 + resolution: "@types/istanbul-lib-report@npm:3.0.3" + dependencies: + "@types/istanbul-lib-coverage": "*" + checksum: b91e9b60f865ff08cb35667a427b70f6c2c63e88105eadd29a112582942af47ed99c60610180aa8dcc22382fa405033f141c119c69b95db78c4c709fbadfeeb4 + languageName: node + linkType: hard + +"@types/istanbul-reports@npm:^3.0.0": + version: 3.0.4 + resolution: "@types/istanbul-reports@npm:3.0.4" + dependencies: + "@types/istanbul-lib-report": "*" + checksum: 93eb18835770b3431f68ae9ac1ca91741ab85f7606f310a34b3586b5a34450ec038c3eed7ab19266635499594de52ff73723a54a72a75b9f7d6a956f01edee95 + languageName: node + linkType: hard + +"@types/jest@npm:^29.2.4": + version: 29.5.13 + resolution: "@types/jest@npm:29.5.13" + dependencies: + expect: ^29.0.0 + pretty-format: ^29.0.0 + checksum: 875ac23c2398cdcf22aa56c6ba24560f11d2afda226d4fa23936322dde6202f9fdbd2b91602af51c27ecba223d9fc3c1e33c9df7e47b3bf0e2aefc6baf13ce53 + languageName: node + linkType: hard + +"@types/jsonpath@npm:^0.2.0": + version: 0.2.4 + resolution: "@types/jsonpath@npm:0.2.4" + checksum: 401c59dd26eb47e59af10a558788e6d69600adfafec134bf0691a48a80f1ee4f61afaa235663d043c20d7de6f036037731f8289e9662a031bf460a22f156638b + languageName: node + linkType: hard + +"@types/jsonwebtoken@npm:^9.0.2": + version: 9.0.7 + resolution: "@types/jsonwebtoken@npm:9.0.7" + dependencies: + "@types/node": "*" + checksum: 872b62e2a50ec399d695402ccddfeb5cd66a6c3d28511f27453b932b6b67eb82c2d0ecaa864939848b88b3a8276c2492647bf5707bc82a6ac7e420d3412b9047 + languageName: node + linkType: hard + +"@types/lodash@npm:^4.14.190": + version: 4.17.10 + resolution: "@types/lodash@npm:4.17.10" + checksum: 4600f2f25270c8fee6953e363d318149a5f0f1b1bb820aa2f42d7ada6e4f7de31848bb5ffc2c687b40bd73aa982167bdd6e6d8d456e72abe0c660ec77d1fa7e9 + languageName: node + linkType: hard + +"@types/long@npm:^4.0.0": + version: 4.0.2 + resolution: "@types/long@npm:4.0.2" + checksum: d16cde7240d834cf44ba1eaec49e78ae3180e724cd667052b194a372f350d024cba8dd3f37b0864931683dab09ca935d52f0c4c1687178af5ada9fc85b0635f4 + languageName: node + linkType: hard + +"@types/mime@npm:^1": + version: 1.3.5 + resolution: "@types/mime@npm:1.3.5" + checksum: e29a5f9c4776f5229d84e525b7cd7dd960b51c30a0fb9a028c0821790b82fca9f672dab56561e2acd9e8eed51d431bde52eafdfef30f643586c4162f1aecfc78 + languageName: node + linkType: hard + +"@types/morgan@npm:^1.9.3": + version: 1.9.9 + resolution: "@types/morgan@npm:1.9.9" + dependencies: + "@types/node": "*" + checksum: 54bcb432f6ddb82b94bc1970204bedb3465a9afdcced6c2c6b481cf5f276266663ba3edc2b728b0118aa9720bfe5d8561c0259daaad6b027017e35936b107db0 + languageName: node + linkType: hard + +"@types/node-fetch@npm:^2.6.2": + version: 2.6.11 + resolution: "@types/node-fetch@npm:2.6.11" + dependencies: + "@types/node": "*" + form-data: ^4.0.0 + checksum: 180e4d44c432839bdf8a25251ef8c47d51e37355ddd78c64695225de8bc5dc2b50b7bb855956d471c026bb84bd7295688a0960085e7158cbbba803053492568b + languageName: node + linkType: hard + +"@types/node@npm:*, @types/node@npm:>=13.7.0, @types/node@npm:^22.0.1": + version: 22.7.5 + resolution: "@types/node@npm:22.7.5" + dependencies: + undici-types: ~6.19.2 + checksum: 1a8bbb504efaffcef7b8491074a428e5c0b5425b0c0ffb13e7262cb8462c275e8cc5eaf90a38d8fbf52a1eeda7c01ab3b940673c43fc2414140779c973e40ec6 + languageName: node + linkType: hard + +"@types/node@npm:^20.1.1": + version: 20.16.11 + resolution: "@types/node@npm:20.16.11" + dependencies: + undici-types: ~6.19.2 + checksum: 68a239e4cff66972c990a89faa052da27d17d9f8d3ee324e9e5899323feaf229b475c1969ae9e189d0c499736fc04e9f20f480613d16b93ce249518dc32707a0 + languageName: node + linkType: hard + +"@types/phoenix@npm:^1.5.4": + version: 1.6.5 + resolution: "@types/phoenix@npm:1.6.5" + checksum: b87416393159f0ba2812875fc2721914a3284cde8b1f263dfcd46f4149dae7f4efc2bfa062d558c8bbfb7ae2a9d802487b0dd4744ff08799386cbc49c19368f0 + languageName: node + linkType: hard + +"@types/qs@npm:*": + version: 6.9.16 + resolution: "@types/qs@npm:6.9.16" + checksum: 2e8918150c12735630f7ee16b770c72949274938c30306025f68aaf977227f41fe0c698ed93db1099e04916d582ac5a1faf7e3c7061c8d885d9169f59a184b6c + languageName: node + linkType: hard + +"@types/ramda@npm:~0.30.0": + version: 0.30.2 + resolution: "@types/ramda@npm:0.30.2" + dependencies: + types-ramda: ^0.30.1 + checksum: 528e62da967adb38b7b6be3314ee11009f4e7312e4fbb9670f4556bb2f640754f08ae68ede87822ae255aba747e67296f40b37d53bfb427c58ab82f5b7a4989e + languageName: node + linkType: hard + +"@types/range-parser@npm:*": + version: 1.2.7 + resolution: "@types/range-parser@npm:1.2.7" + checksum: 95640233b689dfbd85b8c6ee268812a732cf36d5affead89e806fe30da9a430767af8ef2cd661024fd97e19d61f3dec75af2df5e80ec3bea000019ab7028629a + languageName: node + linkType: hard + +"@types/request@npm:^2.48.8": + version: 2.48.12 + resolution: "@types/request@npm:2.48.12" + dependencies: + "@types/caseless": "*" + "@types/node": "*" + "@types/tough-cookie": "*" + form-data: ^2.5.0 + checksum: 20dfad0a46b4249bf42f09c51fbd4d02ec6738c5152194b5c7c69bab80b00eae9cc71df4489ffa929d0968d453ef7d0823d1f98871efed563a4fdb57bf0a4c58 + languageName: node + linkType: hard + +"@types/resolve@npm:1.20.2": + version: 1.20.2 + resolution: "@types/resolve@npm:1.20.2" + checksum: 61c2cad2499ffc8eab36e3b773945d337d848d3ac6b7b0a87c805ba814bc838ef2f262fc0f109bfd8d2e0898ff8bd80ad1025f9ff64f1f71d3d4294c9f14e5f6 + languageName: node + linkType: hard + +"@types/send@npm:*": + version: 0.17.4 + resolution: "@types/send@npm:0.17.4" + dependencies: + "@types/mime": ^1 + "@types/node": "*" + checksum: cf4db48251bbb03cd6452b4de6e8e09e2d75390a92fd798eca4a803df06444adc94ed050246c94c7ed46fb97be1f63607f0e1f13c3ce83d71788b3e08640e5e0 + languageName: node + linkType: hard + +"@types/serve-static@npm:*": + version: 1.15.7 + resolution: "@types/serve-static@npm:1.15.7" + dependencies: + "@types/http-errors": "*" + "@types/node": "*" + "@types/send": "*" + checksum: bbbf00dbd84719da2250a462270dc68964006e8d62f41fe3741abd94504ba3688f420a49afb2b7478921a1544d3793183ffa097c5724167da777f4e0c7f1a7d6 + languageName: node + linkType: hard + +"@types/stack-utils@npm:^2.0.0": + version: 2.0.3 + resolution: "@types/stack-utils@npm:2.0.3" + checksum: 72576cc1522090fe497337c2b99d9838e320659ac57fa5560fcbdcbafcf5d0216c6b3a0a8a4ee4fdb3b1f5e3420aa4f6223ab57b82fef3578bec3206425c6cf5 + languageName: node + linkType: hard + +"@types/tough-cookie@npm:*": + version: 4.0.5 + resolution: "@types/tough-cookie@npm:4.0.5" + checksum: f19409d0190b179331586365912920d192733112a195e870c7f18d20ac8adb7ad0b0ff69dad430dba8bc2be09593453a719cfea92dc3bda19748fd158fe1498d + languageName: node + linkType: hard + +"@types/ws@npm:^8.5.10": + version: 8.5.12 + resolution: "@types/ws@npm:8.5.12" + dependencies: + "@types/node": "*" + checksum: ddefb6ad1671f70ce73b38a5f47f471d4d493864fca7c51f002a86e5993d031294201c5dced6d5018fb8905ad46888d65c7f20dd54fc165910b69f42fba9a6d0 + languageName: node + linkType: hard + +"@types/yargs-parser@npm:*": + version: 21.0.3 + resolution: "@types/yargs-parser@npm:21.0.3" + checksum: ef236c27f9432983e91432d974243e6c4cdae227cb673740320eff32d04d853eed59c92ca6f1142a335cfdc0e17cccafa62e95886a8154ca8891cc2dec4ee6fc + languageName: node + linkType: hard + +"@types/yargs@npm:^17.0.8": + version: 17.0.33 + resolution: "@types/yargs@npm:17.0.33" + dependencies: + "@types/yargs-parser": "*" + checksum: ee013f257472ab643cb0584cf3e1ff9b0c44bca1c9ba662395300a7f1a6c55fa9d41bd40ddff42d99f5d95febb3907c9ff600fbcb92dadbec22c6a76de7e1236 + languageName: node + linkType: hard + +"abbrev@npm:1, abbrev@npm:^1.0.0": + version: 1.1.1 + resolution: "abbrev@npm:1.1.1" + checksum: a4a97ec07d7ea112c517036882b2ac22f3109b7b19077dc656316d07d308438aac28e4d9746dc4d84bf6b1e75b4a7b0a5f3cb30592419f128ca9a8cee3bcfa17 + languageName: node + linkType: hard + +"abbrev@npm:^2.0.0": + version: 2.0.0 + resolution: "abbrev@npm:2.0.0" + checksum: 0e994ad2aa6575f94670d8a2149afe94465de9cedaaaac364e7fb43a40c3691c980ff74899f682f4ca58fa96b4cbd7421a015d3a6defe43a442117d7821a2f36 + languageName: node + linkType: hard + +"abort-controller@npm:^3.0.0": + version: 3.0.0 + resolution: "abort-controller@npm:3.0.0" + dependencies: + event-target-shim: ^5.0.0 + checksum: 170bdba9b47b7e65906a28c8ce4f38a7a369d78e2271706f020849c1bfe0ee2067d4261df8bbb66eb84f79208fd5b710df759d64191db58cfba7ce8ef9c54b75 + languageName: node + linkType: hard + +"accepts@npm:~1.3.8": + version: 1.3.8 + resolution: "accepts@npm:1.3.8" + dependencies: + mime-types: ~2.1.34 + negotiator: 0.6.3 + checksum: 50c43d32e7b50285ebe84b613ee4a3aa426715a7d131b65b786e2ead0fd76b6b60091b9916d3478a75f11f162628a2139991b6c03ab3f1d9ab7c86075dc8eab4 + languageName: node + linkType: hard + +"acorn-walk@npm:^8.1.1, acorn-walk@npm:^8.2.0": + version: 8.3.4 + resolution: "acorn-walk@npm:8.3.4" + dependencies: + acorn: ^8.11.0 + checksum: 4ff03f42323e7cf90f1683e08606b0f460e1e6ac263d2730e3df91c7665b6f64e696db6ea27ee4bed18c2599569be61f28a8399fa170c611161a348c402ca19c + languageName: node + linkType: hard + +"acorn@npm:^8.11.0, acorn@npm:^8.4.1, acorn@npm:^8.7.0": + version: 8.12.1 + resolution: "acorn@npm:8.12.1" + bin: + acorn: bin/acorn + checksum: 677880034aee5bdf7434cc2d25b641d7bedb0b5ef47868a78dadabedccf58e1c5457526d9d8249cd253f2df087e081c3fe7d903b448d8e19e5131a3065b83c07 + languageName: node + linkType: hard + +"address@npm:^1.2.2": + version: 1.2.2 + resolution: "address@npm:1.2.2" + checksum: ace439960c1e3564d8f523aff23a841904bf33a2a7c2e064f7f60a064194075758b9690e65bd9785692a4ef698a998c57eb74d145881a1cecab8ba658ddb1607 + languageName: node + linkType: hard + +"agent-base@npm:6, agent-base@npm:^6.0.0, agent-base@npm:^6.0.2": + version: 6.0.2 + resolution: "agent-base@npm:6.0.2" + dependencies: + debug: 4 + checksum: f52b6872cc96fd5f622071b71ef200e01c7c4c454ee68bc9accca90c98cfb39f2810e3e9aa330435835eedc8c23f4f8a15267f67c6e245d2b33757575bdac49d + languageName: node + linkType: hard + +"agent-base@npm:^7.0.2, agent-base@npm:^7.1.0, agent-base@npm:^7.1.1": + version: 7.1.1 + resolution: "agent-base@npm:7.1.1" + dependencies: + debug: ^4.3.4 + checksum: 51c158769c5c051482f9ca2e6e1ec085ac72b5a418a9b31b4e82fe6c0a6699adb94c1c42d246699a587b3335215037091c79e0de512c516f73b6ea844202f037 + languageName: node + linkType: hard + +"agentkeepalive@npm:^3.4.1": + version: 3.5.3 + resolution: "agentkeepalive@npm:3.5.3" + dependencies: + humanize-ms: ^1.2.1 + checksum: c56879ca38fcf600ba1cd15ddf3fabd6de6e937a4762bfe6d8b75ac590eb3532ae00b1b986617afd37360e36e4e11d0be8d6612669312fff92a51cf4c3cfca7a + languageName: node + linkType: hard + +"agentkeepalive@npm:^4.2.1": + version: 4.5.0 + resolution: "agentkeepalive@npm:4.5.0" + dependencies: + humanize-ms: ^1.2.1 + checksum: 13278cd5b125e51eddd5079f04d6fe0914ac1b8b91c1f3db2c1822f99ac1a7457869068997784342fe455d59daaff22e14fb7b8c3da4e741896e7e31faf92481 + languageName: node + linkType: hard + +"aggregate-error@npm:^3.0.0": + version: 3.1.0 + resolution: "aggregate-error@npm:3.1.0" + dependencies: + clean-stack: ^2.0.0 + indent-string: ^4.0.0 + checksum: 1101a33f21baa27a2fa8e04b698271e64616b886795fd43c31068c07533c7b3facfcaf4e9e0cab3624bd88f729a592f1c901a1a229c9e490eafce411a8644b79 + languageName: node + linkType: hard + +"ajv-draft-04@npm:^1.0.0": + version: 1.0.0 + resolution: "ajv-draft-04@npm:1.0.0" + peerDependencies: + ajv: ^8.5.0 + peerDependenciesMeta: + ajv: + optional: true + checksum: 3f11fa0e7f7359bef6608657f02ab78e9cc62b1fb7bdd860db0d00351b3863a1189c1a23b72466d2d82726cab4eb20725c76f5e7c134a89865e2bfd0e6828137 + languageName: node + linkType: hard + +"ajv@npm:^8.6.3": + version: 8.17.1 + resolution: "ajv@npm:8.17.1" + dependencies: + fast-deep-equal: ^3.1.3 + fast-uri: ^3.0.1 + json-schema-traverse: ^1.0.0 + require-from-string: ^2.0.2 + checksum: 1797bf242cfffbaf3b870d13565bd1716b73f214bb7ada9a497063aada210200da36e3ed40237285f3255acc4feeae91b1fb183625331bad27da95973f7253d9 + languageName: node + linkType: hard + +"ali-oss@npm:^6.20.0": + version: 6.21.0 + resolution: "ali-oss@npm:6.21.0" + dependencies: + address: ^1.2.2 + agentkeepalive: ^3.4.1 + bowser: ^1.6.0 + copy-to: ^2.0.1 + dateformat: ^2.0.0 + debug: ^4.3.4 + destroy: ^1.0.4 + end-or-error: ^1.0.1 + get-ready: ^1.0.0 + humanize-ms: ^1.2.0 + is-type-of: ^1.4.0 + js-base64: ^2.5.2 + jstoxml: ^2.0.0 + lodash: ^4.17.21 + merge-descriptors: ^1.0.1 + mime: ^2.4.5 + platform: ^1.3.1 + pump: ^3.0.0 + qs: ^6.4.0 + sdk-base: ^2.0.1 + stream-http: 2.8.2 + stream-wormhole: ^1.0.4 + urllib: ^2.44.0 + utility: ^1.18.0 + xml2js: ^0.6.2 + checksum: 26424e96c4a927e08d6aa9480a0f9db6da00b0188a7a45672f3244344f5cf6ff81aee72a8e46dcd240c98f168d09e2853ac84ae9e5764bc673b4d959a11a5e51 + languageName: node + linkType: hard + +"ansi-escapes@npm:^4.2.1": + version: 4.3.2 + resolution: "ansi-escapes@npm:4.3.2" + dependencies: + type-fest: ^0.21.3 + checksum: 93111c42189c0a6bed9cdb4d7f2829548e943827ee8479c74d6e0b22ee127b2a21d3f8b5ca57723b8ef78ce011fbfc2784350eb2bde3ccfccf2f575fa8489815 + languageName: node + linkType: hard + +"ansi-regex@npm:^5.0.1": + version: 5.0.1 + resolution: "ansi-regex@npm:5.0.1" + checksum: 2aa4bb54caf2d622f1afdad09441695af2a83aa3fe8b8afa581d205e57ed4261c183c4d3877cee25794443fde5876417d859c108078ab788d6af7e4fe52eb66b + languageName: node + linkType: hard + +"ansi-regex@npm:^6.0.1": + version: 6.1.0 + resolution: "ansi-regex@npm:6.1.0" + checksum: 495834a53b0856c02acd40446f7130cb0f8284f4a39afdab20d5dc42b2e198b1196119fe887beed8f9055c4ff2055e3b2f6d4641d0be018cdfb64fedf6fc1aac + languageName: node + linkType: hard + +"ansi-styles@npm:^3.2.1": + version: 3.2.1 + resolution: "ansi-styles@npm:3.2.1" + dependencies: + color-convert: ^1.9.0 + checksum: d85ade01c10e5dd77b6c89f34ed7531da5830d2cb5882c645f330079975b716438cd7ebb81d0d6e6b4f9c577f19ae41ab55f07f19786b02f9dfd9e0377395665 + languageName: node + linkType: hard + +"ansi-styles@npm:^4.0.0, ansi-styles@npm:^4.1.0": + version: 4.3.0 + resolution: "ansi-styles@npm:4.3.0" + dependencies: + color-convert: ^2.0.1 + checksum: 513b44c3b2105dd14cc42a19271e80f386466c4be574bccf60b627432f9198571ebf4ab1e4c3ba17347658f4ee1711c163d574248c0c1cdc2d5917a0ad582ec4 + languageName: node + linkType: hard + +"ansi-styles@npm:^5.0.0": + version: 5.2.0 + resolution: "ansi-styles@npm:5.2.0" + checksum: d7f4e97ce0623aea6bc0d90dcd28881ee04cba06c570b97fd3391bd7a268eedfd9d5e2dd4fdcbdd82b8105df5faf6f24aaedc08eaf3da898e702db5948f63469 + languageName: node + linkType: hard + +"ansi-styles@npm:^6.1.0": + version: 6.2.1 + resolution: "ansi-styles@npm:6.2.1" + checksum: ef940f2f0ced1a6347398da88a91da7930c33ecac3c77b72c5905f8b8fe402c52e6fde304ff5347f616e27a742da3f1dc76de98f6866c69251ad0b07a66776d9 + languageName: node + linkType: hard + +"any-promise@npm:^1.0.0, any-promise@npm:^1.3.0": + version: 1.3.0 + resolution: "any-promise@npm:1.3.0" + checksum: 0ee8a9bdbe882c90464d75d1f55cf027f5458650c4bd1f0467e65aec38ccccda07ca5844969ee77ed46d04e7dded3eaceb027e8d32f385688523fe305fa7e1de + languageName: node + linkType: hard + +"anymatch@npm:^3.0.3, anymatch@npm:~3.1.2": + version: 3.1.3 + resolution: "anymatch@npm:3.1.3" + dependencies: + normalize-path: ^3.0.0 + picomatch: ^2.0.4 + checksum: 3e044fd6d1d26545f235a9fe4d7a534e2029d8e59fa7fd9f2a6eb21230f6b5380ea1eaf55136e60cbf8e613544b3b766e7a6fa2102e2a3a117505466e3025dc2 + languageName: node + linkType: hard + +"apg-lite@npm:^1.0.3": + version: 1.0.4 + resolution: "apg-lite@npm:1.0.4" + checksum: 30a27eecb71350a6dd47f8944520e56c08063115197e8de15699b792e32101b452ff339cf9d5469db7a992b0f2f8659c16f72f24ab7465683fb7e6cf0dc4afcd + languageName: node + linkType: hard + +"aproba@npm:^1.0.3 || ^2.0.0": + version: 2.0.0 + resolution: "aproba@npm:2.0.0" + checksum: 5615cadcfb45289eea63f8afd064ab656006361020e1735112e346593856f87435e02d8dcc7ff0d11928bc7d425f27bc7c2a84f6c0b35ab0ff659c814c138a24 + languageName: node + linkType: hard + +"are-we-there-yet@npm:^2.0.0": + version: 2.0.0 + resolution: "are-we-there-yet@npm:2.0.0" + dependencies: + delegates: ^1.0.0 + readable-stream: ^3.6.0 + checksum: 6c80b4fd04ecee6ba6e737e0b72a4b41bdc64b7d279edfc998678567ff583c8df27e27523bc789f2c99be603ffa9eaa612803da1d886962d2086e7ff6fa90c7c + languageName: node + linkType: hard + +"are-we-there-yet@npm:^3.0.0": + version: 3.0.1 + resolution: "are-we-there-yet@npm:3.0.1" + dependencies: + delegates: ^1.0.0 + readable-stream: ^3.6.0 + checksum: 52590c24860fa7173bedeb69a4c05fb573473e860197f618b9a28432ee4379049336727ae3a1f9c4cb083114601c1140cee578376164d0e651217a9843f9fe83 + languageName: node + linkType: hard + +"arg@npm:^4.1.0": + version: 4.1.3 + resolution: "arg@npm:4.1.3" + checksum: 544af8dd3f60546d3e4aff084d451b96961d2267d668670199692f8d054f0415d86fc5497d0e641e91546f0aa920e7c29e5250e99fc89f5552a34b5d93b77f43 + languageName: node + linkType: hard + +"argparse@npm:^1.0.7": + version: 1.0.10 + resolution: "argparse@npm:1.0.10" + dependencies: + sprintf-js: ~1.0.2 + checksum: 7ca6e45583a28de7258e39e13d81e925cfa25d7d4aacbf806a382d3c02fcb13403a07fb8aeef949f10a7cfe4a62da0e2e807b348a5980554cc28ee573ef95945 + languageName: node + linkType: hard + +"argparse@npm:^2.0.1": + version: 2.0.1 + resolution: "argparse@npm:2.0.1" + checksum: 83644b56493e89a254bae05702abf3a1101b4fa4d0ca31df1c9985275a5a5bd47b3c27b7fa0b71098d41114d8ca000e6ed90cad764b306f8a503665e4d517ced + languageName: node + linkType: hard + +"array-flatten@npm:1.1.1": + version: 1.1.1 + resolution: "array-flatten@npm:1.1.1" + checksum: a9925bf3512d9dce202112965de90c222cd59a4fbfce68a0951d25d965cf44642931f40aac72309c41f12df19afa010ecadceb07cfff9ccc1621e99d89ab5f3b + languageName: node + linkType: hard + +"arrify@npm:^2.0.0, arrify@npm:^2.0.1": + version: 2.0.1 + resolution: "arrify@npm:2.0.1" + checksum: 067c4c1afd182806a82e4c1cb8acee16ab8b5284fbca1ce29408e6e91281c36bb5b612f6ddfbd40a0f7a7e0c75bf2696eb94c027f6e328d6e9c52465c98e4209 + languageName: node + linkType: hard + +"ast-types@npm:^0.13.2": + version: 0.13.4 + resolution: "ast-types@npm:0.13.4" + dependencies: + tslib: ^2.0.1 + checksum: 5a51f7b70588ecced3601845a0e203279ca2f5fdc184416a0a1640c93ec0a267241d6090a328e78eebb8de81f8754754e0a4f1558ba2a3d638f8ccbd0b1f0eff + languageName: node + linkType: hard + +"async-retry@npm:^1.3.3": + version: 1.3.3 + resolution: "async-retry@npm:1.3.3" + dependencies: + retry: 0.13.1 + checksum: 38a7152ff7265a9321ea214b9c69e8224ab1febbdec98efbbde6e562f17ff68405569b796b1c5271f354aef8783665d29953f051f68c1fc45306e61aec82fdc4 + languageName: node + linkType: hard + +"async@npm:^3.2.3": + version: 3.2.6 + resolution: "async@npm:3.2.6" + checksum: ee6eb8cd8a0ab1b58bd2a3ed6c415e93e773573a91d31df9d5ef559baafa9dab37d3b096fa7993e84585cac3697b2af6ddb9086f45d3ac8cae821bb2aab65682 + languageName: node + linkType: hard + +"asynckit@npm:^0.4.0": + version: 0.4.0 + resolution: "asynckit@npm:0.4.0" + checksum: 7b78c451df768adba04e2d02e63e2d0bf3b07adcd6e42b4cf665cb7ce899bedd344c69a1dcbce355b5f972d597b25aaa1c1742b52cffd9caccb22f348114f6be + languageName: node + linkType: hard + +"atomic-sleep@npm:^1.0.0": + version: 1.0.0 + resolution: "atomic-sleep@npm:1.0.0" + checksum: b95275afb2f80732f22f43a60178430c468906a415a7ff18bcd0feeebc8eec3930b51250aeda91a476062a90e07132b43a1794e8d8ffcf9b650e8139be75fa36 + languageName: node + linkType: hard + +"axios@npm:*, axios@npm:^1.4.0, axios@npm:^1.7.7": + version: 1.7.7 + resolution: "axios@npm:1.7.7" + dependencies: + follow-redirects: ^1.15.6 + form-data: ^4.0.0 + proxy-from-env: ^1.1.0 + checksum: 882d4fe0ec694a07c7f5c1f68205eb6dc5a62aecdb632cc7a4a3d0985188ce3030e0b277e1a8260ac3f194d314ae342117660a151fabffdc5081ca0b5a8b47fe + languageName: node + linkType: hard + +"babel-jest@npm:^29.7.0": + version: 29.7.0 + resolution: "babel-jest@npm:29.7.0" + dependencies: + "@jest/transform": ^29.7.0 + "@types/babel__core": ^7.1.14 + babel-plugin-istanbul: ^6.1.1 + babel-preset-jest: ^29.6.3 + chalk: ^4.0.0 + graceful-fs: ^4.2.9 + slash: ^3.0.0 + peerDependencies: + "@babel/core": ^7.8.0 + checksum: ee6f8e0495afee07cac5e4ee167be705c711a8cc8a737e05a587a131fdae2b3c8f9aa55dfd4d9c03009ac2d27f2de63d8ba96d3e8460da4d00e8af19ef9a83f7 + languageName: node + linkType: hard + +"babel-plugin-istanbul@npm:^6.1.1": + version: 6.1.1 + resolution: "babel-plugin-istanbul@npm:6.1.1" + dependencies: + "@babel/helper-plugin-utils": ^7.0.0 + "@istanbuljs/load-nyc-config": ^1.0.0 + "@istanbuljs/schema": ^0.1.2 + istanbul-lib-instrument: ^5.0.4 + test-exclude: ^6.0.0 + checksum: cb4fd95738219f232f0aece1116628cccff16db891713c4ccb501cddbbf9272951a5df81f2f2658dfdf4b3e7b236a9d5cbcf04d5d8c07dd5077297339598061a + languageName: node + linkType: hard + +"babel-plugin-jest-hoist@npm:^29.6.3": + version: 29.6.3 + resolution: "babel-plugin-jest-hoist@npm:29.6.3" + dependencies: + "@babel/template": ^7.3.3 + "@babel/types": ^7.3.3 + "@types/babel__core": ^7.1.14 + "@types/babel__traverse": ^7.0.6 + checksum: 51250f22815a7318f17214a9d44650ba89551e6d4f47a2dc259128428324b52f5a73979d010cefd921fd5a720d8c1d55ad74ff601cd94c7bd44d5f6292fde2d1 + languageName: node + linkType: hard + +"babel-preset-current-node-syntax@npm:^1.0.0": + version: 1.1.0 + resolution: "babel-preset-current-node-syntax@npm:1.1.0" + dependencies: + "@babel/plugin-syntax-async-generators": ^7.8.4 + "@babel/plugin-syntax-bigint": ^7.8.3 + "@babel/plugin-syntax-class-properties": ^7.12.13 + "@babel/plugin-syntax-class-static-block": ^7.14.5 + "@babel/plugin-syntax-import-attributes": ^7.24.7 + "@babel/plugin-syntax-import-meta": ^7.10.4 + "@babel/plugin-syntax-json-strings": ^7.8.3 + "@babel/plugin-syntax-logical-assignment-operators": ^7.10.4 + "@babel/plugin-syntax-nullish-coalescing-operator": ^7.8.3 + "@babel/plugin-syntax-numeric-separator": ^7.10.4 + "@babel/plugin-syntax-object-rest-spread": ^7.8.3 + "@babel/plugin-syntax-optional-catch-binding": ^7.8.3 + "@babel/plugin-syntax-optional-chaining": ^7.8.3 + "@babel/plugin-syntax-private-property-in-object": ^7.14.5 + "@babel/plugin-syntax-top-level-await": ^7.14.5 + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 9f93fac975eaba296c436feeca1031ca0539143c4066eaf5d1ba23525a31850f03b651a1049caea7287df837a409588c8252c15627ad3903f17864c8e25ed64b + languageName: node + linkType: hard + +"babel-preset-jest@npm:^29.6.3": + version: 29.6.3 + resolution: "babel-preset-jest@npm:29.6.3" + dependencies: + babel-plugin-jest-hoist: ^29.6.3 + babel-preset-current-node-syntax: ^1.0.0 + peerDependencies: + "@babel/core": ^7.0.0 + checksum: aa4ff2a8a728d9d698ed521e3461a109a1e66202b13d3494e41eea30729a5e7cc03b3a2d56c594423a135429c37bf63a9fa8b0b9ce275298be3095a88c69f6fb + languageName: node + linkType: hard + +"balanced-match@npm:^1.0.0": + version: 1.0.2 + resolution: "balanced-match@npm:1.0.2" + checksum: 9706c088a283058a8a99e0bf91b0a2f75497f185980d9ffa8b304de1d9e58ebda7c72c07ebf01dadedaac5b2907b2c6f566f660d62bd336c3468e960403b9d65 + languageName: node + linkType: hard + +"base64-arraybuffer@npm:^1.0.2": + version: 1.0.2 + resolution: "base64-arraybuffer@npm:1.0.2" + checksum: 15e6400d2d028bf18be4ed97702b11418f8f8779fb8c743251c863b726638d52f69571d4cc1843224da7838abef0949c670bde46936663c45ad078e89fee5c62 + languageName: node + linkType: hard + +"base64-js@npm:^1.3.0, base64-js@npm:^1.3.1": + version: 1.5.1 + resolution: "base64-js@npm:1.5.1" + checksum: 669632eb3745404c2f822a18fc3a0122d2f9a7a13f7fb8b5823ee19d1d2ff9ee5b52c53367176ea4ad093c332fd5ab4bd0ebae5a8e27917a4105a4cfc86b1005 + languageName: node + linkType: hard + +"basic-auth@npm:~2.0.1": + version: 2.0.1 + resolution: "basic-auth@npm:2.0.1" + dependencies: + safe-buffer: 5.1.2 + checksum: 3419b805d5dfc518f3a05dcf42aa53aa9ce820e50b6df5097f9e186322e1bc733c36722b624802cd37e791035aa73b828ed814d8362333d42d7f5cd04d7a5e48 + languageName: node + linkType: hard + +"big-integer@npm:^1.6.51": + version: 1.6.52 + resolution: "big-integer@npm:1.6.52" + checksum: 6e86885787a20fed96521958ae9086960e4e4b5e74d04f3ef7513d4d0ad631a9f3bde2730fc8aaa4b00419fc865f6ec573e5320234531ef37505da7da192c40b + languageName: node + linkType: hard + +"big.js@npm:^6.0.0": + version: 6.2.2 + resolution: "big.js@npm:6.2.2" + checksum: 3659092d155d01338f21a01a46a93aa343d25e83bce55700005a46eec27d90fe56abd3b3edde742f16fbc5fee31b4c572b6821a595c1c180392b60b469fcda54 + languageName: node + linkType: hard + +"bignumber.js@npm:^9.0.0": + version: 9.1.2 + resolution: "bignumber.js@npm:9.1.2" + checksum: 582c03af77ec9cb0ebd682a373ee6c66475db94a4325f92299621d544aa4bd45cb45fd60001610e94aef8ae98a0905fa538241d9638d4422d57abbeeac6fadaf + languageName: node + linkType: hard + +"binary-extensions@npm:^2.0.0": + version: 2.3.0 + resolution: "binary-extensions@npm:2.3.0" + checksum: bcad01494e8a9283abf18c1b967af65ee79b0c6a9e6fcfafebfe91dbe6e0fc7272bafb73389e198b310516ae04f7ad17d79aacf6cb4c0d5d5202a7e2e52c7d98 + languageName: node + linkType: hard + +"bintrees@npm:1.0.2": + version: 1.0.2 + resolution: "bintrees@npm:1.0.2" + checksum: 56a52b7d3634e30002b1eda740d2517a22fa8e9e2eb088e919f37c030a0ed86e364ab59e472fc770fc8751308054bb1c892979d150e11d9e11ac33bcc1b5d16e + languageName: node + linkType: hard + +"bl@npm:^4.0.3": + version: 4.1.0 + resolution: "bl@npm:4.1.0" + dependencies: + buffer: ^5.5.0 + inherits: ^2.0.4 + readable-stream: ^3.4.0 + checksum: 9e8521fa7e83aa9427c6f8ccdcba6e8167ef30cc9a22df26effcc5ab682ef91d2cbc23a239f945d099289e4bbcfae7a192e9c28c84c6202e710a0dfec3722662 + languageName: node + linkType: hard + +"bluebird@npm:^3.7.2": + version: 3.7.2 + resolution: "bluebird@npm:3.7.2" + checksum: 869417503c722e7dc54ca46715f70e15f4d9c602a423a02c825570862d12935be59ed9c7ba34a9b31f186c017c23cac6b54e35446f8353059c101da73eac22ef + languageName: node + linkType: hard + +"body-parser@npm:1.20.3": + version: 1.20.3 + resolution: "body-parser@npm:1.20.3" + dependencies: + bytes: 3.1.2 + content-type: ~1.0.5 + debug: 2.6.9 + depd: 2.0.0 + destroy: 1.2.0 + http-errors: 2.0.0 + iconv-lite: 0.4.24 + on-finished: 2.4.1 + qs: 6.13.0 + raw-body: 2.5.2 + type-is: ~1.6.18 + unpipe: 1.0.0 + checksum: 1a35c59a6be8d852b00946330141c4f142c6af0f970faa87f10ad74f1ee7118078056706a05ae3093c54dabca9cd3770fa62a170a85801da1a4324f04381167d + languageName: node + linkType: hard + +"boolbase@npm:^1.0.0": + version: 1.0.0 + resolution: "boolbase@npm:1.0.0" + checksum: 3e25c80ef626c3a3487c73dbfc70ac322ec830666c9ad915d11b701142fab25ec1e63eff2c450c74347acfd2de854ccde865cd79ef4db1683f7c7b046ea43bb0 + languageName: node + linkType: hard + +"bowser@npm:^1.6.0": + version: 1.9.4 + resolution: "bowser@npm:1.9.4" + checksum: 127584ee1b8f0c27f410f652d409ea8bcb23d185a4269bcbe0229069720be9d83dc80a939e0fa33d8a9055141a0cf2fee5a02b2b5515c38841ddc899d67dec8d + languageName: node + linkType: hard + +"bowser@npm:^2.11.0": + version: 2.11.0 + resolution: "bowser@npm:2.11.0" + checksum: 29c3f01f22e703fa6644fc3b684307442df4240b6e10f6cfe1b61c6ca5721073189ca97cdeedb376081148c8518e33b1d818a57f781d70b0b70e1f31fb48814f + languageName: node + linkType: hard + +"brace-expansion@npm:^1.1.7": + version: 1.1.11 + resolution: "brace-expansion@npm:1.1.11" + dependencies: + balanced-match: ^1.0.0 + concat-map: 0.0.1 + checksum: faf34a7bb0c3fcf4b59c7808bc5d2a96a40988addf2e7e09dfbb67a2251800e0d14cd2bfc1aa79174f2f5095c54ff27f46fb1289fe2d77dac755b5eb3434cc07 + languageName: node + linkType: hard + +"brace-expansion@npm:^2.0.1": + version: 2.0.1 + resolution: "brace-expansion@npm:2.0.1" + dependencies: + balanced-match: ^1.0.0 + checksum: a61e7cd2e8a8505e9f0036b3b6108ba5e926b4b55089eeb5550cd04a471fe216c96d4fe7e4c7f995c728c554ae20ddfc4244cad10aef255e72b62930afd233d1 + languageName: node + linkType: hard + +"braces@npm:^3.0.3, braces@npm:~3.0.2": + version: 3.0.3 + resolution: "braces@npm:3.0.3" + dependencies: + fill-range: ^7.1.1 + checksum: b95aa0b3bd909f6cd1720ffcf031aeaf46154dd88b4da01f9a1d3f7ea866a79eba76a6d01cbc3c422b2ee5cdc39a4f02491058d5df0d7bf6e6a162a832df1f69 + languageName: node + linkType: hard + +"browserslist@npm:^4.24.0": + version: 4.24.0 + resolution: "browserslist@npm:4.24.0" + dependencies: + caniuse-lite: ^1.0.30001663 + electron-to-chromium: ^1.5.28 + node-releases: ^2.0.18 + update-browserslist-db: ^1.1.0 + bin: + browserslist: cli.js + checksum: de200d3eb8d6ed819dad99719099a28fb6ebeb88016a5ac42fbdc11607e910c236a84ca1b0bbf232477d4b88ab64e8ab6aa67557cdd40a73ca9c2834f92ccce0 + languageName: node + linkType: hard + +"bs-logger@npm:^0.2.6": + version: 0.2.6 + resolution: "bs-logger@npm:0.2.6" + dependencies: + fast-json-stable-stringify: 2.x + checksum: d34bdaf68c64bd099ab97c3ea608c9ae7d3f5faa1178b3f3f345acd94e852e608b2d4f9103fb2e503f5e69780e98293df41691b84be909b41cf5045374d54606 + languageName: node + linkType: hard + +"bser@npm:2.1.1": + version: 2.1.1 + resolution: "bser@npm:2.1.1" + dependencies: + node-int64: ^0.4.0 + checksum: 9ba4dc58ce86300c862bffc3ae91f00b2a03b01ee07f3564beeeaf82aa243b8b03ba53f123b0b842c190d4399b94697970c8e7cf7b1ea44b61aa28c3526a4449 + languageName: node + linkType: hard + +"buffer-equal-constant-time@npm:1.0.1": + version: 1.0.1 + resolution: "buffer-equal-constant-time@npm:1.0.1" + checksum: 80bb945f5d782a56f374b292770901065bad21420e34936ecbe949e57724b4a13874f735850dd1cc61f078773c4fb5493a41391e7bda40d1fa388d6bd80daaab + languageName: node + linkType: hard + +"buffer-from@npm:^1.0.0": + version: 1.1.2 + resolution: "buffer-from@npm:1.1.2" + checksum: 0448524a562b37d4d7ed9efd91685a5b77a50672c556ea254ac9a6d30e3403a517d8981f10e565db24e8339413b43c97ca2951f10e399c6125a0d8911f5679bb + languageName: node + linkType: hard + +"buffer@npm:^5.5.0": + version: 5.7.1 + resolution: "buffer@npm:5.7.1" + dependencies: + base64-js: ^1.3.1 + ieee754: ^1.1.13 + checksum: e2cf8429e1c4c7b8cbd30834ac09bd61da46ce35f5c22a78e6c2f04497d6d25541b16881e30a019c6fd3154150650ccee27a308eff3e26229d788bbdeb08ab84 + languageName: node + linkType: hard + +"buffer@npm:^6.0.3": + version: 6.0.3 + resolution: "buffer@npm:6.0.3" + dependencies: + base64-js: ^1.3.1 + ieee754: ^1.2.1 + checksum: 5ad23293d9a731e4318e420025800b42bf0d264004c0286c8cc010af7a270c7a0f6522e84f54b9ad65cbd6db20b8badbfd8d2ebf4f80fa03dab093b89e68c3f9 + languageName: node + linkType: hard + +"builtin-status-codes@npm:^3.0.0": + version: 3.0.0 + resolution: "builtin-status-codes@npm:3.0.0" + checksum: 1119429cf4b0d57bf76b248ad6f529167d343156ebbcc4d4e4ad600484f6bc63002595cbb61b67ad03ce55cd1d3c4711c03bbf198bf24653b8392420482f3773 + languageName: node + linkType: hard + +"bytes@npm:3.1.2": + version: 3.1.2 + resolution: "bytes@npm:3.1.2" + checksum: e4bcd3948d289c5127591fbedf10c0b639ccbf00243504e4e127374a15c3bc8eed0d28d4aaab08ff6f1cf2abc0cce6ba3085ed32f4f90e82a5683ce0014e1b6e + languageName: node + linkType: hard + +"cacache@npm:^16.1.0": + version: 16.1.3 + resolution: "cacache@npm:16.1.3" + dependencies: + "@npmcli/fs": ^2.1.0 + "@npmcli/move-file": ^2.0.0 + chownr: ^2.0.0 + fs-minipass: ^2.1.0 + glob: ^8.0.1 + infer-owner: ^1.0.4 + lru-cache: ^7.7.1 + minipass: ^3.1.6 + minipass-collect: ^1.0.2 + minipass-flush: ^1.0.5 + minipass-pipeline: ^1.2.4 + mkdirp: ^1.0.4 + p-map: ^4.0.0 + promise-inflight: ^1.0.1 + rimraf: ^3.0.2 + ssri: ^9.0.0 + tar: ^6.1.11 + unique-filename: ^2.0.0 + checksum: d91409e6e57d7d9a3a25e5dcc589c84e75b178ae8ea7de05cbf6b783f77a5fae938f6e8fda6f5257ed70000be27a681e1e44829251bfffe4c10216002f8f14e6 + languageName: node + linkType: hard + +"cacache@npm:^18.0.0": + version: 18.0.4 + resolution: "cacache@npm:18.0.4" + dependencies: + "@npmcli/fs": ^3.1.0 + fs-minipass: ^3.0.0 + glob: ^10.2.2 + lru-cache: ^10.0.1 + minipass: ^7.0.3 + minipass-collect: ^2.0.1 + minipass-flush: ^1.0.5 + minipass-pipeline: ^1.2.4 + p-map: ^4.0.0 + ssri: ^10.0.0 + tar: ^6.1.11 + unique-filename: ^3.0.0 + checksum: b7422c113b4ec750f33beeca0f426a0024c28e3172f332218f48f963e5b970647fa1ac05679fe5bb448832c51efea9fda4456b9a95c3a1af1105fe6c1833cde2 + languageName: node + linkType: hard + +"call-bind@npm:^1.0.7": + version: 1.0.7 + resolution: "call-bind@npm:1.0.7" + dependencies: + es-define-property: ^1.0.0 + es-errors: ^1.3.0 + function-bind: ^1.1.2 + get-intrinsic: ^1.2.4 + set-function-length: ^1.2.1 + checksum: 295c0c62b90dd6522e6db3b0ab1ce26bdf9e7404215bda13cfee25b626b5ff1a7761324d58d38b1ef1607fc65aca2d06e44d2e18d0dfc6c14b465b00d8660029 + languageName: node + linkType: hard + +"call-me-maybe@npm:^1.0.1": + version: 1.0.2 + resolution: "call-me-maybe@npm:1.0.2" + checksum: 42ff2d0bed5b207e3f0122589162eaaa47ba618f79ad2382fe0ba14d9e49fbf901099a6227440acc5946f86a4953e8aa2d242b330b0a5de4d090bb18f8935cae + languageName: node + linkType: hard + +"callsites@npm:^3.0.0": + version: 3.1.0 + resolution: "callsites@npm:3.1.0" + checksum: 072d17b6abb459c2ba96598918b55868af677154bec7e73d222ef95a8fdb9bbf7dae96a8421085cdad8cd190d86653b5b6dc55a4484f2e5b2e27d5e0c3fc15b3 + languageName: node + linkType: hard + +"camelcase@npm:^5.3.1": + version: 5.3.1 + resolution: "camelcase@npm:5.3.1" + checksum: e6effce26b9404e3c0f301498184f243811c30dfe6d0b9051863bd8e4034d09c8c2923794f280d6827e5aa055f6c434115ff97864a16a963366fb35fd673024b + languageName: node + linkType: hard + +"camelcase@npm:^6.2.0": + version: 6.3.0 + resolution: "camelcase@npm:6.3.0" + checksum: 8c96818a9076434998511251dcb2761a94817ea17dbdc37f47ac080bd088fc62c7369429a19e2178b993497132c8cbcf5cc1f44ba963e76782ba469c0474938d + languageName: node + linkType: hard + +"caniuse-lite@npm:^1.0.30001663": + version: 1.0.30001667 + resolution: "caniuse-lite@npm:1.0.30001667" + checksum: f3c6a40c3e4115c6e5fb46c47884d903191285d29ec8a8b092546efbc9cdedcbd7183cce72dd3cab7dfc16c4d5b2745892876b3d6dda75d4cba49f9389239aa9 + languageName: node + linkType: hard + +"chalk@npm:^2.4.2": + version: 2.4.2 + resolution: "chalk@npm:2.4.2" + dependencies: + ansi-styles: ^3.2.1 + escape-string-regexp: ^1.0.5 + supports-color: ^5.3.0 + checksum: ec3661d38fe77f681200f878edbd9448821924e0f93a9cefc0e26a33b145f1027a2084bf19967160d11e1f03bfe4eaffcabf5493b89098b2782c3fe0b03d80c2 + languageName: node + linkType: hard + +"chalk@npm:^4.0.0, chalk@npm:^4.0.2": + version: 4.1.2 + resolution: "chalk@npm:4.1.2" + dependencies: + ansi-styles: ^4.1.0 + supports-color: ^7.1.0 + checksum: fe75c9d5c76a7a98d45495b91b2172fa3b7a09e0cc9370e5c8feb1c567b85c4288e2b3fded7cfdd7359ac28d6b3844feb8b82b8686842e93d23c827c417e83fc + languageName: node + linkType: hard + +"char-regex@npm:^1.0.2": + version: 1.0.2 + resolution: "char-regex@npm:1.0.2" + checksum: b563e4b6039b15213114626621e7a3d12f31008bdce20f9c741d69987f62aeaace7ec30f6018890ad77b2e9b4d95324c9f5acfca58a9441e3b1dcdd1e2525d17 + languageName: node + linkType: hard + +"chokidar@npm:^3.5.2": + version: 3.6.0 + resolution: "chokidar@npm:3.6.0" + dependencies: + anymatch: ~3.1.2 + braces: ~3.0.2 + fsevents: ~2.3.2 + glob-parent: ~5.1.2 + is-binary-path: ~2.1.0 + is-glob: ~4.0.1 + normalize-path: ~3.0.0 + readdirp: ~3.6.0 + dependenciesMeta: + fsevents: + optional: true + checksum: d2f29f499705dcd4f6f3bbed79a9ce2388cf530460122eed3b9c48efeab7a4e28739c6551fd15bec9245c6b9eeca7a32baa64694d64d9b6faeb74ddb8c4a413d + languageName: node + linkType: hard + +"chownr@npm:^1.1.1": + version: 1.1.4 + resolution: "chownr@npm:1.1.4" + checksum: 115648f8eb38bac5e41c3857f3e663f9c39ed6480d1349977c4d96c95a47266fcacc5a5aabf3cb6c481e22d72f41992827db47301851766c4fd77ac21a4f081d + languageName: node + linkType: hard + +"chownr@npm:^2.0.0": + version: 2.0.0 + resolution: "chownr@npm:2.0.0" + checksum: c57cf9dd0791e2f18a5ee9c1a299ae6e801ff58fee96dc8bfd0dcb4738a6ce58dd252a3605b1c93c6418fe4f9d5093b28ffbf4d66648cb2a9c67eaef9679be2f + languageName: node + linkType: hard + +"ci-info@npm:^3.2.0": + version: 3.9.0 + resolution: "ci-info@npm:3.9.0" + checksum: 6b19dc9b2966d1f8c2041a838217299718f15d6c4b63ae36e4674edd2bee48f780e94761286a56aa59eb305a85fbea4ddffb7630ec063e7ec7e7e5ad42549a87 + languageName: node + linkType: hard + +"cjs-module-lexer@npm:^1.0.0": + version: 1.4.1 + resolution: "cjs-module-lexer@npm:1.4.1" + checksum: 2556807a99aec1f9daac60741af96cd613a707f343174ae7967da46402c91dced411bf830d209f2e93be4cecea46fc75cecf1f17c799d7d8a9e1dd6204bfcd22 + languageName: node + linkType: hard + +"clean-stack@npm:^2.0.0": + version: 2.2.0 + resolution: "clean-stack@npm:2.2.0" + checksum: 2ac8cd2b2f5ec986a3c743935ec85b07bc174d5421a5efc8017e1f146a1cf5f781ae962618f416352103b32c9cd7e203276e8c28241bbe946160cab16149fb68 + languageName: node + linkType: hard + +"cliui@npm:^7.0.2": + version: 7.0.4 + resolution: "cliui@npm:7.0.4" + dependencies: + string-width: ^4.2.0 + strip-ansi: ^6.0.0 + wrap-ansi: ^7.0.0 + checksum: ce2e8f578a4813806788ac399b9e866297740eecd4ad1823c27fd344d78b22c5f8597d548adbcc46f0573e43e21e751f39446c5a5e804a12aace402b7a315d7f + languageName: node + linkType: hard + +"cliui@npm:^8.0.1": + version: 8.0.1 + resolution: "cliui@npm:8.0.1" + dependencies: + string-width: ^4.2.0 + strip-ansi: ^6.0.1 + wrap-ansi: ^7.0.0 + checksum: 79648b3b0045f2e285b76fb2e24e207c6db44323581e421c3acbd0e86454cba1b37aea976ab50195a49e7384b871e6dfb2247ad7dec53c02454ac6497394cb56 + languageName: node + linkType: hard + +"co@npm:^4.6.0": + version: 4.6.0 + resolution: "co@npm:4.6.0" + checksum: 5210d9223010eb95b29df06a91116f2cf7c8e0748a9013ed853b53f362ea0e822f1e5bb054fb3cefc645239a4cf966af1f6133a3b43f40d591f3b68ed6cf0510 + languageName: node + linkType: hard + +"collect-v8-coverage@npm:^1.0.0": + version: 1.0.2 + resolution: "collect-v8-coverage@npm:1.0.2" + checksum: c10f41c39ab84629d16f9f6137bc8a63d332244383fc368caf2d2052b5e04c20cd1fd70f66fcf4e2422b84c8226598b776d39d5f2d2a51867cc1ed5d1982b4da + languageName: node + linkType: hard + +"color-convert@npm:^1.9.0": + version: 1.9.3 + resolution: "color-convert@npm:1.9.3" + dependencies: + color-name: 1.1.3 + checksum: fd7a64a17cde98fb923b1dd05c5f2e6f7aefda1b60d67e8d449f9328b4e53b228a428fd38bfeaeb2db2ff6b6503a776a996150b80cdf224062af08a5c8a3a203 + languageName: node + linkType: hard + +"color-convert@npm:^2.0.1": + version: 2.0.1 + resolution: "color-convert@npm:2.0.1" + dependencies: + color-name: ~1.1.4 + checksum: 79e6bdb9fd479a205c71d89574fccfb22bd9053bd98c6c4d870d65c132e5e904e6034978e55b43d69fcaa7433af2016ee203ce76eeba9cfa554b373e7f7db336 + languageName: node + linkType: hard + +"color-name@npm:1.1.3": + version: 1.1.3 + resolution: "color-name@npm:1.1.3" + checksum: 09c5d3e33d2105850153b14466501f2bfb30324a2f76568a408763a3b7433b0e50e5b4ab1947868e65cb101bb7cb75029553f2c333b6d4b8138a73fcc133d69d + languageName: node + linkType: hard + +"color-name@npm:~1.1.4": + version: 1.1.4 + resolution: "color-name@npm:1.1.4" + checksum: b0445859521eb4021cd0fb0cc1a75cecf67fceecae89b63f62b201cca8d345baf8b952c966862a9d9a2632987d4f6581f0ec8d957dfacece86f0a7919316f610 + languageName: node + linkType: hard + +"color-support@npm:^1.1.2, color-support@npm:^1.1.3": + version: 1.1.3 + resolution: "color-support@npm:1.1.3" + bin: + color-support: bin.js + checksum: 9b7356817670b9a13a26ca5af1c21615463b500783b739b7634a0c2047c16cef4b2865d7576875c31c3cddf9dd621fa19285e628f20198b233a5cfdda6d0793b + languageName: node + linkType: hard + +"combined-stream@npm:^1.0.6, combined-stream@npm:^1.0.8": + version: 1.0.8 + resolution: "combined-stream@npm:1.0.8" + dependencies: + delayed-stream: ~1.0.0 + checksum: 49fa4aeb4916567e33ea81d088f6584749fc90c7abec76fd516bf1c5aa5c79f3584b5ba3de6b86d26ddd64bae5329c4c7479343250cfe71c75bb366eae53bb7c + languageName: node + linkType: hard + +"commander@npm:^10.0.0": + version: 10.0.1 + resolution: "commander@npm:10.0.1" + checksum: 436901d64a818295803c1996cd856621a74f30b9f9e28a588e726b2b1670665bccd7c1a77007ebf328729f0139838a88a19265858a0fa7a8728c4656796db948 + languageName: node + linkType: hard + +"commander@npm:^7.2.0": + version: 7.2.0 + resolution: "commander@npm:7.2.0" + checksum: 53501cbeee61d5157546c0bef0fedb6cdfc763a882136284bed9a07225f09a14b82d2a84e7637edfd1a679fb35ed9502fd58ef1d091e6287f60d790147f68ddc + languageName: node + linkType: hard + +"commander@npm:^8.3.0": + version: 8.3.0 + resolution: "commander@npm:8.3.0" + checksum: 0f82321821fc27b83bd409510bb9deeebcfa799ff0bf5d102128b500b7af22872c0c92cb6a0ebc5a4cf19c6b550fba9cedfa7329d18c6442a625f851377bacf0 + languageName: node + linkType: hard + +"commondir@npm:^1.0.1": + version: 1.0.1 + resolution: "commondir@npm:1.0.1" + checksum: 59715f2fc456a73f68826285718503340b9f0dd89bfffc42749906c5cf3d4277ef11ef1cca0350d0e79204f00f1f6d83851ececc9095dc88512a697ac0b9bdcb + languageName: node + linkType: hard + +"compressible@npm:^2.0.12": + version: 2.0.18 + resolution: "compressible@npm:2.0.18" + dependencies: + mime-db: ">= 1.43.0 < 2" + checksum: 58321a85b375d39230405654721353f709d0c1442129e9a17081771b816302a012471a9b8f4864c7dbe02eef7f2aaac3c614795197092262e94b409c9be108f0 + languageName: node + linkType: hard + +"concat-map@npm:0.0.1": + version: 0.0.1 + resolution: "concat-map@npm:0.0.1" + checksum: 902a9f5d8967a3e2faf138d5cb784b9979bad2e6db5357c5b21c568df4ebe62bcb15108af1b2253744844eb964fc023fbd9afbbbb6ddd0bcc204c6fb5b7bf3af + languageName: node + linkType: hard + +"console-control-strings@npm:^1.0.0, console-control-strings@npm:^1.1.0": + version: 1.1.0 + resolution: "console-control-strings@npm:1.1.0" + checksum: 8755d76787f94e6cf79ce4666f0c5519906d7f5b02d4b884cf41e11dcd759ed69c57da0670afd9236d229a46e0f9cf519db0cd829c6dca820bb5a5c3def584ed + languageName: node + linkType: hard + +"content-disposition@npm:0.5.4": + version: 0.5.4 + resolution: "content-disposition@npm:0.5.4" + dependencies: + safe-buffer: 5.2.1 + checksum: afb9d545e296a5171d7574fcad634b2fdf698875f4006a9dd04a3e1333880c5c0c98d47b560d01216fb6505a54a2ba6a843ee3a02ec86d7e911e8315255f56c3 + languageName: node + linkType: hard + +"content-type@npm:^1.0.2, content-type@npm:~1.0.4, content-type@npm:~1.0.5": + version: 1.0.5 + resolution: "content-type@npm:1.0.5" + checksum: 566271e0a251642254cde0f845f9dd4f9856e52d988f4eb0d0dcffbb7a1f8ec98de7a5215fc628f3bce30fe2fb6fd2bc064b562d721658c59b544e2d34ea2766 + languageName: node + linkType: hard + +"convert-source-map@npm:^2.0.0": + version: 2.0.0 + resolution: "convert-source-map@npm:2.0.0" + checksum: 63ae9933be5a2b8d4509daca5124e20c14d023c820258e484e32dc324d34c2754e71297c94a05784064ad27615037ef677e3f0c00469fb55f409d2bb21261035 + languageName: node + linkType: hard + +"cookie-signature@npm:1.0.6": + version: 1.0.6 + resolution: "cookie-signature@npm:1.0.6" + checksum: f4e1b0a98a27a0e6e66fd7ea4e4e9d8e038f624058371bf4499cfcd8f3980be9a121486995202ba3fca74fbed93a407d6d54d43a43f96fd28d0bd7a06761591a + languageName: node + linkType: hard + +"cookie@npm:0.6.0, cookie@npm:~0.6.0": + version: 0.6.0 + resolution: "cookie@npm:0.6.0" + checksum: f56a7d32a07db5458e79c726b77e3c2eff655c36792f2b6c58d351fb5f61531e5b1ab7f46987150136e366c65213cbe31729e02a3eaed630c3bf7334635fb410 + languageName: node + linkType: hard + +"copy-to@npm:^2.0.1": + version: 2.0.1 + resolution: "copy-to@npm:2.0.1" + checksum: 05ea12875bdc96ae053a3b30148e9d992026035ff2bfcc0b615e8d49d1cf8fc3d1f40843f9a4b7b1b6d9118eeebcba31e621076d7de525828aa9c07d22a81dab + languageName: node + linkType: hard + +"copyfiles@npm:^2.4.1": + version: 2.4.1 + resolution: "copyfiles@npm:2.4.1" + dependencies: + glob: ^7.0.5 + minimatch: ^3.0.3 + mkdirp: ^1.0.4 + noms: 0.0.0 + through2: ^2.0.1 + untildify: ^4.0.0 + yargs: ^16.1.0 + bin: + copyfiles: copyfiles + copyup: copyfiles + checksum: aea69873bb99cc5f553967660cbfb70e4eeda198f572a36fb0f748b36877ff2c90fd906c58b1d540adbad8afa8ee82820172f1c18e69736f7ab52792c12745a7 + languageName: node + linkType: hard + +"core-js-pure@npm:^3.30.2": + version: 3.38.1 + resolution: "core-js-pure@npm:3.38.1" + checksum: 95ca2e75df371571b0d41cba81e1f6335a2ba1f080e80f8edfa124ad3041880fe72e10f2144527a700a3d993dbf9f7cada3e04a927a66604bc49d0c4951567fb + languageName: node + linkType: hard + +"core-util-is@npm:^1.0.2, core-util-is@npm:~1.0.0": + version: 1.0.3 + resolution: "core-util-is@npm:1.0.3" + checksum: 9de8597363a8e9b9952491ebe18167e3b36e7707569eed0ebf14f8bba773611376466ae34575bca8cfe3c767890c859c74056084738f09d4e4a6f902b2ad7d99 + languageName: node + linkType: hard + +"create-jest@npm:^29.7.0": + version: 29.7.0 + resolution: "create-jest@npm:29.7.0" + dependencies: + "@jest/types": ^29.6.3 + chalk: ^4.0.0 + exit: ^0.1.2 + graceful-fs: ^4.2.9 + jest-config: ^29.7.0 + jest-util: ^29.7.0 + prompts: ^2.0.1 + bin: + create-jest: bin/create-jest.js + checksum: 1427d49458adcd88547ef6fa39041e1fe9033a661293aa8d2c3aa1b4967cb5bf4f0c00436c7a61816558f28ba2ba81a94d5c962e8022ea9a883978fc8e1f2945 + languageName: node + linkType: hard + +"create-require@npm:^1.1.0": + version: 1.1.1 + resolution: "create-require@npm:1.1.1" + checksum: a9a1503d4390d8b59ad86f4607de7870b39cad43d929813599a23714831e81c520bddf61bcdd1f8e30f05fd3a2b71ae8538e946eb2786dc65c2bbc520f692eff + languageName: node + linkType: hard + +"cross-fetch@npm:^3.1.5": + version: 3.1.8 + resolution: "cross-fetch@npm:3.1.8" + dependencies: + node-fetch: ^2.6.12 + checksum: 78f993fa099eaaa041122ab037fe9503ecbbcb9daef234d1d2e0b9230a983f64d645d088c464e21a247b825a08dc444a6e7064adfa93536d3a9454b4745b3632 + languageName: node + linkType: hard + +"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.3": + version: 7.0.3 + resolution: "cross-spawn@npm:7.0.3" + dependencies: + path-key: ^3.1.0 + shebang-command: ^2.0.0 + which: ^2.0.1 + checksum: 671cc7c7288c3a8406f3c69a3ae2fc85555c04169e9d611def9a675635472614f1c0ed0ef80955d5b6d4e724f6ced67f0ad1bb006c2ea643488fcfef994d7f52 + languageName: node + linkType: hard + +"css-select@npm:^5.1.0": + version: 5.1.0 + resolution: "css-select@npm:5.1.0" + dependencies: + boolbase: ^1.0.0 + css-what: ^6.1.0 + domhandler: ^5.0.2 + domutils: ^3.0.1 + nth-check: ^2.0.1 + checksum: 2772c049b188d3b8a8159907192e926e11824aea525b8282981f72ba3f349cf9ecd523fdf7734875ee2cb772246c22117fc062da105b6d59afe8dcd5c99c9bda + languageName: node + linkType: hard + +"css-tree@npm:^2.3.1": + version: 2.3.1 + resolution: "css-tree@npm:2.3.1" + dependencies: + mdn-data: 2.0.30 + source-map-js: ^1.0.1 + checksum: 493cc24b5c22b05ee5314b8a0d72d8a5869491c1458017ae5ed75aeb6c3596637dbe1b11dac2548974624adec9f7a1f3a6cf40593dc1f9185eb0e8279543fbc0 + languageName: node + linkType: hard + +"css-tree@npm:~2.2.0": + version: 2.2.1 + resolution: "css-tree@npm:2.2.1" + dependencies: + mdn-data: 2.0.28 + source-map-js: ^1.0.1 + checksum: b94aa8cc2f09e6f66c91548411fcf74badcbad3e150345074715012d16333ce573596ff5dfca03c2a87edf1924716db765120f94247e919d72753628ba3aba27 + languageName: node + linkType: hard + +"css-what@npm:^6.1.0": + version: 6.1.0 + resolution: "css-what@npm:6.1.0" + checksum: b975e547e1e90b79625918f84e67db5d33d896e6de846c9b584094e529f0c63e2ab85ee33b9daffd05bff3a146a1916bec664e18bb76dd5f66cbff9fc13b2bbe + languageName: node + linkType: hard + +"csso@npm:^5.0.5": + version: 5.0.5 + resolution: "csso@npm:5.0.5" + dependencies: + css-tree: ~2.2.0 + checksum: 0ad858d36bf5012ed243e9ec69962a867509061986d2ee07cc040a4b26e4d062c00d4c07e5ba8d430706ceb02dd87edd30a52b5937fd45b1b6f2119c4993d59a + languageName: node + linkType: hard + +"data-uri-to-buffer@npm:3": + version: 3.0.1 + resolution: "data-uri-to-buffer@npm:3.0.1" + checksum: c59c3009686a78c071806b72f4810856ec28222f0f4e252aa495ec027ed9732298ceea99c50328cf59b151dd34cbc3ad6150bbb43e41fc56fa19f48c99e9fc30 + languageName: node + linkType: hard + +"dateformat@npm:^2.0.0": + version: 2.2.0 + resolution: "dateformat@npm:2.2.0" + checksum: 1a276434222757b99ce8ed352188db90ce6667389f32e7ff9565d8715531ff2213454b55fbe06d8fd97fb6f2be095656a95195c9cda9c0738d9aab92a9d59688 + languageName: node + linkType: hard + +"debug@npm:2.6.9": + version: 2.6.9 + resolution: "debug@npm:2.6.9" + dependencies: + ms: 2.0.0 + checksum: d2f51589ca66df60bf36e1fa6e4386b318c3f1e06772280eea5b1ae9fd3d05e9c2b7fd8a7d862457d00853c75b00451aa2d7459b924629ee385287a650f58fe6 + languageName: node + linkType: hard + +"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.3, debug@npm:^4.3.4": + version: 4.3.7 + resolution: "debug@npm:4.3.7" + dependencies: + ms: ^2.1.3 + peerDependenciesMeta: + supports-color: + optional: true + checksum: 822d74e209cd910ef0802d261b150314bbcf36c582ccdbb3e70f0894823c17e49a50d3e66d96b633524263975ca16b6a833f3e3b7e030c157169a5fabac63160 + languageName: node + linkType: hard + +"debug@npm:^3.2.7": + version: 3.2.7 + resolution: "debug@npm:3.2.7" + dependencies: + ms: ^2.1.1 + checksum: b3d8c5940799914d30314b7c3304a43305fd0715581a919dacb8b3176d024a782062368405b47491516d2091d6462d4d11f2f4974a405048094f8bfebfa3071c + languageName: node + linkType: hard + +"decompress-response@npm:^6.0.0": + version: 6.0.0 + resolution: "decompress-response@npm:6.0.0" + dependencies: + mimic-response: ^3.1.0 + checksum: d377cf47e02d805e283866c3f50d3d21578b779731e8c5072d6ce8c13cc31493db1c2f6784da9d1d5250822120cefa44f1deab112d5981015f2e17444b763812 + languageName: node + linkType: hard + +"dedent@npm:^1.0.0": + version: 1.5.3 + resolution: "dedent@npm:1.5.3" + peerDependencies: + babel-plugin-macros: ^3.1.0 + peerDependenciesMeta: + babel-plugin-macros: + optional: true + checksum: 045b595557b2a8ea2eb9b0b4623d764e9a87326486fe2b61191b4342ed93dc01245644d8a09f3108a50c0ee7965f1eedd92e4a3a503ed89ea8e810566ea27f9a + languageName: node + linkType: hard + +"deep-extend@npm:^0.6.0": + version: 0.6.0 + resolution: "deep-extend@npm:0.6.0" + checksum: 7be7e5a8d468d6b10e6a67c3de828f55001b6eb515d014f7aeb9066ce36bd5717161eb47d6a0f7bed8a9083935b465bc163ee2581c8b128d29bf61092fdf57a7 + languageName: node + linkType: hard + +"deep-is@npm:~0.1.3": + version: 0.1.4 + resolution: "deep-is@npm:0.1.4" + checksum: edb65dd0d7d1b9c40b2f50219aef30e116cedd6fc79290e740972c132c09106d2e80aa0bc8826673dd5a00222d4179c84b36a790eef63a4c4bca75a37ef90804 + languageName: node + linkType: hard + +"deepmerge@npm:^4.2.2, deepmerge@npm:~4.3.0": + version: 4.3.1 + resolution: "deepmerge@npm:4.3.1" + checksum: 2024c6a980a1b7128084170c4cf56b0fd58a63f2da1660dcfe977415f27b17dbe5888668b59d0b063753f3220719d5e400b7f113609489c90160bb9a5518d052 + languageName: node + linkType: hard + +"default-user-agent@npm:^1.0.0": + version: 1.0.0 + resolution: "default-user-agent@npm:1.0.0" + dependencies: + os-name: ~1.0.3 + checksum: b1ef07c8e7de846a66e1e120d7ba11969faa36c8db4af2317f9b64d30e7507d129e3f721c7cc3f531a1719c1ab463d830bf426fbcda87b11defe23689f4d2b60 + languageName: node + linkType: hard + +"define-data-property@npm:^1.1.4": + version: 1.1.4 + resolution: "define-data-property@npm:1.1.4" + dependencies: + es-define-property: ^1.0.0 + es-errors: ^1.3.0 + gopd: ^1.0.1 + checksum: 8068ee6cab694d409ac25936eb861eea704b7763f7f342adbdfe337fc27c78d7ae0eff2364b2917b58c508d723c7a074326d068eef2e45c4edcd85cf94d0313b + languageName: node + linkType: hard + +"degenerator@npm:^3.0.2": + version: 3.0.4 + resolution: "degenerator@npm:3.0.4" + dependencies: + ast-types: ^0.13.2 + escodegen: ^1.8.1 + esprima: ^4.0.0 + vm2: ^3.9.17 + checksum: 99c27c9456095e32c4f6e01091d2b5c249f246b574487c52bca571e1e586b02d4b74a0ea7f22f30cc953c914383d02e2038d7d476a22f2704a8c1e88b671007d + languageName: node + linkType: hard + +"delayed-stream@npm:~1.0.0": + version: 1.0.0 + resolution: "delayed-stream@npm:1.0.0" + checksum: 46fe6e83e2cb1d85ba50bd52803c68be9bd953282fa7096f51fc29edd5d67ff84ff753c51966061e5ba7cb5e47ef6d36a91924eddb7f3f3483b1c560f77a0020 + languageName: node + linkType: hard + +"delegates@npm:^1.0.0": + version: 1.0.0 + resolution: "delegates@npm:1.0.0" + checksum: a51744d9b53c164ba9c0492471a1a2ffa0b6727451bdc89e31627fdf4adda9d51277cfcbfb20f0a6f08ccb3c436f341df3e92631a3440226d93a8971724771fd + languageName: node + linkType: hard + +"depd@npm:2.0.0, depd@npm:~2.0.0": + version: 2.0.0 + resolution: "depd@npm:2.0.0" + checksum: abbe19c768c97ee2eed6282d8ce3031126662252c58d711f646921c9623f9052e3e1906443066beec1095832f534e57c523b7333f8e7e0d93051ab6baef5ab3a + languageName: node + linkType: hard + +"destroy@npm:1.2.0, destroy@npm:^1.0.4": + version: 1.2.0 + resolution: "destroy@npm:1.2.0" + checksum: 0acb300b7478a08b92d810ab229d5afe0d2f4399272045ab22affa0d99dbaf12637659411530a6fcd597a9bdac718fc94373a61a95b4651bbc7b83684a565e38 + languageName: node + linkType: hard + +"detect-libc@npm:^2.0.0": + version: 2.0.3 + resolution: "detect-libc@npm:2.0.3" + checksum: 2ba6a939ae55f189aea996ac67afceb650413c7a34726ee92c40fb0deb2400d57ef94631a8a3f052055eea7efb0f99a9b5e6ce923415daa3e68221f963cfc27d + languageName: node + linkType: hard + +"detect-newline@npm:^3.0.0": + version: 3.1.0 + resolution: "detect-newline@npm:3.1.0" + checksum: ae6cd429c41ad01b164c59ea36f264a2c479598e61cba7c99da24175a7ab80ddf066420f2bec9a1c57a6bead411b4655ff15ad7d281c000a89791f48cbe939e7 + languageName: node + linkType: hard + +"diff-sequences@npm:^29.6.3": + version: 29.6.3 + resolution: "diff-sequences@npm:29.6.3" + checksum: f4914158e1f2276343d98ff5b31fc004e7304f5470bf0f1adb2ac6955d85a531a6458d33e87667f98f6ae52ebd3891bb47d420bb48a5bd8b7a27ee25b20e33aa + languageName: node + linkType: hard + +"diff@npm:^4.0.1": + version: 4.0.2 + resolution: "diff@npm:4.0.2" + checksum: f2c09b0ce4e6b301c221addd83bf3f454c0bc00caa3dd837cf6c127d6edf7223aa2bbe3b688feea110b7f262adbfc845b757c44c8a9f8c0c5b15d8fa9ce9d20d + languageName: node + linkType: hard + +"digest-header@npm:^1.0.0": + version: 1.1.0 + resolution: "digest-header@npm:1.1.0" + checksum: fadbdda75e1cc650e460c8fe2064f74c43cc005d0eab66cc390dd1ae2678cfb41f69f151323fbd3e059e28c941f1b9adc6ea4dbd9c918cb246f34a5eb8e103f0 + languageName: node + linkType: hard + +"dom-serializer@npm:^2.0.0": + version: 2.0.0 + resolution: "dom-serializer@npm:2.0.0" + dependencies: + domelementtype: ^2.3.0 + domhandler: ^5.0.2 + entities: ^4.2.0 + checksum: cd1810544fd8cdfbd51fa2c0c1128ec3a13ba92f14e61b7650b5de421b88205fd2e3f0cc6ace82f13334114addb90ed1c2f23074a51770a8e9c1273acbc7f3e6 + languageName: node + linkType: hard + +"domelementtype@npm:^2.3.0": + version: 2.3.0 + resolution: "domelementtype@npm:2.3.0" + checksum: ee837a318ff702622f383409d1f5b25dd1024b692ef64d3096ff702e26339f8e345820f29a68bcdcea8cfee3531776b3382651232fbeae95612d6f0a75efb4f6 + languageName: node + linkType: hard + +"domhandler@npm:^5.0.2, domhandler@npm:^5.0.3": + version: 5.0.3 + resolution: "domhandler@npm:5.0.3" + dependencies: + domelementtype: ^2.3.0 + checksum: 0f58f4a6af63e6f3a4320aa446d28b5790a009018707bce2859dcb1d21144c7876482b5188395a188dfa974238c019e0a1e610d2fc269a12b2c192ea2b0b131c + languageName: node + linkType: hard + +"domutils@npm:^3.0.1": + version: 3.1.0 + resolution: "domutils@npm:3.1.0" + dependencies: + dom-serializer: ^2.0.0 + domelementtype: ^2.3.0 + domhandler: ^5.0.3 + checksum: e5757456ddd173caa411cfc02c2bb64133c65546d2c4081381a3bafc8a57411a41eed70494551aa58030be9e58574fcc489828bebd673863d39924fb4878f416 + languageName: node + linkType: hard + +"duckdb-async@npm:^0.10.0": + version: 0.10.2 + resolution: "duckdb-async@npm:0.10.2" + dependencies: + duckdb: 0.10.2 + checksum: 965fdba9b92a9fcb1fdea263b846c11145a515af4afe806afd8f3908113467f756624b59fa3351ed6d4893dc1c81410b763abb44d08619d4ace5e6407e4136be + languageName: node + linkType: hard + +"duckdb@npm:0.10.2": + version: 0.10.2 + resolution: "duckdb@npm:0.10.2" + dependencies: + "@mapbox/node-pre-gyp": ^1.0.0 + node-addon-api: ^7.0.0 + node-gyp: ^9.3.0 + checksum: 5d55c4a2e79fec84de8d590c275daac69f7d3e556802c13ad2909bb05cc91cf2603cf84c9ad8d7fe102a8f094a37808a9c9d2bbcef15404e2c5f906134bda797 + languageName: node + linkType: hard + +"duplexify@npm:^4.0.0, duplexify@npm:^4.1.1, duplexify@npm:^4.1.3": + version: 4.1.3 + resolution: "duplexify@npm:4.1.3" + dependencies: + end-of-stream: ^1.4.1 + inherits: ^2.0.3 + readable-stream: ^3.1.1 + stream-shift: ^1.0.2 + checksum: 9636a027345de3dd3c801594d01a7c73d9ce260019538beb1ee650bba7544e72f40a4d4902b52e1ab283dc32a06f210d42748773af02ff15e3064a9659deab7f + languageName: node + linkType: hard + +"dynamodb-data-types@npm:^4.0.1": + version: 4.0.1 + resolution: "dynamodb-data-types@npm:4.0.1" + dependencies: + unique-sequence: 1.0.2 + bin: + dynamo-dt-attr-unwrap: bin/unwrap.js + dynamo-dt-attr-wrap: bin/wrap.js + checksum: 9c66ac2df3f6de03a9156c555b1534dfcfe870ee4bab1d6457aeb51cccda61327ba472d73dc137b87dae0151cc9210d3b382d3af7eda364c2647531932d1536d + languageName: node + linkType: hard + +"eastasianwidth@npm:^0.2.0": + version: 0.2.0 + resolution: "eastasianwidth@npm:0.2.0" + checksum: 7d00d7cd8e49b9afa762a813faac332dee781932d6f2c848dc348939c4253f1d4564341b7af1d041853bc3f32c2ef141b58e0a4d9862c17a7f08f68df1e0f1ed + languageName: node + linkType: hard + +"ecdsa-sig-formatter@npm:1.0.11, ecdsa-sig-formatter@npm:^1.0.11": + version: 1.0.11 + resolution: "ecdsa-sig-formatter@npm:1.0.11" + dependencies: + safe-buffer: ^5.0.1 + checksum: 207f9ab1c2669b8e65540bce29506134613dd5f122cccf1e6a560f4d63f2732d427d938f8481df175505aad94583bcb32c688737bb39a6df0625f903d6d93c03 + languageName: node + linkType: hard + +"ee-first@npm:1.1.1, ee-first@npm:~1.1.1": + version: 1.1.1 + resolution: "ee-first@npm:1.1.1" + checksum: 1b4cac778d64ce3b582a7e26b218afe07e207a0f9bfe13cc7395a6d307849cfe361e65033c3251e00c27dd060cab43014c2d6b2647676135e18b77d2d05b3f4f + languageName: node + linkType: hard + +"ejs@npm:^3.1.10": + version: 3.1.10 + resolution: "ejs@npm:3.1.10" + dependencies: + jake: ^10.8.5 + bin: + ejs: bin/cli.js + checksum: ce90637e9c7538663ae023b8a7a380b2ef7cc4096de70be85abf5a3b9641912dde65353211d05e24d56b1f242d71185c6d00e02cb8860701d571786d92c71f05 + languageName: node + linkType: hard + +"electron-to-chromium@npm:^1.5.28": + version: 1.5.34 + resolution: "electron-to-chromium@npm:1.5.34" + checksum: d9fa460affd5322cb0aad5388e65c3ea73e463ecaeae4e6fde53add55eb7cfa3a29e2f2a16fd75fcb314e3ca9dbd44a0f040e72a8f1c2a77a05cfcc7e349c26d + languageName: node + linkType: hard + +"emittery@npm:^0.13.1": + version: 0.13.1 + resolution: "emittery@npm:0.13.1" + checksum: 2b089ab6306f38feaabf4f6f02792f9ec85fc054fda79f44f6790e61bbf6bc4e1616afb9b232e0c5ec5289a8a452f79bfa6d905a6fd64e94b49981f0934001c6 + languageName: node + linkType: hard + +"emoji-regex@npm:^8.0.0": + version: 8.0.0 + resolution: "emoji-regex@npm:8.0.0" + checksum: d4c5c39d5a9868b5fa152f00cada8a936868fd3367f33f71be515ecee4c803132d11b31a6222b2571b1e5f7e13890156a94880345594d0ce7e3c9895f560f192 + languageName: node + linkType: hard + +"emoji-regex@npm:^9.2.2": + version: 9.2.2 + resolution: "emoji-regex@npm:9.2.2" + checksum: 8487182da74aabd810ac6d6f1994111dfc0e331b01271ae01ec1eb0ad7b5ecc2bbbbd2f053c05cb55a1ac30449527d819bbfbf0e3de1023db308cbcb47f86601 + languageName: node + linkType: hard + +"encodeurl@npm:~1.0.2": + version: 1.0.2 + resolution: "encodeurl@npm:1.0.2" + checksum: e50e3d508cdd9c4565ba72d2012e65038e5d71bdc9198cb125beb6237b5b1ade6c0d343998da9e170fb2eae52c1bed37d4d6d98a46ea423a0cddbed5ac3f780c + languageName: node + linkType: hard + +"encodeurl@npm:~2.0.0": + version: 2.0.0 + resolution: "encodeurl@npm:2.0.0" + checksum: abf5cd51b78082cf8af7be6785813c33b6df2068ce5191a40ca8b1afe6a86f9230af9a9ce694a5ce4665955e5c1120871826df9c128a642e09c58d592e2807fe + languageName: node + linkType: hard + +"encoding@npm:^0.1.13": + version: 0.1.13 + resolution: "encoding@npm:0.1.13" + dependencies: + iconv-lite: ^0.6.2 + checksum: bb98632f8ffa823996e508ce6a58ffcf5856330fde839ae42c9e1f436cc3b5cc651d4aeae72222916545428e54fd0f6aa8862fd8d25bdbcc4589f1e3f3715e7f + languageName: node + linkType: hard + +"end-of-stream@npm:^1.1.0, end-of-stream@npm:^1.4.1": + version: 1.4.4 + resolution: "end-of-stream@npm:1.4.4" + dependencies: + once: ^1.4.0 + checksum: 530a5a5a1e517e962854a31693dbb5c0b2fc40b46dad2a56a2deec656ca040631124f4795823acc68238147805f8b021abbe221f4afed5ef3c8e8efc2024908b + languageName: node + linkType: hard + +"end-or-error@npm:^1.0.1": + version: 1.0.1 + resolution: "end-or-error@npm:1.0.1" + checksum: 12d5aaa572e83fd567f999f133f02626f28481f6fc83fb5a9b6610a2cd48cdbbe36491483291bd366ae4073af3a9d6495ffde39ae417cb74b7bbf8d8bd76d7a6 + languageName: node + linkType: hard + +"ent@npm:^2.2.0": + version: 2.2.1 + resolution: "ent@npm:2.2.1" + dependencies: + punycode: ^1.4.1 + checksum: 1db6470dd21d2659b6b6edec3c857843722579bbe25ea7f6a802ec9730b8673f2d8d6dc14af2a0c580eec83309a9cf9ee0442ba2c6b7738c7d69a1d64723451f + languageName: node + linkType: hard + +"entities@npm:^4.2.0": + version: 4.5.0 + resolution: "entities@npm:4.5.0" + checksum: 853f8ebd5b425d350bffa97dd6958143179a5938352ccae092c62d1267c4e392a039be1bae7d51b6e4ffad25f51f9617531fedf5237f15df302ccfb452cbf2d7 + languageName: node + linkType: hard + +"env-paths@npm:^2.2.0": + version: 2.2.1 + resolution: "env-paths@npm:2.2.1" + checksum: 65b5df55a8bab92229ab2b40dad3b387fad24613263d103a97f91c9fe43ceb21965cd3392b1ccb5d77088021e525c4e0481adb309625d0cb94ade1d1fb8dc17e + languageName: node + linkType: hard + +"err-code@npm:^2.0.2": + version: 2.0.3 + resolution: "err-code@npm:2.0.3" + checksum: 8b7b1be20d2de12d2255c0bc2ca638b7af5171142693299416e6a9339bd7d88fc8d7707d913d78e0993176005405a236b066b45666b27b797252c771156ace54 + languageName: node + linkType: hard + +"error-ex@npm:^1.3.1": + version: 1.3.2 + resolution: "error-ex@npm:1.3.2" + dependencies: + is-arrayish: ^0.2.1 + checksum: c1c2b8b65f9c91b0f9d75f0debaa7ec5b35c266c2cac5de412c1a6de86d4cbae04ae44e510378cb14d032d0645a36925d0186f8bb7367bcc629db256b743a001 + languageName: node + linkType: hard + +"es-define-property@npm:^1.0.0": + version: 1.0.0 + resolution: "es-define-property@npm:1.0.0" + dependencies: + get-intrinsic: ^1.2.4 + checksum: f66ece0a887b6dca71848fa71f70461357c0e4e7249696f81bad0a1f347eed7b31262af4a29f5d726dc026426f085483b6b90301855e647aa8e21936f07293c6 + languageName: node + linkType: hard + +"es-errors@npm:^1.3.0": + version: 1.3.0 + resolution: "es-errors@npm:1.3.0" + checksum: ec1414527a0ccacd7f15f4a3bc66e215f04f595ba23ca75cdae0927af099b5ec865f9f4d33e9d7e86f512f252876ac77d4281a7871531a50678132429b1271b5 + languageName: node + linkType: hard + +"escalade@npm:^3.1.1, escalade@npm:^3.2.0": + version: 3.2.0 + resolution: "escalade@npm:3.2.0" + checksum: 47b029c83de01b0d17ad99ed766347b974b0d628e848de404018f3abee728e987da0d2d370ad4574aa3d5b5bfc368754fd085d69a30f8e75903486ec4b5b709e + languageName: node + linkType: hard + +"escape-html@npm:^1.0.3, escape-html@npm:~1.0.3": + version: 1.0.3 + resolution: "escape-html@npm:1.0.3" + checksum: 6213ca9ae00d0ab8bccb6d8d4e0a98e76237b2410302cf7df70aaa6591d509a2a37ce8998008cbecae8fc8ffaadf3fb0229535e6a145f3ce0b211d060decbb24 + languageName: node + linkType: hard + +"escape-string-regexp@npm:^1.0.5": + version: 1.0.5 + resolution: "escape-string-regexp@npm:1.0.5" + checksum: 6092fda75c63b110c706b6a9bfde8a612ad595b628f0bd2147eea1d3406723020810e591effc7db1da91d80a71a737a313567c5abb3813e8d9c71f4aa595b410 + languageName: node + linkType: hard + +"escape-string-regexp@npm:^2.0.0": + version: 2.0.0 + resolution: "escape-string-regexp@npm:2.0.0" + checksum: 9f8a2d5743677c16e85c810e3024d54f0c8dea6424fad3c79ef6666e81dd0846f7437f5e729dfcdac8981bc9e5294c39b4580814d114076b8d36318f46ae4395 + languageName: node + linkType: hard + +"escodegen@npm:^1.8.1": + version: 1.14.3 + resolution: "escodegen@npm:1.14.3" + dependencies: + esprima: ^4.0.1 + estraverse: ^4.2.0 + esutils: ^2.0.2 + optionator: ^0.8.1 + source-map: ~0.6.1 + dependenciesMeta: + source-map: + optional: true + bin: + escodegen: bin/escodegen.js + esgenerate: bin/esgenerate.js + checksum: 381cdc4767ecdb221206bbbab021b467bbc2a6f5c9a99c9e6353040080bdd3dfe73d7604ad89a47aca6ea7d58bc635f6bd3fbc8da9a1998e9ddfa8372362ccd0 + languageName: node + linkType: hard + +"esprima@npm:1.2.2": + version: 1.2.2 + resolution: "esprima@npm:1.2.2" + bin: + esparse: ./bin/esparse.js + esvalidate: ./bin/esvalidate.js + checksum: 4f10006f0e315f2f7d8cf6630e465f183512f1ab2e862b11785a133ce37ed1696573deefb5256e510eaa4368342b13b393334477f6ccdcdb8f10e782b0f5e6dc + languageName: node + linkType: hard + +"esprima@npm:^4.0.0, esprima@npm:^4.0.1": + version: 4.0.1 + resolution: "esprima@npm:4.0.1" + bin: + esparse: ./bin/esparse.js + esvalidate: ./bin/esvalidate.js + checksum: b45bc805a613dbea2835278c306b91aff6173c8d034223fa81498c77dcbce3b2931bf6006db816f62eacd9fd4ea975dfd85a5b7f3c6402cfd050d4ca3c13a628 + languageName: node + linkType: hard + +"estraverse@npm:^4.2.0": + version: 4.3.0 + resolution: "estraverse@npm:4.3.0" + checksum: a6299491f9940bb246124a8d44b7b7a413a8336f5436f9837aaa9330209bd9ee8af7e91a654a3545aee9c54b3308e78ee360cef1d777d37cfef77d2fa33b5827 + languageName: node + linkType: hard + +"estree-walker@npm:^2.0.2": + version: 2.0.2 + resolution: "estree-walker@npm:2.0.2" + checksum: 6151e6f9828abe2259e57f5fd3761335bb0d2ebd76dc1a01048ccee22fabcfef3c0859300f6d83ff0d1927849368775ec5a6d265dde2f6de5a1be1721cd94efc + languageName: node + linkType: hard + +"esutils@npm:^2.0.2": + version: 2.0.3 + resolution: "esutils@npm:2.0.3" + checksum: 22b5b08f74737379a840b8ed2036a5fb35826c709ab000683b092d9054e5c2a82c27818f12604bfc2a9a76b90b6834ef081edbc1c7ae30d1627012e067c6ec87 + languageName: node + linkType: hard + +"etag@npm:~1.8.1": + version: 1.8.1 + resolution: "etag@npm:1.8.1" + checksum: 571aeb3dbe0f2bbd4e4fadbdb44f325fc75335cd5f6f6b6a091e6a06a9f25ed5392f0863c5442acb0646787446e816f13cbfc6edce5b07658541dff573cab1ff + languageName: node + linkType: hard + +"event-target-shim@npm:^5.0.0": + version: 5.0.1 + resolution: "event-target-shim@npm:5.0.1" + checksum: 1ffe3bb22a6d51bdeb6bf6f7cf97d2ff4a74b017ad12284cc9e6a279e727dc30a5de6bb613e5596ff4dc3e517841339ad09a7eec44266eccb1aa201a30448166 + languageName: node + linkType: hard + +"events@npm:^3.3.0": + version: 3.3.0 + resolution: "events@npm:3.3.0" + checksum: f6f487ad2198aa41d878fa31452f1a3c00958f46e9019286ff4787c84aac329332ab45c9cdc8c445928fc6d7ded294b9e005a7fce9426488518017831b272780 + languageName: node + linkType: hard + +"execa@npm:^5.0.0": + version: 5.1.1 + resolution: "execa@npm:5.1.1" + dependencies: + cross-spawn: ^7.0.3 + get-stream: ^6.0.0 + human-signals: ^2.1.0 + is-stream: ^2.0.0 + merge-stream: ^2.0.0 + npm-run-path: ^4.0.1 + onetime: ^5.1.2 + signal-exit: ^3.0.3 + strip-final-newline: ^2.0.0 + checksum: fba9022c8c8c15ed862847e94c252b3d946036d7547af310e344a527e59021fd8b6bb0723883ea87044dc4f0201f949046993124a42ccb0855cae5bf8c786343 + languageName: node + linkType: hard + +"exit@npm:^0.1.2": + version: 0.1.2 + resolution: "exit@npm:0.1.2" + checksum: abc407f07a875c3961e4781dfcb743b58d6c93de9ab263f4f8c9d23bb6da5f9b7764fc773f86b43dd88030444d5ab8abcb611cb680fba8ca075362b77114bba3 + languageName: node + linkType: hard + +"expand-template@npm:^2.0.3": + version: 2.0.3 + resolution: "expand-template@npm:2.0.3" + checksum: 588c19847216421ed92befb521767b7018dc88f88b0576df98cb242f20961425e96a92cbece525ef28cc5becceae5d544ae0f5b9b5e2aa05acb13716ca5b3099 + languageName: node + linkType: hard + +"expect@npm:^29.0.0, expect@npm:^29.7.0": + version: 29.7.0 + resolution: "expect@npm:29.7.0" + dependencies: + "@jest/expect-utils": ^29.7.0 + jest-get-type: ^29.6.3 + jest-matcher-utils: ^29.7.0 + jest-message-util: ^29.7.0 + jest-util: ^29.7.0 + checksum: 9257f10288e149b81254a0fda8ffe8d54a7061cd61d7515779998b012579d2b8c22354b0eb901daf0145f347403da582f75f359f4810c007182ad3fb318b5c0c + languageName: node + linkType: hard + +"exponential-backoff@npm:^3.1.1": + version: 3.1.1 + resolution: "exponential-backoff@npm:3.1.1" + checksum: 3d21519a4f8207c99f7457287291316306255a328770d320b401114ec8481986e4e467e854cb9914dd965e0a1ca810a23ccb559c642c88f4c7f55c55778a9b48 + languageName: node + linkType: hard + +"express-async-errors@npm:^3.1.1": + version: 3.1.1 + resolution: "express-async-errors@npm:3.1.1" + peerDependencies: + express: ^4.16.2 + checksum: 3a2a6df8ea957185df401a239189d617715c38fba13fac8ced7750b25fa95b0ae656e5d1385d12d0e4dcd7997e90d070b218e86abcf8e68bb6048830b53ba668 + languageName: node + linkType: hard + +"express@npm:^4.21.0": + version: 4.21.0 + resolution: "express@npm:4.21.0" + dependencies: + accepts: ~1.3.8 + array-flatten: 1.1.1 + body-parser: 1.20.3 + content-disposition: 0.5.4 + content-type: ~1.0.4 + cookie: 0.6.0 + cookie-signature: 1.0.6 + debug: 2.6.9 + depd: 2.0.0 + encodeurl: ~2.0.0 + escape-html: ~1.0.3 + etag: ~1.8.1 + finalhandler: 1.3.1 + fresh: 0.5.2 + http-errors: 2.0.0 + merge-descriptors: 1.0.3 + methods: ~1.1.2 + on-finished: 2.4.1 + parseurl: ~1.3.3 + path-to-regexp: 0.1.10 + proxy-addr: ~2.0.7 + qs: 6.13.0 + range-parser: ~1.2.1 + safe-buffer: 5.2.1 + send: 0.19.0 + serve-static: 1.16.2 + setprototypeof: 1.2.0 + statuses: 2.0.1 + type-is: ~1.6.18 + utils-merge: 1.0.1 + vary: ~1.1.2 + checksum: 1c5212993f665809c249bf00ab550b989d1365a5b9171cdfaa26d93ee2ef10cd8add520861ec8d5da74b3194d8374e1d9d53e85ef69b89fd9c4196b87045a5d4 + languageName: node + linkType: hard + +"extend-shallow@npm:^2.0.1": + version: 2.0.1 + resolution: "extend-shallow@npm:2.0.1" + dependencies: + is-extendable: ^0.1.0 + checksum: 8fb58d9d7a511f4baf78d383e637bd7d2e80843bd9cd0853649108ea835208fb614da502a553acc30208e1325240bb7cc4a68473021612496bb89725483656d8 + languageName: node + linkType: hard + +"extend@npm:^3.0.2": + version: 3.0.2 + resolution: "extend@npm:3.0.2" + checksum: a50a8309ca65ea5d426382ff09f33586527882cf532931cb08ca786ea3146c0553310bda688710ff61d7668eba9f96b923fe1420cdf56a2c3eaf30fcab87b515 + languageName: node + linkType: hard + +"farmhash-modern@npm:^1.1.0": + version: 1.1.0 + resolution: "farmhash-modern@npm:1.1.0" + checksum: 6f5378ebb0995b99a978a7184d098407a4c5de9a926e70010ee9555827a77b359568f01724a143192e43b06c78802f82687005b60b114ad9dcb9e4218c46fb62 + languageName: node + linkType: hard + +"fast-deep-equal@npm:^3.1.1, fast-deep-equal@npm:^3.1.3": + version: 3.1.3 + resolution: "fast-deep-equal@npm:3.1.3" + checksum: e21a9d8d84f53493b6aa15efc9cfd53dd5b714a1f23f67fb5dc8f574af80df889b3bce25dc081887c6d25457cce704e636395333abad896ccdec03abaf1f3f9d + languageName: node + linkType: hard + +"fast-json-patch@npm:^3.0.0-1": + version: 3.1.1 + resolution: "fast-json-patch@npm:3.1.1" + checksum: c4525b61b2471df60d4b025b4118b036d99778a93431aa44d1084218182841d82ce93056f0f3bbd731a24e6a8e69820128adf1873eb2199a26c62ef58d137833 + languageName: node + linkType: hard + +"fast-json-stable-stringify@npm:2.x, fast-json-stable-stringify@npm:^2.1.0": + version: 2.1.0 + resolution: "fast-json-stable-stringify@npm:2.1.0" + checksum: b191531e36c607977e5b1c47811158733c34ccb3bfde92c44798929e9b4154884378536d26ad90dfecd32e1ffc09c545d23535ad91b3161a27ddbb8ebe0cbecb + languageName: node + linkType: hard + +"fast-levenshtein@npm:~2.0.6": + version: 2.0.6 + resolution: "fast-levenshtein@npm:2.0.6" + checksum: 92cfec0a8dfafd9c7a15fba8f2cc29cd0b62b85f056d99ce448bbcd9f708e18ab2764bda4dd5158364f4145a7c72788538994f0d1787b956ef0d1062b0f7c24c + languageName: node + linkType: hard + +"fast-redact@npm:^3.1.1": + version: 3.5.0 + resolution: "fast-redact@npm:3.5.0" + checksum: ef03f0d1849da074a520a531ad299bf346417b790a643931ab4e01cb72275c8d55b60dc8512fb1f1818647b696790edefaa96704228db9f012da935faa1940af + languageName: node + linkType: hard + +"fast-text-encoding@npm:^1.0.0": + version: 1.0.6 + resolution: "fast-text-encoding@npm:1.0.6" + checksum: 9d58f694314b3283e785bf61954902536da228607ad246905e30256f9ab8331f780ac987e7222c9f5eafd04168d07e12b8054c85cedb76a2c05af0e82387a903 + languageName: node + linkType: hard + +"fast-uri@npm:^3.0.1": + version: 3.0.2 + resolution: "fast-uri@npm:3.0.2" + checksum: ca00aadc84e0ab93a8a1700c386bc7cbeb49f47d9801083c258444eed31221fdf864d68fb48ea8acd7c512bf046b53c09e3aafd6d4bdb9449ed21be29d8d6f75 + languageName: node + linkType: hard + +"fast-xml-parser@npm:4.4.1": + version: 4.4.1 + resolution: "fast-xml-parser@npm:4.4.1" + dependencies: + strnum: ^1.0.5 + bin: + fxparser: src/cli/cli.js + checksum: f440c01cd141b98789ae777503bcb6727393296094cc82924ae9f88a5b971baa4eec7e65306c7e07746534caa661fc83694ff437d9012dc84dee39dfbfaab947 + languageName: node + linkType: hard + +"fast-xml-parser@npm:^4.2.2, fast-xml-parser@npm:^4.4.1": + version: 4.5.0 + resolution: "fast-xml-parser@npm:4.5.0" + dependencies: + strnum: ^1.0.5 + bin: + fxparser: src/cli/cli.js + checksum: 696dc98da46f0f48eb26dfe1640a53043ea64f2420056374e62abbb5e620f092f8df3c3ff3195505a2eefab2057db3bf0ebaac63557f277934f6cce4e7da027c + languageName: node + linkType: hard + +"faye-websocket@npm:0.11.4": + version: 0.11.4 + resolution: "faye-websocket@npm:0.11.4" + dependencies: + websocket-driver: ">=0.5.1" + checksum: d49a62caf027f871149fc2b3f3c7104dc6d62744277eb6f9f36e2d5714e847d846b9f7f0d0b7169b25a012e24a594cde11a93034b30732e4c683f20b8a5019fa + languageName: node + linkType: hard + +"fb-watchman@npm:^2.0.0": + version: 2.0.2 + resolution: "fb-watchman@npm:2.0.2" + dependencies: + bser: 2.1.1 + checksum: b15a124cef28916fe07b400eb87cbc73ca082c142abf7ca8e8de6af43eca79ca7bd13eb4d4d48240b3bd3136eaac40d16e42d6edf87a8e5d1dd8070626860c78 + languageName: node + linkType: hard + +"file-uri-to-path@npm:2": + version: 2.0.0 + resolution: "file-uri-to-path@npm:2.0.0" + checksum: 4a71a99ddaa6ae7ae7bffe2948c34da59982ed465d930a0af9cb59fcc10fcd93366cc356ec3337c18373fde5df7ac52afda4558f155febd1799d135552207edb + languageName: node + linkType: hard + +"filelist@npm:^1.0.4": + version: 1.0.4 + resolution: "filelist@npm:1.0.4" + dependencies: + minimatch: ^5.0.1 + checksum: a303573b0821e17f2d5e9783688ab6fbfce5d52aaac842790ae85e704a6f5e4e3538660a63183d6453834dedf1e0f19a9dadcebfa3e926c72397694ea11f5160 + languageName: node + linkType: hard + +"fill-range@npm:^7.1.1": + version: 7.1.1 + resolution: "fill-range@npm:7.1.1" + dependencies: + to-regex-range: ^5.0.1 + checksum: b4abfbca3839a3d55e4ae5ec62e131e2e356bf4859ce8480c64c4876100f4df292a63e5bb1618e1d7460282ca2b305653064f01654474aa35c68000980f17798 + languageName: node + linkType: hard + +"finalhandler@npm:1.3.1": + version: 1.3.1 + resolution: "finalhandler@npm:1.3.1" + dependencies: + debug: 2.6.9 + encodeurl: ~2.0.0 + escape-html: ~1.0.3 + on-finished: 2.4.1 + parseurl: ~1.3.3 + statuses: 2.0.1 + unpipe: ~1.0.0 + checksum: a8c58cd97c9cd47679a870f6833a7b417043f5a288cd6af6d0f49b476c874a506100303a128b6d3b654c3d74fa4ff2ffed68a48a27e8630cda5c918f2977dcf4 + languageName: node + linkType: hard + +"find-up@npm:^4.0.0, find-up@npm:^4.1.0": + version: 4.1.0 + resolution: "find-up@npm:4.1.0" + dependencies: + locate-path: ^5.0.0 + path-exists: ^4.0.0 + checksum: 4c172680e8f8c1f78839486e14a43ef82e9decd0e74145f40707cc42e7420506d5ec92d9a11c22bd2c48fb0c384ea05dd30e10dd152fefeec6f2f75282a8b844 + languageName: node + linkType: hard + +"firebase-admin@npm:^12.6.0": + version: 12.6.0 + resolution: "firebase-admin@npm:12.6.0" + dependencies: + "@fastify/busboy": ^3.0.0 + "@firebase/database-compat": ^1.0.2 + "@firebase/database-types": ^1.0.0 + "@google-cloud/firestore": ^7.7.0 + "@google-cloud/storage": ^7.7.0 + "@types/node": ^22.0.1 + farmhash-modern: ^1.1.0 + jsonwebtoken: ^9.0.0 + jwks-rsa: ^3.1.0 + node-forge: ^1.3.1 + uuid: ^10.0.0 + dependenciesMeta: + "@google-cloud/firestore": + optional: true + "@google-cloud/storage": + optional: true + checksum: 3b0684c102ce6f706bd4ed89b2d787075eeab35c13cba8d9fa76e00e786e3c52dabf45b059385908a46a583e3c2ac1bbbf333e4b0db291a3a1fb8d6d8d7f2c3d + languageName: node + linkType: hard + +"follow-redirects@npm:^1.15.6": + version: 1.15.9 + resolution: "follow-redirects@npm:1.15.9" + peerDependenciesMeta: + debug: + optional: true + checksum: 859e2bacc7a54506f2bf9aacb10d165df78c8c1b0ceb8023f966621b233717dab56e8d08baadc3ad3b9db58af290413d585c999694b7c146aaf2616340c3d2a6 + languageName: node + linkType: hard + +"foreground-child@npm:^3.1.0": + version: 3.3.0 + resolution: "foreground-child@npm:3.3.0" + dependencies: + cross-spawn: ^7.0.0 + signal-exit: ^4.0.1 + checksum: 1989698488f725b05b26bc9afc8a08f08ec41807cd7b92ad85d96004ddf8243fd3e79486b8348c64a3011ae5cc2c9f0936af989e1f28339805d8bc178a75b451 + languageName: node + linkType: hard + +"form-data@npm:^2.5.0": + version: 2.5.1 + resolution: "form-data@npm:2.5.1" + dependencies: + asynckit: ^0.4.0 + combined-stream: ^1.0.6 + mime-types: ^2.1.12 + checksum: 5134ada56cc246b293a1ac7678dba6830000603a3979cf83ff7b2f21f2e3725202237cfb89e32bcb38a1d35727efbd3c3a22e65b42321e8ade8eec01ce755d08 + languageName: node + linkType: hard + +"form-data@npm:^4.0.0": + version: 4.0.0 + resolution: "form-data@npm:4.0.0" + dependencies: + asynckit: ^0.4.0 + combined-stream: ^1.0.8 + mime-types: ^2.1.12 + checksum: 01135bf8675f9d5c61ff18e2e2932f719ca4de964e3be90ef4c36aacfc7b9cb2fceb5eca0b7e0190e3383fe51c5b37f4cb80b62ca06a99aaabfcfd6ac7c9328c + languageName: node + linkType: hard + +"formdata-node@npm:4": + version: 4.4.1 + resolution: "formdata-node@npm:4.4.1" + dependencies: + node-domexception: 1.0.0 + web-streams-polyfill: 4.0.0-beta.3 + checksum: d91d4f667cfed74827fc281594102c0dabddd03c9f8b426fc97123eedbf73f5060ee43205d89284d6854e2fc5827e030cd352ef68b93beda8decc2d72128c576 + languageName: node + linkType: hard + +"formstream@npm:^1.1.0": + version: 1.5.1 + resolution: "formstream@npm:1.5.1" + dependencies: + destroy: ^1.0.4 + mime: ^2.5.2 + node-hex: ^1.0.1 + pause-stream: ~0.0.11 + checksum: d09e1377e63f7823fa4612f0510a8a0bf84ed6e070dcbf8d5362a9228962f927e950434e5f36590f7aa52087049959e378e9cfb128e65f01655be95adee412bd + languageName: node + linkType: hard + +"forwarded@npm:0.2.0": + version: 0.2.0 + resolution: "forwarded@npm:0.2.0" + checksum: fd27e2394d8887ebd16a66ffc889dc983fbbd797d5d3f01087c020283c0f019a7d05ee85669383d8e0d216b116d720fc0cef2f6e9b7eb9f4c90c6e0bc7fd28e6 + languageName: node + linkType: hard + +"fresh@npm:0.5.2": + version: 0.5.2 + resolution: "fresh@npm:0.5.2" + checksum: 13ea8b08f91e669a64e3ba3a20eb79d7ca5379a81f1ff7f4310d54e2320645503cc0c78daedc93dfb6191287295f6479544a649c64d8e41a1c0fb0c221552346 + languageName: node + linkType: hard + +"fs-constants@npm:^1.0.0": + version: 1.0.0 + resolution: "fs-constants@npm:1.0.0" + checksum: 18f5b718371816155849475ac36c7d0b24d39a11d91348cfcb308b4494824413e03572c403c86d3a260e049465518c4f0d5bd00f0371cdfcad6d4f30a85b350d + languageName: node + linkType: hard + +"fs-extra@npm:^8.1.0": + version: 8.1.0 + resolution: "fs-extra@npm:8.1.0" + dependencies: + graceful-fs: ^4.2.0 + jsonfile: ^4.0.0 + universalify: ^0.1.0 + checksum: bf44f0e6cea59d5ce071bba4c43ca76d216f89e402dc6285c128abc0902e9b8525135aa808adad72c9d5d218e9f4bcc63962815529ff2f684ad532172a284880 + languageName: node + linkType: hard + +"fs-minipass@npm:^2.0.0, fs-minipass@npm:^2.1.0": + version: 2.1.0 + resolution: "fs-minipass@npm:2.1.0" + dependencies: + minipass: ^3.0.0 + checksum: 1b8d128dae2ac6cc94230cc5ead341ba3e0efaef82dab46a33d171c044caaa6ca001364178d42069b2809c35a1c3c35079a32107c770e9ffab3901b59af8c8b1 + languageName: node + linkType: hard + +"fs-minipass@npm:^3.0.0": + version: 3.0.3 + resolution: "fs-minipass@npm:3.0.3" + dependencies: + minipass: ^7.0.3 + checksum: 8722a41109130851d979222d3ec88aabaceeaaf8f57b2a8f744ef8bd2d1ce95453b04a61daa0078822bc5cd21e008814f06fe6586f56fef511e71b8d2394d802 + languageName: node + linkType: hard + +"fs.realpath@npm:^1.0.0": + version: 1.0.0 + resolution: "fs.realpath@npm:1.0.0" + checksum: 99ddea01a7e75aa276c250a04eedeffe5662bce66c65c07164ad6264f9de18fb21be9433ead460e54cff20e31721c811f4fb5d70591799df5f85dce6d6746fd0 + languageName: node + linkType: hard + +"fsevents@npm:^2.3.2, fsevents@npm:~2.3.2": + version: 2.3.3 + resolution: "fsevents@npm:2.3.3" + dependencies: + node-gyp: latest + checksum: 11e6ea6fea15e42461fc55b4b0e4a0a3c654faa567f1877dbd353f39156f69def97a69936d1746619d656c4b93de2238bf731f6085a03a50cabf287c9d024317 + conditions: os=darwin + languageName: node + linkType: hard + +"fsevents@patch:fsevents@^2.3.2#~builtin, fsevents@patch:fsevents@~2.3.2#~builtin": + version: 2.3.3 + resolution: "fsevents@patch:fsevents@npm%3A2.3.3#~builtin::version=2.3.3&hash=df0bf1" + dependencies: + node-gyp: latest + conditions: os=darwin + languageName: node + linkType: hard + +"ftp@npm:^0.3.10": + version: 0.3.10 + resolution: "ftp@npm:0.3.10" + dependencies: + readable-stream: 1.1.x + xregexp: 2.0.0 + checksum: ddd313c1d44eb7429f3a7d77a0155dc8fe86a4c64dca58f395632333ce4b4e74c61413c6e0ef66ea3f3d32d905952fbb6d028c7117d522f793eb1fa282e17357 + languageName: node + linkType: hard + +"function-bind@npm:^1.1.2": + version: 1.1.2 + resolution: "function-bind@npm:1.1.2" + checksum: 2b0ff4ce708d99715ad14a6d1f894e2a83242e4a52ccfcefaee5e40050562e5f6dafc1adbb4ce2d4ab47279a45dc736ab91ea5042d843c3c092820dfe032efb1 + languageName: node + linkType: hard + +"functional-red-black-tree@npm:^1.0.1": + version: 1.0.1 + resolution: "functional-red-black-tree@npm:1.0.1" + checksum: ca6c170f37640e2d94297da8bb4bf27a1d12bea3e00e6a3e007fd7aa32e37e000f5772acf941b4e4f3cf1c95c3752033d0c509af157ad8f526e7f00723b9eb9f + languageName: node + linkType: hard + +"gauge@npm:^3.0.0": + version: 3.0.2 + resolution: "gauge@npm:3.0.2" + dependencies: + aproba: ^1.0.3 || ^2.0.0 + color-support: ^1.1.2 + console-control-strings: ^1.0.0 + has-unicode: ^2.0.1 + object-assign: ^4.1.1 + signal-exit: ^3.0.0 + string-width: ^4.2.3 + strip-ansi: ^6.0.1 + wide-align: ^1.1.2 + checksum: 81296c00c7410cdd48f997800155fbead4f32e4f82109be0719c63edc8560e6579946cc8abd04205297640691ec26d21b578837fd13a4e96288ab4b40b1dc3e9 + languageName: node + linkType: hard + +"gauge@npm:^4.0.3": + version: 4.0.4 + resolution: "gauge@npm:4.0.4" + dependencies: + aproba: ^1.0.3 || ^2.0.0 + color-support: ^1.1.3 + console-control-strings: ^1.1.0 + has-unicode: ^2.0.1 + signal-exit: ^3.0.7 + string-width: ^4.2.3 + strip-ansi: ^6.0.1 + wide-align: ^1.1.5 + checksum: 788b6bfe52f1dd8e263cda800c26ac0ca2ff6de0b6eee2fe0d9e3abf15e149b651bd27bf5226be10e6e3edb5c4e5d5985a5a1a98137e7a892f75eff76467ad2d + languageName: node + linkType: hard + +"gaxios@npm:^5.0.0, gaxios@npm:^5.0.1": + version: 5.1.3 + resolution: "gaxios@npm:5.1.3" + dependencies: + extend: ^3.0.2 + https-proxy-agent: ^5.0.0 + is-stream: ^2.0.0 + node-fetch: ^2.6.9 + checksum: 1cf72697715c64f6db1d6fa6e9243bb57ee14b0c758338a33790ecac2675d819a1fc0c51b2fab312d9bfe8201cc981c171b70ff60adcaaec881c5bc5610c42f1 + languageName: node + linkType: hard + +"gaxios@npm:^6.0.0, gaxios@npm:^6.0.2, gaxios@npm:^6.1.1": + version: 6.7.1 + resolution: "gaxios@npm:6.7.1" + dependencies: + extend: ^3.0.2 + https-proxy-agent: ^7.0.1 + is-stream: ^2.0.0 + node-fetch: ^2.6.9 + uuid: ^9.0.1 + checksum: ed5952655339918e0868c6f4e079d6e9e55b20a242ddb1be25076cdfb0dd1ca5a2cb233da7352baa972c19f898a78fa6ba67e7d848717c9ca9877c269b5b02f7 + languageName: node + linkType: hard + +"gcp-metadata@npm:^5.3.0": + version: 5.3.0 + resolution: "gcp-metadata@npm:5.3.0" + dependencies: + gaxios: ^5.0.0 + json-bigint: ^1.0.0 + checksum: 891ea0b902a17f33d7bae753830d23962b63af94ed071092c30496e7d26f8128ba9af43c3d38474bea29cb32a884b4bcb5720ce8b9de4a7e1108475d3d7ae219 + languageName: node + linkType: hard + +"gcp-metadata@npm:^6.1.0": + version: 6.1.0 + resolution: "gcp-metadata@npm:6.1.0" + dependencies: + gaxios: ^6.0.0 + json-bigint: ^1.0.0 + checksum: 55de8ae4a6b7664379a093abf7e758ae06e82f244d41bd58d881a470bf34db94c4067ce9e1b425d9455b7705636d5f8baad844e49bb73879c338753ba7785b2b + languageName: node + linkType: hard + +"gensync@npm:^1.0.0-beta.2": + version: 1.0.0-beta.2 + resolution: "gensync@npm:1.0.0-beta.2" + checksum: a7437e58c6be12aa6c90f7730eac7fa9833dc78872b4ad2963d2031b00a3367a93f98aec75f9aaac7220848e4026d67a8655e870b24f20a543d103c0d65952ec + languageName: node + linkType: hard + +"get-caller-file@npm:^2.0.5": + version: 2.0.5 + resolution: "get-caller-file@npm:2.0.5" + checksum: b9769a836d2a98c3ee734a88ba712e62703f1df31b94b784762c433c27a386dd6029ff55c2a920c392e33657d80191edbf18c61487e198844844516f843496b9 + languageName: node + linkType: hard + +"get-intrinsic@npm:^1.1.3, get-intrinsic@npm:^1.2.4": + version: 1.2.4 + resolution: "get-intrinsic@npm:1.2.4" + dependencies: + es-errors: ^1.3.0 + function-bind: ^1.1.2 + has-proto: ^1.0.1 + has-symbols: ^1.0.3 + hasown: ^2.0.0 + checksum: 414e3cdf2c203d1b9d7d33111df746a4512a1aa622770b361dadddf8ed0b5aeb26c560f49ca077e24bfafb0acb55ca908d1f709216ccba33ffc548ec8a79a951 + languageName: node + linkType: hard + +"get-package-type@npm:^0.1.0": + version: 0.1.0 + resolution: "get-package-type@npm:0.1.0" + checksum: bba0811116d11e56d702682ddef7c73ba3481f114590e705fc549f4d868972263896af313c57a25c076e3c0d567e11d919a64ba1b30c879be985fc9d44f96148 + languageName: node + linkType: hard + +"get-ready@npm:^1.0.0, get-ready@npm:~1.0.0": + version: 1.0.0 + resolution: "get-ready@npm:1.0.0" + checksum: a4f3a2d7af3721d03f0f20206d1e6783671c276518ff6837b5f8b5c8fe77c6dad331353fe002c19163e1607fd47d377e5d4e8abbd28616a00ad4072d48840994 + languageName: node + linkType: hard + +"get-stream@npm:^6.0.0": + version: 6.0.1 + resolution: "get-stream@npm:6.0.1" + checksum: e04ecece32c92eebf5b8c940f51468cd53554dcbb0ea725b2748be583c9523d00128137966afce410b9b051eb2ef16d657cd2b120ca8edafcf5a65e81af63cad + languageName: node + linkType: hard + +"get-uri@npm:3": + version: 3.0.2 + resolution: "get-uri@npm:3.0.2" + dependencies: + "@tootallnate/once": 1 + data-uri-to-buffer: 3 + debug: 4 + file-uri-to-path: 2 + fs-extra: ^8.1.0 + ftp: ^0.3.10 + checksum: 5325b2906b08ca37529ca421cf52bc50376e75c6a945e0a8064e3f76b4bb67b8ab1e316a2fc7a307c8c606ab36d030720f39a57c97b027ff1134335e12102946 + languageName: node + linkType: hard + +"github-from-package@npm:0.0.0": + version: 0.0.0 + resolution: "github-from-package@npm:0.0.0" + checksum: 14e448192a35c1e42efee94c9d01a10f42fe790375891a24b25261246ce9336ab9df5d274585aedd4568f7922246c2a78b8a8cd2571bfe99c693a9718e7dd0e3 + languageName: node + linkType: hard + +"glob-parent@npm:~5.1.2": + version: 5.1.2 + resolution: "glob-parent@npm:5.1.2" + dependencies: + is-glob: ^4.0.1 + checksum: f4f2bfe2425296e8a47e36864e4f42be38a996db40420fe434565e4480e3322f18eb37589617a98640c5dc8fdec1a387007ee18dbb1f3f5553409c34d17f425e + languageName: node + linkType: hard + +"glob@npm:^10.2.2, glob@npm:^10.3.10": + version: 10.4.5 + resolution: "glob@npm:10.4.5" + dependencies: + foreground-child: ^3.1.0 + jackspeak: ^3.1.2 + minimatch: ^9.0.4 + minipass: ^7.1.2 + package-json-from-dist: ^1.0.0 + path-scurry: ^1.11.1 + bin: + glob: dist/esm/bin.mjs + checksum: 0bc725de5e4862f9f387fd0f2b274baf16850dcd2714502ccf471ee401803997983e2c05590cb65f9675a3c6f2a58e7a53f9e365704108c6ad3cbf1d60934c4a + languageName: node + linkType: hard + +"glob@npm:^7.0.5, glob@npm:^7.1.3, glob@npm:^7.1.4": + version: 7.2.3 + resolution: "glob@npm:7.2.3" + dependencies: + fs.realpath: ^1.0.0 + inflight: ^1.0.4 + inherits: 2 + minimatch: ^3.1.1 + once: ^1.3.0 + path-is-absolute: ^1.0.0 + checksum: 29452e97b38fa704dabb1d1045350fb2467cf0277e155aa9ff7077e90ad81d1ea9d53d3ee63bd37c05b09a065e90f16aec4a65f5b8de401d1dac40bc5605d133 + languageName: node + linkType: hard + +"glob@npm:^8.0.1, glob@npm:^8.0.3": + version: 8.1.0 + resolution: "glob@npm:8.1.0" + dependencies: + fs.realpath: ^1.0.0 + inflight: ^1.0.4 + inherits: 2 + minimatch: ^5.0.1 + once: ^1.3.0 + checksum: 92fbea3221a7d12075f26f0227abac435de868dd0736a17170663783296d0dd8d3d532a5672b4488a439bf5d7fb85cdd07c11185d6cd39184f0385cbdfb86a47 + languageName: node + linkType: hard + +"globals@npm:^11.1.0": + version: 11.12.0 + resolution: "globals@npm:11.12.0" + checksum: 67051a45eca3db904aee189dfc7cd53c20c7d881679c93f6146ddd4c9f4ab2268e68a919df740d39c71f4445d2b38ee360fc234428baea1dbdfe68bbcb46979e + languageName: node + linkType: hard + +"google-auth-library@npm:^8.0.1, google-auth-library@npm:^8.0.2": + version: 8.9.0 + resolution: "google-auth-library@npm:8.9.0" + dependencies: + arrify: ^2.0.0 + base64-js: ^1.3.0 + ecdsa-sig-formatter: ^1.0.11 + fast-text-encoding: ^1.0.0 + gaxios: ^5.0.0 + gcp-metadata: ^5.3.0 + gtoken: ^6.1.0 + jws: ^4.0.0 + lru-cache: ^6.0.0 + checksum: 8e0bc5f1e91804523786413bf4358e4c5ad94b1e873c725ddd03d0f1c242e2b38e26352c0f375334fbc1d94110f761b304aa0429de49b4a27ebc3875a5b56644 + languageName: node + linkType: hard + +"google-auth-library@npm:^9.3.0, google-auth-library@npm:^9.6.3": + version: 9.14.1 + resolution: "google-auth-library@npm:9.14.1" + dependencies: + base64-js: ^1.3.0 + ecdsa-sig-formatter: ^1.0.11 + gaxios: ^6.1.1 + gcp-metadata: ^6.1.0 + gtoken: ^7.0.0 + jws: ^4.0.0 + checksum: 98c7ffb6ef8d811a54d728a94c31aa60c777f035306f0ded70654ce0aa1f4dcf393bb505b262aa48438f5ead8941248f3759f24f0e22b4465b8537b1d90415ac + languageName: node + linkType: hard + +"google-gax@npm:^4.3.3": + version: 4.4.1 + resolution: "google-gax@npm:4.4.1" + dependencies: + "@grpc/grpc-js": ^1.10.9 + "@grpc/proto-loader": ^0.7.13 + "@types/long": ^4.0.0 + abort-controller: ^3.0.0 + duplexify: ^4.0.0 + google-auth-library: ^9.3.0 + node-fetch: ^2.7.0 + object-hash: ^3.0.0 + proto3-json-serializer: ^2.0.2 + protobufjs: ^7.3.2 + retry-request: ^7.0.0 + uuid: ^9.0.1 + checksum: 945dc57fa80a9e95621460585f99319ef123c3eb904f0c5f4d10197bfa7981294d7f600c77e481a0cb071f8c08d692d394d81cd06f7f3dd3c34c581c65100f6a + languageName: node + linkType: hard + +"google-p12-pem@npm:^4.0.0": + version: 4.0.1 + resolution: "google-p12-pem@npm:4.0.1" + dependencies: + node-forge: ^1.3.1 + bin: + gp12-pem: build/src/bin/gp12-pem.js + checksum: 59a5026331ea67455672e83770da29f09d979f02e06cb2227ea5916f8cca437887c2d3869f2602a686dc84437886ae9d2ac010780803cbe8e5f161c2d02d8efd + languageName: node + linkType: hard + +"gopd@npm:^1.0.1": + version: 1.0.1 + resolution: "gopd@npm:1.0.1" + dependencies: + get-intrinsic: ^1.1.3 + checksum: a5ccfb8806e0917a94e0b3de2af2ea4979c1da920bc381667c260e00e7cafdbe844e2cb9c5bcfef4e5412e8bf73bab837285bc35c7ba73aaaf0134d4583393a6 + languageName: node + linkType: hard + +"graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.6, graceful-fs@npm:^4.2.9": + version: 4.2.11 + resolution: "graceful-fs@npm:4.2.11" + checksum: ac85f94da92d8eb6b7f5a8b20ce65e43d66761c55ce85ac96df6865308390da45a8d3f0296dd3a663de65d30ba497bd46c696cc1e248c72b13d6d567138a4fc7 + languageName: node + linkType: hard + +"graphql-request@npm:^6.1.0": + version: 6.1.0 + resolution: "graphql-request@npm:6.1.0" + dependencies: + "@graphql-typed-document-node/core": ^3.2.0 + cross-fetch: ^3.1.5 + peerDependencies: + graphql: 14 - 16 + checksum: 6d62630a0169574442320651c1f7626c0c602025c3c46b19e09417c9579bb209306ee63de9793a03be2e1701bb7f13971f8545d99bc6573e340f823af0ad35b2 + languageName: node + linkType: hard + +"graphql@npm:^16.9.0": + version: 16.9.0 + resolution: "graphql@npm:16.9.0" + checksum: 8cb3d54100e9227310383ce7f791ca48d12f15ed9f2021f23f8735f1121aafe4e5e611a853081dd935ce221724ea1ae4638faef5d2921fb1ad7c26b5f46611e9 + languageName: node + linkType: hard + +"gtoken@npm:^6.1.0": + version: 6.1.2 + resolution: "gtoken@npm:6.1.2" + dependencies: + gaxios: ^5.0.1 + google-p12-pem: ^4.0.0 + jws: ^4.0.0 + checksum: cf3210afe2ccee8feaa06f0c7eb942e217244a8563a1d0a71aa3095eea545015896741c1d48654d8de35b7b07579f93e25e5dfe817f06b7e753646b67f7a4ecf + languageName: node + linkType: hard + +"gtoken@npm:^7.0.0": + version: 7.1.0 + resolution: "gtoken@npm:7.1.0" + dependencies: + gaxios: ^6.0.0 + jws: ^4.0.0 + checksum: 1f338dced78f9d895ea03cd507454eb5a7b77e841ecd1d45e44483b08c1e64d16a9b0342358d37586d87462ffc2d5f5bff5dfe77ed8d4f0aafc3b5b0347d5d16 + languageName: node + linkType: hard + +"has-flag@npm:^3.0.0": + version: 3.0.0 + resolution: "has-flag@npm:3.0.0" + checksum: 4a15638b454bf086c8148979aae044dd6e39d63904cd452d970374fa6a87623423da485dfb814e7be882e05c096a7ccf1ebd48e7e7501d0208d8384ff4dea73b + languageName: node + linkType: hard + +"has-flag@npm:^4.0.0": + version: 4.0.0 + resolution: "has-flag@npm:4.0.0" + checksum: 261a1357037ead75e338156b1f9452c016a37dcd3283a972a30d9e4a87441ba372c8b81f818cd0fbcd9c0354b4ae7e18b9e1afa1971164aef6d18c2b6095a8ad + languageName: node + linkType: hard + +"has-property-descriptors@npm:^1.0.2": + version: 1.0.2 + resolution: "has-property-descriptors@npm:1.0.2" + dependencies: + es-define-property: ^1.0.0 + checksum: fcbb246ea2838058be39887935231c6d5788babed499d0e9d0cc5737494c48aba4fe17ba1449e0d0fbbb1e36175442faa37f9c427ae357d6ccb1d895fbcd3de3 + languageName: node + linkType: hard + +"has-proto@npm:^1.0.1": + version: 1.0.3 + resolution: "has-proto@npm:1.0.3" + checksum: fe7c3d50b33f50f3933a04413ed1f69441d21d2d2944f81036276d30635cad9279f6b43bc8f32036c31ebdfcf6e731150f46c1907ad90c669ffe9b066c3ba5c4 + languageName: node + linkType: hard + +"has-symbols@npm:^1.0.3": + version: 1.0.3 + resolution: "has-symbols@npm:1.0.3" + checksum: a054c40c631c0d5741a8285010a0777ea0c068f99ed43e5d6eb12972da223f8af553a455132fdb0801bdcfa0e0f443c0c03a68d8555aa529b3144b446c3f2410 + languageName: node + linkType: hard + +"has-unicode@npm:^2.0.1": + version: 2.0.1 + resolution: "has-unicode@npm:2.0.1" + checksum: 1eab07a7436512db0be40a710b29b5dc21fa04880b7f63c9980b706683127e3c1b57cb80ea96d47991bdae2dfe479604f6a1ba410106ee1046a41d1bd0814400 + languageName: node + linkType: hard + +"hasown@npm:^2.0.0, hasown@npm:^2.0.2": + version: 2.0.2 + resolution: "hasown@npm:2.0.2" + dependencies: + function-bind: ^1.1.2 + checksum: e8516f776a15149ca6c6ed2ae3110c417a00b62260e222590e54aa367cbcd6ed99122020b37b7fbdf05748df57b265e70095d7bf35a47660587619b15ffb93db + languageName: node + linkType: hard + +"html-entities@npm:^2.5.2": + version: 2.5.2 + resolution: "html-entities@npm:2.5.2" + checksum: b23f4a07d33d49ade1994069af4e13d31650e3fb62621e92ae10ecdf01d1a98065c78fd20fdc92b4c7881612210b37c275f2c9fba9777650ab0d6f2ceb3b99b6 + languageName: node + linkType: hard + +"html-escaper@npm:^2.0.0": + version: 2.0.2 + resolution: "html-escaper@npm:2.0.2" + checksum: d2df2da3ad40ca9ee3a39c5cc6475ef67c8f83c234475f24d8e9ce0dc80a2c82df8e1d6fa78ddd1e9022a586ea1bd247a615e80a5cd9273d90111ddda7d9e974 + languageName: node + linkType: hard + +"http-cache-semantics@npm:^4.1.0, http-cache-semantics@npm:^4.1.1": + version: 4.1.1 + resolution: "http-cache-semantics@npm:4.1.1" + checksum: 83ac0bc60b17a3a36f9953e7be55e5c8f41acc61b22583060e8dedc9dd5e3607c823a88d0926f9150e571f90946835c7fe150732801010845c72cd8bbff1a236 + languageName: node + linkType: hard + +"http-errors@npm:2.0.0": + version: 2.0.0 + resolution: "http-errors@npm:2.0.0" + dependencies: + depd: 2.0.0 + inherits: 2.0.4 + setprototypeof: 1.2.0 + statuses: 2.0.1 + toidentifier: 1.0.1 + checksum: 9b0a3782665c52ce9dc658a0d1560bcb0214ba5699e4ea15aefb2a496e2ca83db03ebc42e1cce4ac1f413e4e0d2d736a3fd755772c556a9a06853ba2a0b7d920 + languageName: node + linkType: hard + +"http-parser-js@npm:>=0.5.1": + version: 0.5.8 + resolution: "http-parser-js@npm:0.5.8" + checksum: 6bbdf2429858e8cf13c62375b0bfb6dc3955ca0f32e58237488bc86cd2378f31d31785fd3ac4ce93f1c74e0189cf8823c91f5cb061696214fd368d2452dc871d + languageName: node + linkType: hard + +"http-proxy-agent@npm:^4.0.0, http-proxy-agent@npm:^4.0.1": + version: 4.0.1 + resolution: "http-proxy-agent@npm:4.0.1" + dependencies: + "@tootallnate/once": 1 + agent-base: 6 + debug: 4 + checksum: c6a5da5a1929416b6bbdf77b1aca13888013fe7eb9d59fc292e25d18e041bb154a8dfada58e223fc7b76b9b2d155a87e92e608235201f77d34aa258707963a82 + languageName: node + linkType: hard + +"http-proxy-agent@npm:^5.0.0": + version: 5.0.0 + resolution: "http-proxy-agent@npm:5.0.0" + dependencies: + "@tootallnate/once": 2 + agent-base: 6 + debug: 4 + checksum: e2ee1ff1656a131953839b2a19cd1f3a52d97c25ba87bd2559af6ae87114abf60971e498021f9b73f9fd78aea8876d1fb0d4656aac8a03c6caa9fc175f22b786 + languageName: node + linkType: hard + +"http-proxy-agent@npm:^7.0.0": + version: 7.0.2 + resolution: "http-proxy-agent@npm:7.0.2" + dependencies: + agent-base: ^7.1.0 + debug: ^4.3.4 + checksum: 670858c8f8f3146db5889e1fa117630910101db601fff7d5a8aa637da0abedf68c899f03d3451cac2f83bcc4c3d2dabf339b3aa00ff8080571cceb02c3ce02f3 + languageName: node + linkType: hard + +"https-proxy-agent@npm:5, https-proxy-agent@npm:^5.0.0": + version: 5.0.1 + resolution: "https-proxy-agent@npm:5.0.1" + dependencies: + agent-base: 6 + debug: 4 + checksum: 571fccdf38184f05943e12d37d6ce38197becdd69e58d03f43637f7fa1269cf303a7d228aa27e5b27bbd3af8f09fd938e1c91dcfefff2df7ba77c20ed8dfc765 + languageName: node + linkType: hard + +"https-proxy-agent@npm:^7.0.1": + version: 7.0.5 + resolution: "https-proxy-agent@npm:7.0.5" + dependencies: + agent-base: ^7.0.2 + debug: 4 + checksum: 2e1a28960f13b041a50702ee74f240add8e75146a5c37fc98f1960f0496710f6918b3a9fe1e5aba41e50f58e6df48d107edd9c405c5f0d73ac260dabf2210857 + languageName: node + linkType: hard + +"human-signals@npm:^2.1.0": + version: 2.1.0 + resolution: "human-signals@npm:2.1.0" + checksum: b87fd89fce72391625271454e70f67fe405277415b48bcc0117ca73d31fa23a4241787afdc8d67f5a116cf37258c052f59ea82daffa72364d61351423848e3b8 + languageName: node + linkType: hard + +"humanize-ms@npm:^1.2.0, humanize-ms@npm:^1.2.1": + version: 1.2.1 + resolution: "humanize-ms@npm:1.2.1" + dependencies: + ms: ^2.0.0 + checksum: 9c7a74a2827f9294c009266c82031030eae811ca87b0da3dceb8d6071b9bde22c9f3daef0469c3c533cc67a97d8a167cd9fc0389350e5f415f61a79b171ded16 + languageName: node + linkType: hard + +"iconv-lite@npm:0.4.24": + version: 0.4.24 + resolution: "iconv-lite@npm:0.4.24" + dependencies: + safer-buffer: ">= 2.1.2 < 3" + checksum: bd9f120f5a5b306f0bc0b9ae1edeb1577161503f5f8252a20f1a9e56ef8775c9959fd01c55f2d3a39d9a8abaf3e30c1abeb1895f367dcbbe0a8fd1c9ca01c4f6 + languageName: node + linkType: hard + +"iconv-lite@npm:^0.6.2, iconv-lite@npm:^0.6.3": + version: 0.6.3 + resolution: "iconv-lite@npm:0.6.3" + dependencies: + safer-buffer: ">= 2.1.2 < 3.0.0" + checksum: 3f60d47a5c8fc3313317edfd29a00a692cc87a19cac0159e2ce711d0ebc9019064108323b5e493625e25594f11c6236647d8e256fbe7a58f4a3b33b89e6d30bf + languageName: node + linkType: hard + +"ieee754@npm:^1.1.13, ieee754@npm:^1.2.1": + version: 1.2.1 + resolution: "ieee754@npm:1.2.1" + checksum: 5144c0c9815e54ada181d80a0b810221a253562422e7c6c3a60b1901154184f49326ec239d618c416c1c5945a2e197107aee8d986a3dd836b53dffefd99b5e7e + languageName: node + linkType: hard + +"ignore-by-default@npm:^1.0.1": + version: 1.0.1 + resolution: "ignore-by-default@npm:1.0.1" + checksum: 441509147b3615e0365e407a3c18e189f78c07af08564176c680be1fabc94b6c789cad1342ad887175d4ecd5225de86f73d376cec8e06b42fd9b429505ffcf8a + languageName: node + linkType: hard + +"import-local@npm:^3.0.2": + version: 3.2.0 + resolution: "import-local@npm:3.2.0" + dependencies: + pkg-dir: ^4.2.0 + resolve-cwd: ^3.0.0 + bin: + import-local-fixture: fixtures/cli.js + checksum: 0b0b0b412b2521739fbb85eeed834a3c34de9bc67e670b3d0b86248fc460d990a7b116ad056c084b87a693ef73d1f17268d6a5be626bb43c998a8b1c8a230004 + languageName: node + linkType: hard + +"imurmurhash@npm:^0.1.4": + version: 0.1.4 + resolution: "imurmurhash@npm:0.1.4" + checksum: 7cae75c8cd9a50f57dadd77482359f659eaebac0319dd9368bcd1714f55e65badd6929ca58569da2b6494ef13fdd5598cd700b1eba23f8b79c5f19d195a3ecf7 + languageName: node + linkType: hard + +"indent-string@npm:^4.0.0": + version: 4.0.0 + resolution: "indent-string@npm:4.0.0" + checksum: 824cfb9929d031dabf059bebfe08cf3137365e112019086ed3dcff6a0a7b698cb80cf67ccccde0e25b9e2d7527aa6cc1fed1ac490c752162496caba3e6699612 + languageName: node + linkType: hard + +"infer-owner@npm:^1.0.4": + version: 1.0.4 + resolution: "infer-owner@npm:1.0.4" + checksum: 181e732764e4a0611576466b4b87dac338972b839920b2a8cde43642e4ed6bd54dc1fb0b40874728f2a2df9a1b097b8ff83b56d5f8f8e3927f837fdcb47d8a89 + languageName: node + linkType: hard + +"inflight@npm:^1.0.4": + version: 1.0.6 + resolution: "inflight@npm:1.0.6" + dependencies: + once: ^1.3.0 + wrappy: 1 + checksum: f4f76aa072ce19fae87ce1ef7d221e709afb59d445e05d47fba710e85470923a75de35bfae47da6de1b18afc3ce83d70facf44cfb0aff89f0a3f45c0a0244dfd + languageName: node + linkType: hard + +"inherits@npm:2, inherits@npm:2.0.4, inherits@npm:^2.0.1, inherits@npm:^2.0.3, inherits@npm:^2.0.4, inherits@npm:~2.0.1, inherits@npm:~2.0.3": + version: 2.0.4 + resolution: "inherits@npm:2.0.4" + checksum: 4a48a733847879d6cf6691860a6b1e3f0f4754176e4d71494c41f3475553768b10f84b5ce1d40fbd0e34e6bfbb864ee35858ad4dd2cf31e02fc4a154b724d7f1 + languageName: node + linkType: hard + +"ini@npm:~1.3.0": + version: 1.3.8 + resolution: "ini@npm:1.3.8" + checksum: dfd98b0ca3a4fc1e323e38a6c8eb8936e31a97a918d3b377649ea15bdb15d481207a0dda1021efbd86b464cae29a0d33c1d7dcaf6c5672bee17fa849bc50a1b3 + languageName: node + linkType: hard + +"intl-messageformat@npm:^10.2.1": + version: 10.6.0 + resolution: "intl-messageformat@npm:10.6.0" + dependencies: + "@formatjs/ecma402-abstract": 2.1.0 + "@formatjs/fast-memoize": 2.2.0 + "@formatjs/icu-messageformat-parser": 2.7.9 + tslib: ^2.4.0 + checksum: 32e367958e92ff941d41280a478ddd4d4876ce8f44f71fa5d0e27e3461d08f89af0576f0d73cb83a4934ec734a730865f5cca3671a861d54be363831d7f37781 + languageName: node + linkType: hard + +"ip-address@npm:^9.0.5": + version: 9.0.5 + resolution: "ip-address@npm:9.0.5" + dependencies: + jsbn: 1.1.0 + sprintf-js: ^1.1.3 + checksum: aa15f12cfd0ef5e38349744e3654bae649a34c3b10c77a674a167e99925d1549486c5b14730eebce9fea26f6db9d5e42097b00aa4f9f612e68c79121c71652dc + languageName: node + linkType: hard + +"ip@npm:^1.1.5": + version: 1.1.9 + resolution: "ip@npm:1.1.9" + checksum: b6d91fd45a856e3bd6d4f601ea0619d90f3517638f6918ebd079f959a8a6308568d8db5ef4fdf037e0d9cfdcf264f46833dfeea81ca31309cf0a7eb4b1307b84 + languageName: node + linkType: hard + +"ipaddr.js@npm:1.9.1": + version: 1.9.1 + resolution: "ipaddr.js@npm:1.9.1" + checksum: f88d3825981486f5a1942414c8d77dd6674dd71c065adcfa46f578d677edcb99fda25af42675cb59db492fdf427b34a5abfcde3982da11a8fd83a500b41cfe77 + languageName: node + linkType: hard + +"is-arrayish@npm:^0.2.1": + version: 0.2.1 + resolution: "is-arrayish@npm:0.2.1" + checksum: eef4417e3c10e60e2c810b6084942b3ead455af16c4509959a27e490e7aee87cfb3f38e01bbde92220b528a0ee1a18d52b787e1458ee86174d8c7f0e58cd488f + languageName: node + linkType: hard + +"is-binary-path@npm:~2.1.0": + version: 2.1.0 + resolution: "is-binary-path@npm:2.1.0" + dependencies: + binary-extensions: ^2.0.0 + checksum: 84192eb88cff70d320426f35ecd63c3d6d495da9d805b19bc65b518984b7c0760280e57dbf119b7e9be6b161784a5a673ab2c6abe83abb5198a432232ad5b35c + languageName: node + linkType: hard + +"is-class-hotfix@npm:~0.0.6": + version: 0.0.6 + resolution: "is-class-hotfix@npm:0.0.6" + checksum: 7a0d5f14ef6db81c38f78f53fb08e440068e1ff62d5717fe4af1ca419fa0b68e6559a166c7d9953700e83efc290ef8fa24cf3363382014f9d6a74623d037ad7f + languageName: node + linkType: hard + +"is-core-module@npm:^2.13.0": + version: 2.15.1 + resolution: "is-core-module@npm:2.15.1" + dependencies: + hasown: ^2.0.2 + checksum: df134c168115690724b62018c37b2f5bba0d5745fa16960b329c5a00883a8bea6a5632fdb1e3efcce237c201826ba09f93197b7cd95577ea56b0df335be23633 + languageName: node + linkType: hard + +"is-extendable@npm:^0.1.0": + version: 0.1.1 + resolution: "is-extendable@npm:0.1.1" + checksum: 3875571d20a7563772ecc7a5f36cb03167e9be31ad259041b4a8f73f33f885441f778cee1f1fe0085eb4bc71679b9d8c923690003a36a6a5fdf8023e6e3f0672 + languageName: node + linkType: hard + +"is-extglob@npm:^2.1.1": + version: 2.1.1 + resolution: "is-extglob@npm:2.1.1" + checksum: df033653d06d0eb567461e58a7a8c9f940bd8c22274b94bf7671ab36df5719791aae15eef6d83bbb5e23283967f2f984b8914559d4449efda578c775c4be6f85 + languageName: node + linkType: hard + +"is-fullwidth-code-point@npm:^3.0.0": + version: 3.0.0 + resolution: "is-fullwidth-code-point@npm:3.0.0" + checksum: 44a30c29457c7fb8f00297bce733f0a64cd22eca270f83e58c105e0d015e45c019491a4ab2faef91ab51d4738c670daff901c799f6a700e27f7314029e99e348 + languageName: node + linkType: hard + +"is-generator-fn@npm:^2.0.0": + version: 2.1.0 + resolution: "is-generator-fn@npm:2.1.0" + checksum: a6ad5492cf9d1746f73b6744e0c43c0020510b59d56ddcb78a91cbc173f09b5e6beff53d75c9c5a29feb618bfef2bf458e025ecf3a57ad2268e2fb2569f56215 + languageName: node + linkType: hard + +"is-glob@npm:^4.0.1, is-glob@npm:~4.0.1": + version: 4.0.3 + resolution: "is-glob@npm:4.0.3" + dependencies: + is-extglob: ^2.1.1 + checksum: d381c1319fcb69d341cc6e6c7cd588e17cd94722d9a32dbd60660b993c4fb7d0f19438674e68dfec686d09b7c73139c9166b47597f846af387450224a8101ab4 + languageName: node + linkType: hard + +"is-lambda@npm:^1.0.1": + version: 1.0.1 + resolution: "is-lambda@npm:1.0.1" + checksum: 93a32f01940220532e5948538699ad610d5924ac86093fcee83022252b363eb0cc99ba53ab084a04e4fb62bf7b5731f55496257a4c38adf87af9c4d352c71c35 + languageName: node + linkType: hard + +"is-module@npm:^1.0.0": + version: 1.0.0 + resolution: "is-module@npm:1.0.0" + checksum: 8cd5390730c7976fb4e8546dd0b38865ee6f7bacfa08dfbb2cc07219606755f0b01709d9361e01f13009bbbd8099fa2927a8ed665118a6105d66e40f1b838c3f + languageName: node + linkType: hard + +"is-number@npm:^7.0.0": + version: 7.0.0 + resolution: "is-number@npm:7.0.0" + checksum: 456ac6f8e0f3111ed34668a624e45315201dff921e5ac181f8ec24923b99e9f32ca1a194912dc79d539c97d33dba17dc635202ff0b2cf98326f608323276d27a + languageName: node + linkType: hard + +"is-reference@npm:1.2.1": + version: 1.2.1 + resolution: "is-reference@npm:1.2.1" + dependencies: + "@types/estree": "*" + checksum: e7b48149f8abda2c10849ea51965904d6a714193d68942ad74e30522231045acf06cbfae5a4be2702fede5d232e61bf50b3183acdc056e6e3afe07fcf4f4b2bc + languageName: node + linkType: hard + +"is-stream@npm:^2.0.0": + version: 2.0.1 + resolution: "is-stream@npm:2.0.1" + checksum: b8e05ccdf96ac330ea83c12450304d4a591f9958c11fd17bed240af8d5ffe08aedafa4c0f4cfccd4d28dc9d4d129daca1023633d5c11601a6cbc77521f6fae66 + languageName: node + linkType: hard + +"is-type-of@npm:^1.4.0": + version: 1.4.0 + resolution: "is-type-of@npm:1.4.0" + dependencies: + core-util-is: ^1.0.2 + is-class-hotfix: ~0.0.6 + isstream: ~0.1.2 + checksum: 9d8ca64d0cb00da0bffe1c52c8883e6a1581377a0152d5a1ddbfcdd46fafac9ad713ad07866de73218160c36217ed482a83a700f52e13dc385f88c50c5fc51fd + languageName: node + linkType: hard + +"is@npm:^3.3.0": + version: 3.3.0 + resolution: "is@npm:3.3.0" + checksum: 81fad3b40c606984c2d0699207c4c48d2a0d29cc834b274d0b74c172f3eeebdb981301fe0d690ce090a96bf021a8a1f8b1325262ad9870c525e557ac4a559c56 + languageName: node + linkType: hard + +"isarray@npm:0.0.1": + version: 0.0.1 + resolution: "isarray@npm:0.0.1" + checksum: 49191f1425681df4a18c2f0f93db3adb85573bcdd6a4482539d98eac9e705d8961317b01175627e860516a2fc45f8f9302db26e5a380a97a520e272e2a40a8d4 + languageName: node + linkType: hard + +"isarray@npm:~1.0.0": + version: 1.0.0 + resolution: "isarray@npm:1.0.0" + checksum: f032df8e02dce8ec565cf2eb605ea939bdccea528dbcf565cdf92bfa2da9110461159d86a537388ef1acef8815a330642d7885b29010e8f7eac967c9993b65ab + languageName: node + linkType: hard + +"isexe@npm:^2.0.0": + version: 2.0.0 + resolution: "isexe@npm:2.0.0" + checksum: 26bf6c5480dda5161c820c5b5c751ae1e766c587b1f951ea3fcfc973bafb7831ae5b54a31a69bd670220e42e99ec154475025a468eae58ea262f813fdc8d1c62 + languageName: node + linkType: hard + +"isexe@npm:^3.1.1": + version: 3.1.1 + resolution: "isexe@npm:3.1.1" + checksum: 7fe1931ee4e88eb5aa524cd3ceb8c882537bc3a81b02e438b240e47012eef49c86904d0f0e593ea7c3a9996d18d0f1f3be8d3eaa92333977b0c3a9d353d5563e + languageName: node + linkType: hard + +"isstream@npm:~0.1.2": + version: 0.1.2 + resolution: "isstream@npm:0.1.2" + checksum: 1eb2fe63a729f7bdd8a559ab552c69055f4f48eb5c2f03724430587c6f450783c8f1cd936c1c952d0a927925180fcc892ebd5b174236cf1065d4bd5bdb37e963 + languageName: node + linkType: hard + +"istanbul-lib-coverage@npm:^3.0.0, istanbul-lib-coverage@npm:^3.2.0": + version: 3.2.2 + resolution: "istanbul-lib-coverage@npm:3.2.2" + checksum: 2367407a8d13982d8f7a859a35e7f8dd5d8f75aae4bb5484ede3a9ea1b426dc245aff28b976a2af48ee759fdd9be374ce2bd2669b644f31e76c5f46a2e29a831 + languageName: node + linkType: hard + +"istanbul-lib-instrument@npm:^5.0.4": + version: 5.2.1 + resolution: "istanbul-lib-instrument@npm:5.2.1" + dependencies: + "@babel/core": ^7.12.3 + "@babel/parser": ^7.14.7 + "@istanbuljs/schema": ^0.1.2 + istanbul-lib-coverage: ^3.2.0 + semver: ^6.3.0 + checksum: bf16f1803ba5e51b28bbd49ed955a736488381e09375d830e42ddeb403855b2006f850711d95ad726f2ba3f1ae8e7366de7e51d2b9ac67dc4d80191ef7ddf272 + languageName: node + linkType: hard + +"istanbul-lib-instrument@npm:^6.0.0": + version: 6.0.3 + resolution: "istanbul-lib-instrument@npm:6.0.3" + dependencies: + "@babel/core": ^7.23.9 + "@babel/parser": ^7.23.9 + "@istanbuljs/schema": ^0.1.3 + istanbul-lib-coverage: ^3.2.0 + semver: ^7.5.4 + checksum: 74104c60c65c4fa0e97cc76f039226c356123893929f067bfad5f86fe839e08f5d680354a68fead3bc9c1e2f3fa6f3f53cded70778e821d911e851d349f3545a + languageName: node + linkType: hard + +"istanbul-lib-report@npm:^3.0.0": + version: 3.0.1 + resolution: "istanbul-lib-report@npm:3.0.1" + dependencies: + istanbul-lib-coverage: ^3.0.0 + make-dir: ^4.0.0 + supports-color: ^7.1.0 + checksum: fd17a1b879e7faf9bb1dc8f80b2a16e9f5b7b8498fe6ed580a618c34df0bfe53d2abd35bf8a0a00e628fb7405462576427c7df20bbe4148d19c14b431c974b21 + languageName: node + linkType: hard + +"istanbul-lib-source-maps@npm:^4.0.0": + version: 4.0.1 + resolution: "istanbul-lib-source-maps@npm:4.0.1" + dependencies: + debug: ^4.1.1 + istanbul-lib-coverage: ^3.0.0 + source-map: ^0.6.1 + checksum: 21ad3df45db4b81852b662b8d4161f6446cd250c1ddc70ef96a585e2e85c26ed7cd9c2a396a71533cfb981d1a645508bc9618cae431e55d01a0628e7dec62ef2 + languageName: node + linkType: hard + +"istanbul-reports@npm:^3.1.3": + version: 3.1.7 + resolution: "istanbul-reports@npm:3.1.7" + dependencies: + html-escaper: ^2.0.0 + istanbul-lib-report: ^3.0.0 + checksum: 2072db6e07bfbb4d0eb30e2700250636182398c1af811aea5032acb219d2080f7586923c09fa194029efd6b92361afb3dcbe1ebcc3ee6651d13340f7c6c4ed95 + languageName: node + linkType: hard + +"jackspeak@npm:^3.1.2": + version: 3.4.3 + resolution: "jackspeak@npm:3.4.3" + dependencies: + "@isaacs/cliui": ^8.0.2 + "@pkgjs/parseargs": ^0.11.0 + dependenciesMeta: + "@pkgjs/parseargs": + optional: true + checksum: be31027fc72e7cc726206b9f560395604b82e0fddb46c4cbf9f97d049bcef607491a5afc0699612eaa4213ca5be8fd3e1e7cd187b3040988b65c9489838a7c00 + languageName: node + linkType: hard + +"jake@npm:^10.8.5": + version: 10.9.2 + resolution: "jake@npm:10.9.2" + dependencies: + async: ^3.2.3 + chalk: ^4.0.2 + filelist: ^1.0.4 + minimatch: ^3.1.2 + bin: + jake: bin/cli.js + checksum: f2dc4a086b4f58446d02cb9be913c39710d9ea570218d7681bb861f7eeaecab7b458256c946aeaa7e548c5e0686cc293e6435501e4047174a3b6a504dcbfcaae + languageName: node + linkType: hard + +"jest-changed-files@npm:^29.7.0": + version: 29.7.0 + resolution: "jest-changed-files@npm:29.7.0" + dependencies: + execa: ^5.0.0 + jest-util: ^29.7.0 + p-limit: ^3.1.0 + checksum: 963e203893c396c5dfc75e00a49426688efea7361b0f0e040035809cecd2d46b3c01c02be2d9e8d38b1138357d2de7719ea5b5be21f66c10f2e9685a5a73bb99 + languageName: node + linkType: hard + +"jest-circus@npm:^29.7.0": + version: 29.7.0 + resolution: "jest-circus@npm:29.7.0" + dependencies: + "@jest/environment": ^29.7.0 + "@jest/expect": ^29.7.0 + "@jest/test-result": ^29.7.0 + "@jest/types": ^29.6.3 + "@types/node": "*" + chalk: ^4.0.0 + co: ^4.6.0 + dedent: ^1.0.0 + is-generator-fn: ^2.0.0 + jest-each: ^29.7.0 + jest-matcher-utils: ^29.7.0 + jest-message-util: ^29.7.0 + jest-runtime: ^29.7.0 + jest-snapshot: ^29.7.0 + jest-util: ^29.7.0 + p-limit: ^3.1.0 + pretty-format: ^29.7.0 + pure-rand: ^6.0.0 + slash: ^3.0.0 + stack-utils: ^2.0.3 + checksum: 349437148924a5a109c9b8aad6d393a9591b4dac1918fc97d81b7fc515bc905af9918495055071404af1fab4e48e4b04ac3593477b1d5dcf48c4e71b527c70a7 + languageName: node + linkType: hard + +"jest-cli@npm:^29.7.0": + version: 29.7.0 + resolution: "jest-cli@npm:29.7.0" + dependencies: + "@jest/core": ^29.7.0 + "@jest/test-result": ^29.7.0 + "@jest/types": ^29.6.3 + chalk: ^4.0.0 + create-jest: ^29.7.0 + exit: ^0.1.2 + import-local: ^3.0.2 + jest-config: ^29.7.0 + jest-util: ^29.7.0 + jest-validate: ^29.7.0 + yargs: ^17.3.1 + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + bin: + jest: bin/jest.js + checksum: 664901277a3f5007ea4870632ed6e7889db9da35b2434e7cb488443e6bf5513889b344b7fddf15112135495b9875892b156faeb2d7391ddb9e2a849dcb7b6c36 + languageName: node + linkType: hard + +"jest-config@npm:^29.7.0": + version: 29.7.0 + resolution: "jest-config@npm:29.7.0" + dependencies: + "@babel/core": ^7.11.6 + "@jest/test-sequencer": ^29.7.0 + "@jest/types": ^29.6.3 + babel-jest: ^29.7.0 + chalk: ^4.0.0 + ci-info: ^3.2.0 + deepmerge: ^4.2.2 + glob: ^7.1.3 + graceful-fs: ^4.2.9 + jest-circus: ^29.7.0 + jest-environment-node: ^29.7.0 + jest-get-type: ^29.6.3 + jest-regex-util: ^29.6.3 + jest-resolve: ^29.7.0 + jest-runner: ^29.7.0 + jest-util: ^29.7.0 + jest-validate: ^29.7.0 + micromatch: ^4.0.4 + parse-json: ^5.2.0 + pretty-format: ^29.7.0 + slash: ^3.0.0 + strip-json-comments: ^3.1.1 + peerDependencies: + "@types/node": "*" + ts-node: ">=9.0.0" + peerDependenciesMeta: + "@types/node": + optional: true + ts-node: + optional: true + checksum: 4cabf8f894c180cac80b7df1038912a3fc88f96f2622de33832f4b3314f83e22b08fb751da570c0ab2b7988f21604bdabade95e3c0c041068ac578c085cf7dff + languageName: node + linkType: hard + +"jest-diff@npm:^29.7.0": + version: 29.7.0 + resolution: "jest-diff@npm:29.7.0" + dependencies: + chalk: ^4.0.0 + diff-sequences: ^29.6.3 + jest-get-type: ^29.6.3 + pretty-format: ^29.7.0 + checksum: 08e24a9dd43bfba1ef07a6374e5af138f53137b79ec3d5cc71a2303515335898888fa5409959172e1e05de966c9e714368d15e8994b0af7441f0721ee8e1bb77 + languageName: node + linkType: hard + +"jest-docblock@npm:^29.7.0": + version: 29.7.0 + resolution: "jest-docblock@npm:29.7.0" + dependencies: + detect-newline: ^3.0.0 + checksum: 66390c3e9451f8d96c5da62f577a1dad701180cfa9b071c5025acab2f94d7a3efc2515cfa1654ebe707213241541ce9c5530232cdc8017c91ed64eea1bd3b192 + languageName: node + linkType: hard + +"jest-each@npm:^29.7.0": + version: 29.7.0 + resolution: "jest-each@npm:29.7.0" + dependencies: + "@jest/types": ^29.6.3 + chalk: ^4.0.0 + jest-get-type: ^29.6.3 + jest-util: ^29.7.0 + pretty-format: ^29.7.0 + checksum: e88f99f0184000fc8813f2a0aa79e29deeb63700a3b9b7928b8a418d7d93cd24933608591dbbdea732b473eb2021c72991b5cc51a17966842841c6e28e6f691c + languageName: node + linkType: hard + +"jest-environment-node@npm:^29.7.0": + version: 29.7.0 + resolution: "jest-environment-node@npm:29.7.0" + dependencies: + "@jest/environment": ^29.7.0 + "@jest/fake-timers": ^29.7.0 + "@jest/types": ^29.6.3 + "@types/node": "*" + jest-mock: ^29.7.0 + jest-util: ^29.7.0 + checksum: 501a9966292cbe0ca3f40057a37587cb6def25e1e0c5e39ac6c650fe78d3c70a2428304341d084ac0cced5041483acef41c477abac47e9a290d5545fd2f15646 + languageName: node + linkType: hard + +"jest-get-type@npm:^29.6.3": + version: 29.6.3 + resolution: "jest-get-type@npm:29.6.3" + checksum: 88ac9102d4679d768accae29f1e75f592b760b44277df288ad76ce5bf038c3f5ce3719dea8aa0f035dac30e9eb034b848ce716b9183ad7cc222d029f03e92205 + languageName: node + linkType: hard + +"jest-haste-map@npm:^29.7.0": + version: 29.7.0 + resolution: "jest-haste-map@npm:29.7.0" + dependencies: + "@jest/types": ^29.6.3 + "@types/graceful-fs": ^4.1.3 + "@types/node": "*" + anymatch: ^3.0.3 + fb-watchman: ^2.0.0 + fsevents: ^2.3.2 + graceful-fs: ^4.2.9 + jest-regex-util: ^29.6.3 + jest-util: ^29.7.0 + jest-worker: ^29.7.0 + micromatch: ^4.0.4 + walker: ^1.0.8 + dependenciesMeta: + fsevents: + optional: true + checksum: c2c8f2d3e792a963940fbdfa563ce14ef9e14d4d86da645b96d3cd346b8d35c5ce0b992ee08593939b5f718cf0a1f5a90011a056548a1dbf58397d4356786f01 + languageName: node + linkType: hard + +"jest-leak-detector@npm:^29.7.0": + version: 29.7.0 + resolution: "jest-leak-detector@npm:29.7.0" + dependencies: + jest-get-type: ^29.6.3 + pretty-format: ^29.7.0 + checksum: e3950e3ddd71e1d0c22924c51a300a1c2db6cf69ec1e51f95ccf424bcc070f78664813bef7aed4b16b96dfbdeea53fe358f8aeaaea84346ae15c3735758f1605 + languageName: node + linkType: hard + +"jest-matcher-utils@npm:^29.7.0": + version: 29.7.0 + resolution: "jest-matcher-utils@npm:29.7.0" + dependencies: + chalk: ^4.0.0 + jest-diff: ^29.7.0 + jest-get-type: ^29.6.3 + pretty-format: ^29.7.0 + checksum: d7259e5f995d915e8a37a8fd494cb7d6af24cd2a287b200f831717ba0d015190375f9f5dc35393b8ba2aae9b2ebd60984635269c7f8cff7d85b077543b7744cd + languageName: node + linkType: hard + +"jest-message-util@npm:^29.7.0": + version: 29.7.0 + resolution: "jest-message-util@npm:29.7.0" + dependencies: + "@babel/code-frame": ^7.12.13 + "@jest/types": ^29.6.3 + "@types/stack-utils": ^2.0.0 + chalk: ^4.0.0 + graceful-fs: ^4.2.9 + micromatch: ^4.0.4 + pretty-format: ^29.7.0 + slash: ^3.0.0 + stack-utils: ^2.0.3 + checksum: a9d025b1c6726a2ff17d54cc694de088b0489456c69106be6b615db7a51b7beb66788bea7a59991a019d924fbf20f67d085a445aedb9a4d6760363f4d7d09930 + languageName: node + linkType: hard + +"jest-mock@npm:^29.7.0": + version: 29.7.0 + resolution: "jest-mock@npm:29.7.0" + dependencies: + "@jest/types": ^29.6.3 + "@types/node": "*" + jest-util: ^29.7.0 + checksum: 81ba9b68689a60be1482212878973700347cb72833c5e5af09895882b9eb5c4e02843a1bbdf23f94c52d42708bab53a30c45a3482952c9eec173d1eaac5b86c5 + languageName: node + linkType: hard + +"jest-pnp-resolver@npm:^1.2.2": + version: 1.2.3 + resolution: "jest-pnp-resolver@npm:1.2.3" + peerDependencies: + jest-resolve: "*" + peerDependenciesMeta: + jest-resolve: + optional: true + checksum: db1a8ab2cb97ca19c01b1cfa9a9c8c69a143fde833c14df1fab0766f411b1148ff0df878adea09007ac6a2085ec116ba9a996a6ad104b1e58c20adbf88eed9b2 + languageName: node + linkType: hard + +"jest-regex-util@npm:^29.6.3": + version: 29.6.3 + resolution: "jest-regex-util@npm:29.6.3" + checksum: 0518beeb9bf1228261695e54f0feaad3606df26a19764bc19541e0fc6e2a3737191904607fb72f3f2ce85d9c16b28df79b7b1ec9443aa08c3ef0e9efda6f8f2a + languageName: node + linkType: hard + +"jest-resolve-dependencies@npm:^29.7.0": + version: 29.7.0 + resolution: "jest-resolve-dependencies@npm:29.7.0" + dependencies: + jest-regex-util: ^29.6.3 + jest-snapshot: ^29.7.0 + checksum: aeb75d8150aaae60ca2bb345a0d198f23496494677cd6aefa26fc005faf354061f073982175daaf32b4b9d86b26ca928586344516e3e6969aa614cb13b883984 + languageName: node + linkType: hard + +"jest-resolve@npm:^29.7.0": + version: 29.7.0 + resolution: "jest-resolve@npm:29.7.0" + dependencies: + chalk: ^4.0.0 + graceful-fs: ^4.2.9 + jest-haste-map: ^29.7.0 + jest-pnp-resolver: ^1.2.2 + jest-util: ^29.7.0 + jest-validate: ^29.7.0 + resolve: ^1.20.0 + resolve.exports: ^2.0.0 + slash: ^3.0.0 + checksum: 0ca218e10731aa17920526ec39deaec59ab9b966237905ffc4545444481112cd422f01581230eceb7e82d86f44a543d520a71391ec66e1b4ef1a578bd5c73487 + languageName: node + linkType: hard + +"jest-runner@npm:^29.7.0": + version: 29.7.0 + resolution: "jest-runner@npm:29.7.0" + dependencies: + "@jest/console": ^29.7.0 + "@jest/environment": ^29.7.0 + "@jest/test-result": ^29.7.0 + "@jest/transform": ^29.7.0 + "@jest/types": ^29.6.3 + "@types/node": "*" + chalk: ^4.0.0 + emittery: ^0.13.1 + graceful-fs: ^4.2.9 + jest-docblock: ^29.7.0 + jest-environment-node: ^29.7.0 + jest-haste-map: ^29.7.0 + jest-leak-detector: ^29.7.0 + jest-message-util: ^29.7.0 + jest-resolve: ^29.7.0 + jest-runtime: ^29.7.0 + jest-util: ^29.7.0 + jest-watcher: ^29.7.0 + jest-worker: ^29.7.0 + p-limit: ^3.1.0 + source-map-support: 0.5.13 + checksum: f0405778ea64812bf9b5c50b598850d94ccf95d7ba21f090c64827b41decd680ee19fcbb494007cdd7f5d0d8906bfc9eceddd8fa583e753e736ecd462d4682fb + languageName: node + linkType: hard + +"jest-runtime@npm:^29.7.0": + version: 29.7.0 + resolution: "jest-runtime@npm:29.7.0" + dependencies: + "@jest/environment": ^29.7.0 + "@jest/fake-timers": ^29.7.0 + "@jest/globals": ^29.7.0 + "@jest/source-map": ^29.6.3 + "@jest/test-result": ^29.7.0 + "@jest/transform": ^29.7.0 + "@jest/types": ^29.6.3 + "@types/node": "*" + chalk: ^4.0.0 + cjs-module-lexer: ^1.0.0 + collect-v8-coverage: ^1.0.0 + glob: ^7.1.3 + graceful-fs: ^4.2.9 + jest-haste-map: ^29.7.0 + jest-message-util: ^29.7.0 + jest-mock: ^29.7.0 + jest-regex-util: ^29.6.3 + jest-resolve: ^29.7.0 + jest-snapshot: ^29.7.0 + jest-util: ^29.7.0 + slash: ^3.0.0 + strip-bom: ^4.0.0 + checksum: d19f113d013e80691e07047f68e1e3448ef024ff2c6b586ce4f90cd7d4c62a2cd1d460110491019719f3c59bfebe16f0e201ed005ef9f80e2cf798c374eed54e + languageName: node + linkType: hard + +"jest-snapshot@npm:^29.7.0": + version: 29.7.0 + resolution: "jest-snapshot@npm:29.7.0" + dependencies: + "@babel/core": ^7.11.6 + "@babel/generator": ^7.7.2 + "@babel/plugin-syntax-jsx": ^7.7.2 + "@babel/plugin-syntax-typescript": ^7.7.2 + "@babel/types": ^7.3.3 + "@jest/expect-utils": ^29.7.0 + "@jest/transform": ^29.7.0 + "@jest/types": ^29.6.3 + babel-preset-current-node-syntax: ^1.0.0 + chalk: ^4.0.0 + expect: ^29.7.0 + graceful-fs: ^4.2.9 + jest-diff: ^29.7.0 + jest-get-type: ^29.6.3 + jest-matcher-utils: ^29.7.0 + jest-message-util: ^29.7.0 + jest-util: ^29.7.0 + natural-compare: ^1.4.0 + pretty-format: ^29.7.0 + semver: ^7.5.3 + checksum: 86821c3ad0b6899521ce75ee1ae7b01b17e6dfeff9166f2cf17f012e0c5d8c798f30f9e4f8f7f5bed01ea7b55a6bc159f5eda778311162cbfa48785447c237ad + languageName: node + linkType: hard + +"jest-util@npm:^29.0.0, jest-util@npm:^29.7.0": + version: 29.7.0 + resolution: "jest-util@npm:29.7.0" + dependencies: + "@jest/types": ^29.6.3 + "@types/node": "*" + chalk: ^4.0.0 + ci-info: ^3.2.0 + graceful-fs: ^4.2.9 + picomatch: ^2.2.3 + checksum: 042ab4980f4ccd4d50226e01e5c7376a8556b472442ca6091a8f102488c0f22e6e8b89ea874111d2328a2080083bf3225c86f3788c52af0bd0345a00eb57a3ca + languageName: node + linkType: hard + +"jest-validate@npm:^29.7.0": + version: 29.7.0 + resolution: "jest-validate@npm:29.7.0" + dependencies: + "@jest/types": ^29.6.3 + camelcase: ^6.2.0 + chalk: ^4.0.0 + jest-get-type: ^29.6.3 + leven: ^3.1.0 + pretty-format: ^29.7.0 + checksum: 191fcdc980f8a0de4dbdd879fa276435d00eb157a48683af7b3b1b98b0f7d9de7ffe12689b617779097ff1ed77601b9f7126b0871bba4f776e222c40f62e9dae + languageName: node + linkType: hard + +"jest-watcher@npm:^29.7.0": + version: 29.7.0 + resolution: "jest-watcher@npm:29.7.0" + dependencies: + "@jest/test-result": ^29.7.0 + "@jest/types": ^29.6.3 + "@types/node": "*" + ansi-escapes: ^4.2.1 + chalk: ^4.0.0 + emittery: ^0.13.1 + jest-util: ^29.7.0 + string-length: ^4.0.1 + checksum: 67e6e7fe695416deff96b93a14a561a6db69389a0667e9489f24485bb85e5b54e12f3b2ba511ec0b777eca1e727235b073e3ebcdd473d68888650489f88df92f + languageName: node + linkType: hard + +"jest-worker@npm:^29.7.0": + version: 29.7.0 + resolution: "jest-worker@npm:29.7.0" + dependencies: + "@types/node": "*" + jest-util: ^29.7.0 + merge-stream: ^2.0.0 + supports-color: ^8.0.0 + checksum: 30fff60af49675273644d408b650fc2eb4b5dcafc5a0a455f238322a8f9d8a98d847baca9d51ff197b6747f54c7901daa2287799230b856a0f48287d131f8c13 + languageName: node + linkType: hard + +"jest@npm:^29.3.1": + version: 29.7.0 + resolution: "jest@npm:29.7.0" + dependencies: + "@jest/core": ^29.7.0 + "@jest/types": ^29.6.3 + import-local: ^3.0.2 + jest-cli: ^29.7.0 + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + bin: + jest: bin/jest.js + checksum: 17ca8d67504a7dbb1998cf3c3077ec9031ba3eb512da8d71cb91bcabb2b8995c4e4b292b740cb9bf1cbff5ce3e110b3f7c777b0cefb6f41ab05445f248d0ee0b + languageName: node + linkType: hard + +"jose@npm:^4.14.6": + version: 4.15.9 + resolution: "jose@npm:4.15.9" + checksum: 41abe1c99baa3cf8a78ebbf93da8f8e50e417b7a26754c4afa21865d87527b8ac2baf66de2c5f6accc3f7d7158658dae7364043677236ea1d07895b040097f15 + languageName: node + linkType: hard + +"js-base64@npm:^2.5.2": + version: 2.6.4 + resolution: "js-base64@npm:2.6.4" + checksum: 5f4084078d6c46f8529741d110df84b14fac3276b903760c21fa8cc8521370d607325dfe1c1a9fbbeaae1ff8e602665aaeef1362427d8fef704f9e3659472ce8 + languageName: node + linkType: hard + +"js-tokens@npm:^4.0.0": + version: 4.0.0 + resolution: "js-tokens@npm:4.0.0" + checksum: 8a95213a5a77deb6cbe94d86340e8d9ace2b93bc367790b260101d2f36a2eaf4e4e22d9fa9cf459b38af3a32fb4190e638024cf82ec95ef708680e405ea7cc78 + languageName: node + linkType: hard + +"js-yaml@npm:^3.13.1": + version: 3.14.1 + resolution: "js-yaml@npm:3.14.1" + dependencies: + argparse: ^1.0.7 + esprima: ^4.0.0 + bin: + js-yaml: bin/js-yaml.js + checksum: bef146085f472d44dee30ec34e5cf36bf89164f5d585435a3d3da89e52622dff0b188a580e4ad091c3341889e14cb88cac6e4deb16dc5b1e9623bb0601fc255c + languageName: node + linkType: hard + +"js-yaml@npm:^4.1.0": + version: 4.1.0 + resolution: "js-yaml@npm:4.1.0" + dependencies: + argparse: ^2.0.1 + bin: + js-yaml: bin/js-yaml.js + checksum: c7830dfd456c3ef2c6e355cc5a92e6700ceafa1d14bba54497b34a99f0376cecbb3e9ac14d3e5849b426d5a5140709a66237a8c991c675431271c4ce5504151a + languageName: node + linkType: hard + +"jsbn@npm:1.1.0": + version: 1.1.0 + resolution: "jsbn@npm:1.1.0" + checksum: 944f924f2bd67ad533b3850eee47603eed0f6ae425fd1ee8c760f477e8c34a05f144c1bd4f5a5dd1963141dc79a2c55f89ccc5ab77d039e7077f3ad196b64965 + languageName: node + linkType: hard + +"jsesc@npm:^3.0.2": + version: 3.0.2 + resolution: "jsesc@npm:3.0.2" + bin: + jsesc: bin/jsesc + checksum: a36d3ca40574a974d9c2063bf68c2b6141c20da8f2a36bd3279fc802563f35f0527a6c828801295bdfb2803952cf2cf387786c2c90ed564f88d5782475abfe3c + languageName: node + linkType: hard + +"json-bigint@npm:^1.0.0": + version: 1.0.0 + resolution: "json-bigint@npm:1.0.0" + dependencies: + bignumber.js: ^9.0.0 + checksum: c67bb93ccb3c291e60eb4b62931403e378906aab113ec1c2a8dd0f9a7f065ad6fd9713d627b732abefae2e244ac9ce1721c7a3142b2979532f12b258634ce6f6 + languageName: node + linkType: hard + +"json-parse-even-better-errors@npm:^2.3.0": + version: 2.3.1 + resolution: "json-parse-even-better-errors@npm:2.3.1" + checksum: 798ed4cf3354a2d9ccd78e86d2169515a0097a5c133337807cdf7f1fc32e1391d207ccfc276518cc1d7d8d4db93288b8a50ba4293d212ad1336e52a8ec0a941f + languageName: node + linkType: hard + +"json-schema-traverse@npm:^1.0.0": + version: 1.0.0 + resolution: "json-schema-traverse@npm:1.0.0" + checksum: 02f2f466cdb0362558b2f1fd5e15cce82ef55d60cd7f8fa828cf35ba74330f8d767fcae5c5c2adb7851fa811766c694b9405810879bc4e1ddd78a7c0e03658ad + languageName: node + linkType: hard + +"json-stringify-safe@npm:^5.0.1": + version: 5.0.1 + resolution: "json-stringify-safe@npm:5.0.1" + checksum: 48ec0adad5280b8a96bb93f4563aa1667fd7a36334f79149abd42446d0989f2ddc58274b479f4819f1f00617957e6344c886c55d05a4e15ebb4ab931e4a6a8ee + languageName: node + linkType: hard + +"json5@npm:^2.2.3": + version: 2.2.3 + resolution: "json5@npm:2.2.3" + bin: + json5: lib/cli.js + checksum: 2a7436a93393830bce797d4626275152e37e877b265e94ca69c99e3d20c2b9dab021279146a39cdb700e71b2dd32a4cebd1514cd57cee102b1af906ce5040349 + languageName: node + linkType: hard + +"jsonc-parser@npm:3.2.0": + version: 3.2.0 + resolution: "jsonc-parser@npm:3.2.0" + checksum: 946dd9a5f326b745aa326d48a7257e3f4a4b62c5e98ec8e49fa2bdd8d96cef7e6febf1399f5c7016114fd1f68a1c62c6138826d5d90bc650448e3cf0951c53c7 + languageName: node + linkType: hard + +"jsonfile@npm:^4.0.0": + version: 4.0.0 + resolution: "jsonfile@npm:4.0.0" + dependencies: + graceful-fs: ^4.1.6 + dependenciesMeta: + graceful-fs: + optional: true + checksum: 6447d6224f0d31623eef9b51185af03ac328a7553efcee30fa423d98a9e276ca08db87d71e17f2310b0263fd3ffa6c2a90a6308367f661dc21580f9469897c9e + languageName: node + linkType: hard + +"jsonpath@npm:^1.1.1": + version: 1.1.1 + resolution: "jsonpath@npm:1.1.1" + dependencies: + esprima: 1.2.2 + static-eval: 2.0.2 + underscore: 1.12.1 + checksum: 5480d8e9e424fe2ed4ade6860b6e2cefddb21adb3a99abe0254cd9428e8ef9b0c9fb5729d6a5a514e90df50d645ccea9f3be48d627570e6222dd5dadc28eba7b + languageName: node + linkType: hard + +"jsonwebtoken@npm:^9.0.0": + version: 9.0.2 + resolution: "jsonwebtoken@npm:9.0.2" + dependencies: + jws: ^3.2.2 + lodash.includes: ^4.3.0 + lodash.isboolean: ^3.0.3 + lodash.isinteger: ^4.0.4 + lodash.isnumber: ^3.0.3 + lodash.isplainobject: ^4.0.6 + lodash.isstring: ^4.0.1 + lodash.once: ^4.0.0 + ms: ^2.1.1 + semver: ^7.5.4 + checksum: fc739a6a8b33f1974f9772dca7f8493ca8df4cc31c5a09dcfdb7cff77447dcf22f4236fb2774ef3fe50df0abeb8e1c6f4c41eba82f500a804ab101e2fbc9d61a + languageName: node + linkType: hard + +"jstoxml@npm:^2.0.0": + version: 2.2.9 + resolution: "jstoxml@npm:2.2.9" + checksum: 6a80183a646f415a2e959f31fa2e04f07e538b68daa8d47ebc38ff1576060ac958c76685516d1cc0c213f64acd3d0488f53e7f79db094b7b3a48d2b70acc4edb + languageName: node + linkType: hard + +"jwa@npm:^1.4.1": + version: 1.4.1 + resolution: "jwa@npm:1.4.1" + dependencies: + buffer-equal-constant-time: 1.0.1 + ecdsa-sig-formatter: 1.0.11 + safe-buffer: ^5.0.1 + checksum: ff30ea7c2dcc61f3ed2098d868bf89d43701605090c5b21b5544b512843ec6fd9e028381a4dda466cbcdb885c2d1150f7c62e7168394ee07941b4098e1035e2f + languageName: node + linkType: hard + +"jwa@npm:^2.0.0": + version: 2.0.0 + resolution: "jwa@npm:2.0.0" + dependencies: + buffer-equal-constant-time: 1.0.1 + ecdsa-sig-formatter: 1.0.11 + safe-buffer: ^5.0.1 + checksum: 8f00b71ad5fe94cb55006d0d19202f8f56889109caada2f7eeb63ca81755769ce87f4f48101967f398462e3b8ae4faebfbd5a0269cb755dead5d63c77ba4d2f1 + languageName: node + linkType: hard + +"jwks-rsa@npm:^3.1.0": + version: 3.1.0 + resolution: "jwks-rsa@npm:3.1.0" + dependencies: + "@types/express": ^4.17.17 + "@types/jsonwebtoken": ^9.0.2 + debug: ^4.3.4 + jose: ^4.14.6 + limiter: ^1.1.5 + lru-memoizer: ^2.2.0 + checksum: eef0c174b0dc7015585982de3aa6644bb8d5b355ebcfc3a40e52ab66cbb9b7c0b699089fd68b7f5d68ae01735a45251f1c1ebc35e9d749e5b84693cc871b0f93 + languageName: node + linkType: hard + +"jws@npm:^3.2.2": + version: 3.2.2 + resolution: "jws@npm:3.2.2" + dependencies: + jwa: ^1.4.1 + safe-buffer: ^5.0.1 + checksum: f0213fe5b79344c56cd443428d8f65c16bf842dc8cb8f5aed693e1e91d79c20741663ad6eff07a6d2c433d1831acc9814e8d7bada6a0471fbb91d09ceb2bf5c2 + languageName: node + linkType: hard + +"jws@npm:^4.0.0": + version: 4.0.0 + resolution: "jws@npm:4.0.0" + dependencies: + jwa: ^2.0.0 + safe-buffer: ^5.0.1 + checksum: d68d07aa6d1b8cb35c363a9bd2b48f15064d342a5d9dc18a250dbbce8dc06bd7e4792516c50baa16b8d14f61167c19e851fd7f66b59ecc68b7f6a013759765f7 + languageName: node + linkType: hard + +"kleur@npm:^3.0.3": + version: 3.0.3 + resolution: "kleur@npm:3.0.3" + checksum: df82cd1e172f957bae9c536286265a5cdbd5eeca487cb0a3b2a7b41ef959fc61f8e7c0e9aeea9c114ccf2c166b6a8dd45a46fd619c1c569d210ecd2765ad5169 + languageName: node + linkType: hard + +"leven@npm:^3.1.0": + version: 3.1.0 + resolution: "leven@npm:3.1.0" + checksum: 638401d534585261b6003db9d99afd244dfe82d75ddb6db5c0df412842d5ab30b2ef18de471aaec70fe69a46f17b4ae3c7f01d8a4e6580ef7adb9f4273ad1e55 + languageName: node + linkType: hard + +"levn@npm:~0.3.0": + version: 0.3.0 + resolution: "levn@npm:0.3.0" + dependencies: + prelude-ls: ~1.1.2 + type-check: ~0.3.2 + checksum: 0d084a524231a8246bb10fec48cdbb35282099f6954838604f3c7fc66f2e16fa66fd9cc2f3f20a541a113c4dafdf181e822c887c8a319c9195444e6c64ac395e + languageName: node + linkType: hard + +"limiter@npm:^1.1.5": + version: 1.1.5 + resolution: "limiter@npm:1.1.5" + checksum: 2d51d3a8bef131aada820b76530f8223380a0079aa0fffdfd3ec47ac2f65763225cb4c62a2f22347f4898c5eeb248edfec991c4a4f5b608dfca0aaa37ac48071 + languageName: node + linkType: hard + +"lines-and-columns@npm:^1.1.6": + version: 1.2.4 + resolution: "lines-and-columns@npm:1.2.4" + checksum: 0c37f9f7fa212b38912b7145e1cd16a5f3cd34d782441c3e6ca653485d326f58b3caccda66efce1c5812bde4961bbde3374fae4b0d11bf1226152337f3894aa5 + languageName: node + linkType: hard + +"locate-path@npm:^5.0.0": + version: 5.0.0 + resolution: "locate-path@npm:5.0.0" + dependencies: + p-locate: ^4.1.0 + checksum: 83e51725e67517287d73e1ded92b28602e3ae5580b301fe54bfb76c0c723e3f285b19252e375712316774cf52006cb236aed5704692c32db0d5d089b69696e30 + languageName: node + linkType: hard + +"lodash.camelcase@npm:^4.3.0": + version: 4.3.0 + resolution: "lodash.camelcase@npm:4.3.0" + checksum: cb9227612f71b83e42de93eccf1232feeb25e705bdb19ba26c04f91e885bfd3dd5c517c4a97137658190581d3493ea3973072ca010aab7e301046d90740393d1 + languageName: node + linkType: hard + +"lodash.clonedeep@npm:^4.5.0": + version: 4.5.0 + resolution: "lodash.clonedeep@npm:4.5.0" + checksum: 92c46f094b064e876a23c97f57f81fbffd5d760bf2d8a1c61d85db6d1e488c66b0384c943abee4f6af7debf5ad4e4282e74ff83177c9e63d8ff081a4837c3489 + languageName: node + linkType: hard + +"lodash.includes@npm:^4.3.0": + version: 4.3.0 + resolution: "lodash.includes@npm:4.3.0" + checksum: 71092c130515a67ab3bd928f57f6018434797c94def7f46aafa417771e455ce3a4834889f4267b17887d7f75297dfabd96231bf704fd2b8c5096dc4a913568b6 + languageName: node + linkType: hard + +"lodash.isboolean@npm:^3.0.3": + version: 3.0.3 + resolution: "lodash.isboolean@npm:3.0.3" + checksum: b70068b4a8b8837912b54052557b21fc4774174e3512ed3c5b94621e5aff5eb6c68089d0a386b7e801d679cd105d2e35417978a5e99071750aa2ed90bffd0250 + languageName: node + linkType: hard + +"lodash.isinteger@npm:^4.0.4": + version: 4.0.4 + resolution: "lodash.isinteger@npm:4.0.4" + checksum: 6034821b3fc61a2ffc34e7d5644bb50c5fd8f1c0121c554c21ac271911ee0c0502274852845005f8651d51e199ee2e0cfebfe40aaa49c7fe617f603a8a0b1691 + languageName: node + linkType: hard + +"lodash.isnumber@npm:^3.0.3": + version: 3.0.3 + resolution: "lodash.isnumber@npm:3.0.3" + checksum: 913784275b565346255e6ae6a6e30b760a0da70abc29f3e1f409081585875105138cda4a429ff02577e1bc0a7ae2a90e0a3079a37f3a04c3d6c5aaa532f4cab2 + languageName: node + linkType: hard + +"lodash.isplainobject@npm:^4.0.6": + version: 4.0.6 + resolution: "lodash.isplainobject@npm:4.0.6" + checksum: 29c6351f281e0d9a1d58f1a4c8f4400924b4c79f18dfc4613624d7d54784df07efaff97c1ff2659f3e085ecf4fff493300adc4837553104cef2634110b0d5337 + languageName: node + linkType: hard + +"lodash.isstring@npm:^4.0.1": + version: 4.0.1 + resolution: "lodash.isstring@npm:4.0.1" + checksum: eaac87ae9636848af08021083d796e2eea3d02e80082ab8a9955309569cb3a463ce97fd281d7dc119e402b2e7d8c54a23914b15d2fc7fff56461511dc8937ba0 + languageName: node + linkType: hard + +"lodash.memoize@npm:^4.1.2": + version: 4.1.2 + resolution: "lodash.memoize@npm:4.1.2" + checksum: 9ff3942feeccffa4f1fafa88d32f0d24fdc62fd15ded5a74a5f950ff5f0c6f61916157246744c620173dddf38d37095a92327d5fd3861e2063e736a5c207d089 + languageName: node + linkType: hard + +"lodash.once@npm:^4.0.0": + version: 4.1.1 + resolution: "lodash.once@npm:4.1.1" + checksum: d768fa9f9b4e1dc6453be99b753906f58990e0c45e7b2ca5a3b40a33111e5d17f6edf2f768786e2716af90a8e78f8f91431ab8435f761fef00f9b0c256f6d245 + languageName: node + linkType: hard + +"lodash@npm:^4.15.0, lodash@npm:^4.17.21": + version: 4.17.21 + resolution: "lodash@npm:4.17.21" + checksum: eb835a2e51d381e561e508ce932ea50a8e5a68f4ebdd771ea240d3048244a8d13658acbd502cd4829768c56f2e16bdd4340b9ea141297d472517b83868e677f7 + languageName: node + linkType: hard + +"loglevel@npm:^1.8.1": + version: 1.9.2 + resolution: "loglevel@npm:1.9.2" + checksum: 896c67b90a507bfcfc1e9a4daa7bf789a441dd70d95cd13b998d6dd46233a3bfadfb8fadb07250432bbfb53bf61e95f2520f9b11f9d3175cc460e5c251eca0af + languageName: node + linkType: hard + +"long@npm:^5.0.0, long@npm:^5.2.3": + version: 5.2.3 + resolution: "long@npm:5.2.3" + checksum: 885ede7c3de4facccbd2cacc6168bae3a02c3e836159ea4252c87b6e34d40af819824b2d4edce330bfb5c4d6e8ce3ec5864bdcf9473fa1f53a4f8225860e5897 + languageName: node + linkType: hard + +"lowcoder-core@npm:^0.0.8": + version: 0.0.8 + resolution: "lowcoder-core@npm:0.0.8" + dependencies: + "@rollup/plugin-commonjs": ^23.0.0 + "@rollup/plugin-node-resolve": ^15.0.0 + intl-messageformat: ^10.2.1 + lodash: ^4.17.21 + lru-cache: ^7.14.1 + checksum: 67f6ddc1b924d96d5d2ba0fca05b50bf91035b3d24d51acf89e0e40ca466121ba0f220f7162215b71077a43025b9df0a9b55aee48a937605a73fec4a06b71cac + languageName: node + linkType: hard + +"lowcoder-node-server@workspace:.": + version: 0.0.0-use.local + resolution: "lowcoder-node-server@workspace:." + dependencies: + "@apidevtools/swagger-parser": ^10.1.0 + "@aws-sdk/client-appconfig": ^3.533.0 + "@aws-sdk/client-appconfigdata": ^3.533.0 + "@aws-sdk/client-athena": ^3.333.0 + "@aws-sdk/client-dynamodb": ^3.332.0 + "@aws-sdk/client-lambda": ^3.332.0 + "@aws-sdk/client-s3": ^3.332.0 + "@aws-sdk/s3-request-presigner": ^3.332.0 + "@google-cloud/bigquery": ^6.1.0 + "@google-cloud/storage": ^6.10.1 + "@supabase/supabase-js": ^2.26.0 + "@types/ali-oss": ^6.16.11 + "@types/axios": ^0.14.0 + "@types/express": ^4.17.14 + "@types/jest": ^29.2.4 + "@types/jsonpath": ^0.2.0 + "@types/lodash": ^4.14.190 + "@types/morgan": ^1.9.3 + "@types/node": ^20.1.1 + "@types/node-fetch": ^2.6.2 + ali-oss: ^6.20.0 + axios: ^1.7.7 + base64-arraybuffer: ^1.0.2 + bluebird: ^3.7.2 + commander: ^10.0.0 + copyfiles: ^2.4.1 + duckdb-async: ^0.10.0 + dynamodb-data-types: ^4.0.1 + express: ^4.21.0 + express-async-errors: ^3.1.1 + firebase-admin: ^12.6.0 + formdata-node: 4 + graphql: ^16.9.0 + graphql-request: ^6.1.0 + jest: ^29.3.1 + jsonpath: ^1.1.1 + lodash: ^4.17.21 + loglevel: ^1.8.1 + lowcoder-core: ^0.0.8 + lowcoder-sdk: 0.0.41 + morgan: ^1.10.0 + nock: ^13.3.0 + node-fetch: 2 + node-firebird: ^1.1.9 + nodemon: ^2.0.22 + openapi-types: ^12.1.3 + pino: ^8.14.1 + postman-to-openapi: ^3.0.1 + prom-client: ^14.2.0 + proxy-agent: ^5.0.0 + stylis: ^4.3.0 + svgo: ^3.0.2 + swagger-client: ^3.29.3 + ts-jest: ^29.0.3 + ts-node: ^10.9.1 + typescript: ^4.9.3 + yaml: ^2.2.2 + languageName: unknown + linkType: soft + +"lowcoder-sdk@npm:0.0.41": + version: 0.0.41 + resolution: "lowcoder-sdk@npm:0.0.41" + peerDependencies: + react: ">=17" + react-dom: ">=17" + checksum: f7820b8ddfc9e86c3c36923347a686325b449a9d01cad761c0800e27d6f3408e76668664a24667eeb19eb6674f5024113da7a9fc3881cf5ce28d6f9304444c79 + languageName: node + linkType: hard + +"lru-cache@npm:6.0.0, lru-cache@npm:^6.0.0": + version: 6.0.0 + resolution: "lru-cache@npm:6.0.0" + dependencies: + yallist: ^4.0.0 + checksum: f97f499f898f23e4585742138a22f22526254fdba6d75d41a1c2526b3b6cc5747ef59c5612ba7375f42aca4f8461950e925ba08c991ead0651b4918b7c978297 + languageName: node + linkType: hard + +"lru-cache@npm:^10.0.1, lru-cache@npm:^10.2.0": + version: 10.4.3 + resolution: "lru-cache@npm:10.4.3" + checksum: 6476138d2125387a6d20f100608c2583d415a4f64a0fecf30c9e2dda976614f09cad4baa0842447bd37dd459a7bd27f57d9d8f8ce558805abd487c583f3d774a + languageName: node + linkType: hard + +"lru-cache@npm:^5.1.1": + version: 5.1.1 + resolution: "lru-cache@npm:5.1.1" + dependencies: + yallist: ^3.0.2 + checksum: c154ae1cbb0c2206d1501a0e94df349653c92c8cbb25236d7e85190bcaf4567a03ac6eb43166fabfa36fd35623694da7233e88d9601fbf411a9a481d85dbd2cb + languageName: node + linkType: hard + +"lru-cache@npm:^7.14.1, lru-cache@npm:^7.7.1": + version: 7.18.3 + resolution: "lru-cache@npm:7.18.3" + checksum: e550d772384709deea3f141af34b6d4fa392e2e418c1498c078de0ee63670f1f46f5eee746e8ef7e69e1c895af0d4224e62ee33e66a543a14763b0f2e74c1356 + languageName: node + linkType: hard + +"lru-memoizer@npm:^2.2.0": + version: 2.3.0 + resolution: "lru-memoizer@npm:2.3.0" + dependencies: + lodash.clonedeep: ^4.5.0 + lru-cache: 6.0.0 + checksum: 3468a655b89295ddc0f069a5ebd574ff8565476efc49dfd2b666ed7bd5c6f090e6e3e35cc84714194cc154d5331007d6bbfd50b480ed3ea07303820f81ef7389 + languageName: node + linkType: hard + +"magic-string@npm:^0.27.0": + version: 0.27.0 + resolution: "magic-string@npm:0.27.0" + dependencies: + "@jridgewell/sourcemap-codec": ^1.4.13 + checksum: 273faaa50baadb7a2df6e442eac34ad611304fc08fe16e24fe2e472fd944bfcb73ffb50d2dc972dc04e92784222002af46868cb9698b1be181c81830fd95a13e + languageName: node + linkType: hard + +"make-dir@npm:^3.1.0": + version: 3.1.0 + resolution: "make-dir@npm:3.1.0" + dependencies: + semver: ^6.0.0 + checksum: 484200020ab5a1fdf12f393fe5f385fc8e4378824c940fba1729dcd198ae4ff24867bc7a5646331e50cead8abff5d9270c456314386e629acec6dff4b8016b78 + languageName: node + linkType: hard + +"make-dir@npm:^4.0.0": + version: 4.0.0 + resolution: "make-dir@npm:4.0.0" + dependencies: + semver: ^7.5.3 + checksum: bf0731a2dd3aab4db6f3de1585cea0b746bb73eb5a02e3d8d72757e376e64e6ada190b1eddcde5b2f24a81b688a9897efd5018737d05e02e2a671dda9cff8a8a + languageName: node + linkType: hard + +"make-error@npm:^1.1.1, make-error@npm:^1.3.6": + version: 1.3.6 + resolution: "make-error@npm:1.3.6" + checksum: b86e5e0e25f7f777b77fabd8e2cbf15737972869d852a22b7e73c17623928fccb826d8e46b9951501d3f20e51ad74ba8c59ed584f610526a48f8ccf88aaec402 + languageName: node + linkType: hard + +"make-fetch-happen@npm:^10.0.3": + version: 10.2.1 + resolution: "make-fetch-happen@npm:10.2.1" + dependencies: + agentkeepalive: ^4.2.1 + cacache: ^16.1.0 + http-cache-semantics: ^4.1.0 + http-proxy-agent: ^5.0.0 + https-proxy-agent: ^5.0.0 + is-lambda: ^1.0.1 + lru-cache: ^7.7.1 + minipass: ^3.1.6 + minipass-collect: ^1.0.2 + minipass-fetch: ^2.0.3 + minipass-flush: ^1.0.5 + minipass-pipeline: ^1.2.4 + negotiator: ^0.6.3 + promise-retry: ^2.0.1 + socks-proxy-agent: ^7.0.0 + ssri: ^9.0.0 + checksum: 2332eb9a8ec96f1ffeeea56ccefabcb4193693597b132cd110734d50f2928842e22b84cfa1508e921b8385cdfd06dda9ad68645fed62b50fff629a580f5fb72c + languageName: node + linkType: hard + +"make-fetch-happen@npm:^13.0.0": + version: 13.0.1 + resolution: "make-fetch-happen@npm:13.0.1" + dependencies: + "@npmcli/agent": ^2.0.0 + cacache: ^18.0.0 + http-cache-semantics: ^4.1.1 + is-lambda: ^1.0.1 + minipass: ^7.0.2 + minipass-fetch: ^3.0.0 + minipass-flush: ^1.0.5 + minipass-pipeline: ^1.2.4 + negotiator: ^0.6.3 + proc-log: ^4.2.0 + promise-retry: ^2.0.1 + ssri: ^10.0.0 + checksum: 5c9fad695579b79488fa100da05777213dd9365222f85e4757630f8dd2a21a79ddd3206c78cfd6f9b37346819681782b67900ac847a57cf04190f52dda5343fd + languageName: node + linkType: hard + +"makeerror@npm:1.0.12": + version: 1.0.12 + resolution: "makeerror@npm:1.0.12" + dependencies: + tmpl: 1.0.5 + checksum: b38a025a12c8146d6eeea5a7f2bf27d51d8ad6064da8ca9405fcf7bf9b54acd43e3b30ddd7abb9b1bfa4ddb266019133313482570ddb207de568f71ecfcf6060 + languageName: node + linkType: hard + +"marked@npm:^4.2.5": + version: 4.3.0 + resolution: "marked@npm:4.3.0" + bin: + marked: bin/marked.js + checksum: 0db6817893952c3ec710eb9ceafb8468bf5ae38cb0f92b7b083baa13d70b19774674be04db5b817681fa7c5c6a088f61300815e4dd75a59696f4716ad69f6260 + languageName: node + linkType: hard + +"mdn-data@npm:2.0.28": + version: 2.0.28 + resolution: "mdn-data@npm:2.0.28" + checksum: f51d587a6ebe8e426c3376c74ea6df3e19ec8241ed8e2466c9c8a3904d5d04397199ea4f15b8d34d14524b5de926d8724ae85207984be47e165817c26e49e0aa + languageName: node + linkType: hard + +"mdn-data@npm:2.0.30": + version: 2.0.30 + resolution: "mdn-data@npm:2.0.30" + checksum: d6ac5ac7439a1607df44b22738ecf83f48e66a0874e4482d6424a61c52da5cde5750f1d1229b6f5fa1b80a492be89465390da685b11f97d62b8adcc6e88189aa + languageName: node + linkType: hard + +"media-typer@npm:0.3.0": + version: 0.3.0 + resolution: "media-typer@npm:0.3.0" + checksum: af1b38516c28ec95d6b0826f6c8f276c58aec391f76be42aa07646b4e39d317723e869700933ca6995b056db4b09a78c92d5440dc23657e6764be5d28874bba1 + languageName: node + linkType: hard + +"merge-descriptors@npm:1.0.3, merge-descriptors@npm:^1.0.1": + version: 1.0.3 + resolution: "merge-descriptors@npm:1.0.3" + checksum: 52117adbe0313d5defa771c9993fe081e2d2df9b840597e966aadafde04ae8d0e3da46bac7ca4efc37d4d2b839436582659cd49c6a43eacb3fe3050896a105d1 + languageName: node + linkType: hard + +"merge-stream@npm:^2.0.0": + version: 2.0.0 + resolution: "merge-stream@npm:2.0.0" + checksum: 6fa4dcc8d86629705cea944a4b88ef4cb0e07656ebf223fa287443256414283dd25d91c1cd84c77987f2aec5927af1a9db6085757cb43d90eb170ebf4b47f4f4 + languageName: node + linkType: hard + +"methods@npm:~1.1.2": + version: 1.1.2 + resolution: "methods@npm:1.1.2" + checksum: 0917ff4041fa8e2f2fda5425a955fe16ca411591fbd123c0d722fcf02b73971ed6f764d85f0a6f547ce49ee0221ce2c19a5fa692157931cecb422984f1dcd13a + languageName: node + linkType: hard + +"micromatch@npm:^4.0.4": + version: 4.0.8 + resolution: "micromatch@npm:4.0.8" + dependencies: + braces: ^3.0.3 + picomatch: ^2.3.1 + checksum: 79920eb634e6f400b464a954fcfa589c4e7c7143209488e44baf627f9affc8b1e306f41f4f0deedde97e69cb725920879462d3e750ab3bd3c1aed675bb3a8966 + languageName: node + linkType: hard + +"mime-db@npm:1.52.0": + version: 1.52.0 + resolution: "mime-db@npm:1.52.0" + checksum: 0d99a03585f8b39d68182803b12ac601d9c01abfa28ec56204fa330bc9f3d1c5e14beb049bafadb3dbdf646dfb94b87e24d4ec7b31b7279ef906a8ea9b6a513f + languageName: node + linkType: hard + +"mime-db@npm:>= 1.43.0 < 2": + version: 1.53.0 + resolution: "mime-db@npm:1.53.0" + checksum: 3fd9380bdc0b085d0b56b580e4f89ca4fc3b823722310d795c248f0806b9a80afd5d8f4347f015ad943b9ecfa7cc0b71dffa0db96fa776d01a13474821a2c7fb + languageName: node + linkType: hard + +"mime-types@npm:^2.0.8, mime-types@npm:^2.1.12, mime-types@npm:~2.1.24, mime-types@npm:~2.1.34": + version: 2.1.35 + resolution: "mime-types@npm:2.1.35" + dependencies: + mime-db: 1.52.0 + checksum: 89a5b7f1def9f3af5dad6496c5ed50191ae4331cc5389d7c521c8ad28d5fdad2d06fd81baf38fed813dc4e46bb55c8145bb0ff406330818c9cf712fb2e9b3836 + languageName: node + linkType: hard + +"mime@npm:1.6.0": + version: 1.6.0 + resolution: "mime@npm:1.6.0" + bin: + mime: cli.js + checksum: fef25e39263e6d207580bdc629f8872a3f9772c923c7f8c7e793175cee22777bbe8bba95e5d509a40aaa292d8974514ce634ae35769faa45f22d17edda5e8557 + languageName: node + linkType: hard + +"mime@npm:^2.4.5, mime@npm:^2.5.2": + version: 2.6.0 + resolution: "mime@npm:2.6.0" + bin: + mime: cli.js + checksum: 1497ba7b9f6960694268a557eae24b743fd2923da46ec392b042469f4b901721ba0adcf8b0d3c2677839d0e243b209d76e5edcbd09cfdeffa2dfb6bb4df4b862 + languageName: node + linkType: hard + +"mime@npm:^3.0.0": + version: 3.0.0 + resolution: "mime@npm:3.0.0" + bin: + mime: cli.js + checksum: f43f9b7bfa64534e6b05bd6062961681aeb406a5b53673b53b683f27fcc4e739989941836a355eef831f4478923651ecc739f4a5f6e20a76487b432bfd4db928 + languageName: node + linkType: hard + +"mimic-fn@npm:^2.1.0": + version: 2.1.0 + resolution: "mimic-fn@npm:2.1.0" + checksum: d2421a3444848ce7f84bd49115ddacff29c15745db73f54041edc906c14b131a38d05298dae3081667627a59b2eb1ca4b436ff2e1b80f69679522410418b478a + languageName: node + linkType: hard + +"mimic-response@npm:^3.1.0": + version: 3.1.0 + resolution: "mimic-response@npm:3.1.0" + checksum: 25739fee32c17f433626bf19f016df9036b75b3d84a3046c7d156e72ec963dd29d7fc8a302f55a3d6c5a4ff24259676b15d915aad6480815a969ff2ec0836867 + languageName: node + linkType: hard + +"minim@npm:~0.23.8": + version: 0.23.8 + resolution: "minim@npm:0.23.8" + dependencies: + lodash: ^4.15.0 + checksum: 98e19a431189cee4dfad766e19948fb65b3607780bda2dc3f76b7bb35f9a468f372fb1b4c4b2ebfe348191e09f2b981579967b29cf02038798efe4eab326ffca + languageName: node + linkType: hard + +"minimatch@npm:^3.0.3, minimatch@npm:^3.0.4, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2": + version: 3.1.2 + resolution: "minimatch@npm:3.1.2" + dependencies: + brace-expansion: ^1.1.7 + checksum: c154e566406683e7bcb746e000b84d74465b3a832c45d59912b9b55cd50dee66e5c4b1e5566dba26154040e51672f9aa450a9aef0c97cfc7336b78b7afb9540a + languageName: node + linkType: hard + +"minimatch@npm:^5.0.1": + version: 5.1.6 + resolution: "minimatch@npm:5.1.6" + dependencies: + brace-expansion: ^2.0.1 + checksum: 7564208ef81d7065a370f788d337cd80a689e981042cb9a1d0e6580b6c6a8c9279eba80010516e258835a988363f99f54a6f711a315089b8b42694f5da9d0d77 + languageName: node + linkType: hard + +"minimatch@npm:^7.4.3": + version: 7.4.6 + resolution: "minimatch@npm:7.4.6" + dependencies: + brace-expansion: ^2.0.1 + checksum: 1a6c8d22618df9d2a88aabeef1de5622eb7b558e9f8010be791cb6b0fa6e102d39b11c28d75b855a1e377b12edc7db8ff12a99c20353441caa6a05e78deb5da9 + languageName: node + linkType: hard + +"minimatch@npm:^9.0.4": + version: 9.0.5 + resolution: "minimatch@npm:9.0.5" + dependencies: + brace-expansion: ^2.0.1 + checksum: 2c035575eda1e50623c731ec6c14f65a85296268f749b9337005210bb2b34e2705f8ef1a358b188f69892286ab99dc42c8fb98a57bde55c8d81b3023c19cea28 + languageName: node + linkType: hard + +"minimist@npm:^1.1.0, minimist@npm:^1.2.0, minimist@npm:^1.2.3, minimist@npm:^1.2.6": + version: 1.2.8 + resolution: "minimist@npm:1.2.8" + checksum: 75a6d645fb122dad29c06a7597bddea977258957ed88d7a6df59b5cd3fe4a527e253e9bbf2e783e4b73657f9098b96a5fe96ab8a113655d4109108577ecf85b0 + languageName: node + linkType: hard + +"minipass-collect@npm:^1.0.2": + version: 1.0.2 + resolution: "minipass-collect@npm:1.0.2" + dependencies: + minipass: ^3.0.0 + checksum: 14df761028f3e47293aee72888f2657695ec66bd7d09cae7ad558da30415fdc4752bbfee66287dcc6fd5e6a2fa3466d6c484dc1cbd986525d9393b9523d97f10 + languageName: node + linkType: hard + +"minipass-collect@npm:^2.0.1": + version: 2.0.1 + resolution: "minipass-collect@npm:2.0.1" + dependencies: + minipass: ^7.0.3 + checksum: b251bceea62090f67a6cced7a446a36f4cd61ee2d5cea9aee7fff79ba8030e416327a1c5aa2908dc22629d06214b46d88fdab8c51ac76bacbf5703851b5ad342 + languageName: node + linkType: hard + +"minipass-fetch@npm:^2.0.3": + version: 2.1.2 + resolution: "minipass-fetch@npm:2.1.2" + dependencies: + encoding: ^0.1.13 + minipass: ^3.1.6 + minipass-sized: ^1.0.3 + minizlib: ^2.1.2 + dependenciesMeta: + encoding: + optional: true + checksum: 3f216be79164e915fc91210cea1850e488793c740534985da017a4cbc7a5ff50506956d0f73bb0cb60e4fe91be08b6b61ef35101706d3ef5da2c8709b5f08f91 + languageName: node + linkType: hard + +"minipass-fetch@npm:^3.0.0": + version: 3.0.5 + resolution: "minipass-fetch@npm:3.0.5" + dependencies: + encoding: ^0.1.13 + minipass: ^7.0.3 + minipass-sized: ^1.0.3 + minizlib: ^2.1.2 + dependenciesMeta: + encoding: + optional: true + checksum: 8047d273236157aab27ab7cd8eab7ea79e6ecd63e8f80c3366ec076cb9a0fed550a6935bab51764369027c414647fd8256c2a20c5445fb250c483de43350de83 + languageName: node + linkType: hard + +"minipass-flush@npm:^1.0.5": + version: 1.0.5 + resolution: "minipass-flush@npm:1.0.5" + dependencies: + minipass: ^3.0.0 + checksum: 56269a0b22bad756a08a94b1ffc36b7c9c5de0735a4dd1ab2b06c066d795cfd1f0ac44a0fcae13eece5589b908ecddc867f04c745c7009be0b566421ea0944cf + languageName: node + linkType: hard + +"minipass-pipeline@npm:^1.2.4": + version: 1.2.4 + resolution: "minipass-pipeline@npm:1.2.4" + dependencies: + minipass: ^3.0.0 + checksum: b14240dac0d29823c3d5911c286069e36d0b81173d7bdf07a7e4a91ecdef92cdff4baaf31ea3746f1c61e0957f652e641223970870e2353593f382112257971b + languageName: node + linkType: hard + +"minipass-sized@npm:^1.0.3": + version: 1.0.3 + resolution: "minipass-sized@npm:1.0.3" + dependencies: + minipass: ^3.0.0 + checksum: 79076749fcacf21b5d16dd596d32c3b6bf4d6e62abb43868fac21674078505c8b15eaca4e47ed844985a4514854f917d78f588fcd029693709417d8f98b2bd60 + languageName: node + linkType: hard + +"minipass@npm:^3.0.0, minipass@npm:^3.1.1, minipass@npm:^3.1.6": + version: 3.3.6 + resolution: "minipass@npm:3.3.6" + dependencies: + yallist: ^4.0.0 + checksum: a30d083c8054cee83cdcdc97f97e4641a3f58ae743970457b1489ce38ee1167b3aaf7d815cd39ec7a99b9c40397fd4f686e83750e73e652b21cb516f6d845e48 + languageName: node + linkType: hard + +"minipass@npm:^5.0.0": + version: 5.0.0 + resolution: "minipass@npm:5.0.0" + checksum: 425dab288738853fded43da3314a0b5c035844d6f3097a8e3b5b29b328da8f3c1af6fc70618b32c29ff906284cf6406b6841376f21caaadd0793c1d5a6a620ea + languageName: node + linkType: hard + +"minipass@npm:^5.0.0 || ^6.0.2 || ^7.0.0, minipass@npm:^7.0.2, minipass@npm:^7.0.3, minipass@npm:^7.1.2": + version: 7.1.2 + resolution: "minipass@npm:7.1.2" + checksum: 2bfd325b95c555f2b4d2814d49325691c7bee937d753814861b0b49d5edcda55cbbf22b6b6a60bb91eddac8668771f03c5ff647dcd9d0f798e9548b9cdc46ee3 + languageName: node + linkType: hard + +"minizlib@npm:^2.1.1, minizlib@npm:^2.1.2": + version: 2.1.2 + resolution: "minizlib@npm:2.1.2" + dependencies: + minipass: ^3.0.0 + yallist: ^4.0.0 + checksum: f1fdeac0b07cf8f30fcf12f4b586795b97be856edea22b5e9072707be51fc95d41487faec3f265b42973a304fe3a64acd91a44a3826a963e37b37bafde0212c3 + languageName: node + linkType: hard + +"mkdirp-classic@npm:^0.5.2, mkdirp-classic@npm:^0.5.3": + version: 0.5.3 + resolution: "mkdirp-classic@npm:0.5.3" + checksum: 3f4e088208270bbcc148d53b73e9a5bd9eef05ad2cbf3b3d0ff8795278d50dd1d11a8ef1875ff5aea3fa888931f95bfcb2ad5b7c1061cfefd6284d199e6776ac + languageName: node + linkType: hard + +"mkdirp@npm:^0.5.1": + version: 0.5.6 + resolution: "mkdirp@npm:0.5.6" + dependencies: + minimist: ^1.2.6 + bin: + mkdirp: bin/cmd.js + checksum: 0c91b721bb12c3f9af4b77ebf73604baf350e64d80df91754dc509491ae93bf238581e59c7188360cec7cb62fc4100959245a42cfe01834efedc5e9d068376c2 + languageName: node + linkType: hard + +"mkdirp@npm:^1.0.3, mkdirp@npm:^1.0.4": + version: 1.0.4 + resolution: "mkdirp@npm:1.0.4" + bin: + mkdirp: bin/cmd.js + checksum: a96865108c6c3b1b8e1d5e9f11843de1e077e57737602de1b82030815f311be11f96f09cce59bd5b903d0b29834733e5313f9301e3ed6d6f6fba2eae0df4298f + languageName: node + linkType: hard + +"mnemonist@npm:0.38.3": + version: 0.38.3 + resolution: "mnemonist@npm:0.38.3" + dependencies: + obliterator: ^1.6.1 + checksum: 894237fc6fd71ec0056eb4a20d9b16dbcd3d77620098dcd3888bdfe3d7a6c9b94355f480aba61a277a16e63c0b99c43f517c0bb283033f982e24b9fcae797447 + languageName: node + linkType: hard + +"morgan@npm:^1.10.0": + version: 1.10.0 + resolution: "morgan@npm:1.10.0" + dependencies: + basic-auth: ~2.0.1 + debug: 2.6.9 + depd: ~2.0.0 + on-finished: ~2.3.0 + on-headers: ~1.0.2 + checksum: fb41e226ab5a1abf7e8909e486b387076534716d60207e361acfb5df78b84d703a7b7ea58f3046a9fd0b83d3c94bfabde32323341a1f1b26ce50680abd2ea5dd + languageName: node + linkType: hard + +"ms@npm:2.0.0": + version: 2.0.0 + resolution: "ms@npm:2.0.0" + checksum: 0e6a22b8b746d2e0b65a430519934fefd41b6db0682e3477c10f60c76e947c4c0ad06f63ffdf1d78d335f83edee8c0aa928aa66a36c7cd95b69b26f468d527f4 + languageName: node + linkType: hard + +"ms@npm:2.1.3, ms@npm:^2.0.0, ms@npm:^2.1.1, ms@npm:^2.1.3": + version: 2.1.3 + resolution: "ms@npm:2.1.3" + checksum: aa92de608021b242401676e35cfa5aa42dd70cbdc082b916da7fb925c542173e36bce97ea3e804923fe92c0ad991434e4a38327e15a1b5b5f945d66df615ae6d + languageName: node + linkType: hard + +"mustache@npm:^4.2.0": + version: 4.2.0 + resolution: "mustache@npm:4.2.0" + bin: + mustache: bin/mustache + checksum: 928fcb63e3aa44a562bfe9b59ba202cccbe40a46da50be6f0dd831b495be1dd7e38ca4657f0ecab2c1a89dc7bccba0885eab7ee7c1b215830da765758c7e0506 + languageName: node + linkType: hard + +"mz@npm:^2.7.0": + version: 2.7.0 + resolution: "mz@npm:2.7.0" + dependencies: + any-promise: ^1.0.0 + object-assign: ^4.0.1 + thenify-all: ^1.0.0 + checksum: 8427de0ece99a07e9faed3c0c6778820d7543e3776f9a84d22cf0ec0a8eb65f6e9aee9c9d353ff9a105ff62d33a9463c6ca638974cc652ee8140cd1e35951c87 + languageName: node + linkType: hard + +"nan@npm:^2.14.0, nan@npm:^2.17.0, nan@npm:^2.18.0": + version: 2.20.0 + resolution: "nan@npm:2.20.0" + dependencies: + node-gyp: latest + checksum: eb09286e6c238a3582db4d88c875db73e9b5ab35f60306090acd2f3acae21696c9b653368b4a0e32abcef64ee304a923d6223acaddd16169e5eaaf5c508fb533 + languageName: node + linkType: hard + +"napi-build-utils@npm:^1.0.1": + version: 1.0.2 + resolution: "napi-build-utils@npm:1.0.2" + checksum: 06c14271ee966e108d55ae109f340976a9556c8603e888037145d6522726aebe89dd0c861b4b83947feaf6d39e79e08817559e8693deedc2c94e82c5cbd090c7 + languageName: node + linkType: hard + +"natural-compare@npm:^1.4.0": + version: 1.4.0 + resolution: "natural-compare@npm:1.4.0" + checksum: 23ad088b08f898fc9b53011d7bb78ec48e79de7627e01ab5518e806033861bef68d5b0cd0e2205c2f36690ac9571ff6bcb05eb777ced2eeda8d4ac5b44592c3d + languageName: node + linkType: hard + +"negotiator@npm:0.6.3, negotiator@npm:^0.6.3": + version: 0.6.3 + resolution: "negotiator@npm:0.6.3" + checksum: b8ffeb1e262eff7968fc90a2b6767b04cfd9842582a9d0ece0af7049537266e7b2506dfb1d107a32f06dd849ab2aea834d5830f7f4d0e5cb7d36e1ae55d021d9 + languageName: node + linkType: hard + +"neotraverse@npm:=0.6.18": + version: 0.6.18 + resolution: "neotraverse@npm:0.6.18" + checksum: 6ec0855db8d484a33672ba4533617bab4944167c881a6ab35a987bf3b92f12159eac5c19ad9cc203c193b279cc1a09f0bd7c7fb7752f9950625cbd866071ef72 + languageName: node + linkType: hard + +"netmask@npm:^2.0.2": + version: 2.0.2 + resolution: "netmask@npm:2.0.2" + checksum: c65cb8d3f7ea5669edddb3217e4c96910a60d0d9a4b52d9847ff6b28b2d0277cd8464eee0ef85133cdee32605c57940cacdd04a9a019079b091b6bba4cb0ec22 + languageName: node + linkType: hard + +"nock@npm:^13.3.0": + version: 13.5.5 + resolution: "nock@npm:13.5.5" + dependencies: + debug: ^4.1.0 + json-stringify-safe: ^5.0.1 + propagate: ^2.0.0 + checksum: 91947b683992096a694140714323f11493b8ad9961c172e3e574c4801131fea259755e95c48e7e01527c14209967c20f151ff03b6bf6700471f0f76fa4071d32 + languageName: node + linkType: hard + +"node-abi@npm:^3.3.0": + version: 3.68.0 + resolution: "node-abi@npm:3.68.0" + dependencies: + semver: ^7.3.5 + checksum: ca9ccc4fe985b170c6032b0f489a5df8d6717bdede0f75344808d7e41506e28970e2c9c9b5f8c8f6078992d5767aa6623eac29734075f3a36cc5e6bb40f904ce + languageName: node + linkType: hard + +"node-abort-controller@npm:^3.1.1": + version: 3.1.1 + resolution: "node-abort-controller@npm:3.1.1" + checksum: 2c340916af9710328b11c0828223fc65ba320e0d082214a211311bf64c2891028e42ef276b9799188c4ada9e6e1c54cf7a0b7c05dd9d59fcdc8cd633304c8047 + languageName: node + linkType: hard + +"node-addon-api@npm:^7.0.0": + version: 7.1.1 + resolution: "node-addon-api@npm:7.1.1" + dependencies: + node-gyp: latest + checksum: 46051999e3289f205799dfaf6bcb017055d7569090f0004811110312e2db94cb4f8654602c7eb77a60a1a05142cc2b96e1b5c56ca4622c41a5c6370787faaf30 + languageName: node + linkType: hard + +"node-domexception@npm:1.0.0, node-domexception@npm:^1.0.0": + version: 1.0.0 + resolution: "node-domexception@npm:1.0.0" + checksum: ee1d37dd2a4eb26a8a92cd6b64dfc29caec72bff5e1ed9aba80c294f57a31ba4895a60fd48347cf17dd6e766da0ae87d75657dfd1f384ebfa60462c2283f5c7f + languageName: node + linkType: hard + +"node-fetch-commonjs@npm:^3.3.2": + version: 3.3.2 + resolution: "node-fetch-commonjs@npm:3.3.2" + dependencies: + node-domexception: ^1.0.0 + web-streams-polyfill: ^3.0.3 + checksum: 7cc9bc3cba02c88ae031028c07af7f5053d1968e7f8e06931cdca51a695d66bb9fc9bca11bde31915a3e70a957b8e240c568f7ff47af5757efb5526c4389f570 + languageName: node + linkType: hard + +"node-fetch@npm:2, node-fetch@npm:^2.6.1, node-fetch@npm:^2.6.12, node-fetch@npm:^2.6.7, node-fetch@npm:^2.6.9, node-fetch@npm:^2.7.0": + version: 2.7.0 + resolution: "node-fetch@npm:2.7.0" + dependencies: + whatwg-url: ^5.0.0 + peerDependencies: + encoding: ^0.1.0 + peerDependenciesMeta: + encoding: + optional: true + checksum: d76d2f5edb451a3f05b15115ec89fc6be39de37c6089f1b6368df03b91e1633fd379a7e01b7ab05089a25034b2023d959b47e59759cb38d88341b2459e89d6e5 + languageName: node + linkType: hard + +"node-firebird@npm:^1.1.9": + version: 1.1.9 + resolution: "node-firebird@npm:1.1.9" + dependencies: + big-integer: ^1.6.51 + long: ^5.2.3 + checksum: 63fc18d7f751464ab872172a969d10e4f0c82cb438b651b4998faddcf766877ae119b243882453a059059f886663ef443947a9601fc8d253d0e67df21131dbea + languageName: node + linkType: hard + +"node-forge@npm:^1.3.1": + version: 1.3.1 + resolution: "node-forge@npm:1.3.1" + checksum: 08fb072d3d670599c89a1704b3e9c649ff1b998256737f0e06fbd1a5bf41cae4457ccaee32d95052d80bbafd9ffe01284e078c8071f0267dc9744e51c5ed42a9 + languageName: node + linkType: hard + +"node-gyp@npm:^9.3.0": + version: 9.4.1 + resolution: "node-gyp@npm:9.4.1" + dependencies: + env-paths: ^2.2.0 + exponential-backoff: ^3.1.1 + glob: ^7.1.4 + graceful-fs: ^4.2.6 + make-fetch-happen: ^10.0.3 + nopt: ^6.0.0 + npmlog: ^6.0.0 + rimraf: ^3.0.2 + semver: ^7.3.5 + tar: ^6.1.2 + which: ^2.0.2 + bin: + node-gyp: bin/node-gyp.js + checksum: 8576c439e9e925ab50679f87b7dfa7aa6739e42822e2ad4e26c36341c0ba7163fdf5a946f0a67a476d2f24662bc40d6c97bd9e79ced4321506738e6b760a1577 + languageName: node + linkType: hard + +"node-gyp@npm:latest": + version: 10.2.0 + resolution: "node-gyp@npm:10.2.0" + dependencies: + env-paths: ^2.2.0 + exponential-backoff: ^3.1.1 + glob: ^10.3.10 + graceful-fs: ^4.2.6 + make-fetch-happen: ^13.0.0 + nopt: ^7.0.0 + proc-log: ^4.1.0 + semver: ^7.3.5 + tar: ^6.2.1 + which: ^4.0.0 + bin: + node-gyp: bin/node-gyp.js + checksum: 0233759d8c19765f7fdc259a35eb046ad86c3d09e22f7384613ae2b89647dd27fcf833fdf5293d9335041e91f9b1c539494225959cdb312a5c8080b7534b926f + languageName: node + linkType: hard + +"node-hex@npm:^1.0.1": + version: 1.0.1 + resolution: "node-hex@npm:1.0.1" + checksum: 9053d532859ee7e9653972af77ac7b73edc4f13b9b53d0b96e4045e3ac78ac4460571d4b72ad31e9095be5f7d01e6fd71f268f02ad6029091f8cabae1d4ce4df + languageName: node + linkType: hard + +"node-int64@npm:^0.4.0": + version: 0.4.0 + resolution: "node-int64@npm:0.4.0" + checksum: d0b30b1ee6d961851c60d5eaa745d30b5c95d94bc0e74b81e5292f7c42a49e3af87f1eb9e89f59456f80645d679202537de751b7d72e9e40ceea40c5e449057e + languageName: node + linkType: hard + +"node-releases@npm:^2.0.18": + version: 2.0.18 + resolution: "node-releases@npm:2.0.18" + checksum: ef55a3d853e1269a6d6279b7692cd6ff3e40bc74947945101138745bfdc9a5edabfe72cb19a31a8e45752e1910c4c65c77d931866af6357f242b172b7283f5b3 + languageName: node + linkType: hard + +"nodemon@npm:^2.0.22": + version: 2.0.22 + resolution: "nodemon@npm:2.0.22" + dependencies: + chokidar: ^3.5.2 + debug: ^3.2.7 + ignore-by-default: ^1.0.1 + minimatch: ^3.1.2 + pstree.remy: ^1.1.8 + semver: ^5.7.1 + simple-update-notifier: ^1.0.7 + supports-color: ^5.5.0 + touch: ^3.1.0 + undefsafe: ^2.0.5 + bin: + nodemon: bin/nodemon.js + checksum: 9c987e139748f5b5c480c6c9080bdc97304ee7d29172b7b3da1a7db590b1323ad57b96346304e9b522b0e445c336dc393ccd3f9f45c73b20d476d2347890dcd0 + languageName: node + linkType: hard + +"noms@npm:0.0.0": + version: 0.0.0 + resolution: "noms@npm:0.0.0" + dependencies: + inherits: ^2.0.1 + readable-stream: ~1.0.31 + checksum: a05f056dabf764c86472b6b5aad10455f3adcb6971f366cdf36a72b559b29310a940e316bca30802f2804fdd41707941366224f4cba80c4f53071512245bf200 + languageName: node + linkType: hard + +"nopt@npm:^5.0.0": + version: 5.0.0 + resolution: "nopt@npm:5.0.0" + dependencies: + abbrev: 1 + bin: + nopt: bin/nopt.js + checksum: d35fdec187269503843924e0114c0c6533fb54bbf1620d0f28b4b60ba01712d6687f62565c55cc20a504eff0fbe5c63e22340c3fad549ad40469ffb611b04f2f + languageName: node + linkType: hard + +"nopt@npm:^6.0.0": + version: 6.0.0 + resolution: "nopt@npm:6.0.0" + dependencies: + abbrev: ^1.0.0 + bin: + nopt: bin/nopt.js + checksum: 82149371f8be0c4b9ec2f863cc6509a7fd0fa729929c009f3a58e4eb0c9e4cae9920e8f1f8eb46e7d032fec8fb01bede7f0f41a67eb3553b7b8e14fa53de1dac + languageName: node + linkType: hard + +"nopt@npm:^7.0.0": + version: 7.2.1 + resolution: "nopt@npm:7.2.1" + dependencies: + abbrev: ^2.0.0 + bin: + nopt: bin/nopt.js + checksum: 6fa729cc77ce4162cfad8abbc9ba31d4a0ff6850c3af61d59b505653bef4781ec059f8890ecfe93ee8aa0c511093369cca88bfc998101616a2904e715bbbb7c9 + languageName: node + linkType: hard + +"normalize-path@npm:^3.0.0, normalize-path@npm:~3.0.0": + version: 3.0.0 + resolution: "normalize-path@npm:3.0.0" + checksum: 88eeb4da891e10b1318c4b2476b6e2ecbeb5ff97d946815ffea7794c31a89017c70d7f34b3c2ebf23ef4e9fc9fb99f7dffe36da22011b5b5c6ffa34f4873ec20 + languageName: node + linkType: hard + +"npm-run-path@npm:^4.0.1": + version: 4.0.1 + resolution: "npm-run-path@npm:4.0.1" + dependencies: + path-key: ^3.0.0 + checksum: 5374c0cea4b0bbfdfae62da7bbdf1e1558d338335f4cacf2515c282ff358ff27b2ecb91ffa5330a8b14390ac66a1e146e10700440c1ab868208430f56b5f4d23 + languageName: node + linkType: hard + +"npmlog@npm:^5.0.1": + version: 5.0.1 + resolution: "npmlog@npm:5.0.1" + dependencies: + are-we-there-yet: ^2.0.0 + console-control-strings: ^1.1.0 + gauge: ^3.0.0 + set-blocking: ^2.0.0 + checksum: 516b2663028761f062d13e8beb3f00069c5664925871a9b57989642ebe09f23ab02145bf3ab88da7866c4e112cafff72401f61a672c7c8a20edc585a7016ef5f + languageName: node + linkType: hard + +"npmlog@npm:^6.0.0": + version: 6.0.2 + resolution: "npmlog@npm:6.0.2" + dependencies: + are-we-there-yet: ^3.0.0 + console-control-strings: ^1.1.0 + gauge: ^4.0.3 + set-blocking: ^2.0.0 + checksum: ae238cd264a1c3f22091cdd9e2b106f684297d3c184f1146984ecbe18aaa86343953f26b9520dedd1b1372bc0316905b736c1932d778dbeb1fcf5a1001390e2a + languageName: node + linkType: hard + +"nth-check@npm:^2.0.1": + version: 2.1.1 + resolution: "nth-check@npm:2.1.1" + dependencies: + boolbase: ^1.0.0 + checksum: 5afc3dafcd1573b08877ca8e6148c52abd565f1d06b1eb08caf982e3fa289a82f2cae697ffb55b5021e146d60443f1590a5d6b944844e944714a5b549675bcd3 + languageName: node + linkType: hard + +"object-assign@npm:^4.0.1, object-assign@npm:^4.1.1": + version: 4.1.1 + resolution: "object-assign@npm:4.1.1" + checksum: fcc6e4ea8c7fe48abfbb552578b1c53e0d194086e2e6bbbf59e0a536381a292f39943c6e9628af05b5528aa5e3318bb30d6b2e53cadaf5b8fe9e12c4b69af23f + languageName: node + linkType: hard + +"object-hash@npm:^3.0.0": + version: 3.0.0 + resolution: "object-hash@npm:3.0.0" + checksum: 80b4904bb3857c52cc1bfd0b52c0352532ca12ed3b8a6ff06a90cd209dfda1b95cee059a7625eb9da29537027f68ac4619363491eedb2f5d3dddbba97494fd6c + languageName: node + linkType: hard + +"object-inspect@npm:^1.13.1": + version: 1.13.2 + resolution: "object-inspect@npm:1.13.2" + checksum: 9f850b3c045db60e0e97746e809ee4090d6ce62195af17dd1e9438ac761394a7d8ec4f7906559aea5424eaf61e35d3e53feded2ccd5f62fcc7d9670d3c8eb353 + languageName: node + linkType: hard + +"obliterator@npm:^1.6.1": + version: 1.6.1 + resolution: "obliterator@npm:1.6.1" + checksum: 12412ce97bc9680a50ec1e865c9f106f924497f0b73c01947031079da7c9a0f5212f3a1aeea3227f7771ed4a273e42b2a2e6ff93578301c8117dbb3135770133 + languageName: node + linkType: hard + +"on-exit-leak-free@npm:^2.1.0": + version: 2.1.2 + resolution: "on-exit-leak-free@npm:2.1.2" + checksum: 6ce7acdc7b9ceb51cf029b5239cbf41937ee4c8dcd9d4e475e1777b41702564d46caa1150a744e00da0ac6d923ab83471646a39a4470f97481cf6e2d8d253c3f + languageName: node + linkType: hard + +"on-finished@npm:2.4.1": + version: 2.4.1 + resolution: "on-finished@npm:2.4.1" + dependencies: + ee-first: 1.1.1 + checksum: d20929a25e7f0bb62f937a425b5edeb4e4cde0540d77ba146ec9357f00b0d497cdb3b9b05b9c8e46222407d1548d08166bff69cc56dfa55ba0e4469228920ff0 + languageName: node + linkType: hard + +"on-finished@npm:~2.3.0": + version: 2.3.0 + resolution: "on-finished@npm:2.3.0" + dependencies: + ee-first: 1.1.1 + checksum: 1db595bd963b0124d6fa261d18320422407b8f01dc65863840f3ddaaf7bcad5b28ff6847286703ca53f4ec19595bd67a2f1253db79fc4094911ec6aa8df1671b + languageName: node + linkType: hard + +"on-headers@npm:~1.0.2": + version: 1.0.2 + resolution: "on-headers@npm:1.0.2" + checksum: 2bf13467215d1e540a62a75021e8b318a6cfc5d4fc53af8e8f84ad98dbcea02d506c6d24180cd62e1d769c44721ba542f3154effc1f7579a8288c9f7873ed8e5 + languageName: node + linkType: hard + +"once@npm:^1.3.0, once@npm:^1.3.1, once@npm:^1.4.0": + version: 1.4.0 + resolution: "once@npm:1.4.0" + dependencies: + wrappy: 1 + checksum: cd0a88501333edd640d95f0d2700fbde6bff20b3d4d9bdc521bdd31af0656b5706570d6c6afe532045a20bb8dc0849f8332d6f2a416e0ba6d3d3b98806c7db68 + languageName: node + linkType: hard + +"onetime@npm:^5.1.2": + version: 5.1.2 + resolution: "onetime@npm:5.1.2" + dependencies: + mimic-fn: ^2.1.0 + checksum: 2478859ef817fc5d4e9c2f9e5728512ddd1dbc9fb7829ad263765bb6d3b91ce699d6e2332eef6b7dff183c2f490bd3349f1666427eaba4469fba0ac38dfd0d34 + languageName: node + linkType: hard + +"openapi-path-templating@npm:^1.5.1": + version: 1.6.0 + resolution: "openapi-path-templating@npm:1.6.0" + dependencies: + apg-lite: ^1.0.3 + checksum: ebfa0df0b203b90779f88718dae82a2a9889d98452228fd4c7c442c96661fc8dd1013a8a3aed7f39b9c8c6e17936fff85902bb5f1b378318436b5c762e3fdc50 + languageName: node + linkType: hard + +"openapi-server-url-templating@npm:^1.0.0": + version: 1.1.0 + resolution: "openapi-server-url-templating@npm:1.1.0" + dependencies: + apg-lite: ^1.0.3 + checksum: 0379b778445a972712edf504063d15445f351e13c228181ae9c887dc1f8d2f378689b32e7387de9595693f404572278fe1e8f1aa63a68edd0471518761aa58b0 + languageName: node + linkType: hard + +"openapi-types@npm:^12.1.3": + version: 12.1.3 + resolution: "openapi-types@npm:12.1.3" + checksum: 7fa5547f87a58d2aa0eba6e91d396f42d7d31bc3ae140e61b5d60b47d2fd068b48776f42407d5a8da7280cf31195aa128c2fc285e8bb871d1105edee5647a0bb + languageName: node + linkType: hard + +"optionator@npm:^0.8.1": + version: 0.8.3 + resolution: "optionator@npm:0.8.3" + dependencies: + deep-is: ~0.1.3 + fast-levenshtein: ~2.0.6 + levn: ~0.3.0 + prelude-ls: ~1.1.2 + type-check: ~0.3.2 + word-wrap: ~1.2.3 + checksum: b8695ddf3d593203e25ab0900e265d860038486c943ff8b774f596a310f8ceebdb30c6832407a8198ba3ec9debe1abe1f51d4aad94843612db3b76d690c61d34 + languageName: node + linkType: hard + +"os-name@npm:~1.0.3": + version: 1.0.3 + resolution: "os-name@npm:1.0.3" + dependencies: + osx-release: ^1.0.0 + win-release: ^1.0.0 + bin: + os-name: cli.js + checksum: 2fc86cc199f8b4992bb00041401c5ab0407e3069e05981f3aa3e5a44cee9b7f22c2b0f5db2c0c1d55656c519884272b5e1e55517358c2e5f728b37dd38f5af78 + languageName: node + linkType: hard + +"osx-release@npm:^1.0.0": + version: 1.1.0 + resolution: "osx-release@npm:1.1.0" + dependencies: + minimist: ^1.1.0 + bin: + osx-release: cli.js + checksum: abd437ef21dbfb04f098acc90112cc92ef10c17213e3fd75f8eba45931bd85f6d564ecade0642fac51acff2015597194a76a11773009a90baeb35a03b1c36b06 + languageName: node + linkType: hard + +"p-limit@npm:^2.2.0": + version: 2.3.0 + resolution: "p-limit@npm:2.3.0" + dependencies: + p-try: ^2.0.0 + checksum: 84ff17f1a38126c3314e91ecfe56aecbf36430940e2873dadaa773ffe072dc23b7af8e46d4b6485d302a11673fe94c6b67ca2cfbb60c989848b02100d0594ac1 + languageName: node + linkType: hard + +"p-limit@npm:^3.0.1, p-limit@npm:^3.1.0": + version: 3.1.0 + resolution: "p-limit@npm:3.1.0" + dependencies: + yocto-queue: ^0.1.0 + checksum: 7c3690c4dbf62ef625671e20b7bdf1cbc9534e83352a2780f165b0d3ceba21907e77ad63401708145ca4e25bfc51636588d89a8c0aeb715e6c37d1c066430360 + languageName: node + linkType: hard + +"p-locate@npm:^4.1.0": + version: 4.1.0 + resolution: "p-locate@npm:4.1.0" + dependencies: + p-limit: ^2.2.0 + checksum: 513bd14a455f5da4ebfcb819ef706c54adb09097703de6aeaa5d26fe5ea16df92b48d1ac45e01e3944ce1e6aa2a66f7f8894742b8c9d6e276e16cd2049a2b870 + languageName: node + linkType: hard + +"p-map@npm:^4.0.0": + version: 4.0.0 + resolution: "p-map@npm:4.0.0" + dependencies: + aggregate-error: ^3.0.0 + checksum: cb0ab21ec0f32ddffd31dfc250e3afa61e103ef43d957cc45497afe37513634589316de4eb88abdfd969fe6410c22c0b93ab24328833b8eb1ccc087fc0442a1c + languageName: node + linkType: hard + +"p-try@npm:^2.0.0": + version: 2.2.0 + resolution: "p-try@npm:2.2.0" + checksum: f8a8e9a7693659383f06aec604ad5ead237c7a261c18048a6e1b5b85a5f8a067e469aa24f5bc009b991ea3b058a87f5065ef4176793a200d4917349881216cae + languageName: node + linkType: hard + +"pac-proxy-agent@npm:^5.0.0": + version: 5.0.0 + resolution: "pac-proxy-agent@npm:5.0.0" + dependencies: + "@tootallnate/once": 1 + agent-base: 6 + debug: 4 + get-uri: 3 + http-proxy-agent: ^4.0.1 + https-proxy-agent: 5 + pac-resolver: ^5.0.0 + raw-body: ^2.2.0 + socks-proxy-agent: 5 + checksum: cfd26a0e2ebfea4ca6162465018ce093bf147d26cf6c8fb3e7155bc7c184370d80d4d09a1c097e3db7676d0e3f574ea1cb56a4aa7d1d2e5cca6238935fabf010 + languageName: node + linkType: hard + +"pac-resolver@npm:^5.0.0": + version: 5.0.1 + resolution: "pac-resolver@npm:5.0.1" + dependencies: + degenerator: ^3.0.2 + ip: ^1.1.5 + netmask: ^2.0.2 + checksum: e3bd8aada70d173cd4cec1ac810fb56161678b7a597060a740c4a31d9c5f8cd95687b2d0fd90b69c0cafe5ef787404074f38042ba08c8d378fed48973f58e493 + languageName: node + linkType: hard + +"package-json-from-dist@npm:^1.0.0": + version: 1.0.1 + resolution: "package-json-from-dist@npm:1.0.1" + checksum: 58ee9538f2f762988433da00e26acc788036914d57c71c246bf0be1b60cdbd77dd60b6a3e1a30465f0b248aeb80079e0b34cb6050b1dfa18c06953bb1cbc7602 + languageName: node + linkType: hard + +"parse-json@npm:^5.2.0": + version: 5.2.0 + resolution: "parse-json@npm:5.2.0" + dependencies: + "@babel/code-frame": ^7.0.0 + error-ex: ^1.3.1 + json-parse-even-better-errors: ^2.3.0 + lines-and-columns: ^1.1.6 + checksum: 62085b17d64da57f40f6afc2ac1f4d95def18c4323577e1eced571db75d9ab59b297d1d10582920f84b15985cbfc6b6d450ccbf317644cfa176f3ed982ad87e2 + languageName: node + linkType: hard + +"parseurl@npm:~1.3.3": + version: 1.3.3 + resolution: "parseurl@npm:1.3.3" + checksum: 407cee8e0a3a4c5cd472559bca8b6a45b82c124e9a4703302326e9ab60fc1081442ada4e02628efef1eb16197ddc7f8822f5a91fd7d7c86b51f530aedb17dfa2 + languageName: node + linkType: hard + +"path-exists@npm:^4.0.0": + version: 4.0.0 + resolution: "path-exists@npm:4.0.0" + checksum: 505807199dfb7c50737b057dd8d351b82c033029ab94cb10a657609e00c1bc53b951cfdbccab8de04c5584d5eff31128ce6afd3db79281874a5ef2adbba55ed1 + languageName: node + linkType: hard + +"path-is-absolute@npm:^1.0.0": + version: 1.0.1 + resolution: "path-is-absolute@npm:1.0.1" + checksum: 060840f92cf8effa293bcc1bea81281bd7d363731d214cbe5c227df207c34cd727430f70c6037b5159c8a870b9157cba65e775446b0ab06fd5ecc7e54615a3b8 + languageName: node + linkType: hard + +"path-key@npm:^3.0.0, path-key@npm:^3.1.0": + version: 3.1.1 + resolution: "path-key@npm:3.1.1" + checksum: 55cd7a9dd4b343412a8386a743f9c746ef196e57c823d90ca3ab917f90ab9f13dd0ded27252ba49dbdfcab2b091d998bc446f6220cd3cea65db407502a740020 + languageName: node + linkType: hard + +"path-parse@npm:^1.0.7": + version: 1.0.7 + resolution: "path-parse@npm:1.0.7" + checksum: 49abf3d81115642938a8700ec580da6e830dde670be21893c62f4e10bd7dd4c3742ddc603fe24f898cba7eb0c6bc1777f8d9ac14185d34540c6d4d80cd9cae8a + languageName: node + linkType: hard + +"path-scurry@npm:^1.11.1": + version: 1.11.1 + resolution: "path-scurry@npm:1.11.1" + dependencies: + lru-cache: ^10.2.0 + minipass: ^5.0.0 || ^6.0.2 || ^7.0.0 + checksum: 890d5abcd593a7912dcce7cf7c6bf7a0b5648e3dee6caf0712c126ca0a65c7f3d7b9d769072a4d1baf370f61ce493ab5b038d59988688e0c5f3f646ee3c69023 + languageName: node + linkType: hard + +"path-to-regexp@npm:0.1.10": + version: 0.1.10 + resolution: "path-to-regexp@npm:0.1.10" + checksum: ab7a3b7a0b914476d44030340b0a65d69851af2a0f33427df1476100ccb87d409c39e2182837a96b98fb38c4ef2ba6b87bdad62bb70a2c153876b8061760583c + languageName: node + linkType: hard + +"pause-stream@npm:~0.0.11": + version: 0.0.11 + resolution: "pause-stream@npm:0.0.11" + dependencies: + through: ~2.3 + checksum: 3c4a14052a638b92e0c96eb00c0d7977df7f79ea28395250c525d197f1fc02d34ce1165d5362e2e6ebbb251524b94a76f3f0d4abc39ab8b016d97449fe15583c + languageName: node + linkType: hard + +"picocolors@npm:^1.0.0, picocolors@npm:^1.1.0": + version: 1.1.0 + resolution: "picocolors@npm:1.1.0" + checksum: a64d653d3a188119ff45781dfcdaeedd7625583f45280aea33fcb032c7a0d3959f2368f9b192ad5e8aade75b74dbd954ffe3106c158509a45e4c18ab379a2acd + languageName: node + linkType: hard + +"picomatch@npm:^2.0.4, picomatch@npm:^2.2.1, picomatch@npm:^2.2.3, picomatch@npm:^2.3.1": + version: 2.3.1 + resolution: "picomatch@npm:2.3.1" + checksum: 050c865ce81119c4822c45d3c84f1ced46f93a0126febae20737bd05ca20589c564d6e9226977df859ed5e03dc73f02584a2b0faad36e896936238238b0446cf + languageName: node + linkType: hard + +"pino-abstract-transport@npm:^1.2.0": + version: 1.2.0 + resolution: "pino-abstract-transport@npm:1.2.0" + dependencies: + readable-stream: ^4.0.0 + split2: ^4.0.0 + checksum: 3336c51fb91ced5ef8a4bfd70a96e41eb6deb905698e83350dc71eedffb34795db1286d2d992ce1da2f6cd330a68be3f7e2748775a6b8a2ee3416796070238d6 + languageName: node + linkType: hard + +"pino-std-serializers@npm:^6.0.0": + version: 6.2.2 + resolution: "pino-std-serializers@npm:6.2.2" + checksum: aeb0662edc46ec926de9961ed4780a4f0586bb7c37d212cd469c069639e7816887a62c5093bc93f260a4e0900322f44fc8ab1343b5a9fa2864a888acccdb22a4 + languageName: node + linkType: hard + +"pino@npm:^8.14.1": + version: 8.21.0 + resolution: "pino@npm:8.21.0" + dependencies: + atomic-sleep: ^1.0.0 + fast-redact: ^3.1.1 + on-exit-leak-free: ^2.1.0 + pino-abstract-transport: ^1.2.0 + pino-std-serializers: ^6.0.0 + process-warning: ^3.0.0 + quick-format-unescaped: ^4.0.3 + real-require: ^0.2.0 + safe-stable-stringify: ^2.3.1 + sonic-boom: ^3.7.0 + thread-stream: ^2.6.0 + bin: + pino: bin.js + checksum: d895c37cfcb7ade33ad7ac4ca54c0497ab719ec726e42b7c7b9697e07572a09a7c7de18d751440769c3ea5ecbac2075fdac720cf182720a4764defe3de8a1411 + languageName: node + linkType: hard + +"pirates@npm:^4.0.4": + version: 4.0.6 + resolution: "pirates@npm:4.0.6" + checksum: 46a65fefaf19c6f57460388a5af9ab81e3d7fd0e7bc44ca59d753cb5c4d0df97c6c6e583674869762101836d68675f027d60f841c105d72734df9dfca97cbcc6 + languageName: node + linkType: hard + +"pkg-dir@npm:^4.2.0": + version: 4.2.0 + resolution: "pkg-dir@npm:4.2.0" + dependencies: + find-up: ^4.0.0 + checksum: 9863e3f35132bf99ae1636d31ff1e1e3501251d480336edb1c211133c8d58906bed80f154a1d723652df1fda91e01c7442c2eeaf9dc83157c7ae89087e43c8d6 + languageName: node + linkType: hard + +"platform@npm:^1.3.1": + version: 1.3.6 + resolution: "platform@npm:1.3.6" + checksum: 6f472a09c61d418c7e26c1c16d0bdc029549d512dbec6526216a1e59ec68100d07007d0097dcba69dddad883d6f2a83361b4bdfe0094a3d9a2af24158643d85e + languageName: node + linkType: hard + +"postman-to-openapi@npm:^3.0.1": + version: 3.0.1 + resolution: "postman-to-openapi@npm:3.0.1" + dependencies: + commander: ^8.3.0 + js-yaml: ^4.1.0 + jsonc-parser: 3.2.0 + lodash.camelcase: ^4.3.0 + marked: ^4.2.5 + mustache: ^4.2.0 + bin: + p2o: bin/cli.js + checksum: b5e802f5c0490727995de972abaa105d67e769d6193aa04abdb2773442253fae50487d18c6a945bd06ce33f82a5b35c36ae70104698c9c645eb7abc501e3f38e + languageName: node + linkType: hard + +"prebuild-install@npm:^7.1.1": + version: 7.1.2 + resolution: "prebuild-install@npm:7.1.2" + dependencies: + detect-libc: ^2.0.0 + expand-template: ^2.0.3 + github-from-package: 0.0.0 + minimist: ^1.2.3 + mkdirp-classic: ^0.5.3 + napi-build-utils: ^1.0.1 + node-abi: ^3.3.0 + pump: ^3.0.0 + rc: ^1.2.7 + simple-get: ^4.0.0 + tar-fs: ^2.0.0 + tunnel-agent: ^0.6.0 + bin: + prebuild-install: bin.js + checksum: 543dadf8c60e004ae9529e6013ca0cbeac8ef38b5f5ba5518cb0b622fe7f8758b34e4b5cb1a791db3cdc9d2281766302df6088bd1a225f206925d6fee17d6c5c + languageName: node + linkType: hard + +"prelude-ls@npm:~1.1.2": + version: 1.1.2 + resolution: "prelude-ls@npm:1.1.2" + checksum: c4867c87488e4a0c233e158e4d0d5565b609b105d75e4c05dc760840475f06b731332eb93cc8c9cecb840aa8ec323ca3c9a56ad7820ad2e63f0261dadcb154e4 + languageName: node + linkType: hard + +"pretty-format@npm:^29.0.0, pretty-format@npm:^29.7.0": + version: 29.7.0 + resolution: "pretty-format@npm:29.7.0" + dependencies: + "@jest/schemas": ^29.6.3 + ansi-styles: ^5.0.0 + react-is: ^18.0.0 + checksum: 032c1602383e71e9c0c02a01bbd25d6759d60e9c7cf21937dde8357aa753da348fcec5def5d1002c9678a8524d5fe099ad98861286550ef44de8808cc61e43b6 + languageName: node + linkType: hard + +"proc-log@npm:^4.1.0, proc-log@npm:^4.2.0": + version: 4.2.0 + resolution: "proc-log@npm:4.2.0" + checksum: 98f6cd012d54b5334144c5255ecb941ee171744f45fca8b43b58ae5a0c1af07352475f481cadd9848e7f0250376ee584f6aa0951a856ff8f021bdfbff4eb33fc + languageName: node + linkType: hard + +"process-nextick-args@npm:~2.0.0": + version: 2.0.1 + resolution: "process-nextick-args@npm:2.0.1" + checksum: 1d38588e520dab7cea67cbbe2efdd86a10cc7a074c09657635e34f035277b59fbb57d09d8638346bf7090f8e8ebc070c96fa5fd183b777fff4f5edff5e9466cf + languageName: node + linkType: hard + +"process-warning@npm:^3.0.0": + version: 3.0.0 + resolution: "process-warning@npm:3.0.0" + checksum: 1fc2eb4524041de3c18423334cc8b4e36bec5ad5472640ca1a936122c6e01da0864c1a4025858ef89aea93eabe7e77db93ccea225b10858617821cb6a8719efe + languageName: node + linkType: hard + +"process@npm:^0.11.10": + version: 0.11.10 + resolution: "process@npm:0.11.10" + checksum: bfcce49814f7d172a6e6a14d5fa3ac92cc3d0c3b9feb1279774708a719e19acd673995226351a082a9ae99978254e320ccda4240ddc474ba31a76c79491ca7c3 + languageName: node + linkType: hard + +"prom-client@npm:^14.2.0": + version: 14.2.0 + resolution: "prom-client@npm:14.2.0" + dependencies: + tdigest: ^0.1.1 + checksum: d4c04e57616c72643dd02862d0d4bde09cf8869a19d0aef5e7b785e6e27d02439b66cdc165e3492f62d579fa91579183820870cc757a09b99399d2d02f46b9f1 + languageName: node + linkType: hard + +"promise-inflight@npm:^1.0.1": + version: 1.0.1 + resolution: "promise-inflight@npm:1.0.1" + checksum: 22749483091d2c594261517f4f80e05226d4d5ecc1fc917e1886929da56e22b5718b7f2a75f3807e7a7d471bc3be2907fe92e6e8f373ddf5c64bae35b5af3981 + languageName: node + linkType: hard + +"promise-retry@npm:^2.0.1": + version: 2.0.1 + resolution: "promise-retry@npm:2.0.1" + dependencies: + err-code: ^2.0.2 + retry: ^0.12.0 + checksum: f96a3f6d90b92b568a26f71e966cbbc0f63ab85ea6ff6c81284dc869b41510e6cdef99b6b65f9030f0db422bf7c96652a3fff9f2e8fb4a0f069d8f4430359429 + languageName: node + linkType: hard + +"prompts@npm:^2.0.1": + version: 2.4.2 + resolution: "prompts@npm:2.4.2" + dependencies: + kleur: ^3.0.3 + sisteransi: ^1.0.5 + checksum: d8fd1fe63820be2412c13bfc5d0a01909acc1f0367e32396962e737cb2fc52d004f3302475d5ce7d18a1e8a79985f93ff04ee03007d091029c3f9104bffc007d + languageName: node + linkType: hard + +"propagate@npm:^2.0.0": + version: 2.0.1 + resolution: "propagate@npm:2.0.1" + checksum: c4febaee2be0979e82fb6b3727878fd122a98d64a7fa3c9d09b0576751b88514a9e9275b1b92e76b364d488f508e223bd7e1dcdc616be4cdda876072fbc2a96c + languageName: node + linkType: hard + +"proto3-json-serializer@npm:^2.0.2": + version: 2.0.2 + resolution: "proto3-json-serializer@npm:2.0.2" + dependencies: + protobufjs: ^7.2.5 + checksum: 21b8aa65be6dac2bb24920e5bdabef48b249bdf65b1498ae7e69ac4e70722275b083cd60a21d2b4be3ead9d768de2f6f5fb6b188bd177d51c824a539b5ba55cc + languageName: node + linkType: hard + +"protobufjs@npm:^7.2.5, protobufjs@npm:^7.2.6, protobufjs@npm:^7.3.2": + version: 7.4.0 + resolution: "protobufjs@npm:7.4.0" + dependencies: + "@protobufjs/aspromise": ^1.1.2 + "@protobufjs/base64": ^1.1.2 + "@protobufjs/codegen": ^2.0.4 + "@protobufjs/eventemitter": ^1.1.0 + "@protobufjs/fetch": ^1.1.0 + "@protobufjs/float": ^1.0.2 + "@protobufjs/inquire": ^1.1.0 + "@protobufjs/path": ^1.1.2 + "@protobufjs/pool": ^1.1.0 + "@protobufjs/utf8": ^1.1.0 + "@types/node": ">=13.7.0" + long: ^5.0.0 + checksum: ba0e6b60541bbf818bb148e90f5eb68bd99004e29a6034ad9895a381cbd352be8dce5376e47ae21b2e05559f2505b4a5f4a3c8fa62402822c6ab4dcdfb89ffb3 + languageName: node + linkType: hard + +"proxy-addr@npm:~2.0.7": + version: 2.0.7 + resolution: "proxy-addr@npm:2.0.7" + dependencies: + forwarded: 0.2.0 + ipaddr.js: 1.9.1 + checksum: 29c6990ce9364648255454842f06f8c46fcd124d3e6d7c5066df44662de63cdc0bad032e9bf5a3d653ff72141cc7b6019873d685708ac8210c30458ad99f2b74 + languageName: node + linkType: hard + +"proxy-agent@npm:^5.0.0": + version: 5.0.0 + resolution: "proxy-agent@npm:5.0.0" + dependencies: + agent-base: ^6.0.0 + debug: 4 + http-proxy-agent: ^4.0.0 + https-proxy-agent: ^5.0.0 + lru-cache: ^5.1.1 + pac-proxy-agent: ^5.0.0 + proxy-from-env: ^1.0.0 + socks-proxy-agent: ^5.0.0 + checksum: 3b0bb73a4d3a07711d3cad72b2fa4320880f7a6ec1959cdcc186ac6ffb173db8137d7c4046c27fdfa6e2207b2eb75e802f3d5e14c766700586ec4d47299a5124 + languageName: node + linkType: hard + +"proxy-from-env@npm:^1.0.0, proxy-from-env@npm:^1.1.0": + version: 1.1.0 + resolution: "proxy-from-env@npm:1.1.0" + checksum: ed7fcc2ba0a33404958e34d95d18638249a68c430e30fcb6c478497d72739ba64ce9810a24f53a7d921d0c065e5b78e3822759800698167256b04659366ca4d4 + languageName: node + linkType: hard + +"pstree.remy@npm:^1.1.8": + version: 1.1.8 + resolution: "pstree.remy@npm:1.1.8" + checksum: 5cb53698d6bb34dfb278c8a26957964aecfff3e161af5fbf7cee00bbe9d8547c7aced4bd9cb193bce15fb56e9e4220fc02a5bf9c14345ffb13a36b858701ec2d + languageName: node + linkType: hard + +"pump@npm:^3.0.0": + version: 3.0.2 + resolution: "pump@npm:3.0.2" + dependencies: + end-of-stream: ^1.1.0 + once: ^1.3.1 + checksum: e0c4216874b96bd25ddf31a0b61a5613e26cc7afa32379217cf39d3915b0509def3565f5f6968fafdad2894c8bbdbd67d340e84f3634b2a29b950cffb6442d9f + languageName: node + linkType: hard + +"punycode@npm:^1.4.1": + version: 1.4.1 + resolution: "punycode@npm:1.4.1" + checksum: fa6e698cb53db45e4628559e557ddaf554103d2a96a1d62892c8f4032cd3bc8871796cae9eabc1bc700e2b6677611521ce5bb1d9a27700086039965d0cf34518 + languageName: node + linkType: hard + +"pure-rand@npm:^6.0.0": + version: 6.1.0 + resolution: "pure-rand@npm:6.1.0" + checksum: 8d53bc02bed99eca0b65b505090152ee7e9bd67dd74f8ff32ba1c883b87234067c5bf68d2614759fb217d82594d7a92919e6df80f97885e7b12b42af4bd3316a + languageName: node + linkType: hard + +"qs@npm:6.13.0, qs@npm:^6.4.0": + version: 6.13.0 + resolution: "qs@npm:6.13.0" + dependencies: + side-channel: ^1.0.6 + checksum: e9404dc0fc2849245107108ce9ec2766cde3be1b271de0bf1021d049dc5b98d1a2901e67b431ac5509f865420a7ed80b7acb3980099fe1c118a1c5d2e1432ad8 + languageName: node + linkType: hard + +"quick-format-unescaped@npm:^4.0.3": + version: 4.0.4 + resolution: "quick-format-unescaped@npm:4.0.4" + checksum: 7bc32b99354a1aa46c089d2a82b63489961002bb1d654cee3e6d2d8778197b68c2d854fd23d8422436ee1fdfd0abaddc4d4da120afe700ade68bd357815b26fd + languageName: node + linkType: hard + +"ramda-adjunct@npm:^5.0.0": + version: 5.1.0 + resolution: "ramda-adjunct@npm:5.1.0" + peerDependencies: + ramda: ">= 0.30.0" + checksum: 0b5d10add35e56ff1ce1202d9e086602ba5619ce380197e692c03d19b92d7eea41a0fc07e34588c0f6d54d31e00b889fa2bf614d88d10b98822117cbb4666207 + languageName: node + linkType: hard + +"ramda@npm:^0.30.1, ramda@npm:~0.30.0": + version: 0.30.1 + resolution: "ramda@npm:0.30.1" + checksum: ce6f4b6b967a84a4e65c01ab1b1cdd73d46b8efe71aeccf5d1443c56c4e31a0ea82ece7df6510453dd3d83b92cabf8a6b4d50d189a1b35c08a6f44b281bebf79 + languageName: node + linkType: hard + +"range-parser@npm:~1.2.1": + version: 1.2.1 + resolution: "range-parser@npm:1.2.1" + checksum: 0a268d4fea508661cf5743dfe3d5f47ce214fd6b7dec1de0da4d669dd4ef3d2144468ebe4179049eff253d9d27e719c88dae55be64f954e80135a0cada804ec9 + languageName: node + linkType: hard + +"raw-body@npm:2.5.2, raw-body@npm:^2.2.0": + version: 2.5.2 + resolution: "raw-body@npm:2.5.2" + dependencies: + bytes: 3.1.2 + http-errors: 2.0.0 + iconv-lite: 0.4.24 + unpipe: 1.0.0 + checksum: ba1583c8d8a48e8fbb7a873fdbb2df66ea4ff83775421bfe21ee120140949ab048200668c47d9ae3880012f6e217052690628cf679ddfbd82c9fc9358d574676 + languageName: node + linkType: hard + +"rc@npm:^1.2.7": + version: 1.2.8 + resolution: "rc@npm:1.2.8" + dependencies: + deep-extend: ^0.6.0 + ini: ~1.3.0 + minimist: ^1.2.0 + strip-json-comments: ~2.0.1 + bin: + rc: ./cli.js + checksum: 2e26e052f8be2abd64e6d1dabfbd7be03f80ec18ccbc49562d31f617d0015fbdbcf0f9eed30346ea6ab789e0fdfe4337f033f8016efdbee0df5354751842080e + languageName: node + linkType: hard + +"react-is@npm:^18.0.0": + version: 18.3.1 + resolution: "react-is@npm:18.3.1" + checksum: e20fe84c86ff172fc8d898251b7cc2c43645d108bf96d0b8edf39b98f9a2cae97b40520ee7ed8ee0085ccc94736c4886294456033304151c3f94978cec03df21 + languageName: node + linkType: hard + +"readable-stream@npm:1.1.x": + version: 1.1.14 + resolution: "readable-stream@npm:1.1.14" + dependencies: + core-util-is: ~1.0.0 + inherits: ~2.0.1 + isarray: 0.0.1 + string_decoder: ~0.10.x + checksum: 17dfeae3e909945a4a1abc5613ea92d03269ef54c49288599507fc98ff4615988a1c39a999dcf9aacba70233d9b7040bc11a5f2bfc947e262dedcc0a8b32b5a0 + languageName: node + linkType: hard + +"readable-stream@npm:^2.3.6, readable-stream@npm:~2.3.6": + version: 2.3.8 + resolution: "readable-stream@npm:2.3.8" + dependencies: + core-util-is: ~1.0.0 + inherits: ~2.0.3 + isarray: ~1.0.0 + process-nextick-args: ~2.0.0 + safe-buffer: ~5.1.1 + string_decoder: ~1.1.1 + util-deprecate: ~1.0.1 + checksum: 65645467038704f0c8aaf026a72fbb588a9e2ef7a75cd57a01702ee9db1c4a1e4b03aaad36861a6a0926546a74d174149c8c207527963e0c2d3eee2f37678a42 + languageName: node + linkType: hard + +"readable-stream@npm:^3.1.1, readable-stream@npm:^3.4.0, readable-stream@npm:^3.6.0": + version: 3.6.2 + resolution: "readable-stream@npm:3.6.2" + dependencies: + inherits: ^2.0.3 + string_decoder: ^1.1.1 + util-deprecate: ^1.0.1 + checksum: bdcbe6c22e846b6af075e32cf8f4751c2576238c5043169a1c221c92ee2878458a816a4ea33f4c67623c0b6827c8a400409bfb3cf0bf3381392d0b1dfb52ac8d + languageName: node + linkType: hard + +"readable-stream@npm:^4.0.0": + version: 4.5.2 + resolution: "readable-stream@npm:4.5.2" + dependencies: + abort-controller: ^3.0.0 + buffer: ^6.0.3 + events: ^3.3.0 + process: ^0.11.10 + string_decoder: ^1.3.0 + checksum: c4030ccff010b83e4f33289c535f7830190773e274b3fcb6e2541475070bdfd69c98001c3b0cb78763fc00c8b62f514d96c2b10a8bd35d5ce45203a25fa1d33a + languageName: node + linkType: hard + +"readable-stream@npm:~1.0.31": + version: 1.0.34 + resolution: "readable-stream@npm:1.0.34" + dependencies: + core-util-is: ~1.0.0 + inherits: ~2.0.1 + isarray: 0.0.1 + string_decoder: ~0.10.x + checksum: 85042c537e4f067daa1448a7e257a201070bfec3dd2706abdbd8ebc7f3418eb4d3ed4b8e5af63e2544d69f88ab09c28d5da3c0b77dc76185fddd189a59863b60 + languageName: node + linkType: hard + +"readdirp@npm:~3.6.0": + version: 3.6.0 + resolution: "readdirp@npm:3.6.0" + dependencies: + picomatch: ^2.2.1 + checksum: 1ced032e6e45670b6d7352d71d21ce7edf7b9b928494dcaba6f11fba63180d9da6cd7061ebc34175ffda6ff529f481818c962952004d273178acd70f7059b320 + languageName: node + linkType: hard + +"real-require@npm:^0.2.0": + version: 0.2.0 + resolution: "real-require@npm:0.2.0" + checksum: fa060f19f2f447adf678d1376928c76379dce5f72bd334da301685ca6cdcb7b11356813332cc243c88470796bc2e2b1e2917fc10df9143dd93c2ea608694971d + languageName: node + linkType: hard + +"regenerator-runtime@npm:^0.14.0": + version: 0.14.1 + resolution: "regenerator-runtime@npm:0.14.1" + checksum: 9f57c93277b5585d3c83b0cf76be47b473ae8c6d9142a46ce8b0291a04bb2cf902059f0f8445dcabb3fb7378e5fe4bb4ea1e008876343d42e46d3b484534ce38 + languageName: node + linkType: hard + +"require-directory@npm:^2.1.1": + version: 2.1.1 + resolution: "require-directory@npm:2.1.1" + checksum: fb47e70bf0001fdeabdc0429d431863e9475e7e43ea5f94ad86503d918423c1543361cc5166d713eaa7029dd7a3d34775af04764bebff99ef413111a5af18c80 + languageName: node + linkType: hard + +"require-from-string@npm:^2.0.2": + version: 2.0.2 + resolution: "require-from-string@npm:2.0.2" + checksum: a03ef6895445f33a4015300c426699bc66b2b044ba7b670aa238610381b56d3f07c686251740d575e22f4c87531ba662d06937508f0f3c0f1ddc04db3130560b + languageName: node + linkType: hard + +"resolve-cwd@npm:^3.0.0": + version: 3.0.0 + resolution: "resolve-cwd@npm:3.0.0" + dependencies: + resolve-from: ^5.0.0 + checksum: 546e0816012d65778e580ad62b29e975a642989108d9a3c5beabfb2304192fa3c9f9146fbdfe213563c6ff51975ae41bac1d3c6e047dd9572c94863a057b4d81 + languageName: node + linkType: hard + +"resolve-from@npm:^5.0.0": + version: 5.0.0 + resolution: "resolve-from@npm:5.0.0" + checksum: 4ceeb9113e1b1372d0cd969f3468fa042daa1dd9527b1b6bb88acb6ab55d8b9cd65dbf18819f9f9ddf0db804990901dcdaade80a215e7b2c23daae38e64f5bdf + languageName: node + linkType: hard + +"resolve.exports@npm:^2.0.0": + version: 2.0.2 + resolution: "resolve.exports@npm:2.0.2" + checksum: 1c7778ca1b86a94f8ab4055d196c7d87d1874b96df4d7c3e67bbf793140f0717fd506dcafd62785b079cd6086b9264424ad634fb904409764c3509c3df1653f2 + languageName: node + linkType: hard + +"resolve@npm:^1.20.0, resolve@npm:^1.22.1": + version: 1.22.8 + resolution: "resolve@npm:1.22.8" + dependencies: + is-core-module: ^2.13.0 + path-parse: ^1.0.7 + supports-preserve-symlinks-flag: ^1.0.0 + bin: + resolve: bin/resolve + checksum: f8a26958aa572c9b064562750b52131a37c29d072478ea32e129063e2da7f83e31f7f11e7087a18225a8561cfe8d2f0df9dbea7c9d331a897571c0a2527dbb4c + languageName: node + linkType: hard + +"resolve@patch:resolve@^1.20.0#~builtin, resolve@patch:resolve@^1.22.1#~builtin": + version: 1.22.8 + resolution: "resolve@patch:resolve@npm%3A1.22.8#~builtin::version=1.22.8&hash=c3c19d" + dependencies: + is-core-module: ^2.13.0 + path-parse: ^1.0.7 + supports-preserve-symlinks-flag: ^1.0.0 + bin: + resolve: bin/resolve + checksum: 5479b7d431cacd5185f8db64bfcb7286ae5e31eb299f4c4f404ad8aa6098b77599563ac4257cb2c37a42f59dfc06a1bec2bcf283bb448f319e37f0feb9a09847 + languageName: node + linkType: hard + +"retry-request@npm:^5.0.0": + version: 5.0.2 + resolution: "retry-request@npm:5.0.2" + dependencies: + debug: ^4.1.1 + extend: ^3.0.2 + checksum: d6c95d27f4468aa5557605d811cfaa5862be0eaff9fc5f18a338a7c17a7972fbec5b6142abb6b1e494b4c02df875fec2f1c3a281bf79900d33607d8536277ffe + languageName: node + linkType: hard + +"retry-request@npm:^7.0.0": + version: 7.0.2 + resolution: "retry-request@npm:7.0.2" + dependencies: + "@types/request": ^2.48.8 + extend: ^3.0.2 + teeny-request: ^9.0.0 + checksum: 2d7307422333f548e5f40524978a344b62193714f6209c4f6a41057ae279804eb9bc8e0a277791e7b6f2d5d76068bdaca8590662a909cf1e6cfc3ab789e4c6b6 + languageName: node + linkType: hard + +"retry@npm:0.13.1": + version: 0.13.1 + resolution: "retry@npm:0.13.1" + checksum: 47c4d5be674f7c13eee4cfe927345023972197dbbdfba5d3af7e461d13b44de1bfd663bfc80d2f601f8ef3fc8164c16dd99655a221921954a65d044a2fc1233b + languageName: node + linkType: hard + +"retry@npm:^0.12.0": + version: 0.12.0 + resolution: "retry@npm:0.12.0" + checksum: 623bd7d2e5119467ba66202d733ec3c2e2e26568074923bc0585b6b99db14f357e79bdedb63cab56cec47491c4a0da7e6021a7465ca6dc4f481d3898fdd3158c + languageName: node + linkType: hard + +"rimraf@npm:^3.0.2": + version: 3.0.2 + resolution: "rimraf@npm:3.0.2" + dependencies: + glob: ^7.1.3 + bin: + rimraf: bin.js + checksum: 87f4164e396f0171b0a3386cc1877a817f572148ee13a7e113b238e48e8a9f2f31d009a92ec38a591ff1567d9662c6b67fd8818a2dbbaed74bc26a87a2a4a9a0 + languageName: node + linkType: hard + +"safe-buffer@npm:5.1.2, safe-buffer@npm:~5.1.0, safe-buffer@npm:~5.1.1": + version: 5.1.2 + resolution: "safe-buffer@npm:5.1.2" + checksum: f2f1f7943ca44a594893a852894055cf619c1fbcb611237fc39e461ae751187e7baf4dc391a72125e0ac4fb2d8c5c0b3c71529622e6a58f46b960211e704903c + languageName: node + linkType: hard + +"safe-buffer@npm:5.2.1, safe-buffer@npm:>=5.1.0, safe-buffer@npm:^5.0.1, safe-buffer@npm:~5.2.0": + version: 5.2.1 + resolution: "safe-buffer@npm:5.2.1" + checksum: b99c4b41fdd67a6aaf280fcd05e9ffb0813654894223afb78a31f14a19ad220bba8aba1cb14eddce1fcfb037155fe6de4e861784eb434f7d11ed58d1e70dd491 + languageName: node + linkType: hard + +"safe-stable-stringify@npm:^2.3.1": + version: 2.5.0 + resolution: "safe-stable-stringify@npm:2.5.0" + checksum: d3ce103ed43c6c2f523e39607208bfb1c73aa48179fc5be53c3aa97c118390bffd4d55e012f5393b982b65eb3e0ee954dd57b547930d3f242b0053dcdb923d17 + languageName: node + linkType: hard + +"safer-buffer@npm:>= 2.1.2 < 3, safer-buffer@npm:>= 2.1.2 < 3.0.0": + version: 2.1.2 + resolution: "safer-buffer@npm:2.1.2" + checksum: cab8f25ae6f1434abee8d80023d7e72b598cf1327164ddab31003c51215526801e40b66c5e65d658a0af1e9d6478cadcb4c745f4bd6751f97d8644786c0978b0 + languageName: node + linkType: hard + +"sax@npm:>=0.6.0": + version: 1.4.1 + resolution: "sax@npm:1.4.1" + checksum: 3ad64df16b743f0f2eb7c38ced9692a6d924f1cd07bbe45c39576c2cf50de8290d9d04e7b2228f924c7d05fecc4ec5cf651423278e0c7b63d260c387ef3af84a + languageName: node + linkType: hard + +"sdk-base@npm:^2.0.1": + version: 2.0.1 + resolution: "sdk-base@npm:2.0.1" + dependencies: + get-ready: ~1.0.0 + checksum: 8475cca6182ae16078e863cf251b995ce925710619af1a1adca46a21f0f1a3169dc005051f3041761420c342038712a2e09f67b0e034419a9dbe3b07a2bf8b00 + languageName: node + linkType: hard + +"semver@npm:^5.0.1, semver@npm:^5.7.1": + version: 5.7.2 + resolution: "semver@npm:5.7.2" + bin: + semver: bin/semver + checksum: fb4ab5e0dd1c22ce0c937ea390b4a822147a9c53dbd2a9a0132f12fe382902beef4fbf12cf51bb955248d8d15874ce8cd89532569756384f994309825f10b686 + languageName: node + linkType: hard + +"semver@npm:^6.0.0, semver@npm:^6.3.0, semver@npm:^6.3.1": + version: 6.3.1 + resolution: "semver@npm:6.3.1" + bin: + semver: bin/semver.js + checksum: ae47d06de28836adb9d3e25f22a92943477371292d9b665fb023fae278d345d508ca1958232af086d85e0155aee22e313e100971898bbb8d5d89b8b1d4054ca2 + languageName: node + linkType: hard + +"semver@npm:^7.3.5, semver@npm:^7.5.3, semver@npm:^7.5.4, semver@npm:^7.6.3": + version: 7.6.3 + resolution: "semver@npm:7.6.3" + bin: + semver: bin/semver.js + checksum: 4110ec5d015c9438f322257b1c51fe30276e5f766a3f64c09edd1d7ea7118ecbc3f379f3b69032bacf13116dc7abc4ad8ce0d7e2bd642e26b0d271b56b61a7d8 + languageName: node + linkType: hard + +"semver@npm:~7.0.0": + version: 7.0.0 + resolution: "semver@npm:7.0.0" + bin: + semver: bin/semver.js + checksum: 272c11bf8d083274ef79fe40a81c55c184dff84dd58e3c325299d0927ba48cece1f020793d138382b85f89bab5002a35a5ba59a3a68a7eebbb597eb733838778 + languageName: node + linkType: hard + +"send@npm:0.19.0": + version: 0.19.0 + resolution: "send@npm:0.19.0" + dependencies: + debug: 2.6.9 + depd: 2.0.0 + destroy: 1.2.0 + encodeurl: ~1.0.2 + escape-html: ~1.0.3 + etag: ~1.8.1 + fresh: 0.5.2 + http-errors: 2.0.0 + mime: 1.6.0 + ms: 2.1.3 + on-finished: 2.4.1 + range-parser: ~1.2.1 + statuses: 2.0.1 + checksum: 5ae11bd900c1c2575525e2aa622e856804e2f96a09281ec1e39610d089f53aa69e13fd8db84b52f001d0318cf4bb0b3b904ad532fc4c0014eb90d32db0cff55f + languageName: node + linkType: hard + +"serve-static@npm:1.16.2": + version: 1.16.2 + resolution: "serve-static@npm:1.16.2" + dependencies: + encodeurl: ~2.0.0 + escape-html: ~1.0.3 + parseurl: ~1.3.3 + send: 0.19.0 + checksum: dffc52feb4cc5c68e66d0c7f3c1824d4e989f71050aefc9bd5f822a42c54c9b814f595fc5f2b717f4c7cc05396145f3e90422af31186a93f76cf15f707019759 + languageName: node + linkType: hard + +"set-blocking@npm:^2.0.0": + version: 2.0.0 + resolution: "set-blocking@npm:2.0.0" + checksum: 6e65a05f7cf7ebdf8b7c75b101e18c0b7e3dff4940d480efed8aad3a36a4005140b660fa1d804cb8bce911cac290441dc728084a30504d3516ac2ff7ad607b02 + languageName: node + linkType: hard + +"set-function-length@npm:^1.2.1": + version: 1.2.2 + resolution: "set-function-length@npm:1.2.2" + dependencies: + define-data-property: ^1.1.4 + es-errors: ^1.3.0 + function-bind: ^1.1.2 + get-intrinsic: ^1.2.4 + gopd: ^1.0.1 + has-property-descriptors: ^1.0.2 + checksum: a8248bdacdf84cb0fab4637774d9fb3c7a8e6089866d04c817583ff48e14149c87044ce683d7f50759a8c50fb87c7a7e173535b06169c87ef76f5fb276dfff72 + languageName: node + linkType: hard + +"setprototypeof@npm:1.2.0": + version: 1.2.0 + resolution: "setprototypeof@npm:1.2.0" + checksum: be18cbbf70e7d8097c97f713a2e76edf84e87299b40d085c6bf8b65314e994cc15e2e317727342fa6996e38e1f52c59720b53fe621e2eb593a6847bf0356db89 + languageName: node + linkType: hard + +"shebang-command@npm:^2.0.0": + version: 2.0.0 + resolution: "shebang-command@npm:2.0.0" + dependencies: + shebang-regex: ^3.0.0 + checksum: 6b52fe87271c12968f6a054e60f6bde5f0f3d2db483a1e5c3e12d657c488a15474121a1d55cd958f6df026a54374ec38a4a963988c213b7570e1d51575cea7fa + languageName: node + linkType: hard + +"shebang-regex@npm:^3.0.0": + version: 3.0.0 + resolution: "shebang-regex@npm:3.0.0" + checksum: 1a2bcae50de99034fcd92ad4212d8e01eedf52c7ec7830eedcf886622804fe36884278f2be8be0ea5fde3fd1c23911643a4e0f726c8685b61871c8908af01222 + languageName: node + linkType: hard + +"short-unique-id@npm:^5.0.2": + version: 5.2.0 + resolution: "short-unique-id@npm:5.2.0" + bin: + short-unique-id: bin/short-unique-id + suid: bin/short-unique-id + checksum: 55bfa5766cc7a1c5905a44337d0a1f8b5000174dec6b6e3039b6f93cf8f62b81ed4e5a525572266cbe20303a233f298cb3988c0f373ec0543a2706fe1b7f6cfc + languageName: node + linkType: hard + +"side-channel@npm:^1.0.6": + version: 1.0.6 + resolution: "side-channel@npm:1.0.6" + dependencies: + call-bind: ^1.0.7 + es-errors: ^1.3.0 + get-intrinsic: ^1.2.4 + object-inspect: ^1.13.1 + checksum: bfc1afc1827d712271453e91b7cd3878ac0efd767495fd4e594c4c2afaa7963b7b510e249572bfd54b0527e66e4a12b61b80c061389e129755f34c493aad9b97 + languageName: node + linkType: hard + +"signal-exit@npm:^3.0.0, signal-exit@npm:^3.0.3, signal-exit@npm:^3.0.7": + version: 3.0.7 + resolution: "signal-exit@npm:3.0.7" + checksum: a2f098f247adc367dffc27845853e9959b9e88b01cb301658cfe4194352d8d2bb32e18467c786a7fe15f1d44b233ea35633d076d5e737870b7139949d1ab6318 + languageName: node + linkType: hard + +"signal-exit@npm:^4.0.1": + version: 4.1.0 + resolution: "signal-exit@npm:4.1.0" + checksum: 64c757b498cb8629ffa5f75485340594d2f8189e9b08700e69199069c8e3070fb3e255f7ab873c05dc0b3cec412aea7402e10a5990cb6a050bd33ba062a6c549 + languageName: node + linkType: hard + +"simple-concat@npm:^1.0.0": + version: 1.0.1 + resolution: "simple-concat@npm:1.0.1" + checksum: 4d211042cc3d73a718c21ac6c4e7d7a0363e184be6a5ad25c8a1502e49df6d0a0253979e3d50dbdd3f60ef6c6c58d756b5d66ac1e05cda9cacd2e9fc59e3876a + languageName: node + linkType: hard + +"simple-get@npm:^4.0.0": + version: 4.0.1 + resolution: "simple-get@npm:4.0.1" + dependencies: + decompress-response: ^6.0.0 + once: ^1.3.1 + simple-concat: ^1.0.0 + checksum: e4132fd27cf7af230d853fa45c1b8ce900cb430dd0a3c6d3829649fe4f2b26574c803698076c4006450efb0fad2ba8c5455fbb5755d4b0a5ec42d4f12b31d27e + languageName: node + linkType: hard + +"simple-update-notifier@npm:^1.0.7": + version: 1.1.0 + resolution: "simple-update-notifier@npm:1.1.0" + dependencies: + semver: ~7.0.0 + checksum: 1012e9b6c504e559a948078177b3eedbb9d7e4d15878e2bda56314d08db609ca5da485be4ac9f838759faae8057935ee0246fcdf63f1233c86bd9fecb2a5544b + languageName: node + linkType: hard + +"sisteransi@npm:^1.0.5": + version: 1.0.5 + resolution: "sisteransi@npm:1.0.5" + checksum: aba6438f46d2bfcef94cf112c835ab395172c75f67453fe05c340c770d3c402363018ae1ab4172a1026a90c47eaccf3af7b6ff6fa749a680c2929bd7fa2b37a4 + languageName: node + linkType: hard + +"slash@npm:^3.0.0": + version: 3.0.0 + resolution: "slash@npm:3.0.0" + checksum: 94a93fff615f25a999ad4b83c9d5e257a7280c90a32a7cb8b4a87996e4babf322e469c42b7f649fd5796edd8687652f3fb452a86dc97a816f01113183393f11c + languageName: node + linkType: hard + +"smart-buffer@npm:^4.2.0": + version: 4.2.0 + resolution: "smart-buffer@npm:4.2.0" + checksum: b5167a7142c1da704c0e3af85c402002b597081dd9575031a90b4f229ca5678e9a36e8a374f1814c8156a725d17008ae3bde63b92f9cfd132526379e580bec8b + languageName: node + linkType: hard + +"socks-proxy-agent@npm:5, socks-proxy-agent@npm:^5.0.0": + version: 5.0.1 + resolution: "socks-proxy-agent@npm:5.0.1" + dependencies: + agent-base: ^6.0.2 + debug: 4 + socks: ^2.3.3 + checksum: 1b60c4977b2fef783f0fc4dc619cd2758aafdb43f3cf679f1e3627cb6c6e752811cee5513ebb4157ad26786033d2f85029440f197d321e8293b38cc5aab01e06 + languageName: node + linkType: hard + +"socks-proxy-agent@npm:^7.0.0": + version: 7.0.0 + resolution: "socks-proxy-agent@npm:7.0.0" + dependencies: + agent-base: ^6.0.2 + debug: ^4.3.3 + socks: ^2.6.2 + checksum: 720554370154cbc979e2e9ce6a6ec6ced205d02757d8f5d93fe95adae454fc187a5cbfc6b022afab850a5ce9b4c7d73e0f98e381879cf45f66317a4895953846 + languageName: node + linkType: hard + +"socks-proxy-agent@npm:^8.0.3": + version: 8.0.4 + resolution: "socks-proxy-agent@npm:8.0.4" + dependencies: + agent-base: ^7.1.1 + debug: ^4.3.4 + socks: ^2.8.3 + checksum: b2ec5051d85fe49072f9a250c427e0e9571fd09d5db133819192d078fd291276e1f0f50f6dbc04329b207738b1071314cee8bdbb4b12e27de42dbcf1d4233c67 + languageName: node + linkType: hard + +"socks@npm:^2.3.3, socks@npm:^2.6.2, socks@npm:^2.8.3": + version: 2.8.3 + resolution: "socks@npm:2.8.3" + dependencies: + ip-address: ^9.0.5 + smart-buffer: ^4.2.0 + checksum: 7a6b7f6eedf7482b9e4597d9a20e09505824208006ea8f2c49b71657427f3c137ca2ae662089baa73e1971c62322d535d9d0cf1c9235cf6f55e315c18203eadd + languageName: node + linkType: hard + +"sonic-boom@npm:^3.7.0": + version: 3.8.1 + resolution: "sonic-boom@npm:3.8.1" + dependencies: + atomic-sleep: ^1.0.0 + checksum: 79c90d7a2f928489fd3d4b68d8f8d747a426ca6ccf83c3b102b36f899d4524463dd310982ab7ab6d6bcfd34b7c7c281ad25e495ad71fbff8fd6fa86d6273fc6b + languageName: node + linkType: hard + +"source-map-js@npm:^1.0.1": + version: 1.2.1 + resolution: "source-map-js@npm:1.2.1" + checksum: 4eb0cd997cdf228bc253bcaff9340afeb706176e64868ecd20efbe6efea931465f43955612346d6b7318789e5265bdc419bc7669c1cebe3db0eb255f57efa76b + languageName: node + linkType: hard + +"source-map-support@npm:0.5.13": + version: 0.5.13 + resolution: "source-map-support@npm:0.5.13" + dependencies: + buffer-from: ^1.0.0 + source-map: ^0.6.0 + checksum: 933550047b6c1a2328599a21d8b7666507427c0f5ef5eaadd56b5da0fd9505e239053c66fe181bf1df469a3b7af9d775778eee283cbb7ae16b902ddc09e93a97 + languageName: node + linkType: hard + +"source-map@npm:^0.6.0, source-map@npm:^0.6.1, source-map@npm:~0.6.1": + version: 0.6.1 + resolution: "source-map@npm:0.6.1" + checksum: 59ce8640cf3f3124f64ac289012c2b8bd377c238e316fb323ea22fbfe83da07d81e000071d7242cad7a23cd91c7de98e4df8830ec3f133cb6133a5f6e9f67bc2 + languageName: node + linkType: hard + +"split2@npm:^4.0.0": + version: 4.2.0 + resolution: "split2@npm:4.2.0" + checksum: 05d54102546549fe4d2455900699056580cca006c0275c334611420f854da30ac999230857a85fdd9914dc2109ae50f80fda43d2a445f2aa86eccdc1dfce779d + languageName: node + linkType: hard + +"sprintf-js@npm:^1.1.3": + version: 1.1.3 + resolution: "sprintf-js@npm:1.1.3" + checksum: a3fdac7b49643875b70864a9d9b469d87a40dfeaf5d34d9d0c5b1cda5fd7d065531fcb43c76357d62254c57184a7b151954156563a4d6a747015cfb41021cad0 + languageName: node + linkType: hard + +"sprintf-js@npm:~1.0.2": + version: 1.0.3 + resolution: "sprintf-js@npm:1.0.3" + checksum: 19d79aec211f09b99ec3099b5b2ae2f6e9cdefe50bc91ac4c69144b6d3928a640bb6ae5b3def70c2e85a2c3d9f5ec2719921e3a59d3ca3ef4b2fd1a4656a0df3 + languageName: node + linkType: hard + +"ssri@npm:^10.0.0": + version: 10.0.6 + resolution: "ssri@npm:10.0.6" + dependencies: + minipass: ^7.0.3 + checksum: 4603d53a05bcd44188747d38f1cc43833b9951b5a1ee43ba50535bdfc5fe4a0897472dbe69837570a5417c3c073377ef4f8c1a272683b401857f72738ee57299 + languageName: node + linkType: hard + +"ssri@npm:^9.0.0": + version: 9.0.1 + resolution: "ssri@npm:9.0.1" + dependencies: + minipass: ^3.1.1 + checksum: fb58f5e46b6923ae67b87ad5ef1c5ab6d427a17db0bead84570c2df3cd50b4ceb880ebdba2d60726588272890bae842a744e1ecce5bd2a2a582fccd5068309eb + languageName: node + linkType: hard + +"stack-utils@npm:^2.0.3": + version: 2.0.6 + resolution: "stack-utils@npm:2.0.6" + dependencies: + escape-string-regexp: ^2.0.0 + checksum: 052bf4d25bbf5f78e06c1d5e67de2e088b06871fa04107ca8d3f0e9d9263326e2942c8bedee3545795fc77d787d443a538345eef74db2f8e35db3558c6f91ff7 + languageName: node + linkType: hard + +"static-eval@npm:2.0.2": + version: 2.0.2 + resolution: "static-eval@npm:2.0.2" + dependencies: + escodegen: ^1.8.1 + checksum: 335a923c5ccb29add404ac23d0a55c0da6cee3071f6f67a7053aeac0dedc6dbfc53ac9269e9c25f403f5b7603a291ef47d7114f99bde241184f7aa3f9286dc32 + languageName: node + linkType: hard + +"statuses@npm:2.0.1": + version: 2.0.1 + resolution: "statuses@npm:2.0.1" + checksum: 18c7623fdb8f646fb213ca4051be4df7efb3484d4ab662937ca6fbef7ced9b9e12842709872eb3020cc3504b93bde88935c9f6417489627a7786f24f8031cbcb + languageName: node + linkType: hard + +"statuses@npm:^1.3.1": + version: 1.5.0 + resolution: "statuses@npm:1.5.0" + checksum: c469b9519de16a4bb19600205cffb39ee471a5f17b82589757ca7bd40a8d92ebb6ed9f98b5a540c5d302ccbc78f15dc03cc0280dd6e00df1335568a5d5758a5c + languageName: node + linkType: hard + +"stream-events@npm:^1.0.5": + version: 1.0.5 + resolution: "stream-events@npm:1.0.5" + dependencies: + stubs: ^3.0.0 + checksum: 969ce82e34bfbef5734629cc06f9d7f3705a9ceb8fcd6a526332f9159f1f8bbfdb1a453f3ced0b728083454f7706adbbe8428bceb788a0287ca48ba2642dc3fc + languageName: node + linkType: hard + +"stream-http@npm:2.8.2": + version: 2.8.2 + resolution: "stream-http@npm:2.8.2" + dependencies: + builtin-status-codes: ^3.0.0 + inherits: ^2.0.1 + readable-stream: ^2.3.6 + to-arraybuffer: ^1.0.0 + xtend: ^4.0.0 + checksum: d72df90581ba5acb93b84d5e80fda1b40b149c3e0c893193b378dc4cc262dd737c202b0c8b0a8155a063ede8bc719c393e3ea089fd10f29a72d2f64676c990f5 + languageName: node + linkType: hard + +"stream-shift@npm:^1.0.2": + version: 1.0.3 + resolution: "stream-shift@npm:1.0.3" + checksum: a24c0a3f66a8f9024bd1d579a533a53be283b4475d4e6b4b3211b964031447bdf6532dd1f3c2b0ad66752554391b7c62bd7ca4559193381f766534e723d50242 + languageName: node + linkType: hard + +"stream-wormhole@npm:^1.0.4": + version: 1.1.0 + resolution: "stream-wormhole@npm:1.1.0" + checksum: cc19e0235c5d031bd530fa83913c807d9525fa4ba33d51691dd822c0726b8b7ef138b34f289d063a3018cddba67d3ba7fd0ecedaa97242a0f1ed2eed3c6a2ab1 + languageName: node + linkType: hard + +"string-length@npm:^4.0.1": + version: 4.0.2 + resolution: "string-length@npm:4.0.2" + dependencies: + char-regex: ^1.0.2 + strip-ansi: ^6.0.0 + checksum: ce85533ef5113fcb7e522bcf9e62cb33871aa99b3729cec5595f4447f660b0cefd542ca6df4150c97a677d58b0cb727a3fe09ac1de94071d05526c73579bf505 + languageName: node + linkType: hard + +"string-width-cjs@npm:string-width@^4.2.0, string-width@npm:^1.0.2 || 2 || 3 || 4, string-width@npm:^4.1.0, string-width@npm:^4.2.0, string-width@npm:^4.2.3": + version: 4.2.3 + resolution: "string-width@npm:4.2.3" + dependencies: + emoji-regex: ^8.0.0 + is-fullwidth-code-point: ^3.0.0 + strip-ansi: ^6.0.1 + checksum: e52c10dc3fbfcd6c3a15f159f54a90024241d0f149cf8aed2982a2d801d2e64df0bf1dc351cf8e95c3319323f9f220c16e740b06faecd53e2462df1d2b5443fb + languageName: node + linkType: hard + +"string-width@npm:^5.0.1, string-width@npm:^5.1.2": + version: 5.1.2 + resolution: "string-width@npm:5.1.2" + dependencies: + eastasianwidth: ^0.2.0 + emoji-regex: ^9.2.2 + strip-ansi: ^7.0.1 + checksum: 7369deaa29f21dda9a438686154b62c2c5f661f8dda60449088f9f980196f7908fc39fdd1803e3e01541970287cf5deae336798337e9319a7055af89dafa7193 + languageName: node + linkType: hard + +"string_decoder@npm:^1.1.1, string_decoder@npm:^1.3.0": + version: 1.3.0 + resolution: "string_decoder@npm:1.3.0" + dependencies: + safe-buffer: ~5.2.0 + checksum: 8417646695a66e73aefc4420eb3b84cc9ffd89572861fe004e6aeb13c7bc00e2f616247505d2dbbef24247c372f70268f594af7126f43548565c68c117bdeb56 + languageName: node + linkType: hard + +"string_decoder@npm:~0.10.x": + version: 0.10.31 + resolution: "string_decoder@npm:0.10.31" + checksum: fe00f8e303647e5db919948ccb5ce0da7dea209ab54702894dd0c664edd98e5d4df4b80d6fabf7b9e92b237359d21136c95bf068b2f7760b772ca974ba970202 + languageName: node + linkType: hard + +"string_decoder@npm:~1.1.1": + version: 1.1.1 + resolution: "string_decoder@npm:1.1.1" + dependencies: + safe-buffer: ~5.1.0 + checksum: 9ab7e56f9d60a28f2be697419917c50cac19f3e8e6c28ef26ed5f4852289fe0de5d6997d29becf59028556f2c62983790c1d9ba1e2a3cc401768ca12d5183a5b + languageName: node + linkType: hard + +"strip-ansi-cjs@npm:strip-ansi@^6.0.1, strip-ansi@npm:^6.0.0, strip-ansi@npm:^6.0.1": + version: 6.0.1 + resolution: "strip-ansi@npm:6.0.1" + dependencies: + ansi-regex: ^5.0.1 + checksum: f3cd25890aef3ba6e1a74e20896c21a46f482e93df4a06567cebf2b57edabb15133f1f94e57434e0a958d61186087b1008e89c94875d019910a213181a14fc8c + languageName: node + linkType: hard + +"strip-ansi@npm:^7.0.1": + version: 7.1.0 + resolution: "strip-ansi@npm:7.1.0" + dependencies: + ansi-regex: ^6.0.1 + checksum: 859c73fcf27869c22a4e4d8c6acfe690064659e84bef9458aa6d13719d09ca88dcfd40cbf31fd0be63518ea1a643fe070b4827d353e09533a5b0b9fd4553d64d + languageName: node + linkType: hard + +"strip-bom@npm:^4.0.0": + version: 4.0.0 + resolution: "strip-bom@npm:4.0.0" + checksum: 9dbcfbaf503c57c06af15fe2c8176fb1bf3af5ff65003851a102749f875a6dbe0ab3b30115eccf6e805e9d756830d3e40ec508b62b3f1ddf3761a20ebe29d3f3 + languageName: node + linkType: hard + +"strip-final-newline@npm:^2.0.0": + version: 2.0.0 + resolution: "strip-final-newline@npm:2.0.0" + checksum: 69412b5e25731e1938184b5d489c32e340605bb611d6140344abc3421b7f3c6f9984b21dff296dfcf056681b82caa3bb4cc996a965ce37bcfad663e92eae9c64 + languageName: node + linkType: hard + +"strip-json-comments@npm:^3.1.1": + version: 3.1.1 + resolution: "strip-json-comments@npm:3.1.1" + checksum: 492f73e27268f9b1c122733f28ecb0e7e8d8a531a6662efbd08e22cccb3f9475e90a1b82cab06a392f6afae6d2de636f977e231296400d0ec5304ba70f166443 + languageName: node + linkType: hard + +"strip-json-comments@npm:~2.0.1": + version: 2.0.1 + resolution: "strip-json-comments@npm:2.0.1" + checksum: 1074ccb63270d32ca28edfb0a281c96b94dc679077828135141f27d52a5a398ef5e78bcf22809d23cadc2b81dfbe345eb5fd8699b385c8b1128907dec4a7d1e1 + languageName: node + linkType: hard + +"strnum@npm:^1.0.5": + version: 1.0.5 + resolution: "strnum@npm:1.0.5" + checksum: 651b2031db5da1bf4a77fdd2f116a8ac8055157c5420f5569f64879133825915ad461513e7202a16d7fec63c54fd822410d0962f8ca12385c4334891b9ae6dd2 + languageName: node + linkType: hard + +"stubs@npm:^3.0.0": + version: 3.0.0 + resolution: "stubs@npm:3.0.0" + checksum: dec7b82186e3743317616235c59bfb53284acc312cb9f4c3e97e2205c67a5c158b0ca89db5927e52351582e90a2672822eeaec9db396e23e56893d2a8676e024 + languageName: node + linkType: hard + +"stylis@npm:^4.3.0": + version: 4.3.4 + resolution: "stylis@npm:4.3.4" + checksum: 7e3a482c7bba6e0e9e3187972e958acf800b1abe99f23e081fcb5dea8e4a05eca44286c1381ce2bc7179245ddbd7bf1f74237ed413fce7491320a543bcfebda9 + languageName: node + linkType: hard + +"supports-color@npm:^5.3.0, supports-color@npm:^5.5.0": + version: 5.5.0 + resolution: "supports-color@npm:5.5.0" + dependencies: + has-flag: ^3.0.0 + checksum: 95f6f4ba5afdf92f495b5a912d4abee8dcba766ae719b975c56c084f5004845f6f5a5f7769f52d53f40e21952a6d87411bafe34af4a01e65f9926002e38e1dac + languageName: node + linkType: hard + +"supports-color@npm:^7.1.0": + version: 7.2.0 + resolution: "supports-color@npm:7.2.0" + dependencies: + has-flag: ^4.0.0 + checksum: 3dda818de06ebbe5b9653e07842d9479f3555ebc77e9a0280caf5a14fb877ffee9ed57007c3b78f5a6324b8dbeec648d9e97a24e2ed9fdb81ddc69ea07100f4a + languageName: node + linkType: hard + +"supports-color@npm:^8.0.0": + version: 8.1.1 + resolution: "supports-color@npm:8.1.1" + dependencies: + has-flag: ^4.0.0 + checksum: c052193a7e43c6cdc741eb7f378df605636e01ad434badf7324f17fb60c69a880d8d8fcdcb562cf94c2350e57b937d7425ab5b8326c67c2adc48f7c87c1db406 + languageName: node + linkType: hard + +"supports-preserve-symlinks-flag@npm:^1.0.0": + version: 1.0.0 + resolution: "supports-preserve-symlinks-flag@npm:1.0.0" + checksum: 53b1e247e68e05db7b3808b99b892bd36fb096e6fba213a06da7fab22045e97597db425c724f2bbd6c99a3c295e1e73f3e4de78592289f38431049e1277ca0ae + languageName: node + linkType: hard + +"svgo@npm:^3.0.2": + version: 3.3.2 + resolution: "svgo@npm:3.3.2" + dependencies: + "@trysound/sax": 0.2.0 + commander: ^7.2.0 + css-select: ^5.1.0 + css-tree: ^2.3.1 + css-what: ^6.1.0 + csso: ^5.0.5 + picocolors: ^1.0.0 + bin: + svgo: ./bin/svgo + checksum: a3f8aad597dec13ab24e679c4c218147048dc1414fe04e99447c5f42a6e077b33d712d306df84674b5253b98c9b84dfbfb41fdd08552443b04946e43d03e054e + languageName: node + linkType: hard + +"swagger-client@npm:^3.29.3": + version: 3.29.3 + resolution: "swagger-client@npm:3.29.3" + dependencies: + "@babel/runtime-corejs3": ^7.22.15 + "@swagger-api/apidom-core": ">=1.0.0-alpha.9 <1.0.0-beta.0" + "@swagger-api/apidom-error": ">=1.0.0-alpha.9 <1.0.0-beta.0" + "@swagger-api/apidom-json-pointer": ">=1.0.0-alpha.9 <1.0.0-beta.0" + "@swagger-api/apidom-ns-openapi-3-1": ">=1.0.0-alpha.9 <1.0.0-beta.0" + "@swagger-api/apidom-reference": ">=1.0.0-alpha.9 <1.0.0-beta.0" + cookie: ~0.6.0 + deepmerge: ~4.3.0 + fast-json-patch: ^3.0.0-1 + js-yaml: ^4.1.0 + neotraverse: =0.6.18 + node-abort-controller: ^3.1.1 + node-fetch-commonjs: ^3.3.2 + openapi-path-templating: ^1.5.1 + openapi-server-url-templating: ^1.0.0 + ramda: ^0.30.1 + ramda-adjunct: ^5.0.0 + checksum: 6551c33642c692b4a7adac9d0478511378c5e64f9eb3af71117c465f622dbac26ec1d31c9b53cef4f08ed5730d326d9037c9bd627d2297ab78e8eaf8755896a6 + languageName: node + linkType: hard + +"tar-fs@npm:^2.0.0": + version: 2.1.1 + resolution: "tar-fs@npm:2.1.1" + dependencies: + chownr: ^1.1.1 + mkdirp-classic: ^0.5.2 + pump: ^3.0.0 + tar-stream: ^2.1.4 + checksum: f5b9a70059f5b2969e65f037b4e4da2daf0fa762d3d232ffd96e819e3f94665dbbbe62f76f084f1acb4dbdcce16c6e4dac08d12ffc6d24b8d76720f4d9cf032d + languageName: node + linkType: hard + +"tar-stream@npm:^2.1.4": + version: 2.2.0 + resolution: "tar-stream@npm:2.2.0" + dependencies: + bl: ^4.0.3 + end-of-stream: ^1.4.1 + fs-constants: ^1.0.0 + inherits: ^2.0.3 + readable-stream: ^3.1.1 + checksum: 699831a8b97666ef50021c767f84924cfee21c142c2eb0e79c63254e140e6408d6d55a065a2992548e72b06de39237ef2b802b99e3ece93ca3904a37622a66f3 + languageName: node + linkType: hard + +"tar@npm:^6.1.11, tar@npm:^6.1.2, tar@npm:^6.2.1": + version: 6.2.1 + resolution: "tar@npm:6.2.1" + dependencies: + chownr: ^2.0.0 + fs-minipass: ^2.0.0 + minipass: ^5.0.0 + minizlib: ^2.1.1 + mkdirp: ^1.0.3 + yallist: ^4.0.0 + checksum: f1322768c9741a25356c11373bce918483f40fa9a25c69c59410c8a1247632487edef5fe76c5f12ac51a6356d2f1829e96d2bc34098668a2fc34d76050ac2b6c + languageName: node + linkType: hard + +"tdigest@npm:^0.1.1": + version: 0.1.2 + resolution: "tdigest@npm:0.1.2" + dependencies: + bintrees: 1.0.2 + checksum: 44de8246752b6f8c2924685f969fd3d94c36949f22b0907e99bef2b2220726dd8467f4730ea96b06040b9aa2587c0866049640039d1b956952dfa962bc2075a3 + languageName: node + linkType: hard + +"teeny-request@npm:^8.0.0": + version: 8.0.3 + resolution: "teeny-request@npm:8.0.3" + dependencies: + http-proxy-agent: ^5.0.0 + https-proxy-agent: ^5.0.0 + node-fetch: ^2.6.1 + stream-events: ^1.0.5 + uuid: ^9.0.0 + checksum: 6682a14df3708068db147c91af5f2b2e097e2e53c03dddaef40f6f974297f2da9e6112c615af9fbc84a1685c6846b8a9e485771d1a350aa25e9ff5fcf63dd821 + languageName: node + linkType: hard + +"teeny-request@npm:^9.0.0": + version: 9.0.0 + resolution: "teeny-request@npm:9.0.0" + dependencies: + http-proxy-agent: ^5.0.0 + https-proxy-agent: ^5.0.0 + node-fetch: ^2.6.9 + stream-events: ^1.0.5 + uuid: ^9.0.0 + checksum: 9cb0ad83f9ca6ce6515b3109cbb30ceb2533cdeab8e41c3a0de89f509bd92c5a9aabd27b3adf7f3e49516e106a358859b19fa4928a1937a4ab95809ccb7d52eb + languageName: node + linkType: hard + +"test-exclude@npm:^6.0.0": + version: 6.0.0 + resolution: "test-exclude@npm:6.0.0" + dependencies: + "@istanbuljs/schema": ^0.1.2 + glob: ^7.1.4 + minimatch: ^3.0.4 + checksum: 3b34a3d77165a2cb82b34014b3aba93b1c4637a5011807557dc2f3da826c59975a5ccad765721c4648b39817e3472789f9b0fa98fc854c5c1c7a1e632aacdc28 + languageName: node + linkType: hard + +"thenify-all@npm:^1.0.0": + version: 1.6.0 + resolution: "thenify-all@npm:1.6.0" + dependencies: + thenify: ">= 3.1.0 < 4" + checksum: dba7cc8a23a154cdcb6acb7f51d61511c37a6b077ec5ab5da6e8b874272015937788402fd271fdfc5f187f8cb0948e38d0a42dcc89d554d731652ab458f5343e + languageName: node + linkType: hard + +"thenify@npm:>= 3.1.0 < 4": + version: 3.3.1 + resolution: "thenify@npm:3.3.1" + dependencies: + any-promise: ^1.0.0 + checksum: 84e1b804bfec49f3531215f17b4a6e50fd4397b5f7c1bccc427b9c656e1ecfb13ea79d899930184f78bc2f57285c54d9a50a590c8868f4f0cef5c1d9f898b05e + languageName: node + linkType: hard + +"thread-stream@npm:^2.6.0": + version: 2.7.0 + resolution: "thread-stream@npm:2.7.0" + dependencies: + real-require: ^0.2.0 + checksum: 75ab019cda628344c7779e5f5a88f7759764efd29d320327ad2e6c2622778b5f1c43a3966d76a9ee5744086d61c680b413548f5521030f9e9055487684436165 + languageName: node + linkType: hard + +"through2@npm:^2.0.1": + version: 2.0.5 + resolution: "through2@npm:2.0.5" + dependencies: + readable-stream: ~2.3.6 + xtend: ~4.0.1 + checksum: beb0f338aa2931e5660ec7bf3ad949e6d2e068c31f4737b9525e5201b824ac40cac6a337224856b56bd1ddd866334bbfb92a9f57cd6f66bc3f18d3d86fc0fe50 + languageName: node + linkType: hard + +"through@npm:~2.3": + version: 2.3.8 + resolution: "through@npm:2.3.8" + checksum: a38c3e059853c494af95d50c072b83f8b676a9ba2818dcc5b108ef252230735c54e0185437618596c790bbba8fcdaef5b290405981ffa09dce67b1f1bf190cbd + languageName: node + linkType: hard + +"tmpl@npm:1.0.5": + version: 1.0.5 + resolution: "tmpl@npm:1.0.5" + checksum: cd922d9b853c00fe414c5a774817be65b058d54a2d01ebb415840960406c669a0fc632f66df885e24cb022ec812739199ccbdb8d1164c3e513f85bfca5ab2873 + languageName: node + linkType: hard + +"to-arraybuffer@npm:^1.0.0": + version: 1.0.1 + resolution: "to-arraybuffer@npm:1.0.1" + checksum: 31433c10b388722729f5da04c6b2a06f40dc84f797bb802a5a171ced1e599454099c6c5bc5118f4b9105e7d049d3ad9d0f71182b77650e4fdb04539695489941 + languageName: node + linkType: hard + +"to-fast-properties@npm:^2.0.0": + version: 2.0.0 + resolution: "to-fast-properties@npm:2.0.0" + checksum: be2de62fe58ead94e3e592680052683b1ec986c72d589e7b21e5697f8744cdbf48c266fa72f6c15932894c10187b5f54573a3bcf7da0bfd964d5caf23d436168 + languageName: node + linkType: hard + +"to-regex-range@npm:^5.0.1": + version: 5.0.1 + resolution: "to-regex-range@npm:5.0.1" + dependencies: + is-number: ^7.0.0 + checksum: f76fa01b3d5be85db6a2a143e24df9f60dd047d151062d0ba3df62953f2f697b16fe5dad9b0ac6191c7efc7b1d9dcaa4b768174b7b29da89d4428e64bc0a20ed + languageName: node + linkType: hard + +"toidentifier@npm:1.0.1": + version: 1.0.1 + resolution: "toidentifier@npm:1.0.1" + checksum: 952c29e2a85d7123239b5cfdd889a0dde47ab0497f0913d70588f19c53f7e0b5327c95f4651e413c74b785147f9637b17410ac8c846d5d4a20a5a33eb6dc3a45 + languageName: node + linkType: hard + +"touch@npm:^3.1.0": + version: 3.1.1 + resolution: "touch@npm:3.1.1" + bin: + nodetouch: bin/nodetouch.js + checksum: fb8c54207500eb760b6b9d77b9c5626cc027c9ad44431eed4268845f00f8c6bbfc95ce7e9da8e487f020aa921982a8bc5d8e909d0606e82686bd0a08a8e0539b + languageName: node + linkType: hard + +"tr46@npm:~0.0.3": + version: 0.0.3 + resolution: "tr46@npm:0.0.3" + checksum: 726321c5eaf41b5002e17ffbd1fb7245999a073e8979085dacd47c4b4e8068ff5777142fc6726d6ca1fd2ff16921b48788b87225cbc57c72636f6efa8efbffe3 + languageName: node + linkType: hard + +"tree-sitter-json@npm:=0.20.2": + version: 0.20.2 + resolution: "tree-sitter-json@npm:0.20.2" + dependencies: + nan: ^2.18.0 + node-gyp: latest + checksum: 4f5eba7fc86855d15510647e3e5803ea05a8cd5ab2a2a25c8d173a103ca02a6cc25b4cc925b3d234e31e6180f7eed4a50351d39e2c5254b06d6dd0fabeb6c3d8 + languageName: node + linkType: hard + +"tree-sitter-yaml@npm:=0.5.0": + version: 0.5.0 + resolution: "tree-sitter-yaml@npm:0.5.0" + dependencies: + nan: ^2.14.0 + node-gyp: latest + checksum: 7962aea3784dd67098daff4ae984145189eb49b8f981f5a9e72bac97b77859a75030580d199712d671cdced5326599192b3549a428e162e9858a3bbb4cb2fff6 + languageName: node + linkType: hard + +"tree-sitter@npm:=0.20.4": + version: 0.20.4 + resolution: "tree-sitter@npm:0.20.4" + dependencies: + nan: ^2.17.0 + node-gyp: latest + prebuild-install: ^7.1.1 + checksum: 724f9773759a6ece317fff08deef2d2c63a6ea3b4f6723d5d6d56a7a886d27f799641d189d616c121a580e8492992bc2ede8d2e5c4241f30ff4ee9036dc6bb92 + languageName: node + linkType: hard + +"ts-jest@npm:^29.0.3": + version: 29.2.5 + resolution: "ts-jest@npm:29.2.5" + dependencies: + bs-logger: ^0.2.6 + ejs: ^3.1.10 + fast-json-stable-stringify: ^2.1.0 + jest-util: ^29.0.0 + json5: ^2.2.3 + lodash.memoize: ^4.1.2 + make-error: ^1.3.6 + semver: ^7.6.3 + yargs-parser: ^21.1.1 + peerDependencies: + "@babel/core": ">=7.0.0-beta.0 <8" + "@jest/transform": ^29.0.0 + "@jest/types": ^29.0.0 + babel-jest: ^29.0.0 + jest: ^29.0.0 + typescript: ">=4.3 <6" + peerDependenciesMeta: + "@babel/core": + optional: true + "@jest/transform": + optional: true + "@jest/types": + optional: true + babel-jest: + optional: true + esbuild: + optional: true + bin: + ts-jest: cli.js + checksum: d60d1e1d80936f6002b1bb27f7e062408bc733141b9d666565503f023c340a3196d506c836a4316c5793af81a5f910ab49bb9c13f66e2dc66de4e0f03851dbca + languageName: node + linkType: hard + +"ts-mixer@npm:^6.0.3, ts-mixer@npm:^6.0.4": + version: 6.0.4 + resolution: "ts-mixer@npm:6.0.4" + checksum: 36b1af526befd74345e736e9aa16f5c28876ebcea07784da14d929149fd7e6028cfd2fe9304c8efe8cb91b588443a9cc9e991df58e4c6e602326edbaae2af3ab + languageName: node + linkType: hard + +"ts-node@npm:^10.9.1": + version: 10.9.2 + resolution: "ts-node@npm:10.9.2" + dependencies: + "@cspotcode/source-map-support": ^0.8.0 + "@tsconfig/node10": ^1.0.7 + "@tsconfig/node12": ^1.0.7 + "@tsconfig/node14": ^1.0.0 + "@tsconfig/node16": ^1.0.2 + acorn: ^8.4.1 + acorn-walk: ^8.1.1 + arg: ^4.1.0 + create-require: ^1.1.0 + diff: ^4.0.1 + make-error: ^1.1.1 + v8-compile-cache-lib: ^3.0.1 + yn: 3.1.1 + peerDependencies: + "@swc/core": ">=1.2.50" + "@swc/wasm": ">=1.2.50" + "@types/node": "*" + typescript: ">=2.7" + peerDependenciesMeta: + "@swc/core": + optional: true + "@swc/wasm": + optional: true + bin: + ts-node: dist/bin.js + ts-node-cwd: dist/bin-cwd.js + ts-node-esm: dist/bin-esm.js + ts-node-script: dist/bin-script.js + ts-node-transpile-only: dist/bin-transpile.js + ts-script: dist/bin-script-deprecated.js + checksum: fde256c9073969e234526e2cfead42591b9a2aec5222bac154b0de2fa9e4ceb30efcd717ee8bc785a56f3a119bdd5aa27b333d9dbec94ed254bd26f8944c67ac + languageName: node + linkType: hard + +"ts-toolbelt@npm:^9.6.0": + version: 9.6.0 + resolution: "ts-toolbelt@npm:9.6.0" + checksum: 9f35fd95d895a5d32ea9fd2e532a695b0bae6cbff6832b77292efa188a0ed1ed6e54f63f74a8920390f3d909a7a3adb20a144686372a8e78b420246a9bd3d58a + languageName: node + linkType: hard + +"tslib@npm:^2.0.1, tslib@npm:^2.1.0, tslib@npm:^2.4.0, tslib@npm:^2.6.2": + version: 2.7.0 + resolution: "tslib@npm:2.7.0" + checksum: 1606d5c89f88d466889def78653f3aab0f88692e80bb2066d090ca6112ae250ec1cfa9dbfaab0d17b60da15a4186e8ec4d893801c67896b277c17374e36e1d28 + languageName: node + linkType: hard + +"tunnel-agent@npm:^0.6.0": + version: 0.6.0 + resolution: "tunnel-agent@npm:0.6.0" + dependencies: + safe-buffer: ^5.0.1 + checksum: 05f6510358f8afc62a057b8b692f05d70c1782b70db86d6a1e0d5e28a32389e52fa6e7707b6c5ecccacc031462e4bc35af85ecfe4bbc341767917b7cf6965711 + languageName: node + linkType: hard + +"type-check@npm:~0.3.2": + version: 0.3.2 + resolution: "type-check@npm:0.3.2" + dependencies: + prelude-ls: ~1.1.2 + checksum: dd3b1495642731bc0e1fc40abe5e977e0263005551ac83342ecb6f4f89551d106b368ec32ad3fb2da19b3bd7b2d1f64330da2ea9176d8ddbfe389fb286eb5124 + languageName: node + linkType: hard + +"type-detect@npm:4.0.8": + version: 4.0.8 + resolution: "type-detect@npm:4.0.8" + checksum: 62b5628bff67c0eb0b66afa371bd73e230399a8d2ad30d852716efcc4656a7516904570cd8631a49a3ce57c10225adf5d0cbdcb47f6b0255fe6557c453925a15 + languageName: node + linkType: hard + +"type-fest@npm:^0.21.3": + version: 0.21.3 + resolution: "type-fest@npm:0.21.3" + checksum: e6b32a3b3877f04339bae01c193b273c62ba7bfc9e325b8703c4ee1b32dc8fe4ef5dfa54bf78265e069f7667d058e360ae0f37be5af9f153b22382cd55a9afe0 + languageName: node + linkType: hard + +"type-is@npm:~1.6.18": + version: 1.6.18 + resolution: "type-is@npm:1.6.18" + dependencies: + media-typer: 0.3.0 + mime-types: ~2.1.24 + checksum: 2c8e47675d55f8b4e404bcf529abdf5036c537a04c2b20177bcf78c9e3c1da69da3942b1346e6edb09e823228c0ee656ef0e033765ec39a70d496ef601a0c657 + languageName: node + linkType: hard + +"types-ramda@npm:^0.30.1": + version: 0.30.1 + resolution: "types-ramda@npm:0.30.1" + dependencies: + ts-toolbelt: ^9.6.0 + checksum: 7af1b5b6dbb5878e5104013f7eca7feff999b538d98d59c91ce82e69908b31223b44a163271b0c13c9828c27f6cff39f78cff0f83d82b73ac47f74ffb3fe7ded + languageName: node + linkType: hard + +"typescript@npm:^4.9.3": + version: 4.9.5 + resolution: "typescript@npm:4.9.5" + bin: + tsc: bin/tsc + tsserver: bin/tsserver + checksum: ee000bc26848147ad423b581bd250075662a354d84f0e06eb76d3b892328d8d4440b7487b5a83e851b12b255f55d71835b008a66cbf8f255a11e4400159237db + languageName: node + linkType: hard + +"typescript@patch:typescript@^4.9.3#~builtin": + version: 4.9.5 + resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin::version=4.9.5&hash=ad5954" + bin: + tsc: bin/tsc + tsserver: bin/tsserver + checksum: 8f6260acc86b56bfdda6004bc53f32ea548f543e8baef7071c8e34d29d292f3e375c8416556c8de10b24deef6933cd1c16a8233dc84a3dd43a13a13265d0faab + languageName: node + linkType: hard + +"undefsafe@npm:^2.0.5": + version: 2.0.5 + resolution: "undefsafe@npm:2.0.5" + checksum: f42ab3b5770fedd4ada175fc1b2eb775b78f609156f7c389106aafd231bfc210813ee49f54483d7191d7b76e483bc7f537b5d92d19ded27156baf57592eb02cc + languageName: node + linkType: hard + +"underscore@npm:1.12.1": + version: 1.12.1 + resolution: "underscore@npm:1.12.1" + checksum: ec327603aa112b99fe9d74cd9bf3b3b7451465a9d2610ceab269a532e3f191650ab017903be34dc86fe406a11d04d8905a3b04dd4c129493e51bee09a3f3074c + languageName: node + linkType: hard + +"undici-types@npm:~6.19.2": + version: 6.19.8 + resolution: "undici-types@npm:6.19.8" + checksum: de51f1b447d22571cf155dfe14ff6d12c5bdaec237c765085b439c38ca8518fc360e88c70f99469162bf2e14188a7b0bcb06e1ed2dc031042b984b0bb9544017 + languageName: node + linkType: hard + +"unescape@npm:^1.0.1": + version: 1.0.1 + resolution: "unescape@npm:1.0.1" + dependencies: + extend-shallow: ^2.0.1 + checksum: 0d89b0f55e08a2843e635f1ccf8472a35b367c41d9a8014dd7de5cc3af710a6e988a950b86b6229e143147ade21772f2d72054bc846f4972eb448df472b856ec + languageName: node + linkType: hard + +"unique-filename@npm:^2.0.0": + version: 2.0.1 + resolution: "unique-filename@npm:2.0.1" + dependencies: + unique-slug: ^3.0.0 + checksum: 807acf3381aff319086b64dc7125a9a37c09c44af7620bd4f7f3247fcd5565660ac12d8b80534dcbfd067e6fe88a67e621386dd796a8af828d1337a8420a255f + languageName: node + linkType: hard + +"unique-filename@npm:^3.0.0": + version: 3.0.0 + resolution: "unique-filename@npm:3.0.0" + dependencies: + unique-slug: ^4.0.0 + checksum: 8e2f59b356cb2e54aab14ff98a51ac6c45781d15ceaab6d4f1c2228b780193dc70fae4463ce9e1df4479cb9d3304d7c2043a3fb905bdeca71cc7e8ce27e063df + languageName: node + linkType: hard + +"unique-sequence@npm:1.0.2": + version: 1.0.2 + resolution: "unique-sequence@npm:1.0.2" + checksum: 22ee48ef2bd6b8243df2c12a290e42cc751e62c85860ac6b7239310254535ceb089e2d3063ff34b6f51a38058f3fdd9ffc80564fa4a2fbc7ec414bf7225cfedb + languageName: node + linkType: hard + +"unique-slug@npm:^3.0.0": + version: 3.0.0 + resolution: "unique-slug@npm:3.0.0" + dependencies: + imurmurhash: ^0.1.4 + checksum: 49f8d915ba7f0101801b922062ee46b7953256c93ceca74303bd8e6413ae10aa7e8216556b54dc5382895e8221d04f1efaf75f945c2e4a515b4139f77aa6640c + languageName: node + linkType: hard + +"unique-slug@npm:^4.0.0": + version: 4.0.0 + resolution: "unique-slug@npm:4.0.0" + dependencies: + imurmurhash: ^0.1.4 + checksum: 0884b58365af59f89739e6f71e3feacb5b1b41f2df2d842d0757933620e6de08eff347d27e9d499b43c40476cbaf7988638d3acb2ffbcb9d35fd035591adfd15 + languageName: node + linkType: hard + +"universalify@npm:^0.1.0": + version: 0.1.2 + resolution: "universalify@npm:0.1.2" + checksum: 40cdc60f6e61070fe658ca36016a8f4ec216b29bf04a55dce14e3710cc84c7448538ef4dad3728d0bfe29975ccd7bfb5f414c45e7b78883567fb31b246f02dff + languageName: node + linkType: hard + +"unpipe@npm:1.0.0, unpipe@npm:~1.0.0": + version: 1.0.0 + resolution: "unpipe@npm:1.0.0" + checksum: 4fa18d8d8d977c55cb09715385c203197105e10a6d220087ec819f50cb68870f02942244f1017565484237f1f8c5d3cd413631b1ae104d3096f24fdfde1b4aa2 + languageName: node + linkType: hard + +"unraw@npm:^3.0.0": + version: 3.0.0 + resolution: "unraw@npm:3.0.0" + checksum: 19eee0bc500ce197d262b79723a2c8c81c1d716baaa2a62c48a4d0d6b9e1fd9d350c5df86262e51343d591ab9c8a47ed150317d0b867b2b65795cdc17ef69873 + languageName: node + linkType: hard + +"untildify@npm:^4.0.0": + version: 4.0.0 + resolution: "untildify@npm:4.0.0" + checksum: 39ced9c418a74f73f0a56e1ba4634b4d959422dff61f4c72a8e39f60b99380c1b45ed776fbaa0a4101b157e4310d873ad7d114e8534ca02609b4916bb4187fb9 + languageName: node + linkType: hard + +"update-browserslist-db@npm:^1.1.0": + version: 1.1.1 + resolution: "update-browserslist-db@npm:1.1.1" + dependencies: + escalade: ^3.2.0 + picocolors: ^1.1.0 + peerDependencies: + browserslist: ">= 4.21.0" + bin: + update-browserslist-db: cli.js + checksum: 2ea11bd2562122162c3e438d83a1f9125238c0844b6d16d366e3276d0c0acac6036822dc7df65fc5a89c699cdf9f174acf439c39bedf3f9a2f3983976e4b4c3e + languageName: node + linkType: hard + +"urllib@npm:^2.44.0": + version: 2.44.0 + resolution: "urllib@npm:2.44.0" + dependencies: + any-promise: ^1.3.0 + content-type: ^1.0.2 + default-user-agent: ^1.0.0 + digest-header: ^1.0.0 + ee-first: ~1.1.1 + formstream: ^1.1.0 + humanize-ms: ^1.2.0 + iconv-lite: ^0.6.3 + pump: ^3.0.0 + qs: ^6.4.0 + statuses: ^1.3.1 + utility: ^1.16.1 + peerDependencies: + proxy-agent: ^5.0.0 + peerDependenciesMeta: + proxy-agent: + optional: true + checksum: 208a5fa89857bbd64bcad9a8a02624deeb78f853a4e57c83a08168daab602992cd5eef3a1628531ef53da5b1a2885a4bba07c4b6fcb052b8c09310479e630e1a + languageName: node + linkType: hard + +"util-deprecate@npm:^1.0.1, util-deprecate@npm:~1.0.1": + version: 1.0.2 + resolution: "util-deprecate@npm:1.0.2" + checksum: 474acf1146cb2701fe3b074892217553dfcf9a031280919ba1b8d651a068c9b15d863b7303cb15bd00a862b498e6cf4ad7b4a08fb134edd5a6f7641681cb54a2 + languageName: node + linkType: hard + +"utility@npm:^1.16.1, utility@npm:^1.18.0": + version: 1.18.0 + resolution: "utility@npm:1.18.0" + dependencies: + copy-to: ^2.0.1 + escape-html: ^1.0.3 + mkdirp: ^0.5.1 + mz: ^2.7.0 + unescape: ^1.0.1 + checksum: 7cf4a75fa9adebba0740aa5d3f19ed0fbbd99bb1e7a2d0c30152ae144ccf45f272febdbbf01564cc980582cacc300fa4843ac19a633a50fa6d8e5adfc74d0138 + languageName: node + linkType: hard + +"utils-merge@npm:1.0.1": + version: 1.0.1 + resolution: "utils-merge@npm:1.0.1" + checksum: c81095493225ecfc28add49c106ca4f09cdf56bc66731aa8dabc2edbbccb1e1bfe2de6a115e5c6a380d3ea166d1636410b62ef216bb07b3feb1cfde1d95d5080 + languageName: node + linkType: hard + +"uuid@npm:^10.0.0": + version: 10.0.0 + resolution: "uuid@npm:10.0.0" + bin: + uuid: dist/bin/uuid + checksum: 4b81611ade2885d2313ddd8dc865d93d8dccc13ddf901745edca8f86d99bc46d7a330d678e7532e7ebf93ce616679fb19b2e3568873ac0c14c999032acb25869 + languageName: node + linkType: hard + +"uuid@npm:^8.0.0": + version: 8.3.2 + resolution: "uuid@npm:8.3.2" + bin: + uuid: dist/bin/uuid + checksum: 5575a8a75c13120e2f10e6ddc801b2c7ed7d8f3c8ac22c7ed0c7b2ba6383ec0abda88c905085d630e251719e0777045ae3236f04c812184b7c765f63a70e58df + languageName: node + linkType: hard + +"uuid@npm:^9.0.0, uuid@npm:^9.0.1": + version: 9.0.1 + resolution: "uuid@npm:9.0.1" + bin: + uuid: dist/bin/uuid + checksum: 39931f6da74e307f51c0fb463dc2462807531dc80760a9bff1e35af4316131b4fc3203d16da60ae33f07fdca5b56f3f1dd662da0c99fea9aaeab2004780cc5f4 + languageName: node + linkType: hard + +"v8-compile-cache-lib@npm:^3.0.1": + version: 3.0.1 + resolution: "v8-compile-cache-lib@npm:3.0.1" + checksum: 78089ad549e21bcdbfca10c08850022b22024cdcc2da9b168bcf5a73a6ed7bf01a9cebb9eac28e03cd23a684d81e0502797e88f3ccd27a32aeab1cfc44c39da0 + languageName: node + linkType: hard + +"v8-to-istanbul@npm:^9.0.1": + version: 9.3.0 + resolution: "v8-to-istanbul@npm:9.3.0" + dependencies: + "@jridgewell/trace-mapping": ^0.3.12 + "@types/istanbul-lib-coverage": ^2.0.1 + convert-source-map: ^2.0.0 + checksum: ded42cd535d92b7fd09a71c4c67fb067487ef5551cc227bfbf2a1f159a842e4e4acddaef20b955789b8d3b455b9779d036853f4a27ce15007f6364a4d30317ae + languageName: node + linkType: hard + +"vary@npm:~1.1.2": + version: 1.1.2 + resolution: "vary@npm:1.1.2" + checksum: ae0123222c6df65b437669d63dfa8c36cee20a504101b2fcd97b8bf76f91259c17f9f2b4d70a1e3c6bbcee7f51b28392833adb6b2770b23b01abec84e369660b + languageName: node + linkType: hard + +"vm2@npm:^3.9.17": + version: 3.9.19 + resolution: "vm2@npm:3.9.19" + dependencies: + acorn: ^8.7.0 + acorn-walk: ^8.2.0 + bin: + vm2: bin/vm2 + checksum: fc6cf553134145cd7bb5246985bf242b056e3fb5ea71e2eef6710b2a5d6c6119cc6bc960435ff62480ee82efb43369be8f4db07b6690916ae7d3b2e714f395d8 + languageName: node + linkType: hard + +"walker@npm:^1.0.8": + version: 1.0.8 + resolution: "walker@npm:1.0.8" + dependencies: + makeerror: 1.0.12 + checksum: ad7a257ea1e662e57ef2e018f97b3c02a7240ad5093c392186ce0bcf1f1a60bbadd520d073b9beb921ed99f64f065efb63dfc8eec689a80e569f93c1c5d5e16c + languageName: node + linkType: hard + +"web-streams-polyfill@npm:4.0.0-beta.3": + version: 4.0.0-beta.3 + resolution: "web-streams-polyfill@npm:4.0.0-beta.3" + checksum: dfec1fbf52b9140e4183a941e380487b6c3d5d3838dd1259be81506c1c9f2abfcf5aeb670aeeecfd9dff4271a6d8fef931b193c7bedfb42542a3b05ff36c0d16 + languageName: node + linkType: hard + +"web-streams-polyfill@npm:^3.0.3": + version: 3.3.3 + resolution: "web-streams-polyfill@npm:3.3.3" + checksum: 21ab5ea08a730a2ef8023736afe16713b4f2023ec1c7085c16c8e293ee17ed085dff63a0ad8722da30c99c4ccbd4ccd1b2e79c861829f7ef2963d7de7004c2cb + languageName: node + linkType: hard + +"web-tree-sitter@npm:=0.20.3": + version: 0.20.3 + resolution: "web-tree-sitter@npm:0.20.3" + checksum: 1187b48d69d6f6319c74ca8f413e8d7c1703869a351070053351ef169c045aad16e5c6b2a73779beaade2f0b6bb3433166363355c9d02e9b2dcf60a195dbffdb + languageName: node + linkType: hard + +"webidl-conversions@npm:^3.0.0": + version: 3.0.1 + resolution: "webidl-conversions@npm:3.0.1" + checksum: c92a0a6ab95314bde9c32e1d0a6dfac83b578f8fa5f21e675bc2706ed6981bc26b7eb7e6a1fab158e5ce4adf9caa4a0aee49a52505d4d13c7be545f15021b17c + languageName: node + linkType: hard + +"websocket-driver@npm:>=0.5.1": + version: 0.7.4 + resolution: "websocket-driver@npm:0.7.4" + dependencies: + http-parser-js: ">=0.5.1" + safe-buffer: ">=5.1.0" + websocket-extensions: ">=0.1.1" + checksum: fffe5a33fe8eceafd21d2a065661d09e38b93877eae1de6ab5d7d2734c6ed243973beae10ae48c6613cfd675f200e5a058d1e3531bc9e6c5d4f1396ff1f0bfb9 + languageName: node + linkType: hard + +"websocket-extensions@npm:>=0.1.1": + version: 0.1.4 + resolution: "websocket-extensions@npm:0.1.4" + checksum: 5976835e68a86afcd64c7a9762ed85f2f27d48c488c707e67ba85e717b90fa066b98ab33c744d64255c9622d349eedecf728e65a5f921da71b58d0e9591b9038 + languageName: node + linkType: hard + +"whatwg-url@npm:^5.0.0": + version: 5.0.0 + resolution: "whatwg-url@npm:5.0.0" + dependencies: + tr46: ~0.0.3 + webidl-conversions: ^3.0.0 + checksum: b8daed4ad3356cc4899048a15b2c143a9aed0dfae1f611ebd55073310c7b910f522ad75d727346ad64203d7e6c79ef25eafd465f4d12775ca44b90fa82ed9e2c + languageName: node + linkType: hard + +"which@npm:^2.0.1, which@npm:^2.0.2": + version: 2.0.2 + resolution: "which@npm:2.0.2" + dependencies: + isexe: ^2.0.0 + bin: + node-which: ./bin/node-which + checksum: 1a5c563d3c1b52d5f893c8b61afe11abc3bab4afac492e8da5bde69d550de701cf9806235f20a47b5c8fa8a1d6a9135841de2596535e998027a54589000e66d1 + languageName: node + linkType: hard + +"which@npm:^4.0.0": + version: 4.0.0 + resolution: "which@npm:4.0.0" + dependencies: + isexe: ^3.1.1 + bin: + node-which: bin/which.js + checksum: f17e84c042592c21e23c8195108cff18c64050b9efb8459589116999ea9da6dd1509e6a1bac3aeebefd137be00fabbb61b5c2bc0aa0f8526f32b58ee2f545651 + languageName: node + linkType: hard + +"wide-align@npm:^1.1.2, wide-align@npm:^1.1.5": + version: 1.1.5 + resolution: "wide-align@npm:1.1.5" + dependencies: + string-width: ^1.0.2 || 2 || 3 || 4 + checksum: d5fc37cd561f9daee3c80e03b92ed3e84d80dde3365a8767263d03dacfc8fa06b065ffe1df00d8c2a09f731482fcacae745abfbb478d4af36d0a891fad4834d3 + languageName: node + linkType: hard + +"win-release@npm:^1.0.0": + version: 1.1.1 + resolution: "win-release@npm:1.1.1" + dependencies: + semver: ^5.0.1 + checksum: 8943898cc4badaf8598342d63093e49ae9a64c140cf190e81472d3a8890f3387b8408181412e1b58658fe7777ce5d1e3f02eee4beeaee49909d1d17a72d52fc1 + languageName: node + linkType: hard + +"word-wrap@npm:~1.2.3": + version: 1.2.5 + resolution: "word-wrap@npm:1.2.5" + checksum: f93ba3586fc181f94afdaff3a6fef27920b4b6d9eaefed0f428f8e07adea2a7f54a5f2830ce59406c8416f033f86902b91eb824072354645eea687dff3691ccb + languageName: node + linkType: hard + +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0, wrap-ansi@npm:^7.0.0": + version: 7.0.0 + resolution: "wrap-ansi@npm:7.0.0" + dependencies: + ansi-styles: ^4.0.0 + string-width: ^4.1.0 + strip-ansi: ^6.0.0 + checksum: a790b846fd4505de962ba728a21aaeda189b8ee1c7568ca5e817d85930e06ef8d1689d49dbf0e881e8ef84436af3a88bc49115c2e2788d841ff1b8b5b51a608b + languageName: node + linkType: hard + +"wrap-ansi@npm:^8.1.0": + version: 8.1.0 + resolution: "wrap-ansi@npm:8.1.0" + dependencies: + ansi-styles: ^6.1.0 + string-width: ^5.0.1 + strip-ansi: ^7.0.1 + checksum: 371733296dc2d616900ce15a0049dca0ef67597d6394c57347ba334393599e800bab03c41d4d45221b6bc967b8c453ec3ae4749eff3894202d16800fdfe0e238 + languageName: node + linkType: hard + +"wrappy@npm:1": + version: 1.0.2 + resolution: "wrappy@npm:1.0.2" + checksum: 159da4805f7e84a3d003d8841557196034155008f817172d4e986bd591f74aa82aa7db55929a54222309e01079a65a92a9e6414da5a6aa4b01ee44a511ac3ee5 + languageName: node + linkType: hard + +"write-file-atomic@npm:^4.0.2": + version: 4.0.2 + resolution: "write-file-atomic@npm:4.0.2" + dependencies: + imurmurhash: ^0.1.4 + signal-exit: ^3.0.7 + checksum: 5da60bd4eeeb935eec97ead3df6e28e5917a6bd317478e4a85a5285e8480b8ed96032bbcc6ecd07b236142a24f3ca871c924ec4a6575e623ec1b11bf8c1c253c + languageName: node + linkType: hard + +"ws@npm:^8.14.2": + version: 8.18.0 + resolution: "ws@npm:8.18.0" + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: ">=5.0.2" + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true + checksum: 91d4d35bc99ff6df483bdf029b9ea4bfd7af1f16fc91231a96777a63d263e1eabf486e13a2353970efc534f9faa43bdbf9ee76525af22f4752cbc5ebda333975 + languageName: node + linkType: hard + +"xml2js@npm:^0.6.2": + version: 0.6.2 + resolution: "xml2js@npm:0.6.2" + dependencies: + sax: ">=0.6.0" + xmlbuilder: ~11.0.0 + checksum: 458a83806193008edff44562c0bdb982801d61ee7867ae58fd35fab781e69e17f40dfeb8fc05391a4648c9c54012066d3955fe5d993ffbe4dc63399023f32ac2 + languageName: node + linkType: hard + +"xmlbuilder@npm:~11.0.0": + version: 11.0.1 + resolution: "xmlbuilder@npm:11.0.1" + checksum: 7152695e16f1a9976658215abab27e55d08b1b97bca901d58b048d2b6e106b5af31efccbdecf9b07af37c8377d8e7e821b494af10b3a68b0ff4ae60331b415b0 + languageName: node + linkType: hard + +"xregexp@npm:2.0.0": + version: 2.0.0 + resolution: "xregexp@npm:2.0.0" + checksum: de62d1f01c9f1a67c80cafe48a3dc081b324249a0e88e65dc9acae9cce6d8e63c9d91c0f97e2ad2d8c5351c856c139c04dc55ebd941e59b7d1d5c1169e164cff + languageName: node + linkType: hard + +"xtend@npm:^4.0.0, xtend@npm:~4.0.1": + version: 4.0.2 + resolution: "xtend@npm:4.0.2" + checksum: ac5dfa738b21f6e7f0dd6e65e1b3155036d68104e67e5d5d1bde74892e327d7e5636a076f625599dc394330a731861e87343ff184b0047fef1360a7ec0a5a36a + languageName: node + linkType: hard + +"y18n@npm:^5.0.5": + version: 5.0.8 + resolution: "y18n@npm:5.0.8" + checksum: 54f0fb95621ee60898a38c572c515659e51cc9d9f787fb109cef6fde4befbe1c4602dc999d30110feee37456ad0f1660fa2edcfde6a9a740f86a290999550d30 + languageName: node + linkType: hard + +"yallist@npm:^3.0.2": + version: 3.1.1 + resolution: "yallist@npm:3.1.1" + checksum: 48f7bb00dc19fc635a13a39fe547f527b10c9290e7b3e836b9a8f1ca04d4d342e85714416b3c2ab74949c9c66f9cebb0473e6bc353b79035356103b47641285d + languageName: node + linkType: hard + +"yallist@npm:^4.0.0": + version: 4.0.0 + resolution: "yallist@npm:4.0.0" + checksum: 343617202af32df2a15a3be36a5a8c0c8545208f3d3dfbc6bb7c3e3b7e8c6f8e7485432e4f3b88da3031a6e20afa7c711eded32ddfb122896ac5d914e75848d5 + languageName: node + linkType: hard + +"yaml@npm:^2.2.2": + version: 2.5.1 + resolution: "yaml@npm:2.5.1" + bin: + yaml: bin.mjs + checksum: 31275223863fbd0b47ba9d2b248fbdf085db8d899e4ca43fff8a3a009497c5741084da6871d11f40e555d61360951c4c910b98216c1325d2c94753c0036d8172 + languageName: node + linkType: hard + +"yargs-parser@npm:^20.2.2": + version: 20.2.9 + resolution: "yargs-parser@npm:20.2.9" + checksum: 8bb69015f2b0ff9e17b2c8e6bfe224ab463dd00ca211eece72a4cd8a906224d2703fb8a326d36fdd0e68701e201b2a60ed7cf81ce0fd9b3799f9fe7745977ae3 + languageName: node + linkType: hard + +"yargs-parser@npm:^21.1.1": + version: 21.1.1 + resolution: "yargs-parser@npm:21.1.1" + checksum: ed2d96a616a9e3e1cc7d204c62ecc61f7aaab633dcbfab2c6df50f7f87b393993fe6640d017759fe112d0cb1e0119f2b4150a87305cc873fd90831c6a58ccf1c + languageName: node + linkType: hard + +"yargs@npm:^16.1.0": + version: 16.2.0 + resolution: "yargs@npm:16.2.0" + dependencies: + cliui: ^7.0.2 + escalade: ^3.1.1 + get-caller-file: ^2.0.5 + require-directory: ^2.1.1 + string-width: ^4.2.0 + y18n: ^5.0.5 + yargs-parser: ^20.2.2 + checksum: b14afbb51e3251a204d81937c86a7e9d4bdbf9a2bcee38226c900d00f522969ab675703bee2a6f99f8e20103f608382936034e64d921b74df82b63c07c5e8f59 + languageName: node + linkType: hard + +"yargs@npm:^17.3.1, yargs@npm:^17.7.2": + version: 17.7.2 + resolution: "yargs@npm:17.7.2" + dependencies: + cliui: ^8.0.1 + escalade: ^3.1.1 + get-caller-file: ^2.0.5 + require-directory: ^2.1.1 + string-width: ^4.2.3 + y18n: ^5.0.5 + yargs-parser: ^21.1.1 + checksum: 73b572e863aa4a8cbef323dd911d79d193b772defd5a51aab0aca2d446655216f5002c42c5306033968193bdbf892a7a4c110b0d77954a7fdf563e653967b56a + languageName: node + linkType: hard + +"yn@npm:3.1.1": + version: 3.1.1 + resolution: "yn@npm:3.1.1" + checksum: 2c487b0e149e746ef48cda9f8bad10fc83693cd69d7f9dcd8be4214e985de33a29c9e24f3c0d6bcf2288427040a8947406ab27f7af67ee9456e6b84854f02dd6 + languageName: node + linkType: hard + +"yocto-queue@npm:^0.1.0": + version: 0.1.0 + resolution: "yocto-queue@npm:0.1.0" + checksum: f77b3d8d00310def622123df93d4ee654fc6a0096182af8bd60679ddcdfb3474c56c6c7190817c84a2785648cdee9d721c0154eb45698c62176c322fb46fc700 + languageName: node + linkType: hard